教材来源矩阵
这张表回答两个问题:每章的关键结论从哪里来;每个来源最终落在教材哪里。具体时间戳、文件和实验入口以各章“深入学习导航”为准。
| 章节 | 视频 | claude-agent-examples | 《深入理解 AI Agent》 | Mini Emperor / 项目实践 | 外部一手资料 |
|---|---|---|---|---|---|
00-agent全景 | 01、07 | step01–step12 | 导论、第 1 章 | AgentRunner、Skill Hub、RAG、MCP、Review | ReAct、Agent Skills、MCP |
01-什么是Agent | 01 | step01–step04 | 第 1 章、chapter1/context | ModelClient、消息上下文 | ReAct |
02-百行Agent-Loop | 02 | step02–step05 | 第 1、2、4 章 | AgentRunner、ToolRegistry、CapabilityPolicy | Tool calling、Toolformer |
03-记忆与Skill进化 | 03 | step06–step07 | 第 2、3、8 章 | SkillRegistry、SkillOptimizer、RAG | Agent Skills、RAG、Reflexion |
04-任务规划 | 04 | step08 | 第 1、8、10 章 | GoalStore、计划事件 | Plan-and-Solve |
05-Subagent | 05 | step09 | 第 4、5、10 章 | 子任务边界、MR Reviewer/Verifier | 多 Agent 研究 |
06-Agent-Team | 06 | step10 | 第 10 章 | 角色协作、共享/隔离状态 | AutoGen、Generative Agents |
07-Tool-Skill-MCP | 07 | step05、step06、step11 | 第 2、4 章 | Tool、Skill 包、MCP Server | MCP、Agent Skills |
08-Hooks与评估 | 08 | step12 | 第 6、8 章 | HookPipeline、SkillEvaluator、Review verifier | LLM 评估与安全 |
09-Goal目标驱动 | 09 | step08、step12 | 第 8、10 章 | GoalStore、事件与恢复 | 长程任务与反思 |
10-Mini-Emperor综合项目 | 01–09 | step01–step12 | 第 1–10 章、15 个必做实验 | RAG 客服、Skill Hub、MCP、MR Review | 发布、安全、SSE、GitLab |
反向索引
- 想沿视频学习:先读
source-notes/videos/00-index.md,再进入矩阵对应章节。 - 想沿教学代码学习:先读
source-notes/repos/claude-agent-examples.md。 - 想沿《深入理解 AI Agent》做实验:先读
source-notes/books/ai-agent-book-experiments.md。 - 想核对标准和研究依据:查看
source-notes/official/与source-notes/papers/。
自动校验账本
下面的稳定标识由课程校验器读取。它们同时也是检索来源笔记时使用的统一名称。
- 视频:
video-01、video-02、video-03、video-04、video-05、video-06、video-07、video-08、video-09 - 教学代码:
step01、step02、step03、step04、step05、step06、step07、step08、step09、step10、step11、step12 - 书籍章节:
book-chapter-01、book-chapter-02、book-chapter-03、book-chapter-04、book-chapter-05、book-chapter-06、book-chapter-07、book-chapter-08、book-chapter-09、book-chapter-10 - 必做实验:
chapter1/context、chapter2/context-compression、chapter2/prompt-injection、chapter2/agent-skills-ppt、chapter8/self-modifying-agent、chapter3/user-memory、chapter3/retrieval-pipeline、chapter10/staged-system-prompt、chapter4/active-tool-discovery、chapter4/async-agent、chapter10/parallel-web-research、chapter8/trajectory-verifier、chapter8/prompt-auto-optimization、chapter5/coding-agent、chapter6/agent-cost-analysis