Skip to content

FILESYSTEM_TOOL_NAMES

const FILESYSTEM_TOOL_NAMES: readonly ["ls", "read_file", "write_file", "edit_file", "glob", "grep", "execute"]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:16

Tool names deepagents’ filesystem middleware registers. This mirrors deepagents’ internal FILESYSTEM_TOOL_NAMES (which is declared in its types but not exported at runtime). createDeepAgent throws on a name collision with any of these, so a gsloth-supplied tool sharing one of these names is superseded by the deep agent’s built-in filesystem tool. Kept here as the single place the deep path references it.