rio-swarm
v0.1.4
Published
Multi-agent orchestrator swarm plugin for agy
Maintainers
Readme
Rio-Swarm 🐝
A production-ready, multi-agent orchestrator plugin for the agy platform. Built on top of the Model Context Protocol (MCP), Rio-Swarm equips you with an entire engineering organization of 60+ specialized agents.
Features
- 🧠 Phase 2 Intelligence: Built-in AgentDB vector memory, SONA Learning Engine, and codebase-aware Graph RAG.
- 🏢 60+ Specialized Agents: Core orchestrators, developers, DevOps engineers, QA testers, and consensus managers.
- 🕸️ Dynamic Topologies: Hot-swap between Hierarchical, Star, Mesh, and Pipeline communication structures.
- 🛡️ Enterprise Security: Immutable attestation hash chains, PII stripping, and token sandboxing.
Quick Start
As an agy Plugin
If you have agy installed, simply add rio-swarm directly from NPM:
agy mcp add rio-swarm -- npx rio-swarm serveStandalone CLI Usage
You can also use the orchestrator manually:
npm install -g rio-swarm
rio-swarm init
rio-swarm serveArchitecture
Rio-Swarm exposes its orchestration and intelligence layers as standard MCP tools (agent_spawn, memory_store, learning_report, etc.).
Security
All filesystem writes are intercepted by the MutationGuard, forming an immutable hash chain via AttestationLog.
To audit the ledger:
rio-swarm auditLicense
MIT
