WIP: feat/firestore-notification-backend #25

Closed
A8065384 wants to merge 2 commits from feat/firestore-notification-backend into main
Owner
No description provided.
A8065384 added 2 commits 2026-03-09 06:42:11 +00:00
Add Notification Backend Protocol
All checks were successful
CI / ci (pull_request) Successful in 18s
2370d7de96
feat: switch notification backend from Redis to Firestore
Some checks failed
CI / ci (pull_request) Failing after 1m40s
9f4edcb04a
- 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.
A8065384 closed this pull request 2026-03-09 06:47:46 +00:00
A8065384 deleted branch feat/firestore-notification-backend 2026-03-09 06:47:46 +00:00
Some checks failed
CI / ci (pull_request) Failing after 1m40s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: va/agent#25