-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Labels
TSC ReviewTo be reviewed by the Technical Steering CommitteeTo be reviewed by the Technical Steering Committee
Description
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
idattribute to the agent card which must be a randomly generated UUID. - This
idmust remain same for all versions of an agent. - Mark the
idas optional for backward compatibility. - Clients can reliably use
idas the identifier if set in the agent card.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
TSC ReviewTo be reviewed by the Technical Steering CommitteeTo be reviewed by the Technical Steering Committee
Type
Projects
Status
In progress