Skip to main content

Module source

Module source 

Source
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§

StaticToolSource
Fixed list of tools (primary host-registered set).

Traits§

ToolSource
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.