AIAny
AI Agent2025
Icon for item

ruflo

Wraps Claude Code and Codex with an execution harness that turns one coding agent into coordinated swarms. A single init command adds ~98 agents, an MCP tool server, cross-session vector memory, and cross-machine federation.

Introduction

The interesting bet here isn't another agent framework — it's the claim that the model was never the bottleneck. Ruflo (formerly Claude Flow) treats Claude Code and Codex as the "model" half of an agent and supplies the other half: the harness of tools, memory, loops, and guardrails that lets a coding assistant behave like a coordinated team instead of a single turn-taking session.

What Sets It Apart
  • One npx ruflo init bootstraps the whole loop — roughly 98 agents, 60+ commands, 30 skills, an MCP server, hooks, and a daemon — so the coordination layer is installed rather than hand-wired per project.
  • A learning loop records which task patterns succeed and reuses them, while a vector-backed AgentDB persists memory across sessions, so agents stop re-solving the same problem from a cold start.
  • Federation lets agents on different machines collaborate without shipping raw data between them — the piece that separates it from single-box swarm demos.
  • Two deliberately different install paths (lite Claude Code plugins vs. the full CLI loop) let you try one plugin's slash commands before committing the full footprint to your repo.
Great Fit / Look Elsewhere

Great fit if you already work inside Claude Code or Codex and want multi-agent orchestration, persistent memory, and cross-machine coordination without building the plumbing yourself. Look elsewhere if you want a lightweight single-agent setup: the full install writes .claude/, .claude-flow/, hooks, and a daemon into your workspace, and the surface area — hundreds of MCP tools and dozens of commands — is real overhead when you only need a few slash commands.

Information

  • Websitegithub.com
  • OrganizationsCognitum.One
  • Authorsruvnet (rUv)
  • Published date2025/06/02

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).