git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
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"