











Hi team 👋, I’m seeing a difference in how ToolRuntime / state is handled between Python and JS in LangGraph and wanted clarification. 🔍 Observation In Python, ToolNode explicitly supports state injection: “ToolNode … handles … state injection for tools” (LangChain Reference) and tools can directly access: runtime.state In JS, ToolRuntime docs say it includes state: “state: The current graph state” (LangChain Reference) But when using: ne...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。