a2aproject / a2aproject/a2a-inspector

[Feat]: Inspection of gRPC A2A agents

Aperta
#43 1 commento 2 reazioni 1 assegnatario Rivendicata da @dmandar Vedi su GitHub
Lingua principale
TypeScript
Stelle
490
Fork
152
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

The inspector expects JSON-RPC agent. I doesn't work with a gRPC A2A agent.

Error: An internal server error occurred: HTTP Error 503: Network communication error fetching agent card from http://localhost:50051/.well-known/agent.json: illegal request line

This error is due to the fact that my agent is not exposing an HTTP endpoint for the card, but it expects to receive GetAgentCard gRPC call.

### Describe the solution you'd like

Extend the inspector to inspect gRPC A2A agents

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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

The inspector currently fetches an agent card via HTTP from /.well-known/agent.json. For gRPC A2A agents, it needs to make a GetAgentCard gRPC call instead. Start by examining the existing HTTP-based inspection logic, then understand the gRPC service definition for A2A agents. Implementing this requires adding gRPC client support and handling both transport types. 'Done' means the inspector can successfully retrieve and display the card from a gRPC agent without the 503 error.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
grpc, typescript
Ambito
backend-api-design, devtools
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.