docs: update markdown files to align with new filenames

This commit is contained in:
Annyfee
2025-11-28 11:27:28 +08:00
parent 5bc33d2584
commit ad9c3c52e7
9 changed files with 44 additions and 44 deletions
+16
View File
@@ -0,0 +1,16 @@
## 🧩 模块说明:Agent入门 & 快速运行
📌 **核心知识点**
Agent核心概念 | LLM调用基础 | 开发环境搭建 | 首个Agent实现
---
### 1. `agent-demo`(自定义函数调用)
直接调用该函数,**运行成功**即可,重点掌握:
✅ 了解Agent概念
✅ 成功运行该代码
---
💡 强烈建议:优先对总Readme的文档做了解,理清后面的学习思路。