These docs are for the v1.0 alpha release of LangGraph. For the latest stable docs, please see the old sites: LangGraph Python | LangGraph JavaScript
Troubleshooting
The following may help resolve this error:-
If you don’t need to interrupt/resume from a subgraph, pass
checkpointer: false
when compiling it like this:.compile({ checkpointer: false })
-
Don’t imperatively call graphs multiple times in the same node, and instead use the
Send
API.