a2a.helpers.agent_card module¶ Utility functions for inspecting AgentCard instances. a2a.helpers.agent_card.display_agent_card(card: AgentCard) → None¶ Print a human-readable summary of an AgentCard to stdout. Parameters: card – The AgentCard proto message to display.