pub fn create_default_registry() -> ToolRegistryExpand 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);