mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
Moving all `ToolNode` related improvements back to LangGraph and importing them in LC! pairing w/ https://github.com/langchain-ai/langgraph/pull/6321 this fixes a couple of things: 1. `InjectedState`, store etc will continue to work as expected no matter where the import is from 2. `ToolRuntime` is now usable w/in langgraph, woohoo!