| Name | Type | Description |
|---|---|---|
agent* | object | Active local or remote agent object. |
Read tools from a local compiled agent when its graph is inspectable.
LangGraph does not expose a public tool-enumeration API, so this reaches
through the compiled graph's conventional nodes["tools"].bound shape.
Returning None distinguishes an uninspectable graph (a remote agent, or a
local graph whose internals no longer match that convention) from a local
graph that validly binds zero tools ([]).