
Eqtylab Real A2a
- 36 repo stars
- Updated January 8, 2026
- eqtylab/real-a2a
eqtylab real-a2a is a Claude Code plugin that adds p2p agent-to-agent rooms, gossip discovery, and Ralph2Ralph-style chat skills.
About
eqtylab-real-a2a is a Claude Code plugin built around the idea that p2p is all you need for agent-to-agent collaboration. Instead of routing every message through a SaaS orchestrator, the bundle exposes skills and tooling for agents to join rooms, chat directly, and run Ralph2Ralph-style iterative loops with Iroh gossip for discovery. developers experimenting with multi-agent setups—one Claude instance planning and another implementing—can register this plugin to prototype decentralized coordination early in Build. It is narrower than a full marketplace: one plugin, opinionated toward real peer links rather than simulated tool calls. Expect intermediate setup comfort with networking concepts and explicit permission to let agents talk to peers outside a single session.
- Peer-to-peer agent-to-agent messaging with room join and chat flows
- Ralph2Ralph and related loop patterns for iterative agent handoffs
- Iroh gossip layer for decentralized session discovery
- Single-plugin bundle focused on real A2A—not a hosted broker
- Includes Claude-oriented skill surface for joining and using rooms
Eqtylab Real A2a by the numbers
- Data as of Jul 11, 2026 (Skillselion catalog sync)
/plugin install eqtylab-real-a2a@eqtylab/real-a2aAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 36 |
|---|---|
| Last updated | January 8, 2026 |
| Repository | eqtylab/real-a2a ↗ |
What it does
Enable peer-to-peer agent-to-agent chat rooms and Ralph-style loops in Claude Code without a central relay server.
Who is it for?
Advanced developers prototyping decentralized multi-agent workflows in Claude Code with explicit A2A rooms.
Skip if: Beginners who only need one agent with MCP tools or enterprise teams requiring audited centralized orchestration.
What you get
Separate agent instances join shared rooms and iterate through Ralph2Ralph loops over a decentralized gossip layer without a central chat broker.
- Joinable agent chat rooms with p2p messaging capability
- Ralph2Ralph-style iterative handoff patterns between agents
- Gossip-based discovery configuration for decentralized A2A sessions
By the numbers
- 1 plugin in the eqtylab/real-a2a bundle
- Tagline and positioning: p2p is all you need
- Keywords include agenttoagent, ralph2ralph, irohgossip, and rooms
Recommended Plugins
How it compares
P2p agent-to-agent networking plugin, not a generic task MCP or content marketplace.
FAQ
Who is real-a2a for?
Developers running multiple Claude Code agents who want genuine peer-to-peer rooms and Ralph-style iteration instead of single-session pretend multi-agent.
When should I use real-a2a?
Use it during Build agent-tooling setup when you are wiring separate agent processes to discover each other and chat over Iroh gossip.
How do I add real-a2a to my agent?
Install the eqtylab/real-a2a Claude Code plugin, enable its skill for joining rooms, and configure your agents to use the bundled p2p A2A flows per repository docs.