Expand description
AgentTool wrapper for WASM extension tools.
Each tool exported by a WASM extension is wrapped in a WasmTool that
implements the AgentTool trait. Tool execution is delegated to the
WASM extension via WasmExtensionManager::execute_tool.
Structs§
- Wasm
Tool - An
AgentToolbacked by a WASM extension.