mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
InMemorySaver.get_delta_channel_history skipped on-path writes when the terminating ancestor's blob was a plain (pre-delta migration) value instead of a _DeltaSnapshot, dropping post-migration writes on reload. Collect writes regardless of seed type, matching the base implementation.