Module a2a

Module a2a 

Source
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§

AgentAuthentication
Authentication schemes supported.
AgentCapabilities
Agent capabilities block.
AgentCard
A2A Agent Card — the discovery document for an agent service.
AgentSkillRef
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.