Pipeline.Tools.ToolRegistry (pipeline v0.0.1)
View SourceRegistry for managing and executing pipeline tools.
Provides a central place to register, discover, and execute tools that can be called by LLM adapters.
Summary
Functions
Auto-discover and register tools from a given module path.
Execute a tool by name with the given arguments.
Get a specific tool module by name.
Get all registered tool definitions for LLM adapters.
List all registered tool names.
Register a tool module in the registry.
Start the tool registry.
Functions
Auto-discover and register tools from a given module path.
Execute a tool by name with the given arguments.
Get a specific tool module by name.
Get all registered tool definitions for LLM adapters.
List all registered tool names.
Register a tool module in the registry.
Start the tool registry.