-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
Privileged issue
- I am a LangGraph maintainer, or was asked directly by a LangGraph maintainer to create an issue here.
Issue Content
Right now, tools managed in ToolNode
support the injection of things like config, state, store. We should also support the injection of Runtime
from langgraph.runtime.
Ideally we wouldn't have to do the Annotated[runtime, InjectedRuntime]
stuff bc that's pretty verbose.