Files
agent-craft/01_agent_introduction/README.md
T
2025-10-28 17:40:49 +08:00

17 lines
421 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 🧩 模块说明:Agent入门 & 快速运行
📌 **核心知识点**
Agent核心概念 | LLM调用基础 | 开发环境搭建 | 首个Agent实现
---
### 1. `agent-demo`(自定义函数调用)
直接调用该函数,**运行成功**即可,重点掌握:
✅ 了解Agent概念
✅ 成功运行该代码
---
💡 强烈建议:优先对总Readme的文档做了解,理清后面的学习思路。