-
release(langgraph): 1.0.4 (#6502)
发布于
2025-11-25 20:27:49 +00:00 | 612 次提交 在此版本后已推送到 mainThis 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
下载附件
- Include interrupt information in the values stream mode (no longer