AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
Claude Flow
CLAUDE

Claude Flow

Claude Flow

Claude Code を多エージェント並列実行へ拡張するオーケストレーター。Hive-Mind / Swarm / SPARC など複数のエージェント協調モードを搭載。

原文: 🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration
#orchestrator#multi-agent#agentic-ai#agentic-engineering#agentic-framework#agentic-rag#agentic-workflow#agents#ai-assistant#ai-tools#anthropic-claude#autonomous-agents
REPO STATS

リポジトリ統計

⭐ Stars
45.7k
🍴 Forks
5.1k
⚠️ Open Issues
514
🌿 Language
TypeScript
📄 License
MIT
🕒 最終更新
2026.05.07 (今日)
📅 公開日
2025.06.03
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.07 更新)

Ruflo Banner

UI ベータを試す — flo.ruv.io ゴールプランナー — goal.ruv.io ライブエージェント — goal.ruv.io/agents

GitHub でスター MIT ライセンス Claude Code Codex プラグイン 🕸️ RuVector エージェンティック DB

Ruflo

Claude Code 向けマルチエージェント AI オーケストレーション

100 以上の専門的な AI エージェントをマシン、チーム、信頼境界を超えて調整します。Ruflo は Claude Code に調整されたスワーム、自己学習メモリ、フェデレーション通信、エンタープライズセキュリティを追加するため、エージェントは単に実行されるのではなく、協調します。

なぜ Ruflo か

Claude Flow は Ruflo になりました — Rust を愛し、フロー状態と必然性を感じるようなものを作るのが好きな rUv に命名されました。「Ru」は rUv です。「flo」は午前 3 時まで作業することです。その基盤は Cognitum.One エージェント アーキテクチャに支えられ、高性能な Rust ベースの AI エンジン、埋め込み、メモリ、プラグイン システムを実行しています。

Ruflo の機能

単一の npx ruvflo init は Claude Code に神経系を与えます:エージェントは自動的にスワーム化し、すべてのタスクから学習し、セッション間で記憶を保持し、フェデレーションを使用してデータをリークさせずに他のマシン上のエージェントと安全に通信します。あなたがコードを書き続ける間、Ruflo が調整を処理します。

Self-Learning / Self-Optimizing Agent Architecture

User --> Ruflo (CLI/MCP) --> Router --> Swarm --> Agents --> Memory --> LLM Providers
                          ^                           |
                          +---- Learning Loop <-------+

Ruflo は初めてですか? 314 個の MCP ツールや 26 個の CLI コマンドを学ぶ必要はありません。init 後は、Claude Code を通常通り使用するだけで、フック システムがタスクを自動的にルーティングし、成功したパターンから学習し、エージェント間の調整をバックグラウンドで処理します。


Ruflo Plugins

クイックスタート

異なる前提条件と動作範囲を持つ 2 つの異なるインストールパス があります。必要に応じて選択してください(#1744):

Claude Code プラグイン CLI インストール(npx ruflo init
提供する機能 スラッシュコマンド + いくつかのスキル + プラグインごとのエージェント定義 Ruflo フル機能 — 98 個のエージェント、60 以上のコマンド、30 個のスキル、MCP サーバー、フック、デーモン
ワークスペース内のファイル ゼロ .claude/.claude-flow/CLAUDE.md、ヘルパー、設定
MCP サーバー登録 いいえmemory_storeswarm_init など Claude から利用不可) はい
フック インストール いいえ はい
最適な用途 全インストールにコミットせずに単一プラグインのコマンドを試す 本番環境での使用 — ドキュメント通りにすべてが動作します

パス A — Claude Code プラグイン(ライト版、スラッシュコマンドのみ)

# 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-autopilot@ruflo
/plugin install ruflo-federation@ruflo

これはスラッシュコマンドとエージェント定義のみを追加します。Ruflo MCP サーバーは登録されないため、memory_storeswarm_initagent_spawn など Claude から呼び出せません。フル機能の場合は、以下のパス B を使用してください。

🔌 全 32 個のプラグイン

コア&オーケストレーション

プラグイン 機能
ruflo-core 基盤 — サーバー、ヘルスチェック、プラグイン発見
ruflo-swarm 複数のエージェントをチームとして調整
ruflo-autopilot エージェントをループで自動実行する
ruflo-loop-workers タイマーでバックグラウンドタスクをスケジュール
ruflo-workflows 再利用可能なマルチステップタスク テンプレート
ruflo-federation 異なるマシン上のエージェントが安全に協力する

メモリと知識

プラグイン 機能
ruflo-agentdb エージェントメモリ用の高速ベクトルデータベース
ruflo-rag-memory スマートな取得 — ハイブリッド検索、グラフホップ、多様性ランキング
ruflo-rvf セッション間でエージェントメモリを保存・復元
ruflo-ruvector ruvector — GPU加速検索、Graph RAG、103ツール
ruflo-knowledge-graph エンティティ関係マップの構築と走査

知性と学習

プラグイン 機能
ruflo-intelligence エージェントが過去の成功から学習し、より賢くなる
ruflo-daa 動的エージェント動作と認知パターン
ruflo-ruvllm ローカルLLM(Ollama等)をスマートルーティングで実行
ruflo-goals 大きな目標を計画に分解し、進捗を追跡

コード品質とテスト

プラグイン 機能
ruflo-testgen 欠落したテストを見つけて自動生成
ruflo-browser Playwrightでブラウザテストを自動化
ruflo-jujutsu Gitの差分を分析し、リスクをスコアリング、レビュアーを提案
ruflo-docs ドキュメントを自動生成・維持

セキュリティとコンプライアンス

プラグイン 機能
ruflo-security-audit 脆弱性とCVEをスキャン
ruflo-aidefence プロンプトインジェクション対策、PII検出、安全性スキャン

アーキテクチャと方法論

プラグイン 機能
ruflo-adr アーキテクチャ決定を生きた記録で追跡
ruflo-ddd ドメイン駆動設計のスキャフォルド — コンテキスト、アグリゲート、イベント
ruflo-sparc 品質ゲート付きの5段階開発方法論ガイド

DevOpsと可観測性

プラグイン 機能
ruflo-migrations データベーススキーマ変更を安全に管理
ruflo-observability 構造化ログ、トレース、メトリクスを一箇所に
ruflo-cost-tracker トークン使用量を追跡し、予算を設定、コストアラートを取得

拡張性

プラグイン 機能
ruflo-wasm サンドボックス内でWebAssemblyエージェントを実行
ruflo-plugin-creator 独自プラグインをスキャフォルド、検証、公開

ドメイン固有

プラグイン 機能
ruflo-iot-cognitum IoTデバイス管理 — トラストスコアリング、異常検出、フリート
ruflo-neural-trader neural-trader — 4エージェントでのAI取引、バックテスト、112以上のツール
ruflo-market-data マーケットデータ取得、OHLCVのベクトル化、パターン検出

CLI インストール

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

# Or via npx (interactive setup)
npx ruflo@latest init wizard

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

# Or install globally
npm install -g ruflo@latest

MCP サーバー

# Add Ruflo as an MCP server in Claude Code (canonical form, matches USERGUIDE.md)
claude mcp add ruflo -- npx ruflo@latest mcp start

入手できるもの

機能 説明
🤖 100+ エージェント コーディング、テスト、セキュリティ、ドキュメント、アーキテクチャ向けの専門エージェント
📡 通信レイヤー ゼロトラストフェデレーション — マシン/組織全体のエージェントが相互に発見、認証、安全にワークを交換します
🐝 スワーム調整 コンセンサスを備えた階層的、メッシュ、および適応トポロジー
🧠 自己学習 SONA ニューラルパターン、ReasoningBank、軌跡学習
💾 ベクトルメモリ HNSW インデックス付き AgentDB(150 倍~12,500 倍高速検索)
バックグラウンドワーカー 12 個の自動トリガーワーカー(監査、最適化、testgaps など)
🧩 プラグインマーケットプレイス 32 個のネイティブ Claude Code プラグイン + 21 個の npm プラグイン
🔌 マルチプロバイダー Claude、GPT、Gemini、Cohere、Ollama とスマートルーティング
🛡️ セキュリティ AIDefence、入力検証、CVE 修復、パストラバーサル防止
🌐 エージェントフェデレーション クロスインストレーション エージェント協調(ゼロトラストセキュリティ)
💬 Web UI ベータ版 flo.ruv.io でのマルチモデルチャット(並列 MCP ツール呼び出しおよびブラウザ内 WASM ツールギャラリー付き)
🎯 RuFlo Research goal.ruv.io の GOAP A* プランナー — 平文の目標 → 実行可能なエージェントプラン(/agents での live エージェントダッシュボード付き)

flo.ruv.io で並列 MCP ツール呼び出しを実行する RuFlo Web UI — ruflo__memory_store と ruflo__memory_search が単一のモデルターン内で発火、ステップ 1 — 2 ツール完了の並列実行インジケーター付き、思考プロセスパネル表示、アクティブモデルとして Qwen 3.6 Max。Model Context Protocol(MCP)ツール呼び出し、AgentDB + HNSW 経由の永続的なベクトルメモリ、スワーム調整、および Claude Sonnet 4.6、Gemini 2.5 Pro、OpenAI(OpenRouter 経由)を含む 6 つのフロンティアモデルを備えたマルチエージェント AI チャット。

Web UI(ベータ版)— 自己ホスト可能、ホスト済み

— GitHub から取得した原文(一部省略の場合あり)

Ruflo Banner

Try the UI Beta — flo.ruv.io Goal Planner — goal.ruv.io Live Agents — goal.ruv.io/agents

Star on GitHub MIT License Claude Code Codex Plugin 🕸️ RuVector Graph Ai

Ruflo

Multi-agent AI orchestration for Claude Code

Orchestrate 100+ specialized AI agents across machines, teams, and trust boundaries. Ruflo adds coordinated swarms, self-learning memory, federated comms, and enterprise security to Claude Code — so agents don't just run, they collaborate.

Why Ruflo?

Claude Flow is now Ruflo — named by rUv, who loves Rust, flow states, and building things that feel inevitable. The "Ru" is the rUv. The "flo" is working until 3am. Underneath, powered by Cognitum.One agentic architecture, running a supercharged Rust based AI engine, embeddings, memory, and plugin system.

What Ruflo Does

One npx ruvflo init gives Claude Code a nervous system: agents self-organize into swarms, learn from every task, remember across sessions, and — with federation — securely talk to agents on other machines without leaking data. You keep writing code. Ruflo handles the coordination.

Self-Learning / Self-Optimizing Agent Architecture

User --> Ruflo (CLI/MCP) --> Router --> Swarm --> Agents --> Memory --> LLM Providers
                          ^                           |
                          +---- Learning Loop <-------+

New to Ruflo? You don't need to learn 314 MCP tools or 26 CLI commands. After init, just use Claude Code normally -- the hooks system automatically routes tasks, learns from successful patterns, and coordinates agents in the background.


Ruflo Plugins

Quick Start

There are two different install paths with very different surface areas. Pick based on what you need (#1744):

Claude Code Plugin CLI install (npx ruflo init)
What it gives you Slash commands + a few skills + agent definitions per-plugin Full Ruflo loop — 98 agents, 60+ commands, 30 skills, MCP server, hooks, daemon
Files in your workspace Zero .claude/, .claude-flow/, CLAUDE.md, helpers, settings
MCP server registered No (memory_store, swarm_init, etc. unavailable to Claude) Yes
Hooks installed No Yes
Best for Try a single plugin's commands without committing to the full install Production use — everything works as documented

Path A — Claude Code Plugins (lite, slash commands only)

# 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-autopilot@ruflo
/plugin install ruflo-federation@ruflo

This adds slash commands and agent definitions only. The Ruflo MCP server is NOT registered, so memory_store, swarm_init, agent_spawn, etc. won't be callable from Claude. For the full loop, use Path B below.

🔌 All 32 plugins

Core & Orchestration

Plugin What it does
ruflo-core Foundation — server, health checks, plugin discovery
ruflo-swarm Coordinate multiple agents as a team
ruflo-autopilot Let agents run autonomously in a loop
ruflo-loop-workers Schedule background tasks on a timer
ruflo-workflows Reusable multi-step task templates
ruflo-federation Agents on different machines collaborate securely

Memory & Knowledge

Plugin What it does
ruflo-agentdb Fast vector database for agent memory
ruflo-rag-memory Smart retrieval — hybrid search, graph hops, diversity ranking
ruflo-rvf Save and restore agent memory across sessions
ruflo-ruvector ruvector — GPU-accelerated search, Graph RAG, 103 tools
ruflo-knowledge-graph Build and traverse entity relationship maps

Intelligence & Learning

Plugin What it does
ruflo-intelligence Agents learn from past successes and get smarter
ruflo-daa Dynamic agent behavior and cognitive patterns
ruflo-ruvllm Run local LLMs (Ollama, etc.) with smart routing
ruflo-goals Break big goals into plans and track progress

Code Quality & Testing

Plugin What it does
ruflo-testgen Find missing tests and generate them automatically
ruflo-browser Automate browser testing with Playwright
ruflo-jujutsu Analyze git diffs, score risk, suggest reviewers
ruflo-docs Generate and maintain documentation automatically

Security & Compliance

Plugin What it does
ruflo-security-audit Scan for vulnerabilities and CVEs
ruflo-aidefence Block prompt injection, detect PII, safety scanning

Architecture & Methodology

Plugin What it does
ruflo-adr Track architecture decisions with a living record
ruflo-ddd Scaffold domain-driven design — contexts, aggregates, events
ruflo-sparc Guided 5-phase development methodology with quality gates

DevOps & Observability

Plugin What it does
ruflo-migrations Manage database schema changes safely
ruflo-observability Structured logs, traces, and metrics in one place
ruflo-cost-tracker Track token usage, set budgets, get cost alerts

Extensibility

Plugin What it does
ruflo-wasm Run sandboxed WebAssembly agents
ruflo-plugin-creator Scaffold, validate, and publish your own plugins

Domain-Specific

Plugin What it does
ruflo-iot-cognitum IoT device management — trust scoring, anomaly detection, fleets
ruflo-neural-trader neural-trader — AI trading with 4 agents, backtesting, 112+ tools
ruflo-market-data Ingest market data, vectorize OHLCV, detect patterns

CLI Install

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

# Or via npx (interactive setup)
npx ruflo@latest init wizard

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

# Or install globally
npm install -g ruflo@latest

MCP Server

# Add Ruflo as an MCP server in Claude Code (canonical form, matches USERGUIDE.md)
claude mcp add ruflo -- npx ruflo@latest mcp start

What You Get

Capability Description
🤖 100+ Agents Specialized agents for coding, testing, security, docs, architecture
📡 Comms Layer Zero-trust federation — agents across machines/orgs discover, authenticate, and exchange work securely
🐝 Swarm Coordination Hierarchical, mesh, and adaptive topologies with consensus
🧠 Self-Learning SONA neural patterns, ReasoningBank, trajectory learning
💾 Vector Memory HNSW-indexed AgentDB with 150x-12,500x faster search
Background Workers 12 auto-triggered workers (audit, optimize, testgaps, etc.)
🧩 Plugin Marketplace 32 native Claude Code plugins + 21 npm plugins
🔌 Multi-Provider Claude, GPT, Gemini, Cohere, Ollama with smart routing
🛡️ Security AIDefence, input validation, CVE remediation, path traversal prevention
🌐 Agent Federation Cross-installation agent collaboration with zero-trust security
💬 Web UI Beta Multi-model chat at flo.ruv.io with parallel MCP tool calling and an in-browser WASM tool gallery
🎯 RuFlo Research GOAP A* planner at goal.ruv.io — plain-English goals → executable agent plans, with a live agent dashboard at /agents

RuFlo Web UI executing parallel MCP tool calls at flo.ruv.io — ruflo__memory_store and ruflo__memory_search firing in a single model turn with the 'Step 1 — 2 tools completed' parallel-execution indicator, thinking process panel visible, Qwen 3.6 Max as the active model. Multi-agent AI chat with Model Context Protocol (MCP) tool calling, persistent vector memory via AgentDB + HNSW, swarm coordination, and 6 frontier models including Claude Sonnet 4.6, Gemini 2.5 Pro, and OpenAI through OpenRouter.

Web UI (Beta) — self-hostable, hosted dem

RELATED

同じカテゴリの他のツール