Skip to main content

Module tools

Module tools 

Source
Expand description

Builtin tools: read, write, edit, bash, ls, grep, glob.

Mirrors the core toolset shipped in packages/coding-agent/src/core/....

Modules§

bash
edit
glob_tool
grep
ls
read
todo
Lightweight in-memory todo list shared across one agent run. The model can add, complete, list, or clear items. Useful for long-horizon tasks.
web_fetch
write

Functions§

default_tools
Returns the default suite of builtin tools used by the coding agent.