a2aproject / a2aproject/a2a-tck
[Feat]: Allow alternative URL for agent card
- Vorherrschende Sprache
- Python
- Sterne
- 50
- Forks
- 40
- Ø Merge
- 7 T. 1 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
### Is your feature request related to a problem? Please describe.
I'd like to be able to test agents that don't use the .well-known endpoint for advertising the agent card without having to use --skip-agent-card
### Describe the solution you'd like
A command line parameter to provide an alternative agent card url
### Describe alternatives you've considered
We could use the /v1/card HTTP endpoint if .well-known is not available. This doesn't solve the problem for people putting agent cards in registries though.
It might also be nice to reference a local file as the agent card.
### Additional context
_No response_
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Beitragsleitfaden
Rechercherichtung
Look for the CLI argument parsing code, likely in a main.py or cli.py file, and the agent card fetching logic. The change involves adding a new command-line parameter to specify an alternative URL for the agent card. Test by running the tool with the new parameter against a test agent.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- cli, testing-qa
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100