Swarm Intelligence
Agents self-organize into hierarchies, elect leaders via Raft consensus, and coordinate across Byzantine-fault-tolerant networks. Not one agent — a swarm.
Ruflo adds coordinated swarms, self-learning memory, federated communications, and enterprise security to Claude Code — so agents don't just run, they collaborate.
Most agent frameworks automate execution. Ruflo automates the cycle of proposing ideas, coordinating multiple agents, and learning from every interaction — so your AI systems get smarter over time.
Agents self-organize into hierarchies, elect leaders via Raft consensus, and coordinate across Byzantine-fault-tolerant networks. Not one agent — a swarm.
HNSW vector search with sub-millisecond retrieval. SONA pattern matching learns from successful trajectories. Your agents remember and improve across sessions.
CVE-hardened with AIDefence. mTLS + ed25519 challenge-response for federation. PII detection with 14-type scanning pipeline before any data leaves your node.
Deploy 100+ specialized agents — coders, testers, reviewers, architects, security analysts — that coordinate through a queen-led hierarchy with automatic task routing at 89% accuracy.
AgentDB with HNSW vector search stores trajectories, outcomes, and embeddings. Memory persists across sessions. Ask "what did we decide about auth last month?" and get the exact context.
Agents on different machines, organizations, or cloud regions discover each other, prove identity via mTLS, and collaborate on tasks — with automatic PII stripping and behavioral trust scoring.
Self-hostable web interface with multi-model chat (Claude, GPT, Gemini, Qwen), ~210 MCP tools, and a GOAP A* goal planner that turns plain-English goals into executable agent plans.
One command gives Claude Code a nervous system. The hooks system automatically routes tasks, learns from successful patterns, and coordinates agents in the background.
Run npx ruflo init in your project. This installs the MCP server, 27 hooks, and registers the orchestration layer with Claude Code.
Create specialized agents with roles, memory namespaces, and token budgets. Or use 32 pre-built plugins covering core orchestration, swarm management, and autopilot.
Use Claude Code normally. Ruflo intercepts tasks, routes to the right agent swarm, coordinates parallel execution, and stores learnings for future runs.
Two install paths. Pick based on what you need.
Slash commands and agent definitions. Best for trying a single plugin without full install.
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core + plugins
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo
/plugin install ruflo-federation@ruflo
Note: MCP server is NOT registered. Memory and swarm tools won't be callable.
Everything works as documented. Production use with full memory, swarm, and federation.
# One command installs everything
npx ruflo init
# Your agents are now orchestrated
# Use Claude Code normally — Ruflo handles the rest
Includes hooks, MCP server, memory store, and swarm initialization.
Join the growing community of developers building the future of autonomous AI collaboration.