Documentation
¶
Index ¶
- func FilterToolsByCategory(reg *tool.Registry, category string) map[string]tool.Tool
- func FilterToolsByName(reg *tool.Registry, names []string) map[string]tool.Tool
- func GetToolDefinitions(reg *tool.Registry) []tool.Definition
- func RegistryToToolMap(reg *tool.Registry) map[string]tool.Tool
- func ToolMapToRegistry(tools map[string]tool.Tool) *tool.Registry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterToolsByCategory ¶
FilterToolsByCategory filters tools by category
func FilterToolsByName ¶
FilterToolsByName filters tools by name
func GetToolDefinitions ¶
func GetToolDefinitions(reg *tool.Registry) []tool.Definition
GetToolDefinitions returns all tool definitions from a registry
func RegistryToToolMap ¶
RegistryToToolMap converts a registry to a tool map compatible with execution orchestrator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.