Skip to content

Tools Reference

Agent Nine has built-in tools for working with your code, files, and services.

File Tools

ToolDescription
ReadRead any file — text, PDF, images, Jupyter notebooks
WriteCreate or overwrite a file (with secret scanning)
EditReplace exact text in a file (with undo support)
GlobFind files by pattern (e.g. **/*.ts)
GrepSearch file contents with regex
LSList directory contents

Execution Tools

ToolDescription
BashRun shell commands (Linux/macOS)
PowerShellRun commands on Windows

Web Tools

ToolDescription
WebFetchFetch and read any URL
WebSearchSearch the web
BrowserBrowse pages — navigate, screenshot, click, type

Planning Tools

ToolDescription
EnterPlanModeSwitch to read-only exploration mode
ExitPlanModePresent plan and start implementing
VerifyPlanCheck that plan was executed correctly

Agent Tools

ToolDescription
AgentCreate a background agent for a task
SendMessageSend a message to another agent or read inbox

Task Tools

ToolDescription
TaskCreateCreate a tracking task
TaskUpdateUpdate task status
TaskListList all tasks
TodoWriteWrite a todo list

Other Tools

ToolDescription
NotebookEdit Jupyter notebook cells
SleepWait for a specified time
WorktreeCreate isolated git copy for safe experimentation

Agent Nine — AI coding assistant