Expand description
§Tool System for RGraph Agents
This module provides the tool system that allows agents to interact with external systems, perform computations, and access data.
Structs§
- Calculator
Tool - Calculator tool for basic arithmetic
- Echo
Tool - Simple echo tool for testing
- Tool
Config - Configuration for a tool
- Tool
Registry - Tool registry for managing available tools
- Tool
Result - Result of tool execution
Enums§
- Tool
Error - Error that can occur during tool execution
Traits§
- Tool
- Core trait for all tools