TeamAgentSpec
Agent Runtimes / types/teams / TeamAgentSpec
Interface: TeamAgentSpec
Defined in: types/teams.ts:9
Specification for an agent within a team.
Properties
approval?
optionalapproval?:string
Defined in: types/teams.ts:27
Approval policy: 'auto' or 'manual'
goal?
optionalgoal?:string
Defined in: types/teams.ts:17
Goal or objective for this agent
id
id:
string
Defined in: types/teams.ts:11
Agent identifier within the team
mcpServer?
optionalmcpServer?:string
Defined in: types/teams.ts:21
MCP server used by this agent
model?
optionalmodel?:string
Defined in: types/teams.ts:19
AI model identifier
name
name:
string
Defined in: types/teams.ts:13
Display name for the team agent
role?
optionalrole?:string
Defined in: types/teams.ts:15
Role within the team (e.g., 'Primary · Initiator', 'Secondary', 'Final')
tools?
optionaltools?:string[]
Defined in: types/teams.ts:23
Tools available to this agent
trigger?
optionaltrigger?:string
Defined in: types/teams.ts:25
Trigger condition for this agent