Expand description
A2A (Agent-to-Agent) Agent Card generation.
Generates A2A Agent Cards from compiled Pack configuration for agent discovery in the Google A2A protocol ecosystem (150+ orgs).
Agent Cards are served at /.well-known/agent.json and describe
an agent’s capabilities, authentication, and supported I/O modes.
Re-export path: cellstate_pipeline::pack::a2a::*
Structs§
- Agent
Authentication - Authentication schemes supported.
- Agent
Capabilities - Agent capabilities block.
- Agent
Card - A2A Agent Card — the discovery document for an agent service.
- Agent
Skill Ref - Reference to an individual skill within the agent service.
Constants§
- AGENT_
CARD_ SCHEMA_ VERSION - CELLSTATE’s version stamp for emitted Agent Card payloads.
Functions§
- generate_
agent_ card - Generate an A2A Agent Card from a compiled CELLSTATE config.
- to_
agent_ card_ json - Serialize an Agent Card to canonical JSON.