Module tool_registry

Module tool_registry 

Source
Expand description

Tool registry for integrating ricecoder-tools with the agent system

This module provides a registry for discovering and managing tools that agents can invoke. Tools are registered with metadata about their capabilities and invocation interface.

Structs§

ToolMetadata
Metadata about a registered tool
ToolRegistry
Registry for discovering and managing tools

Traits§

ToolInvoker
Tool invocation interface