alphasecio/google-a2a
A collection of Google A2A agents, deployed on Cloud Run or Railway.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
alphasecio/google-a2a is a Python A2A agent licensed under MIT. A collection of Google A2A agents, deployed on Cloud Run or Railway. Topics: a2a, a2a-client, a2a-server, cloudrun, google-a2a, railway, streamlit.
Ranked #45 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Google A2A
A collection of [A2A protocol](https://google.github.io/A2A/) agents and clients. Deploy on Google [Cloud Run](https://cloud.google.com/run) or [Railway](https://railway.app/?referralCode=alphasec).
## Structure
```
├── server/
│ └── hello/ # Public hello + authenticated dice-rolling agent
└── client/
├── streamlit_app.py # Web GUI client
└── hello_client.py # CLI test client
```
## Quick Start
```bash
cp .env.example .env
# fill in AGENT_BASE_URL and AGENT_API_TOKEN
```
Run the server:
```bash
cd server/hello && uv run python __main__.py
```
Run the client:
```bash
cd client && streamlit run streamlit_app.py
```
## Servers
| Name | Path | Description |
|------|------|-------------|
| Hello | `server/hello` | Pirate greeting + authenticated dice rolling |
## Clients
| Name | Description |
|------|-------------|
| Streamlit GUI | Visual chat interface for any A2A-compliant agent |
| Hello test client | CLI script for quick smoke-testing | Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.