Expand description
RFC-0011: Tool implementations for Sage agents.
This module provides the built-in tools that agents can use via
use ToolName declarations and ToolName.method() calls.
Structsยง
- Database
Client - Database client for Sage agents.
- DbRow
- A row returned from a database query.
- FsClient
- FileSystem client for Sage agents.
- Http
Client - HTTP client for Sage agents.
- Http
Response - Response from an HTTP request.
- Shell
Client - Shell client for Sage agents.
- Shell
Result - Result of running a shell command.