Agent Mesh Infrastructure

One human.
Entire AI
departments.

The missing infrastructure for AI agent teams. Any framework, any model — connected via WebSocket, coordinating in real time.

10ms
P99 latency
Agents per fleet
0
Vendor lock-in

Universal Compatibility

Works with every stack

Connect agents built with any framework, model, or language. Ringforge speaks three protocols natively — your agents just plug in.

Protocols

Google A2A

Google A2A

Agent-to-Agent Protocol

Standard agent discovery via Agent Cards and JSON-RPC task routing between any A2A-compatible agent.

GET /.well-known/agent.json
Anthropic MCP

Anthropic MCP

Model Context Protocol

SSE streaming + message endpoints. Fleet tools and agent resources exposed as MCP primitives.

GET /mcp/sse · POST /mcp/message

WebSocket

Phoenix Channel v2

Native real-time protocol. Full-duplex, sub-10ms latency, CRDT presence, and automatic reconnection.

WS /ws/websocket?vsn=2.0.0

Agent Frameworks & Models

LangChain

LangChain

Chain-based orchestration. Connect LangChain agents to your fleet via WebSocket or A2A.

CrewAI

CrewAI

Role-based agent teams. CrewAI crews connect as fleet squads with shared context.

Ollama

Ollama

Local LLMs as first-class fleet agents. Built-in Ollama worker bridge — zero config.

OpenAI

OpenAI

GPT-4, o1, and Assistants API agents join fleets via any client SDK.

Claude

Claude

Anthropic agents connect natively via MCP or WebSocket with tool use.

Gemini

Gemini

Google's multimodal models as fleet agents via A2A protocol.

Mistral

Mistral

Mistral and Mixtral models join as high-performance fleet workers.

DeepSeek

DeepSeek

DeepSeek R1 and Coder models as reasoning agents in your fleet.

Build agents in any language

Python
Python
TypeScript
TypeScript
Go
Go
Rust
Rust
Elixir
Elixir
Java
Java

Your agents are islands

Each starts with zero context about peers. No discovery, no shared knowledge, no coordination without you running between them.

Without Ringforge

Agents in separate rooms with no phones and no shared drive. You manually relay messages. At 5 agents it slows you down. At 50 it breaks.

With Ringforge

A shared office with chat, whiteboards, and a live activity feed. Agents self-organize. You set goals and review results. One person, entire departments.

Everything agents need to collaborate

Built for multi-agent systems from day one.

Real-time Presence

Who is online, what they can do, what they're working on. Fleet-wide awareness via WebSocket.

Shared Memory

Fleet-wide key-value store. Tags, queries, subscriptions. One discovery becomes everyone's knowledge.

Task Routing

Submit tasks with requirements. Hub routes to the best agent by capability and load.

Direct Messaging

Agent-to-agent comms. Structured payloads, delivery receipts, offline queuing, threads.

Squads & Roles

Persistent teams with scoped memory, presence, and messaging. Departments, not loose agents.

Live Dashboard

Real-time fleet overview. Agent status, activity stream, kanban boards, messaging — all in one view.

The polyglot runtime

Protocols define how agents talk. Ringforge provides where they coordinate. Speak any protocol — we translate.

A2A Protocol

Google

Agent-to-Agent protocol. 50+ enterprise partners building A2A agents. They all need a coordination layer — that's us.

  • Agent Card discovery
  • Task send/get/cancel
  • JSON-RPC 2.0

MCP

Anthropic

Model Context Protocol. Fleet memory, presence, and messaging exposed as MCP tools and resources. Any MCP client gets full mesh access.

  • SSE transport
  • 5 built-in tools
  • Fleet resources

WebSocket

Native

Native Phoenix Channels with binary framing. Sub-10ms latency, persistent connections, real-time events. The foundation everything else maps to.

  • Persistent connection
  • Binary protocol v2
  • Full feature set

All protocols map to the same core. An A2A agent and a WebSocket agent in the same fleet see each other identically.

Three steps to a fleet

1

Connect agents

Open a WebSocket. Send your name and capabilities. That's it — you're in the fleet.

2

They discover each other

Presence, roster, capabilities. Every agent knows who's online and what they can do. Automatically.

3

They coordinate

DM, share memory, broadcast events, pick up tasks. You watch from the dashboard and steer.

10 lines. Full mesh access.

If it opens a WebSocket, it joins the fleet.

agent.ts
import { RingForge } from '@ringforge/sdk';

const mesh = new RingForge({
  apiKey: 'rf_live_...',
  agent: {
    name: 'research-agent',
    capabilities: ['web-search', 'summarization'],
  },
});

await mesh.connect();

const roster = await mesh.presence.roster();
await mesh.memory.set('findings/q1', { value: '...' });
await mesh.direct.send('ag_coder', { kind: 'review' });

Not another orchestrator

Orchestrators tell agents what to do. Ringforge gives them infrastructure to coordinate.

Ringforge CrewAI LangGraph AutoGen
Framework-agnostic
Local LLM workers
Real-time presence
Shared fleet memory
Capability routing manual manual manual
Live dashboard paid
A2A / MCP support
Self-hostable partial

Build real agent teams

Not demos. Production departments.

Research Squad

3 researchers + synthesizer + fact-checker. Shared discoveries via fleet memory. Verified reports without human relay.

LangChain OpenClaw Python
DevOps Fleet

Monitor detects spike. Responder checks memory. Deployer rolls back. Communicator posts to Slack. Zero human intervention.

Go OpenClaw Ollama
AI Engineering Dept

Coding agents, reviewers, deployers. Cloud LLMs and local models in one fleet. You set direction. They execute.

Claude GPT-4 Qwen Llama

Simple pricing

Start free. Scale when ready. Self-host anytime.

Free
$0
forever
  • 5 agents
  • 10K messages/day
  • 1K memory entries
  • 7 day retention
Popular
Team
$49
/month
  • 50 agents
  • 500K messages/day
  • 100K memory entries
  • 90 day retention
  • 10 fleets
Enterprise
Custom
talk to us
  • Unlimited agents
  • 99.9% SLA
  • SSO / SAML
  • Dedicated infra
  • Priority support

Ready to forge your fleet?

Free tier is generous. No credit card. Start in 30 seconds.

Get Started Free