- 框架定位主轴:
LangGraph overview - 对象模型主轴:
Graph API overview、Use the graph API - 运行时主轴:
LangGraph runtime、pregel/main.py - 生命周期与恢复主轴:
Durable execution、Persistence、Checkpoint base 源码 - 人审与中断主轴:
Interrupts - 工作流模式主轴:
Workflows and agents、Use subgraphs - 历史与分叉主轴:
Time travel - 记忆主轴:
Memory - 设计方法主轴:
Thinking in LangGraph - 部署与生产主轴:
Application structure、Why do I need LangGraph Platform for agent deployment? - 源码落点主轴:
chat_agent_executor.py、tool_node.py - 本章落点主轴:LangGraph 的真正中心是状态图、检查点与中断系统,而不是一个高层 Agent 对象
附录 G:分章资料清单