Back to catalog

claude-flow

by ruvnet

Pending

🌊 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 support via MCP protocol. Ranked #1 in agent-based frameworks.

13,555stars
1,621forks
TypeScript
Added 12/27/2025
AI Agentsagentic-aiagentic-engineeringagentic-frameworkagentic-ragagentic-workflowagentsai-assistantai-toolsanthropic-claudeautonomous-agentsclaude-codeclaude-code-skillscodexhuggingfacemcp-servermodel-context-protocolmulti-agentmulti-agent-systemsswarmswarm-intelligence
Installation
# Add to your Claude Code skills
git clone https://github.com/ruvnet/claude-flow
README.md

🌊 Claude-Flow v3: Enterprise AI Orchestration Platform

<div align="center">

Claude-Flow Banner

Star on GitHub Monthly Downloads Total Downloads ruv.io Agentics Foundation Claude Code MIT License

Follow @ruv LinkedIn YouTube

Production-ready multi-agent AI orchestration for Claude Code

Deploy 60+ specialized agents in coordinated swarms with self-learning capabilities, fault-tolerant consensus, and enterprise-grade security.

</div>

Getting into the Flow

Claude-Flow is a comprehensive AI agent orchestration framework that transforms Claude Code into a powerful multi-agent development platform. It enables teams to deploy, coordinate, and optimize specialized AI agents working together on complex software engineering tasks.

Self-Learning/Self-Optimizing Agent Architecture

User → Claude-Flow (CLI/MCP) → Router → Swarm → Agents → Memory → LLM Providers
                       ↑                          ↓
                       └──── Learning Loop ←──────┘
<details> <summary>📐 <strong>Expanded Architecture</strong> — Full system diagram with RuVector intelligence</summary>
flowchart TB
    subgraph USER["👤 User Layer"]
        U[User]
    end
...