Alpha Notice: These docs cover the v1-alpha release. Content is incomplete and subject to change.For the latest stable version, see the current LangGraph Python or LangGraph JavaScript docs.
Troubleshooting
The following may help resolve this error:-
If you don’t need to interrupt/resume from a subgraph, pass
checkpointer=Falsewhen compiling it like this:.compile(checkpointer=False) -
Don’t imperatively call graphs multiple times in the same node, and instead use the
SendAPI.