- 1.122.0 (latest)
- 1.121.0
- 1.120.0
- 1.119.0
- 1.118.0
- 1.117.0
- 1.95.1
- 1.94.0
- 1.93.1
- 1.92.0
- 1.91.0
- 1.90.0
- 1.89.0
- 1.88.0
- 1.87.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.1
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.1
- 1.66.0
- 1.65.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
A2aAgent(
*,
agent_card: AgentCard,
task_store_builder: typing.Callable[[...], TaskStore] = None,
task_store_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
agent_executor_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
agent_executor_builder: typing.Optional[
typing.Callable[[...], AgentExecutor]
] = None,
request_handler_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
request_handler_builder: typing.Optional[
typing.Callable[[...], RequestHandler]
] = None,
extended_agent_card: AgentCard = None
)A class to initialize and set up an Agent-to-Agent application.
Methods
A2aAgent
A2aAgent(
*,
agent_card: AgentCard,
task_store_builder: typing.Callable[[...], TaskStore] = None,
task_store_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
agent_executor_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
agent_executor_builder: typing.Optional[
typing.Callable[[...], AgentExecutor]
] = None,
request_handler_kwargs: typing.Optional[typing.Mapping[str, typing.Any]] = None,
request_handler_builder: typing.Optional[
typing.Callable[[...], RequestHandler]
] = None,
extended_agent_card: AgentCard = None
)Initializes the A2A agent.
clone
clone() -> vertexai.preview.reasoning_engines.templates.a2a.A2aAgentClones the A2A agent.
register_operations
register_operations() -> typing.Dict[str, typing.List[str]]Registers the operations of the A2A Agent.
set_up
set_up()Sets up the A2A application.