From e735dba1ae12687173e353a3aeb847a80dbfc795 Mon Sep 17 00:00:00 2001 From: lightbeacon301 Date: Sat, 21 Mar 2026 21:01:29 -0400 Subject: [PATCH] Add binary-encoding: fixed-size A2A encoding tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9204aa0..98b06c3 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ This section aims to list standalone tools and utilities related to the A2A prot * **Agent Discovery Services** * Some platform-level implementations (like [Aira](https://github.com/IhateCreatingUserNames2/Aira)) include agent registration and discovery mechanisms within their features. + * 🌟 [binary-encoding](https://github.com/lightbeacon301/binary-encoding) - Fixed-size binary encoding for efficient agent-to-agent communication. Compress any structured data to exactly 2556 bytes (20x more efficient than JSON). A2A agent card at `https://sutr.lol/.well-known/agent.json`. Live encoder/decoder API. * *Community contributions welcome: Standalone agent directory service implementations, Agent Card search engines, etc.* * **A2A Validation Tool** * ⚙️ [a2a-inspector](https://github.com/a2aproject/a2a-inspector) by [@a2aproject](https://github.com/a2aproject) [![Stars](https://img.shields.io/github/stars/a2aproject/a2a-inspector?style=social)](https://github.com/a2aproject/a2a-inspector) - **Official** validation tools for A2A agents, including compliance checking and debugging utilities.