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 ofStateGraphorentrypoint.
- 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.