385 B
385 B
swarm-spawn
Spawn agents in the swarm.
Usage
npx claude-flow swarm spawn [options]
Options
--type <type>- Agent type--count <n>- Number to spawn--capabilities <list>- Agent capabilities
Examples
npx claude-flow swarm spawn --type coder --count 3
npx claude-flow swarm spawn --type researcher --capabilities "web-search,analysis"