Files
ai-agent/backend/notify.py
Gabriel Vidal a90456aeff feat(ai-agent): notification hub backend — the source of truth for pushes
Every notify-done push/ask now flows through the backend: recorded in
/data/notifications.json and forwarded to configured webhooks (seeded with
the Home Assistant ai_agent webhook). New endpoints: GET/PUT /api/webhooks
(+ /test), POST /api/notify, POST /api/ask + long-poll GET /api/ask/{id} +
answer callback, GET /api/notify-log. SSE events: notification / webhooks.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 17:06:27 +02:00

11 KiB