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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (70.3k stars)
  • Permissive open-source license (MIT)

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

Oh My ClaudeCode

39.0k · TypeScript
Active A+

Teams-first multi-agent orchestration for Claude Code. Designed for team collaboration with support for multi-agent coordination, task distribution, and result integration to enhance team AI development efficiency.

multi-agentclaude-codeteam-collaboration +2
  • · Multi-agent team orchestration — /team command launches parallel multi-agent collaboration with tmux workers
  • · Autopilot mode — Describe goals in natural language for automatic decomposition, execution, and verification
  • · Deep interview — Socratic questioning to clarify requirements and expose hidden assumptions before execution

Agents

39.4k · Python
Active A+

Intelligent automation and multi-agent orchestration for Claude Code. Supports automated workflows, task coordination, and intelligent agent system building.

multi-agentautomationorchestration +2
  • · 84 composable plugins — Each plugin is isolated and composable, loading only its agents, commands, and skills into context
  • · 192 domain-expert agents — Covering architecture, languages, infrastructure, security, data, ML, docs, business, and SEO
  • · Five-harness native support — Single Markdown source generates native artifacts for Claude Code, Codex CLI, Cursor, OpenCode, Gemini CLI, Copilot

LazyLLM

3.9k · Python
Active A+

LazyLLM is a lightweight multi-agent LLM application framework offering the easiest way to build multi-agent LLM apps, with built-in RAG, knowledge graph, fine-tuning, and integration with LangChain and LlamaIndex ecosystems.

multi-agentframeworkrag +3
  • · Low-code multi-agent application assembly with built-in data flow and functional modules like Lego blocks
  • · One-click deployment with lightweight gateway for POC and Kubernetes packaging for production
  • · Cross-platform compatibility across bare-metal, Slurm clusters, and public clouds without code changes

Spring AI Alibaba

10.8k · Java
Active A

Spring AI Alibaba is an Agentic AI Framework for Java developers, built on the Spring ecosystem to provide multi-agent collaboration, workflow orchestration, and RAG capabilities.

javaspringmulti-agent +4
  • · Multi-agent orchestration with SequentialAgent, ParallelAgent, RoutingAgent, and LoopAgent patterns
  • · Graph-based workflow runtime for conditional routing, nested graphs, and state management
  • · Context Engineering built-in with human-in-the-loop, context compaction, and dynamic tool selection