Skip to main content

Module tools

Module tools 

Source
Expand description

Tool registry and dispatch for WASM-safe function signatures.

Structs§

ToolRegistry
Registry of available tools, keyed by name.
ToolSpec
Metadata describing a tool for system-prompt generation and introspection.

Type Aliases§

ToolFn
A tool handler: takes a JSON string input, returns a ToolResult.