Commit Graph

7 Commits

Author SHA1 Message Date
Anibal Angulo
9f4edcb04a feat: switch notification backend from Redis to Firestore
Some checks failed
CI / ci (pull_request) Failing after 1m40s
- Refactor FirestoreNotificationBackend to use time-gated window
  (window_hours) instead of notified_by_agent status filtering;
  mark_as_notified is now a no-op (agent is awareness-only).
- Update agent.py to instantiate FirestoreNotificationBackend using the
  shared firestore_db client instead of RedisNotificationBackend.
- Remove redis_host/redis_port settings from config.py; add
  notifications_collection_path, max_to_notify, and window_hours.
- Move redis/json imports inside RedisNotificationBackend methods so
  redis is only required if that backend is explicitly instantiated.
- Add utility scripts for checking and registering notifications.
- Add google-cloud-firestore dependency to pyproject.toml.
2026-03-09 06:40:46 +00:00
8722c146af feat: Add google-genai dependency to project and lock files 2026-03-03 18:42:43 +00:00
57a215e733 Add auto-refresh, non-blocking auth 2026-02-25 17:16:56 +00:00
159e8ee433 Lean MCP implementation 2026-02-23 05:29:35 +00:00
Anibal Angulo
733c65ce85 Configure cli 2026-02-20 15:23:53 +00:00
259a8528e3 Switch to agent arch 2026-02-20 14:04:59 +00:00
Anibal Angulo
a53f8fcf62 First commit 2026-02-18 19:57:43 +00:00