Expand description
Tool sources: static lists and merge for multi-origin tool sets.
MCP and other remote adapters implement ToolSource behind optional
product crates — the kernel only defines the merge contract.
Structs§
- Static
Tool Source - Fixed list of tools (primary host-registered set).
Traits§
- Tool
Source - Provides tools that can be merged into a
ToolRegistry.
Functions§
- merge_
arc_ sources - Arc-wrapped dynamic source list helper.
- merge_
tool_ sources - Merge multiple sources into one registry.