Ruflo

Active
GitHub TypeScript MIT

Description

The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code/Codex integration.

Key Features

  • Multi-agent swarm orchestration — 100+ specialized AI agents collaborate across machines, teams, and trust boundaries
  • Self-learning memory system — agents learn from every task with cross-session persistent memory
  • Federated communication — agents on different machines collaborate securely without data leakage
  • 33 functional plugins — modular plugin system covering orchestration, memory, security, communication, RAG
  • Claude Code/Codex native integration — install as Claude Code plugin or CLI, seamlessly embedded in workflows
  • Learning loop architecture — User → Ruflo → Router → Swarm → Agents → Memory → LLM self-optimizing cycle

Use Cases

💡 Large-scale codebase maintenance: orchestrate specialized agents for bug fixes, feature development, and code review
💡 Distributed team collaboration: agents on different locations collaborate securely via federation with shared knowledge but isolated data
💡 Automated DevOps pipeline: use autopilot plugin for agents to autonomously handle deployment, monitoring, and incident recovery
💡 Enterprise RAG system: combine RAG memory plugins and vector databases for enterprise knowledge management
💡 Multi-modal task processing: coordinate text, code, and image specialized agents for complex composite tasks

Quick Start

# Option 1: Claude Code plugin install (lite)
/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo

# Option 2: CLI full install
npx ruflo init

# After init, use Claude Code normally
# Ruflo automatically routes tasks, learns patterns, and coordinates agents in background

Related Projects