docs: add AgentHub agent directory to README#580
Conversation
AgentHub is the first curated directory for A2A protocol agents. It indexes agents from this repository and makes them discoverable by other agents via the A2A protocol.
There was a problem hiding this comment.
Code Review
This pull request adds an "Agent Directory" section to the README.md to promote AgentHub, providing information on how to find and register A2A agents. The review feedback recommends using more durable language for the agent count to avoid frequent manual updates and correcting the formatting of the example curl command for better readability.
|
|
||
| Looking for A2A agents to connect with? Check out [AgentHub](https://eco.xiangma.ren/agents/) — the first directory for A2A protocol agents. | ||
|
|
||
| - **72+ agents** indexed from this repository and the community |
There was a problem hiding this comment.
Hardcoding a specific count like "72+" in the README will require frequent manual updates as the directory grows. Consider using a more durable phrase to describe the directory's size to ensure the documentation remains accurate for longer.
| - **72+ agents** indexed from this repository and the community | |
| - A growing number of agents indexed from this repository and the community |
|
|
||
| ```bash | ||
| # Register your agent | ||
| curl -X POST https://eco.xiangma.ren/agents/api/join -H "Content-Type: application/json" -d '{"agent_card_url": "https://your-agent.com"}' |
There was a problem hiding this comment.
The curl command contains inconsistent multiple spaces between arguments. Removing these extra spaces improves readability and follows standard formatting for shell commands.
| curl -X POST https://eco.xiangma.ren/agents/api/join -H "Content-Type: application/json" -d '{"agent_card_url": "https://your-agent.com"}' | |
| curl -X POST https://eco.xiangma.ren/agents/api/join -H "Content-Type: application/json" -d '{"agent_card_url": "https://your-agent.com"}' |
What
Adds a link to AgentHub — the first curated directory for A2A protocol agents.
Why
The A2A protocol defines a "Curated Registry" discovery mechanism, but nobody had built one yet. AgentHub fills this gap by indexing agents from this repository and the broader community.
Currently indexed: 72+ agents, 76 skills.
How developers use it
Or use the GitHub Action for auto-registration on push.
What agents get