1
1
- title : 第 0 单元. 课程欢迎
2
2
sections :
3
- - local : unit0/introduction
4
- title : 欢迎来到课程 🤗
5
- - local : unit0/onboarding
6
- title : 入门指南
7
- - local : unit0/discord101
8
- title : (可选) Discord 使用指南
3
+ - local : unit0/introduction
4
+ title : 欢迎来到课程 🤗
5
+ - local : unit0/onboarding
6
+ title : 入门指南
7
+ - local : unit0/discord101
8
+ title : (可选) Discord 使用指南
9
9
- title : 直播 1. 课程运作方式和问答
10
10
sections :
11
- - local : communication/live1
12
- title : 直播 1. 课程运作方式和问答
11
+ - local : communication/live1
12
+ title : 直播 1. 课程运作方式和问答
13
13
- title : 第 1 单元. 智能体简介
14
14
sections :
15
- - local : unit1/introduction
16
- title : 简介
17
- - local : unit1/what-are-agents
18
- title : 什么是智能体?
19
- - local : unit1/quiz1
20
- title : 快速测验 1
21
- - local : unit1/what-are-llms
22
- title : 什么是 LLMs?
23
- - local : unit1/messages-and-special-tokens
24
- title : 消息和特殊令牌
25
- - local : unit1/tools
26
- title : 什么是工具?
27
- - local : unit1/quiz2
28
- title : 快速测验 2
29
- - local : unit1/agent-steps-and-structure
30
- title : 通过思考-行动-观察循环理解 AI 智能体
31
- - local : unit1/thoughts
32
- title : 思考、内部推理和 Re-Act 方法
33
- - local : unit1/actions
34
- title : 行动,使智能体能够与环境交互
35
- - local : unit1/observations
36
- title : 观察,整合反馈以反思和适应
37
- - local : unit1/dummy-agent-library
38
- title : 简单智能体库
39
- - local : unit1/tutorial
40
- title : 使用 Smolagents 创建我们的第一个智能体
41
- - local : unit1/final-quiz
42
- title : 第 1 单元最终测验
43
- - local : unit1/conclusion
44
- title : 结论
15
+ - local : unit1/introduction
16
+ title : 简介
17
+ - local : unit1/what-are-agents
18
+ title : 什么是智能体?
19
+ - local : unit1/quiz1
20
+ title : 快速测验 1
21
+ - local : unit1/what-are-llms
22
+ title : 什么是 LLMs?
23
+ - local : unit1/messages-and-special-tokens
24
+ title : 消息和特殊 token
25
+ - local : unit1/tools
26
+ title : 什么是工具?
27
+ - local : unit1/quiz2
28
+ title : 快速测验 2
29
+ - local : unit1/agent-steps-and-structure
30
+ title : 通过思考-行动-观察循环理解 AI 智能体
31
+ - local : unit1/thoughts
32
+ title : 思考、内部推理和 Re-Act 方法
33
+ - local : unit1/actions
34
+ title : 行动,使智能体能够与环境交互
35
+ - local : unit1/observations
36
+ title : 观察,整合反馈以反思和适应
37
+ - local : unit1/dummy-agent-library
38
+ title : 简单智能体库
39
+ - local : unit1/tutorial
40
+ title : 使用 Smolagents 创建我们的第一个智能体
41
+ - local : unit1/final-quiz
42
+ title : 第 1 单元最终测验
43
+ - local : unit1/conclusion
44
+ title : 结论
45
45
- title : 第 2 单元. AI 智能体框架
46
46
sections :
47
- - local : unit2/introduction
48
- title : AI 智能体框架
47
+ - local : unit2/introduction
48
+ title : AI 智能体框架
49
49
- title : 第 2.1 单元. smolagents 框架
50
50
sections :
51
- - local : unit2/smolagents/introduction
52
- title : smolagents 简介
53
- - local : unit2/smolagents/why_use_smolagents
54
- title : 为什么使用 smolagents?
55
- - local : unit2/smolagents/quiz1
56
- title : 快速测验1
57
- - local : unit2/smolagents/code_agents
58
- title : 构建使用代码的智能体
59
- - local : unit2/smolagents/tool_calling_agents
60
- title : 将智能体与工具集成
61
- - local : unit2/smolagents/tools
62
- title : 工具
63
- - local : unit2/smolagents/retrieval_agents
64
- title : 检索智能体
65
- - local : unit2/smolagents/quiz2
66
- title : 快速测验2
67
- - local : unit2/smolagents/multi_agent_systems
68
- title : 多智能体系统
69
- - local : unit2/smolagents/vision_agents
70
- title : 视觉和浏览器智能体
71
- - local : unit2/smolagents/final_quiz
72
- title : 最终测验
73
- - local : unit2/smolagents/conclusion
74
- title : 结论
51
+ - local : unit2/smolagents/introduction
52
+ title : smolagents 简介
53
+ - local : unit2/smolagents/why_use_smolagents
54
+ title : 为什么使用 smolagents?
55
+ - local : unit2/smolagents/quiz1
56
+ title : 快速测验1
57
+ - local : unit2/smolagents/code_agents
58
+ title : 构建使用代码的智能体
59
+ - local : unit2/smolagents/tool_calling_agents
60
+ title : 将智能体与工具集成
61
+ - local : unit2/smolagents/tools
62
+ title : 工具
63
+ - local : unit2/smolagents/retrieval_agents
64
+ title : 检索智能体
65
+ - local : unit2/smolagents/quiz2
66
+ title : 快速测验2
67
+ - local : unit2/smolagents/multi_agent_systems
68
+ title : 多智能体系统
69
+ - local : unit2/smolagents/vision_agents
70
+ title : 视觉和浏览器智能体
71
+ - local : unit2/smolagents/final_quiz
72
+ title : 最终测验
73
+ - local : unit2/smolagents/conclusion
74
+ title : 结论
75
75
- title : 第 2.2 单元. LlamaIndex 框架
76
76
sections :
77
- - local : unit2/llama-index/introduction
78
- title : LlamaIndex 简介
79
- - local : unit2/llama-index/llama-hub
80
- title : LlamaHub 简介
81
- - local : unit2/llama-index/components
82
- title : LlamaIndex 中的组件是什么?
83
- - local : unit2/llama-index/tools
84
- title : 在 LlamaIndex 中使用工具
85
- - local : unit2/llama-index/quiz1
86
- title : 快速测验1
87
- - local : unit2/llama-index/agents
88
- title : 在 LlamaIndex 中使用智能体
89
- - local : unit2/llama-index/workflows
90
- title : 在 LlamaIndex 中创建智能工作流
91
- - local : unit2/llama-index/quiz2
92
- title : 快速测验2
93
- - local : unit2/llama-index/conclusion
94
- title : 结论
77
+ - local : unit2/llama-index/introduction
78
+ title : LlamaIndex 简介
79
+ - local : unit2/llama-index/llama-hub
80
+ title : LlamaHub 简介
81
+ - local : unit2/llama-index/components
82
+ title : LlamaIndex 中的组件是什么?
83
+ - local : unit2/llama-index/tools
84
+ title : 在 LlamaIndex 中使用工具
85
+ - local : unit2/llama-index/quiz1
86
+ title : 快速测验1
87
+ - local : unit2/llama-index/agents
88
+ title : 在 LlamaIndex 中使用智能体
89
+ - local : unit2/llama-index/workflows
90
+ title : 在 LlamaIndex 中创建智能工作流
91
+ - local : unit2/llama-index/quiz2
92
+ title : 快速测验2
93
+ - local : unit2/llama-index/conclusion
94
+ title : 结论
95
95
- title : 第 2.3 单元. LangGraph 框架
96
96
sections :
97
- - local : unit2/langgraph/introduction
98
- title : LangGraph 是什么?
99
- - local : unit2/langgraph/when_to_use_langgraph
100
- title : 何时使用 LangGraph?
101
- - local : unit2/langgraph/building_blocks
102
- title : LangGraph 的构建模块
103
- - local : unit2/langgraph/first_graph
104
- title : 创建你的第一个 LangGraph
105
- - local : unit2/langgraph/document_analysis_agent
106
- title : 文档分析智能体
107
- - local : unit2/langgraph/quiz1
108
- title : 快速测验1
109
- - local : unit2/langgraph/conclusion
110
- title : 结论
97
+ - local : unit2/langgraph/introduction
98
+ title : LangGraph 是什么?
99
+ - local : unit2/langgraph/when_to_use_langgraph
100
+ title : 何时使用 LangGraph?
101
+ - local : unit2/langgraph/building_blocks
102
+ title : LangGraph 的构建模块
103
+ - local : unit2/langgraph/first_graph
104
+ title : 创建你的第一个 LangGraph
105
+ - local : unit2/langgraph/document_analysis_agent
106
+ title : 文档分析智能体
107
+ - local : unit2/langgraph/quiz1
108
+ title : 快速测验1
109
+ - local : unit2/langgraph/conclusion
110
+ title : 结论
111
111
- title : 第 3 单元. Agentic RAG 的用例
112
112
sections :
113
- - local : unit3/agentic-rag/introduction
114
- title : Agentic RAG 用例简介
115
- - local : unit3/agentic-rag/agentic-rag
116
- title : Agentic 检索增强生成(RAG)
117
- - local : unit3/agentic-rag/invitees
118
- title : 为宾客故事创建 RAG 工具
119
- - local : unit3/agentic-rag/tools
120
- title : 为你的智能体构建和集成工具
121
- - local : unit3/agentic-rag/agent
122
- title : 创建你的 Gala 智能体
123
- - local : unit3/agentic-rag/conclusion
124
- title : 结论
113
+ - local : unit3/agentic-rag/introduction
114
+ title : Agentic RAG 用例简介
115
+ - local : unit3/agentic-rag/agentic-rag
116
+ title : Agentic 检索增强生成(RAG)
117
+ - local : unit3/agentic-rag/invitees
118
+ title : 为宾客故事创建 RAG 工具
119
+ - local : unit3/agentic-rag/tools
120
+ title : 为你的智能体构建和集成工具
121
+ - local : unit3/agentic-rag/agent
122
+ title : 创建你的 Gala 智能体
123
+ - local : unit3/agentic-rag/conclusion
124
+ title : 结论
125
125
- title : 第 4 单元. 最终项目 - 创建,测试和认证你的智能体
126
126
sections :
127
- - local : unit4/introduction
128
- title : 欢迎来到最后一个单元
129
- - local : unit4/what-is-gaia
130
- title : 什么是GAIA?
131
- - local : unit4/hands-on
132
- title : 动手实践
133
- - local : unit4/get-your-certificate
134
- title : 领取你的证书
135
- - local : unit4/conclusion
136
- title : 结论
137
- - local : unit4/additional-readings
138
- title : 那现在呢?我应该学习哪些主题?
127
+ - local : unit4/introduction
128
+ title : 欢迎来到最后一个单元
129
+ - local : unit4/what-is-gaia
130
+ title : 什么是GAIA?
131
+ - local : unit4/hands-on
132
+ title : 动手实践
133
+ - local : unit4/get-your-certificate
134
+ title : 领取你的证书
135
+ - local : unit4/conclusion
136
+ title : 结论
137
+ - local : unit4/additional-readings
138
+ title : 那现在呢?我应该学习哪些主题?
139
139
- title : 附加单元 1. 为函数调用微调大型语言模型
140
140
sections :
141
- - local : bonus-unit1/introduction
142
- title : 简介
143
- - local : bonus-unit1/what-is-function-calling
144
- title : 什么是函数调用?
145
- - local : bonus-unit1/fine-tuning
146
- title : 让我们为函数调用微调模型
147
- - local : bonus-unit1/conclusion
148
- title : 结论
141
+ - local : bonus-unit1/introduction
142
+ title : 简介
143
+ - local : bonus-unit1/what-is-function-calling
144
+ title : 什么是函数调用?
145
+ - local : bonus-unit1/fine-tuning
146
+ title : 让我们为函数调用微调模型
147
+ - local : bonus-unit1/conclusion
148
+ title : 结论
149
149
- title : 附加单元 2. 智能体可观察性和评估
150
150
sections :
151
151
- local : bonus_unit2/introduction
156
156
title : 监控和评估智能体
157
157
- local : bonus_unit2/quiz
158
158
title : 测验
159
+ - title : 附加单元 3. 宝可梦中的AI智能体
160
+ sections :
161
+ - local : bonus-unit3/introduction
162
+ title : 简介
163
+ - local : bonus-unit3/state-of-art
164
+ title : 游戏中使用 LLM 的最新技术
165
+ - local : bonus-unit3/from-llm-to-agents
166
+ title : 从LLM到AI智能体
167
+ - local : bonus-unit3/building_your_pokemon_agent
168
+ title : 构建你自己的宝可梦对战智能体
169
+ - local : bonus-unit3/launching_agent_battle
170
+ title : 启动你的宝可梦战斗智能体
171
+ - local : bonus-unit3/conclusion
172
+ title : 结论
159
173
- title : 后续内容何时发布?
160
174
sections :
161
- - local : communication/next-units
162
- title : 后续单元
175
+ - local : communication/next-units
176
+ title : 后续单元
0 commit comments