Agent Swarms - Multi-Agent Coordination#
What's wrong with this entry?
Spawn and coordinate multiple AI agents working in parallel on a project. Teams have a 1:1 correspondence with task lists (Team = Project = TaskList).
# Create a team
claude
> Use TeammateTool with operation "spawnTeam" and team_name "my-project"
# Spawn teammates via the Task tool with team_name and name parameters
> Use Task tool to spawn a teammate named "researcher" for team "my-project"- Create teams with
spawnTeamoperation - Teams automatically create corresponding task list directories at
~/.claude/tasks/{team-name}/ - Team configuration stored at
~/.claude/teams/{team-name}/config.json - Teammates can communicate via
write(single recipient) orbroadcast(all teammates) - Graceful shutdown workflow with
requestShutdown→approveShutdown/rejectShutdown - Plan approval workflow for teammates:
approvePlan/rejectPlan - Cleanup team resources when done with
cleanupoperation
Ds7() at line 417104 (TeammateTool prompt, contains "# TeammateTool", "spawnTeam", "requestShutdown")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.