agentle.agents.a2a.notifications.push_notification_configΒΆ

A2A Push Notification Configuration

This module defines the PushNotificationConfig class, which represents the configuration for push notifications in the A2A protocol. It specifies how and where notifications should be sent for asynchronous updates about task status and progress.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Authentication(*, schemes[, credentials])

Represents authentication information for secure communication.

BaseModel()

Alias for pydantic.BaseModel.

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

Configuration for push notifications in the A2A protocol.