From c30926a772117f19669eabd046dd4825c2387bd7 Mon Sep 17 00:00:00 2001 From: fjnunezp75 Date: Sun, 15 Mar 2026 20:36:13 +0100 Subject: [PATCH] Add GPU-Bridge: x402-native AI inference API for A2A agents --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9204aa0..6a678ad 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ This section aims to list standalone tools and utilities related to the A2A prot * *Community contributions welcome: Online or command-line validators for checking if Agent Card, Task/Artifact structures comply with A2A JSON Schema specifications, or IDE plugins, etc.* * **Monitoring/Tracing Adapters** * *Community contributions welcome: Adapters or libraries for integrating A2A task flow data into mainstream monitoring platforms like OpenTelemetry, Prometheus, Grafana, etc.* +* **AI Inference Services (x402-compatible)** + * 🤖 [GPU-Bridge](https://gpubridge.xyz) - 30-service GPU inference API with native x402 payments (USDC on Base L2). A2A agents can delegate inference tasks (LLM, embeddings, image generation, STT, TTS, PDF) and pay autonomously per call. No human approval needed per transaction. [Docs](https://docs.gpubridge.xyz) * **Other Utilities** * *Community contributions welcome: e.g., A2A message construction helper tools, Agent Card generators, Mock A2A Server/Client, etc.* * 🌟 [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.