agentle.agents.a2a.tasks.task_stateΒΆ

A2A Task State

This module defines the TaskState enum, which represents the possible states of a task in the A2A protocol. Task states are used to track the progress and status of tasks as they move through their lifecycle.

Classes

Enum(new_class_name, /, names, *[, module, ...])

Create a collection of name/value pairs.

TaskState(*values)

Enum representing the possible states of a task in the A2A protocol.