Files
ai-agent/integrations
Gabriel Vidal 9a39b1077f docs: point Gitea references at git.gabvdl.xyz
The canonical URL moved, so IDENTITY.md, the homepage tile and widget,
and the Home Assistant integration manifest follow it.
2026-08-05 11:11:57 +02:00
..

ai-agent integrations

Out-of-container companions that connect the ai-agent notification hub to the outside world. The backend itself only knows about generic webhooks (Settings → Webhooks, GET/PUT /api/webhooks); each integration here is the receiving end of one of those webhooks.

  • home-assistant/ — a Home Assistant custom component (ai_agent) that renders the hub's notify / ask events as mobile notifications (asks get their own channel + ". .. .._" vibration and their tapped answer is POSTed back to the backend).

How notifications flow

notify-done skill (notify.sh / ask.sh)
        │  POST /api/notify | /api/ask
        ▼
ai-agent backend  ──record──▶  /data/notifications.json   (source of truth)
        │  POST {event: notify|ask, …}
        ▼
configured webhooks (e.g. HA /api/webhook/ai_agent)
        │  notify.mobile_app_pixel_9
        ▼
      phone  ──tap──▶  HA integration ──POST /api/ask/{id}/answer──▶ backend