Le descrizioni degli strumenti sono in inglese.
Gli altri agenti riescono a leggere la tua agent card?
Un agente si presenta con una card pubblicata su /.well-known/agent-card.json. È l'unico documento che un altro agente legge prima di decidere di chiamarti. Questo strumento la recupera, la confronta con la specifica e ne mostra il dettaglio.
Card inutilizzabile così com'è
Un agente che legge questa card non può utilizzarla.
Cosa dichiara la card
- Forma della card
- v1.0
- Posizione
- posizione standard
- Competenze
- 0
- Tempo di risposta
- 111 ms
Rilievi
- ErroreCampo obbligatorio assente: name
name - ErroreCampo obbligatorio assente: description
description - ErroreCampo obbligatorio assente: version
version - ErroreCampo obbligatorio assente: capabilities
capabilities - ErroreCampo obbligatorio assente: defaultInputModes
defaultInputModes - ErroreCampo obbligatorio assente: defaultOutputModes
defaultOutputModes - ErroreCampo obbligatorio assente: supportedInterfaces
supportedInterfaces - ErroreCampo obbligatorio assente: skills
skills - NotaCard non firmata: nulla attesta che provenga dal suo autore
signatures
Come correggere
nameA human readable name for the agent."name": "Recipe Agent"descriptionA human-readable description of what the agent is for. It is what another agent reads to decide whether to call yours."description": "Agent that helps users with recipes and cooking."versionThe version of the agent itself, not of the protocol."version": "1.0.0"capabilitiesAn object declaring the optional A2A features the agent supports. Declaring them all false is a valid and honest answer."capabilities": {"streaming": false, "pushNotifications": false}defaultInputModesThe media types the agent accepts, across all its skills."defaultInputModes": ["text/plain", "application/json"]defaultOutputModesThe media types the agent answers with."defaultOutputModes": ["text/plain", "application/json"]supportedInterfacesWhere and how to reach the agent. Since v1.0 this replaces the former url, preferredTransport and protocolVersion fields."supportedInterfaces": [{"url": "https://api.example.com/a2a/v1", "protocolBinding": "JSONRPC", "protocolVersion": "1.0"}]skillsThe abilities of the agent. This is the only field another agent reads to decide what yours can do."skills": [{"id": "suggest-recipe", "name": "Suggest a recipe", "description": "Proposes a recipe from a list of ingredients.", "tags": ["cooking"]}]
Competenze dichiarate
Nessuna competenza dichiarata.
Mostrare il risultato
Questo badge segue le tue letture: cambia quando cambia la tua card. Incollalo nel tuo README.
Markdown
[](https://kopass.app/a2a/validator?url=https://api.arsenal-quant.com)HTML
<a href="https://kopass.app/a2a/validator?url=https://api.arsenal-quant.com"><img src="https://kopass.app/a2a/badge/aHR0cHM6Ly9hcGkuYXJzZW5hbC1xdWFudC5jb20.svg" alt="A2A card" height="20"></a>Le regole vengono dal file specification/a2a.proto del protocollo, dove ogni campo obbligatorio è marcato come tale. Nulla viene aggiunto.
Le card lette qui alimentano la rilevazione quotidiana di KoPass: 225 agenti seguiti, di cui 218 hanno risposto all'ultimo passaggio.