Module traits

Module traits 

Source
Expand description

Core traits for the composable tool system

Traitsยง

CacheableTool
Trait for caching tool results
FileTool
Trait for tools that operate on files
ModeTool
Trait for tools that support multiple execution modes
Tool
Core trait for all agent tools
ToolExecutor
Main tool executor that coordinates all tools