













Currently, the Send API in LangGraph allows dynamically routing execution to other nodes or subgraphs by passing updated graph state (arg), but it does not support passing or updating the runtime context alongside the state. This limits the ability to modify or extend runtime context dynamically during graph execution. Proposed enhancement: Add support for an optional context parameter in the Send API that allows passing a new or updated runtime context dictionary when routing to the next node...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。