a2aproject / a2aproject/A2A

[Feat]: Unique identifier for an agent in Agent Card

オープン
#1,014 コメント 11 件 リアクション 0 件 担当者 0 名 GitHub で見る
triaged TSC Review
主要言語
Shell
スター
25.7k
フォーク
2.6k
平均マージ
3日 6時間
マージ済み PR(30日)
16

説明

### Is your feature request related to a problem? Please describe.

Currently Agent Card does not have a unique identifier attribute for an agent. `agent_card.name` is not guaranteed unique and is prone to branding changes.

### Describe the solution you'd like

- Add a new`id` attribute to the agent card which must be a randomly generated UUID.
- This `id` must remain same for all versions of an agent.
- Mark the `id` as optional for backward compatibility.
- Clients can reliably use `id` as the identifier if set in the agent card.

### Describe alternatives you've considered

_No response_

### Additional context

_No response_

### Code of Conduct

- [x] I agree to follow this project's Code of Conduct

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Look for the agent card definition in the codebase, likely in a schema or model file. Understand how UUIDs are generated and stored in the project. Check existing tests for agent cards to see how to add and validate the new optional id field. Ensure backward compatibility by making the field optional and updating any serialization/deserialization logic.

索引モデルが issue の本文から書いたものです。

評価

領域
backend-api-design
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
静か
明瞭さ
明確に書かれている
初心者へのやさしさ
65/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。