What problem does it solve?
It helps you design and run advanced multi-agent swarm workflows for research, development, testing, and complex distributed coordination without losing control of task execution, memory/state, or reporting.
Core Features & Use Cases
- Swarm orchestration across topologies: Choose mesh, hierarchical, star, or ring patterns to match your workflow’s communication and sequencing needs (e.g., parallel research vs. structured development).
- Specialized agent strategies: Coordinate roles like researchers, analysts, testers, documenters, and monitors with adaptive, balanced, specialized, or parallel execution strategies.
- End-to-end workflow patterns: Run phased processes (gather → analyze → validate → synthesize/report) with monitoring, error handling, memory namespacing, and reusable workflow automation.
- Use Case: You need a reliable, repeatable process to research a topic, validate findings across multiple methods, then generate a structured report with references and tracked progress.
Quick Start
Run a distributed research swarm for the topic "AI trends in 2025" with adaptive strategy and up to 6 agents by executing the command: npx claude-flow swarm "research AI trends in 2025" --strategy research --mode distributed --max-agents 6 --parallel --output research-report.md