agent_card#
- class baf.platforms.a2a.agent_card.AgentCard(*, name, id, endpoints, version, capabilities, descriptions, provider, skills, examples=[], methods=[])[source]#
Bases:
BaseModelRepresents the agent card that has the metadata and description about the agent.
- _abc_impl = <_abc._abc_data object>#
- capabilities#
- descriptions#
- endpoints#
- examples#
- id#
- methods#
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- name#
- provider#
- skills#
- version#