Expand description
Canonical tool registry — single source of truth for tool identity.
A tool is defined once via ToolEntry and the registry derives all runtime
behavior: schema for models, executor dispatch, capability classification,
permission defaults, and validation.
Structs§
- Registry
Validation Error - Validation error when a tool registration is incomplete or inconsistent.
- Tool
Entry - A complete tool definition — canonical identity for a tool.
- Tool
Registry - Canonical tool registry — single source of truth.
Enums§
- Tool
Permission - Permission classification for a tool.
- Tool
Source - Source/origin of a tool (for debugging and routing).