Skip to main content

Module env

Module env 

Source
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.