LangGraph
LangGraph 是 LangChain 官方推出的 Python 状态图框架,用于构建复杂、有状态、可持久化的 Agent 应用。它编译到 Pregel 引擎,支持循环、分支、并行和人工介入。
目录
- core-concepts —— StateGraph、Node、Edge、Reducer、Command、Checkpoint 等核心抽象
- router-specialist —— 函数路由 → LLM 结构化路由 → Swarm 自治三种模式实战
- durable-execution —— 持久化执行:Thread、Checkpoint、Memory Store、Checkpointer 实现
- deep-agents —— LangChain 官方 Agent Harness:规划 + 文件系统 + 子 Agent + 权限 + 沙箱