agentle.agents.a2a.notifications.task_push_notification_configΒΆ

A2A Task Push Notification Configuration

This module defines the TaskPushNotificationConfig class, which associates a task ID with push notification configuration in the A2A protocol. It enables tracking which notifications are associated with specific tasks.

Classes

BaseModel()

Alias for pydantic.BaseModel.

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

Configuration for push notifications in the A2A protocol.

TaskPushNotificationConfig(*, id, ...)

Associates a task ID with push notification configuration.