UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

20 lines (15 loc) 423 B
# 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 ```