Skip to content

Bedrock Agentcore Control  >  Structures  >  AgentCardDefinition

AgentCardDefinition

Structure Class

AgentCardDefinition dataclass

The agent card definition for an A2A descriptor. Contains the schema version and inline content for the agent card.

Attributes

inline_content class-attribute instance-attribute
inline_content: str | None = None

The JSON content containing the A2A agent card definition, conforming to the A2A protocol specification.

schema_version class-attribute instance-attribute
schema_version: str | None = None

The schema version of the agent card based on the A2A protocol specification.