# Генератор A2A Agent Card

> Создайте файл /.well-known/agent.json, объявляющий identity, 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
