agentle.agents.a2a.message_parts.data_partΒΆ

A2A Data Message Part

This module defines the DataPart class, which represents a structured data component of a message in the A2A protocol. Data parts allow agents and users to exchange structured information such as JSON objects, enabling richer interactions beyond plain text.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

DataPart(*[, type])

Represents a structured data component of a message in the A2A protocol.