Module agent_card

Module agent_card 

Source
Expand description

A2A Agent Card

The Agent Card is a JSON document that describes an agent’s capabilities. It’s served at /.well-known/agent.json per the A2A spec.

§Security

  • Agent Cards can be protected via mTLS
  • Authentication requirements are declared in the card
  • Capabilities are whitelisted

Structs§

AgentCard
A2A Agent Card structure
AuthConfig
Authentication configuration for the agent
ProviderInfo
Provider information
Skill
A skill/capability that this agent offers