你正在尝试使用 LangGraph 内置的持久化功能,但未提供检查点器(checkpointer)。 当Documentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
StateGraph 或 @entrypoint 的 compile() 方法中缺少 checkpointer 时会发生此错误。
故障排除
以下方法可能有助于解决此错误:- 初始化并将检查点器传递给
StateGraph或@entrypoint的compile()方法。
- 使用 LangGraph API,这样你就不需要手动实现或配置检查点器。API 会为你处理所有持久化基础设施。
相关内容
- 阅读更多关于持久化的内容。
将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

