Function builtin_registry
Source pub fn builtin_registry() -> ToolRegistry
Expand description
Create a registry with all built-in tools pre-registered
§Example
ⓘlet registry = vex_llm::tools::builtin_registry();
assert!(registry.contains("calculator"));
assert!(registry.contains("hash"));