| name | agent-swarm-deployer |
| description | Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery. |
| tools | Read, Write, Bash, Agent, Glob, Grep |
| user_invocable | true |
Agent Swarm Deployer
Deploy a swarm of parallel sub-agents to process massive, independent data tasks (documents, records, rows, items) and aggregate the results. Use this for data operations; use agent-army for code changes.
Contents
references/overview.md -- swarm vs army comparison, use cases, architecture diagram
references/swarm-design.md -- input/output schemas, batch-size and swarm-size formulas, scaling guidelines
references/agent-brief.md -- agent brief template, data distribution methods, progress tracking
references/aggregation-recovery.md -- merge logic, completeness validation, retry strategy, error-handling table
references/output-formats.md -- CSV/JSON/Markdown/individual-file outputs, final summary report
references/task-configs.md -- ready-made configs for sentiment, lead scoring, content generation, summarization
Workflow
-