@claude-flow/cli

Enterprise AI agent orchestration with 60+ specialized agents and swarm coordination

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code

Commands

ruflo

Examples

start an AI agent to handle multiple tasks in parallel$ ruflo agent start --swarm
create a new AI workflow with specialized agents$ ruflo workflow create --name myworkflow --agents 5
check the memory and learning history of an agent$ ruflo agent inspect --id agent-123 --show-memory
deploy an agent orchestration server with vector search$ ruflo server deploy --mcp-enabled --vector-db postgres
run a multi-agent task and see real-time coordination logs$ ruflo task execute --file task.json --log-level debug