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
You are calling subgraphs multiple times within a single LangGraph node with checkpointing enabled for each subgraph.This is currently not allowed due to internal restrictions on how checkpoint namespacing for subgraphs works.