mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
Adds controls for the two cases where an empty subgraph read is correct: a `checkpointer=False` subgraph persists nothing, and a completed subgraph exposes no task state through `subgraphs=True`. Both pass before and after the fix, so the hydration change is pinned to the cases it should affect.