agentle.agents.a2a.tasks.task_artifact_update_eventΒΆ

A2A Task Artifact Update Event Model

This module defines the TaskArtifactUpdateEvent class, which represents an event sent when a task generates or updates an artifact in the A2A protocol. It enables clients to be notified of artifact creation and updates asynchronously.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Artifact(*[, name, description, metadata, ...])

Represents an output artifact created by an agent.

BaseModel()

Alias for pydantic.BaseModel.

TaskArtifactUpdateEvent(*, id, artifact, ...)

Represents an event sent when a task generates or updates an artifact.