a2a-push-notifications
Installation
SKILL.md
A2A Push Notifications
Before writing code
Fetch live docs:
- Fetch
https://a2a-protocol.org/latest/specification/for the push notification section - Web-search
site:github.com a2aproject A2A push notificationsfor notification protocol details - Web-search
site:github.com a2aproject a2a-samples push notificationfor implementation examples - Fetch SDK docs for push notification classes and configuration
Conceptual Architecture
What Push Notifications Are
Push notifications allow A2A servers to proactively notify clients about task state changes without requiring the client to hold open a streaming connection or poll. The client registers a callback URL, and the server POSTs updates to it.