agentle.agents.a2a.messages.messageΒΆ
A2A Message Model
This module defines the Message class, which represents a communication unit in the A2A protocol. Messages are exchanged between users and agents, containing one or more parts (text, data, files).
Functions
|
!!! abstract "Usage Documentation" |
Classes
|
Special type indicating an unconstrained type. |
|
Alias for pydantic.BaseModel. |
|
Represents a structured data component of a message in the A2A protocol. |
|
Represents a file component of a message in the A2A protocol. |
|
Represents a message exchanged between a user and an agent. |
|
All the operations on a read-only sequence. |
|
Represents a text component of a message in the A2A protocol. |