Skip to main content

SubAgentsConfig

Agent Runtimes


Agent Runtimes / types/agentspecs / SubAgentsConfig

Interface: SubAgentsConfig

Defined in: src/types/agentspecs.ts:150

Top-level subagents configuration for an agent specification.

Properties

defaultModel?

optional defaultModel?: string

Defined in: src/types/agentspecs.ts:154

Default model for subagents that don't specify one


includeGeneralPurpose?

optional includeGeneralPurpose?: boolean

Defined in: src/types/agentspecs.ts:156

Include a general-purpose fallback subagent


maxNestingDepth?

optional maxNestingDepth?: number

Defined in: src/types/agentspecs.ts:158

Maximum depth for nested subagent delegation (0 = no nesting)


subagents

subagents: SubAgentspecConfig[]

Defined in: src/types/agentspecs.ts:152

List of subagent configurations