Skip to main content

Module registry

Module registry 

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

ToolRegistry
Maps tool names to factory functions for instantiation from config.