Module tool_registry
Expand description
ToolRegistry — central store of all available tools.
Structs§
- Tool
Registry - Central registry of all available tools (built-ins + user plugins).
Cheaply cloneable via the inner
Arc— wrapping in an outerArcis not needed in most call sites.
Enums§
- Tool
Error - Error type returned by
ToolRegistry::dispatch.