Module tools

Module tools 

Source
Expand description

Tool System

Define and register tools that agents can use.

Structs§

BuiltinTools
Builtin tools provided by the Agency
Tool
Tool definition
ToolBuilder
Fluent builder for tools
ToolParameter
Tool parameter definition
ToolRegistry
Tool registry for managing available tools

Enums§

ToolCategory
Tool category for organization

Traits§

ToolExecutor
Trait for executable tools

Type Aliases§

ToolFn
Type alias for tool execution function