agentle.agents.a2a.tasks.task_get_resultΒΆ

A2A Task Get Result

This module defines the TaskGetResult class, which represents the result of a task query in the A2A protocol. It encapsulates the retrieved task and any error information.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

BaseModel()

Alias for pydantic.BaseModel.

Task(*[, id, history, artifacts, metadata])

Represents a unit of work in the A2A protocol.

TaskGetResult(*[, id, error])

Result of a task query in the A2A protocol.