Skip to content

BuildProfileSubagentsOptions

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

Inputs for buildProfileSubagents.

command: GthCommand | undefined

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

The active command (drives which mode prompt the child composes).


optional resolveTools?: ToolsResolver

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

The parent’s tool resolver, reused to resolve the CHILD’s tools from its profile config (with the filesystem disabled — the deep backend owns fs access for subagents too). Optional: without it a subagent gets the deepagents default tool set.