a2aproject / a2aproject/A2A

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

Abierto
#1,014 11 comentarios 0 reacciones 0 asignados Ver en GitHub
triaged TSC Review
Lenguaje dominante
Shell
Estrellas
25.7k
Forks
2.6k
Merge medio
3 d 6 h
PR fusionados (30 d)
16

Descripción

### 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

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Área
backend-api-design
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Tranquilo
Claridad
Bien especificado
Aptitud para principiantes
65/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.