agent_card#

class baf.platforms.a2a.agent_card.AgentCard(*, name, id, endpoints, version, capabilities, descriptions, provider, skills, examples=[], methods=[])[source]#

Bases: BaseModel

Represents the agent card that has the metadata and description about the agent.

_abc_impl = <_abc._abc_data object>#
capabilities#
descriptions#
endpoints#
examples#
classmethod from_json(json_str)[source]#
id#
methods#
model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name#
provider#
skills#
to_json()[source]#
version#