mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
Adds DiffChannel, a new channel type that stores only per-step write deltas in checkpoints and reconstructs the full list by replaying the chain through the operator at load time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>