A2a Agent Registry On Aws banner
awslabs awslabs

A2a Agent Registry On Aws

DevOps community

Description

Scalable agent registry for AI agents using A2A protocol AgentCard with semantic search. AWS serverless (Lambda, S3 Vectors, Bedrock). Python SDK & React Web UI.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

A2A Agent Registry on AWS

A scalable agent registry for discovering and managing AI agents using the A2A (Agent-to-Agent) protocol with semantic search capabilities powered by Amazon Bedrock and S3 Vectors.


GitHub Repo Python 3.11+ Node.js 18+ TypeScript React

GitHub stars GitHub forks

Last Commit Issues License

What is the A2A Agent Registry?

The A2A Agent Registry is a **centralized service for registering, discovering, and managing AI agents** in multi-agent systems. It stores [AgentCards](https://a2a-protocol.org/latest/specification/#441-agentcard) — the standard metadata format that describes an agent's identity, capabilities, and endpoint. It implements Google's [Agent-to-Agent (A2A) protocol](https://a2a-protocol.org/latest/) to enable seamless agent-to-agent communication and discovery.

Build your own **agent marketplace**, **agentic AI platform**, or **LLM agent orchestration layer