Skip to main content

Module wasm_tool

Module wasm_tool 

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

WasmTool
An AgentTool backed by a WASM extension.