From df3d8c3bdc979fe22a7b0fcee78460309d6587c0 Mon Sep 17 00:00:00 2001 From: Douglas Borthwick <256362537+douglasborthwick-crypto@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:21:57 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Add=20AgentTalk=20and=20Insumer?= =?UTF-8?q?API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AgentTalk: condition-gated agent-to-agent sessions (Platforms & Integrated Solutions) InsumerAPI: wallet-state verification API for agent qualification (Other Utilities) Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9204aa0..7c528f3 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ New to A2A? Here's a suggested path: * 🌟 [n8n-nodes-agent2agent](https://github.com/pjawz/n8n-nodes-agent2agent) by [@pjawz](https://github.com/pjawz) [![Stars](https://img.shields.io/github/stars/pjawz/n8n-nodes-agent2agent?style=social)](https://github.com/pjawz/n8n-nodes-agent2agent) - Adds nodes to n8n for interacting with AI agents using Google's Agent2Agent (A2A) protocol. * 🌟 [google-calendar-agent](https://github.com/inference-gateway/google-calendar-agent) by [@inference-gateway](https://github.com/inference-gateway) [![Stars](https://img.shields.io/github/stars/inference-gateway/google-calendar-agent?style=social)](https://github.com/inference-gateway/google-calendar-agent) - A standalone A2A agent that can manage a user's Google Calendar, compatible with any OpenAI-compatible API for its LLM. * 🌟 [A2AApp](https://github.com/tanaikech/A2AApp) by [@tanaikech](https://github.com/tanaikech) [![Stars](https://img.shields.io/github/stars/tanaikech/A2AApp?style=social)](https://github.com/tanaikech/A2AApp) - An Agent2Agent (A2A) network built with Google Apps Script, enabling secure, decentralized AI communication and integration within Google Workspace as both an A2A server and client. +* 🔐 [AgentTalk](https://skyemeta.com/agenttalk/) by [@douglasborthwick-crypto](https://github.com/douglasborthwick-crypto) - Condition-gated session layer for agent-to-agent communication. Both agents verify their wallets satisfy the same on-chain conditions (token balances, NFT ownership, EAS attestations) across 33 blockchains before a session begins. ECDSA P-256 signed, ES256 JWT attestations verifiable offline via JWKS. Three API calls to a mutual session: declare conditions, join channel, verify. Discovery via `.well-known/agents.json`. ## 🛠️ Tools & Utilities @@ -240,6 +241,7 @@ This section aims to list standalone tools and utilities related to the A2A prot * *Community contributions welcome: Adapters or libraries for integrating A2A task flow data into mainstream monitoring platforms like OpenTelemetry, Prometheus, Grafana, etc.* * **Other Utilities** * *Community contributions welcome: e.g., A2A message construction helper tools, Agent Card generators, Mock A2A Server/Client, etc.* + * 🔐 [InsumerAPI](https://insumermodel.com/developers/verification/) by [@douglasborthwick-crypto](https://github.com/douglasborthwick-crypto) - Wallet-state verification API for agent qualification. Evaluates wallets against conditions (token balances, NFT ownership, EAS attestations) across 33 blockchains and returns ECDSA-signed (ES256) JWTs verifiable offline via JWKS. Agents use it to prove on-chain holdings without exposing balances — signed boolean, not raw data. * 🌟 [autoa2a](https://github.com/NapthaAI/autoa2a) by [NapthaAI](https://github.com/NapthaAI) [![Stars](https://img.shields.io/github/stars/NapthaAI/autoa2a?style=social)](https://github.com/NapthaAI/autoa2a) - Easily convert agents and orchestrators from existing agent frameworks to A2A servers. ## 📚 Tutorials & Articles From 54652b1a97bde4c4fea6c00c61dd5c13b6f94de5 Mon Sep 17 00:00:00 2001 From: Douglas Borthwick <256362537+douglasborthwick-crypto@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:31:23 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=97=20Update=20AgentTalk=20link=20?= =?UTF-8?q?to=20GitHub=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c528f3..3fccb86 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ New to A2A? Here's a suggested path: * 🌟 [n8n-nodes-agent2agent](https://github.com/pjawz/n8n-nodes-agent2agent) by [@pjawz](https://github.com/pjawz) [![Stars](https://img.shields.io/github/stars/pjawz/n8n-nodes-agent2agent?style=social)](https://github.com/pjawz/n8n-nodes-agent2agent) - Adds nodes to n8n for interacting with AI agents using Google's Agent2Agent (A2A) protocol. * 🌟 [google-calendar-agent](https://github.com/inference-gateway/google-calendar-agent) by [@inference-gateway](https://github.com/inference-gateway) [![Stars](https://img.shields.io/github/stars/inference-gateway/google-calendar-agent?style=social)](https://github.com/inference-gateway/google-calendar-agent) - A standalone A2A agent that can manage a user's Google Calendar, compatible with any OpenAI-compatible API for its LLM. * 🌟 [A2AApp](https://github.com/tanaikech/A2AApp) by [@tanaikech](https://github.com/tanaikech) [![Stars](https://img.shields.io/github/stars/tanaikech/A2AApp?style=social)](https://github.com/tanaikech/A2AApp) - An Agent2Agent (A2A) network built with Google Apps Script, enabling secure, decentralized AI communication and integration within Google Workspace as both an A2A server and client. -* 🔐 [AgentTalk](https://skyemeta.com/agenttalk/) by [@douglasborthwick-crypto](https://github.com/douglasborthwick-crypto) - Condition-gated session layer for agent-to-agent communication. Both agents verify their wallets satisfy the same on-chain conditions (token balances, NFT ownership, EAS attestations) across 33 blockchains before a session begins. ECDSA P-256 signed, ES256 JWT attestations verifiable offline via JWKS. Three API calls to a mutual session: declare conditions, join channel, verify. Discovery via `.well-known/agents.json`. +* 🔐 [AgentTalk](https://github.com/douglasborthwick-crypto/agenttalk) by [@douglasborthwick-crypto](https://github.com/douglasborthwick-crypto) - Condition-gated session layer for agent-to-agent communication. Both agents verify their wallets satisfy the same on-chain conditions (token balances, NFT ownership, EAS attestations) across 33 blockchains before a session begins. ECDSA P-256 signed, ES256 JWT attestations verifiable offline via JWKS. Three API calls to a mutual session: declare conditions, join channel, verify. Discovery via `.well-known/agents.json`. ## 🛠️ Tools & Utilities