agentle.agents.a2a.tasks.task_send_paramsΒΆ

A2A Task Send Parameters

This module defines the TaskSendParams class, which represents the parameters for sending a task to an agent in the A2A protocol. It encapsulates all the information needed to create or continue a task.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

Message(*, role, parts[, metadata])

Represents a message exchanged between a user and an agent.

PushNotificationConfig(*, url[, token, ...])

Configuration for push notifications in the A2A protocol.

TaskSendParams(*[, id, sessionId, ...])

Parameters for sending a task to an agent in the A2A protocol.