mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
The loop already merges __interrupt__ into the values dict in output_writes(), so invoke/ainvoke don't need to subscribe to both "updates" and "values" stream modes. Simplify to just use stream_mode="values" and read interrupts directly from the values payload. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>