-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Details
- Implement internal in-memory push config store.
- Implement
a2asrc.RequestHandler
methods related to task config management (get, set, list, delete). - Implement an HTTP push sender that serializes a Task to json and makes an HTTP POST with it.
- If there's a token in config it has to be passed in
X-A2A-Notification-Token
header. - Make sure serialized task fields exactly match the naming from the spec.
- Integrate push sender into
defaultRequestHandler
: when push config and sender are initialized on every task update the task needs to be "pushed".
depends on #19
Metadata
Metadata
Assignees
Labels
No labels