90d9faacca
feat: Calendar Agent + IoT Agent design + DB migration
...
- Deployed Calendar Agent (n8n ID: 4ZIEGck9n4l5qaDt)
- 12 Google Calendars via HA proxy, cron 06:30
- GPT-4.1 batch classification -> memory_facts
- Telegram daily briefing
- DB: added source_ref column + dedup index on memory_facts
- DB: created ha_sensor_config table (IoT Agent sensor allowlist)
- 9 seed entries (Pixel 10, Pixel Watch, EY HP, Spotify, GPS)
- README: full IoT Agent design documentation
- Sensor allowlist (regex), LLM-based activity inference
- Three-layer data flow, confidence-gated clarification
- README: Calendar Agent design + workflow diagram
- README: updated infra table, ADR broker, credentials
- CHANGELOG: Calendar Agent milestone
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-21 13:45:12 +00:00
adb36c0c48
feat: Phase 0 bootstrap — Qdrant deploy e schema PostgreSQL
...
- README.md: contesto ALPHA_PROJECT, architettura multi-agent, stack infrastrutturale
- CHANGELOG.md: documenta deploy Qdrant v1.17.0 e creazione database pompeo
- db/postgres.sql: schema DDL database pompeo (user_profile, memory_facts,
finance_documents, behavioral_context, agent_messages) con multi-tenancy user_id
- db/qdrant.sh: script per creazione/ripristino collections Qdrant
(episodes, knowledge, preferences) con payload indexes
Design decisions:
- Multi-tenancy via user_id su Qdrant e PostgreSQL (estendibile a nuovi utenti
senza modifiche infrastrutturali)
- agent_messages come blackboard persistente per il Proactive Arbiter
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-21 10:55:39 +00:00