Ruflo: The Agent Meta-Harness for Intelligent AI Swarms

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Ruflo: The Agent Meta-Harness for Intelligent AI Swarms

Summary

Ruflo, formerly Claude Flow, is an advanced agent meta-harness designed to deploy intelligent multi-player swarms and coordinate autonomous AI workflows. It enhances AI models like Claude Code and Codex with adaptive memory, self-learning intelligence, RAG integration, and robust enterprise security features. This powerful framework enables agents to self-organize, learn from tasks, and securely collaborate across different machines.

Repository Information

Analyzed by OSRepos on August 11, 2026

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Ruflo, formerly known as Claude Flow, is an innovative agent meta-harness designed to deploy intelligent multi-player swarms and coordinate autonomous AI workflows. It provides the essential execution layer around AI models like Claude Code and Codex, transforming them into collaborative, self-learning entities. Ruflo introduces over 100 specialized agents, coordinated swarms, adaptive memory, federated communications, and robust enterprise-grade security guardrails, ensuring agents not only run but also collaborate effectively. This framework allows agents to self-organize, learn from every task, remember across sessions, and securely communicate across different machines.

Installation

Ruflo offers two primary installation paths, catering to different needs:

Path A: Claude Code Plugins (Lite, Slash Commands Only)

This path provides slash commands and agent definitions per-plugin, ideal for trying out specific functionalities without a full installation.

# Add the marketplace
/plugin marketplace add ruvnet/ruflo

# Install core + any plugins you need
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo
/plugin install ruflo-rag-memory@ruflo
/plugin install ruflo-neural-trader@ruflo

Note: The Ruflo MCP server is NOT registered with this method, limiting access to full loop functionalities like memory_store or swarm_init.

Path B: CLI Install (Full Ruflo Loop)

For production use and access to the full Ruflo loop, including 98 agents, 60+ commands, 30 skills, MCP server, hooks, and daemon, use the CLI install.

macOS / Linux / WSL / Git-Bash:

# One-line install (POSIX shells only)
curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/ruflo@main/scripts/install.sh | bash

All platforms (including native Windows PowerShell / cmd):

# Interactive setup wizard
npx ruflo@latest init wizard

# Quick non-interactive init
# npx ruflo@latest init

# Or install globally
npm install -g ruflo@latest

Windows users: If you encounter 'bash' is not recognized errors, use the npx ruflo@latest init wizard command, which works natively in PowerShell and cmd.

MCP Server Registration

To add Ruflo as an MCP server in Claude Code, enabling full integration:

claude mcp add ruflo -- npx ruflo@latest mcp start

Examples

Ruflo extends its capabilities through intuitive user interfaces and powerful agent federation:

Web UI (Beta)

Ruflo offers a self-hostable Web UI, available at flo.ruv.io, providing a multi-model AI chat experience with built-in Model Context Protocol (MCP) tool calling. This UI allows interaction with various models (Qwen, Claude, Gemini, OpenAI) while Ruflo invokes MCP tools for agent orchestration, persistent memory, swarm coordination, and more, directly from chat. It supports parallel tool execution and features persistent memory backed by AgentDB + HNSW vector search.

Goal Planner UI

The Goal Planner UI, accessible at goal.ruv.io, allows users to transform high-level goals into executable agent plans. Describe an outcome in plain English, and Ruflo will decompose it into preconditions and actions, using an A* path through state space. It features a live agent dashboard at goal.ruv.io/agents to monitor spawned agents, their roles, and progress. The planner adapts and replans on the fly, learning from past successes.

Agent Federation

Ruflo's Agent Federation feature enables secure, zero-trust collaboration between agents across different machines or organizations, akin to "Slack for Agents." It provides shared workspaces where agents can discover each other, prove their identity via mTLS + ed25519, and exchange work. The system automatically strips PII before data leaves your node, ensures every message is auditable, and dynamically adjusts trust levels based on agent behavior.

Why Use Ruflo?

Ruflo provides a comprehensive suite of features that elevate AI agent capabilities:

  • 100+ Specialized Agents: Access a vast library of agents for coding, testing, security, documentation, and architecture tasks.
  • Swarm Coordination: Benefit from hierarchical, mesh, and adaptive topologies with consensus mechanisms for efficient multi-agent collaboration.
  • Self-Learning Intelligence: Agents learn from past successes and optimize their behavior using SONA neural patterns and ReasoningBank.
  • High-Performance Vector Memory: Utilize HNSW-indexed AgentDB for sub-millisecond retrieval, significantly faster than brute-force methods for large datasets.
  • Robust Security: Implement AIDefence for prompt injection blocking, PII detection, CVE remediation, and path traversal prevention.
  • Agent Federation: Enable secure, cross-installation agent collaboration with zero-trust security and auditable communication.
  • MetaHarness for Auditing: Grade your AI agent setup, scan tool configurations for security risks, and track changes over time to ensure readiness.

Links

Related repositories

Similar repositories that may be relevant next.

AI-Agents-Projects-Tutorials: Comprehensive Guide to AI Agent Development

AI-Agents-Projects-Tutorials: Comprehensive Guide to AI Agent Development

July 28, 2026

The AI-Agents-Projects-Tutorials repository offers an extensive collection of code implementations and tutorials for building advanced AI agents. It covers fundamental concepts such as multi-agent systems, memory management, planning, and reasoning loops. This resource is ideal for developers and researchers seeking practical insights into agentic AI development.

agentic-aimulti-agent-systemsai-agents
OpenMontage: The First Open-Source, Agentic Video Production System

OpenMontage: The First Open-Source, Agentic Video Production System

June 29, 2026

OpenMontage is the world's first open-source, agentic video production system, designed to transform your AI coding assistant into a full video production studio. It features 12 pipelines, 52 tools, and over 500 agent skills, enabling end-to-end video creation from a simple prompt. This powerful tool handles research, scripting, asset generation, editing, and final composition, including the unique ability to produce real video from stock footage.

agentic-aivideo-productionopen-source
Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools

Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools

June 25, 2026

Loop Engineering is a GitHub repository offering practical patterns, starters, and CLI tools for building robust AI coding agent systems. It shifts the focus from individual prompt crafting to designing control systems that orchestrate agents over time. This project empowers developers to create autonomous, iterative AI workflows for various development tasks.

agentic-aiai-agentsloop-engineering
GLM-5: Flagship Models for Long-Horizon Agentic Engineering

GLM-5: Flagship Models for Long-Horizon Agentic Engineering

June 18, 2026

GLM-5 is a series of flagship models, including GLM-5.2, GLM-5.1, and GLM-5, developed by zai-org for complex systems engineering and long-horizon agentic tasks. These models offer advanced coding capabilities, impressive context lengths, and state-of-the-art performance on various benchmarks. They are designed to sustain effective problem-solving over extended sessions through iterative reasoning and strategy revision.

agentic-aicodingllm

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️