Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down