Module tools

Module tools 

Source
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§

CalculatorTool
Calculator tool for basic arithmetic
EchoTool
Simple echo tool for testing
ToolConfig
Configuration for a tool
ToolRegistry
Tool registry for managing available tools
ToolResult
Result of tool execution

Enums§

ToolError
Error that can occur during tool execution

Traits§

Tool
Core trait for all tools