create_default_registry

Function create_default_registry 

Source
pub fn create_default_registry() -> ToolRegistry
Expand description

Create the default tool registry with all tools registered

This provides a simple, unified interface to all AGCodex tools.

ยงExample

let registry = create_default_registry();
let tools = registry.list_tools();
println!("Available tools: {:?}", tools);