From 53d51d0f22cabf13a84902050d032762270511bc Mon Sep 17 00:00:00 2001 From: shadowhunter-92 Date: Sun, 7 Jun 2026 09:31:38 +0500 Subject: [PATCH] Add AgentBridge to Tools & Utilities (cross-protocol bridge + governance) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d74a9b1..a1f7a6d 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ This section aims to list standalone tools and utilities related to the A2A prot * ⚙️ [Handler](https://github.com/alDuncanson/Handler) by [@alDuncanson](https://github.com/alDuncanson) [![Stars](https://img.shields.io/github/stars/alDuncanson/Handler?style=social)](https://github.com/alDuncanson/Handler) - A2A Protocol client and developer toolkit featuring an interactive TUI, CLI commands, MCP server integration, agent card inspection, and a bundled reference agent. * ⚙️ [a2a-editor](https://github.com/open-resource-discovery/a2a-editor) by [@open-resource-discovery](https://github.com/open-resource-discovery) [![Stars](https://img.shields.io/github/stars/open-resource-discovery/a2a-editor?style=social)](https://github.com/open-resource-discovery/a2a-editor) - UI components for editing, viewing, and testing A2A agent cards and interactions, with installable packages and self-hosted local or Docker usage. * ⚙️ [A2A MCP Server](https://github.com/GongRzhe/A2A-MCP-Server) by [@GongRzhe](https://github.com/GongRzhe) [![Stars](https://img.shields.io/github/stars/GongRzhe/A2A-MCP-Server?style=social)](https://github.com/GongRzhe/A2A-MCP-Server) - Bridge server connecting MCP-compatible AI assistants (like Claude) with A2A agents, enabling seamless cross-protocol discovery, registration, and task management. Supports stdio, streamable-http, and SSE transports. + * ⚙️ [AgentBridge](https://github.com/shadowhunter-92/agentbridge) by [@shadowhunter-92](https://github.com/shadowhunter-92) [![Stars](https://img.shields.io/github/stars/shadowhunter-92/agentbridge?style=social)](https://github.com/shadowhunter-92/agentbridge) - Neutral cross-protocol bridge: reach A2A agents (plus ACP, OpenAI/Gemini function-calling, and AGNTCY) from any MCP client through one canonical model, with every adapter conformance-tested against the protocol's real official SDK. Adds an optional governance plane — Ed25519 agent identities, per-agent spend/rate budgets, and a hash-chained tamper-evident audit trail enforced in the call path. Also runs as a drop-in MCP server. Python, Apache 2.0. * ⚙️ [AI-Mocks](https://github.com/mokksy/ai-mocks) by [@mokksy](https://github.com/mokksy) [![Stars](https://img.shields.io/github/stars/mokksy/ai-mocks?style=social)](https://github.com/mokksy/ai-mocks) - Kotlin/JVM mock-server toolkit (built on Ktor) for testing A2A integrations. Ships a dedicated `ai-mocks-a2a` module with a `MockAgentServer`, full A2A protocol coverage (11 endpoints), real Server-Sent Events streaming, plus shared mocks for OpenAI/Anthropic/Gemini/Ollama — useful for service virtualization, contract tests, and offline development. MIT licensed and published on Maven Central. * ⚙️ [a2a-ui](https://github.com/a2anet/a2a-ui) by [@a2anet](https://github.com/a2anet) [![Stars](https://img.shields.io/github/stars/a2anet/a2a-ui?style=social)](https://github.com/a2anet/a2a-ui) - A general-purpose web UI for the Agent2Agent (A2A) Protocol built with React, Next.js, and Material UI on top of the official `a2a-js` SDK. Add any A2A-compatible agent by URL, fetch its AgentCard, run multi-turn chat sessions with `Context` and `Tasks`, render markdown-supported `Messages`/`Artifacts`, and visualize streaming responses and tool-call traces — effectively an early "web browser" for A2A agents. Apache 2.0.