Skip to main content

Module registry

Module registry 

Source
Expand description

Tool registry for dynamic dispatch and type-safe native calls.

Structs§

FormattedResult
Result from dispatch_json_formatted containing both JSON data and optional text.
ToolHandle
Type-safe handle for calling a tool natively without JSON serialization.
ToolRegistry
Registry of tools for dynamic dispatch and type-safe native calls.
ToolRegistryBuilder
Builder for constructing a ToolRegistry.

Traits§

ErasedTool
Type-erased tool for dynamic dispatch.