全书目录

附录 G:分章资料清单

G.84 第 42 章正文采用的核心来源

2 分钟 471 字 第 140 / 161 个阅读单元
  • 框架定位主轴:LangGraph overview
  • 对象模型主轴:Graph API overviewUse the graph API
  • 运行时主轴:LangGraph runtimepregel/main.py
  • 生命周期与恢复主轴:Durable executionPersistenceCheckpoint base 源码
  • 人审与中断主轴:Interrupts
  • 工作流模式主轴:Workflows and agentsUse subgraphs
  • 历史与分叉主轴:Time travel
  • 记忆主轴:Memory
  • 设计方法主轴:Thinking in LangGraph
  • 部署与生产主轴:Application structureWhy do I need LangGraph Platform for agent deployment?
  • 源码落点主轴:chat_agent_executor.pytool_node.py
  • 本章落点主轴:LangGraph 的真正中心是状态图、检查点与中断系统,而不是一个高层 Agent 对象