Skip to content
如山的笔记
Main Navigation
首页
GitHub
Appearance
Menu
Return to top
On this page
Agent 实战:200 行 Python 手写 ReAct
🚧 写作中 — 预计 2026.07 完成
计划内容:
ReAct 循环:Thought → Action → Observation 的底层机制
为什么不用 LangChain 的 Agent 抽象
手写一个可调用 RAG 工具的 Agent
与混合检索系统的集成
相关项目:
rag-project
(当前是 RAG 系统,下一步加入 Agent 编排)