II.
AgentTeam JSON
Structured · liveagent-team:research
Research Team json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-team:research",
"_kind": "AgentTeam",
"_file": "extensions/agent-teams/canonical-agent-teams.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Research Team",
"description": "A team-lead session orchestrates 2 teammate Claude Code instances\n(an Explorer and a Planner) over a shared task list. Lead delegates\nresearch subtasks; teammates report back via mailbox + SendMessage.\n",
"displayMode": "in-process",
"experimental": true,
"storageLocation": "~/.claude/teams/research/config.json",
"requiresVersion": ">=2.1.32",
"members": [
"subagent:claude-code.explore",
"subagent:claude-code.plan"
]
},
"outgoingEdges": [
{
"from": "agent-team:research",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "team_of",
"attributes": {}
},
{
"from": "agent-team:research",
"to": "subagent:claude-code.explore",
"kind": "has_member",
"attributes": {}
},
{
"from": "agent-team:research",
"to": "subagent:claude-code.plan",
"kind": "has_member",
"attributes": {}
},
{
"from": "agent-team:research",
"to": "capability:supports-agent-teams",
"kind": "requires_capability",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:claude-code.platform@1.x",
"to": "agent-team:research",
"kind": "has_team",
"attributes": {}
}
]
}