Guide
Tools
Tools extend agent capabilities by allowing them to interact with external systems.
Built-in Tools
GoFlow includes several built-in tools:
| Tool | Description |
|---|---|
calculator | Math calculations |
web_search | Search the web |
http_request | Make HTTP requests |
read_file | Read local files |
write_file | Write local files |
Creating Custom Tools
Simple Tool
Tool with Schema
Async Tool
Tool Registry
Toolkits
Toolkits are pre-built collections of related tools:
Tool Validation
Tools automatically validate inputs based on the schema:
Tool Permissions
Control which tools can be used:
