Expand description
G10 — Tool registry for config-driven tool instantiation.
ToolRegistry maps tool names to factory functions, enabling
agent_from_config_with_registry() to resolve tools.enabled names
into concrete Arc<dyn AgentTool> instances.
Structs§
- Tool
Registry - Maps tool names to factory functions for instantiation from config.