CardSettings
autogen.a2a.CardSettings #
Bases: AgentCard
Original A2A AgentCard object inheritor making some fields optional.
name class-attribute
instance-attribute
#
A human-readable name for the agent. Uses original agent name if not set.
description class-attribute
instance-attribute
#
A human-readable description of the agent, assisting users and other agents in understanding its purpose. Uses original agent description if not set.
url class-attribute
instance-attribute
#
The preferred endpoint URL for interacting with the agent. This URL MUST support the transport specified by 'preferredTransport'. Uses original A2aAgentServer url if not set.
version class-attribute
instance-attribute
#
The agent's own version number. The format is defined by the provider.
default_input_modes class-attribute
instance-attribute
#
Default set of supported input MIME types for all skills, which can be overridden on a per-skill basis.
default_output_modes class-attribute
instance-attribute
#
Default set of supported output MIME types for all skills, which can be overridden on a per-skill basis.
capabilities class-attribute
instance-attribute
#
A declaration of optional capabilities supported by the agent.