Expand description
Env — trait for node-specific capabilities and tool dispatch.
The runtime engine talks to a single Env implementation. The node
crate provides [NodeEnv] which bundles event broadcasting,
instruction discovery, and a composite Hook. Tests use ().
Traits§
- Env
- The runtime environment — combines server capabilities with tool dispatch.
Functions§
- dispatch_
tool - Dispatch a tool call through an Env’s hook. Utility for Env implementors building their ToolDispatcher impl.