StateGraph 或 entrypoint 的 compile() 方法中缺少 checkpointer 时,会发生这种情况。
故障排除
以下内容可能有助于解决此错误:- 初始化并将 checkpointer 传递给
StateGraph或entrypoint的compile()方法。
- 使用 LangGraph API,这样你就无需手动实现或配置 checkpointer。API 会为你处理所有持久化基础设施。
相关
- 阅读更多关于持久化的内容。
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

