From 904a8e463f45ca2b59bee4be722c73110ba91989 Mon Sep 17 00:00:00 2001 From: EmperorMew Date: Thu, 23 Apr 2026 08:40:51 -0500 Subject: [PATCH] Add Voidly Agent Relay --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b505534..acc1922 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,9 @@ Protocols and frameworks for agents to communicate with other agents. ### Standards - **[A2A (Agent-to-Agent)](https://github.com/google-deepmind/agent-to-agent)** — Google DeepMind's open protocol for AI agents to communicate. Agent discovery, capability negotiation, task handoff. -- **[MCP (Model Context Protocol)](https://modelcontextprotocol.io)** — Anthropic's standard for LLM-tool integration. Increasingly used for agent-to-tool and agent-to-agent comms. - **[ANP (Agent Network Protocol)](https://github.com/agent-network-protocol/ANP)** — Open protocol for decentralized agent communication. JSON-LD, W3C DID-based identity. +- **[MCP (Model Context Protocol)](https://modelcontextprotocol.io)** — Anthropic's standard for LLM-tool integration. Increasingly used for agent-to-tool and agent-to-agent comms. +- **[Voidly Agent Relay](https://voidly.ai/agents)** — Production A2A v0.3.0 implementation plus E2E encrypted relay protocol. Signal Protocol (Double Ratchet + X3DH) with ML-KEM-768 post-quantum hybrid. Live agent card at `api.voidly.ai/.well-known/agent-card.json`, published spec, `@voidly/agent-sdk` on npm. ### Orchestration Frameworks