StackA2A
code-generation

Agent Dir

20

by aymenfurter

push A2A agent cards to Git, get a lightweight agent catalog

4 starsUpdated 2025-07-20MIT
Quality Score20/100
Community
16
Freshness
18
Official
30
Skills
10
Protocol
30
🔒 Security
20

Getting Started

1Clone the repository
$ git clone https://github.com/aymenfurter/agent-dir
2Navigate to the project
$ cd agent-dir
3Install dependencies
$ # Check README for install instructions
4Run the agent
$ # Check README for run instructions

README

{
  "protocolVersion": "0.2.6",
  "name": "Your Agent Name",
  "description": "Detailed description of what your agent does and its main capabilities.",
  "url": "https://your-agent.example.com/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Your Organization Name",
    "url": "https://your-organization.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "exampleSkill",
      "name": "exampleSkill",
      "description": "Description of what this skill does and how it helps users.",
      "tags": ["category", "feature", "type"],
      "examples": [
        "How to use this skill - example 1",
        "Another way to use this skill"
      ]
    }
  ]
}

Capabilities

StreamingPush NotificationsMulti-TurnAuth: none
hugo
View on GitHub