Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,20 @@ your application.

> Developers are responsible for implementing appropriate security measures, such as input validation
> and secure handling of credentials to protect their systems and users.


## 🏪 Agent Directory

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

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.

Suggested change
- **72+ agents** indexed from this repository and the community
- A growing number of agents indexed from this repository and the community

- **Search** by skill, tag, or description
- **Auto-register** your agent with one API call
- **Free LLM API** trials for registered agents

```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"}'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

The curl command contains inconsistent multiple spaces between arguments. Removing these extra spaces improves readability and follows standard formatting for shell commands.

Suggested change
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"}'

```

Or use the [GitHub Action](https://github.com/snowflying117-ship-it/agenthub/tree/main/register-action) to auto-register on every push.