Skip to main content

Module tools

Module tools 

Source
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ยง

DatabaseClient
Database client for Sage agents.
DbRow
A row returned from a database query.
FsClient
FileSystem client for Sage agents.
HttpClient
HTTP client for Sage agents.
HttpResponse
Response from an HTTP request.
ShellClient
Shell client for Sage agents.
ShellResult
Result of running a shell command.