You are attempting to use built-in LangGraph persistence without providing a checkpointer. This happens when aDocumentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-lginte-1765488813-6406a61.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
checkpointer is missing in the compile() method of StateGraph or @entrypoint.
Troubleshooting
The following may help resolve this error:- Initialize and pass a checkpointer to the
compile()method ofStateGraphor@entrypoint.
- Use the LangGraph API so you donβt need to implement or configure checkpointers manually. The API handles all persistence infrastructure for you.
Related
- Read more about persistence.