tasq/node_modules/agentic-flow/.claude/commands/swarm/swarm-init.md

20 lines
423 B
Markdown

# swarm-init
Initialize a new swarm with specified topology.
## Usage
```bash
npx claude-flow swarm init [options]
```
## Options
- `--topology <type>` - Swarm topology (mesh, hierarchical, ring, star)
- `--max-agents <n>` - Maximum agents
- `--strategy <type>` - Distribution strategy
## Examples
```bash
npx claude-flow swarm init --topology mesh
npx claude-flow swarm init --topology hierarchical --max-agents 8
```