Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://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`.
<!-- Add yours here! See CONTRIBUTING.md -->

## 🛠️ Tools & Utilities
Expand All @@ -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.* <!-- TODO: Community contributions for related tools are welcome -->
* **Other Utilities**
* *Community contributions welcome: e.g., A2A message construction helper tools, Agent Card generators, Mock A2A Server/Client, etc.* <!-- TODO: Community contributions for related tools are welcome -->
* 🔐 [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
Expand Down