mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
This patch release includes a couple of small fixes and improvements, such as: - Include interrupt information in the values stream mode (no longer rely solely on the updates stream mode): https://github.com/langchain-ai/langgraph/pull/6475 - Omit thread_id from configurable to allow using context for stateful runs via RemoteGraph: https://github.com/langchain-ai/langgraph/pull/6497