agentle.agents.a2a.models.capabilitiesΒΆ

A2A Capabilities Model

This module defines the Capabilities class, which represents the capabilities of an agent in the A2A protocol. It specifies what features and communication modes an agent supports, enabling clients to adapt their interaction accordingly.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

BaseModel()

Alias for pydantic.BaseModel.

Capabilities(*[, streaming, ...])

Represents the capabilities of an agent in the A2A protocol.