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