agentle.agents.a2a.tasks.task_status_update_event

A2A Task Status Update Event Model

This module defines the TaskStatusUpdateEvent class, which represents an event sent when a task’s status changes in the A2A protocol. It enables clients to be notified of task status changes asynchronously.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

TaskStatus(*, state, message, timestamp)

Represents the detailed status of a task in the A2A protocol.

TaskStatusUpdateEvent(*[, id])

Represents an event sent when a task's status changes.