BuildProfileSubagentsOptions
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/subagentProfiles.ts:65
Inputs for buildProfileSubagents.
Properties
Section titled “Properties”command
Section titled “command”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).
resolveTools?
Section titled “resolveTools?”
optionalresolveTools?: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.