Skip to content

bingweisi/dive-into-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent 学习项目

从零到一学习 AI Agent,12 周成为 Agent 开发者


📅 学习路线

编号 主题 状态
01 ReAct Agent ✅ 已完成
02 StateGraph ✅ 已完成
03 中间件 ✅ 已完成
04 人机交互 ⏳ 待学习
05 记忆系统 ⏳ 待学习
06 上下文工程 ⏳ 待学习
07 MCP Server ⏳ 待学习
08 监督者模式 ⏳ 待学习
09 并行执行 ⏳ 待学习
10 RAG ⏳ 待学习
11 网络搜索 ⏳ 待学习
12 实战项目 ⏳ 待学习

📂 项目结构

Agent学习/
├── README.md              # 项目说明
├── 01-react/              # ReAct Agent
│   ├── notes.md          # 学习笔记
│   └── quiz.md           # 问题卡片
├── 02-stategraph/         # StateGraph
│   ├── notes.md
│   └── quiz.md
└── resources/            # 学习资源
    └── dive-into-langgraph/  # 教程源码

🚀 快速开始

# 克隆仓库
git clone https://github.com/winston-s-team/dive-into-agents.git

# 进入目录
cd dive-into-agents

# 开始学习
cd 01-react
# 阅读 notes.md

📚 学习资源


创建时间:2026-03-22

About

从零到一学习 AI Agent,对比 LangChain vs ADK,12 周成为 Agent 开发者

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors