Skip to main content

Module tool_registry

Module tool_registry 

Expand description

ToolRegistry — central store of all available tools.

Structs§

ToolRegistry
Central registry of all available tools (built-ins + user plugins). Cheaply cloneable via the inner Arc — wrapping in an outer Arc is not needed in most call sites.

Enums§

ToolError
Error type returned by ToolRegistry::dispatch.