@mkyutani: ANP (Agent Network Protocol) is an open-source protocol for agent-to-agent communication. It includes an identification and secure communication layer that implements authentication and encrypted communication based on W3C DID specifications, a meta-protocol layer for negotiating communication protocols, and a semantic…

X AI KOLs Following Tools

Summary

ANP (Agent Network Protocol) is an open-source protocol for agent-to-agent communication featuring a three-layer structure based on W3C DID and web semantics. Version 1.1 has been officially released, highlighting interoperability, DID-integrated messaging, and end-to-end encryption.

ANP (Agent Network Protocol) is an open-source protocol for agent-to-agent communication. It features a three-layer structure: an identification and secure communication layer that implements authentication and encrypted communication based on W3C DID specifications, a meta-protocol layer for negotiating communication protocols, and an application protocol layer that describes capabilities based on semantic web specifications.
Original Article
View Cached Full Text

Cached at: 08/19/26, 12:40 AM

ANP (Agent Network Protocol) is an open-source protocol for inter-agent communication. It features a three-layer structure: an identification and secure communication layer that implements authentication and encrypted communication based on the W3C DID specification; a meta-protocol layer for negotiating communication protocols; and an application protocol layer that describes capabilities based on semantic web specifications.

ChangShan (@changgaowei): ANP 1.1 is officially released after three months of refinement and community review.

Highlights: did:wba + native did:web interoperability; human-readable Handles; DID-integrated 1:1 and group messaging; attachment manifests; and E2E encryption with Signal-inspired sessions and

Similar Articles

@changgaowei: The latest version of ANP has been released. Supporting open-source projects will be rolled out gradually—stay tuned. This article is technical in nature. In one sentence: ANP has made inter-agent cross-domain communication more solid. Email can also do cross-domain communication, but it has two fatal flaws: one is the heavy historical baggage of the protocol, so basically no one explores agent protocols based on email; the other is identity—email identities are hard to adapt for agents. I'll dive into this topic another day.

X AI KOLs Following

The latest version of ANP (Agent Network Protocol) has been released, with supporting open-source projects to follow. This protocol has made substantial improvements in cross-domain communication for agents, and is better suited to agent identity and communication needs compared to the Email protocol.

@changgaowei: Agree, if a messaging protocol doesn't handle identity, cross-domain is just a channel. ANP splits these two layers and reconnects them: `did:wba` answers who you are and how to verify, while the messaging Profile (1:1 / Group / E2EE / Federated) only handles how to transmit. Identity can also be used for payments, authorization, and isn't tied to a single IM...

X AI KOLs Following

ANP is an open-source protocol designed to provide standards for identity, naming, discovery, and secure communication for intelligent agents, separating identity from message delivery to enable cross-domain collaboration.