# A2A Agent Card 生成器

> 生成 /.well-known/agent.json 文件，声明您代理的身份、capabilities 和 skills，以便其他代理可以发现和调用。

## How to use

1. Name your agent and set a semver version
2. Add an https endpoint other agents can reach
3. Declare capabilities (streaming, multi-turn, etc.) and at least one skill
4. Optional: add a contact block (name / url / email)
5. Copy or download the JSON
6. Save it as `/.well-known/agent.json` on your origin
