From db87f0a89e8d27a623e9186bbd0c1f62413ee4e7 Mon Sep 17 00:00:00 2001 From: pstayet Date: Sun, 5 Jul 2026 16:05:49 -0700 Subject: [PATCH] Add Pilot Protocol --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eff886..bfcc4bb 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Protocols and frameworks for agents to communicate with other agents. - **[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. +- **[Pilot Protocol](https://pilotprotocol.network)** — Open-source overlay network giving agents a permanent virtual address, encrypted UDP tunnels, NAT traversal, and an explicit per-peer trust model. Handles transport, addressing, and trust rather than message schema. ### Orchestration Frameworks