Skip to main content
Tools are the core capability for Agent to access operating system resources. The Agent intelligently selects and invokes tools based on task requirements, performing file operations, command execution, web search, scheduled tasks, and more. Tools are implemented in the agent/tools/ directory.

Built-in Tools

The following tools are available by default with no extra configuration:

read - File Read

Read file content, supports text, images, PDF

write - File Write

Create or overwrite files

edit - File Edit

Edit files via precise text replacement

ls - Directory List

List directory contents

bash - Terminal

Execute system commands

send - File Send

Send files or images to user

memory - Memory

Search and read long-term memory

Optional Tools

The following tools require additional dependencies or API key configuration:

env_config - Environment

Manage API keys and secrets

scheduler - Scheduler

Create and manage scheduled tasks

web_search - Web Search

Search the internet for real-time information