SUMMARY AI summary by gpt-5-mini
a2abridgeは、IDEやターミナルで動く複数のAIコーディングエージェント(Claude/Codex/Cursor等)を、Linux Foundationの公開仕様「A2A 1.0」準拠のメッシュに繋げるブリッジです。各エージェントをA2Aピアとして公開し、ローカル発見・共有インボックス・タスク送受信・ストリーミング応答・エラーコードなどの標準API(JSON‑RPC 2.0+SSE)を提供します。オプションでmTLS+ed25519によりマシン間での安全な接続も可能です。 対象は、複数ベンダーのエージェントを同一マシンで併用する開発者やチーム、A2A準拠のサードパーティエージェントを統合したい環境です。主な機能は:A2A Agent Card対応(/.well‑known/a2a)、GetTask/SendMessage等のタスクAPI、ローカルディレクトリによるゼロコンフィグ発見、IDE向けMCPツール群(a2a_whoami等)、ワンライナーインストールとサービス登録、Claude Code向けの遅延ロードスキル。軽量な単一Goバイナリでクロスプラットフォームに対応します。 既存のベンダー閉鎖的/独自プロトコル実装と異なり、オープンなA2Aを採用することでクロスベンダー連携と将来のエコシステム互換性を狙っています。実運用例としては、API変更の自動通知、リファクタ作業のタスク扇出、常時稼働ワーカーによるバッチ処理などが挙げられます。
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
GitHub Topics
Language breakdown (by bytes)
Owner
A programmer with over 20 years of experience, specializing in the development of microservice products using PHP and Go. Docker, CI/CD, MS
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:19 |
Similar repos (same language)
Tools and daemons for Claude Code (memory sync, etc.)
paultyng/testagentA fake CLI agent for testing orchestration tooling — emits Claude-shaped hooks, MCP traffic, and stream-json without calling any LLM.
japananh/aimonitormacOS menu bar + CLI that watches Claude Code session usage across multiple accounts and switches to whichever has server-side headroom. Local-first, no telemetry.
Oseas031/axis-cliAgent-native scheduling system for AI Agents
DeliciousBuding/dida-cliAgent-friendly CLI for Dida365 / TickTick
mopanc/sagaTopic-grained, layered memory layer for AI coding agents — local-first, MCP, single binary. Plug Claude Code / Cursor / Windsurf / Antigravity into persistent memory across sessions and machines.
cajasmota/archigraphMulti-repo code knowledge graphs for AI agents. Cross-repo linking, infrastructure topology, watcher-driven freshness.