跳转至
深入理解 AI Agent
配套代码
正在初始化搜索引擎
bojieli/ai-agent-book
深入理解 AI Agent
bojieli/ai-agent-book
首页
引言
第1章 Agent基础知识
第2章 上下文工程
第3章 用户记忆和知识库
第4章 工具
第5章 CodingAgent与代码生成
第6章 Agent的评估
第7章 模型后训练
第8章 Agent的自我进化
第9章 多模态与实时交互
第10章 多Agent协作
后记
思考题参考答案
📦 配套代码
📦 配套代码
配套代码
第1章 · Agent 基础知识
第1章 · Agent 基础知识
context
learning-from-experience
search-codegen
web-search-agent
第2章 · 上下文工程
第2章 · 上下文工程
agent-skills-ppt
attention_visualization
context-compression
kv-cache
local_llm_serving
log-sanitization
prompt-engineering
prompt-injection
system-hint
第3章 · 用户记忆和知识库
第3章 · 用户记忆和知识库
agentic-rag
agentic-rag-for-user-memory
contextual-retrieval
contextual-retrieval-for-user-memory
dense-embedding
mem0
memobase
multimodal-agent
retrieval-pipeline
sparse-embedding
structured-index
structured-knowledge-extraction
user-memory
user-memory-evaluation
第4章 · 工具
第4章 · 工具
active-tool-discovery
active-tool-selection
agent-with-event-trigger
async-agent
collaboration-tools
execution-tools
perception-tools
第5章 · Coding Agent 与代码生成
第5章 · Coding Agent 与代码生成
adaptive-log-parser
code-for-logic
code-for-math
coding-agent
conversational-ui
dynamic-form
erp-agent
log-diagnosis
paper-to-ppt
paper-to-video
small-model-codified-rules
video-edit
第6章 · Agent 的评估
第6章 · Agent 的评估
agent-cost-analysis
elo-leaderboard
model-benchmark
tts-quality-eval
第7章 · 模型后训练
第7章 · 模型后训练
AWorld-train
AdaptThink
Intuitor
MiniMind-pretrain
MultilingualReasoning
RLVP
SpatialReasoning
continued-pretraining
orpheus
retool
sesame
第8章 · Agent 的自我进化
第8章 · Agent 的自我进化
browser-use-rpa
gaia-experience
prompt-auto-optimization
prompt-distillation
self-evolution-eval
self-evolving-tools
第9章 · 多模态与实时交互
第9章 · 多模态与实时交互
controllable-tts
end-to-end-speech
live-audio
phone-agent
streaming-speech
第10章 · 多 Agent 协作
第10章 · 多 Agent 协作
book-translation
multi-role-transfer
parallel-web-research
staged-system-prompt
voice-werewolf
配套代码
¶
本书 10 章的
原创配套实验
源码浏览版(仓库自带的第三方框架/评测基准已排除)。
项目数:
77
渲染源文件数:
761
完整可运行代码请见 GitHub 仓库对应目录。
回到页面顶部