Commit Graph

22 Commits

Author SHA1 Message Date
Anibal Angulo
ad7a94fc14 Change dynamic from 'pending' to 'recent'
Some checks failed
CI / ci (pull_request) Failing after 12s
2026-03-09 07:33:28 +00:00
Anibal Angulo
fde32a3a7b fix lint issues
All checks were successful
CI / ci (pull_request) Successful in 19s
2026-03-09 06:50:42 +00:00
Anibal Angulo
2b477c0f73 feat: switch notification backend from Redis to Firestore
Some checks failed
CI / ci (pull_request) Failing after 12s
- 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:47:28 +00:00
2370d7de96 Add Notification Backend Protocol
All checks were successful
CI / ci (pull_request) Successful in 18s
2026-03-05 06:41:31 +00:00
db879cee9f Format/Lint 2026-03-05 06:06:11 +00:00
12c91b7c25 Add notification service using Google ADK 2026-03-04 23:57:22 +00:00
8f5514284b fix: Correct order of forbidden emojis in GovernancePlugin 2026-03-03 23:22:23 +00:00
05555e5361 fix: Correct regex pattern for middle finger emoji in GovernancePlugin 2026-03-03 22:27:47 +00:00
a1bd2b000f feat: Integrate GovernancePlugin for emoji filtering in agent responses 2026-03-03 18:47:10 +00:00
aabbbbe4c4 feat: Implement GovernancePlugin to filter forbidden emojis from model responses 2026-03-03 18:43:28 +00:00
58d777754f Switch to shttp transport 2026-02-25 21:49:14 +00:00
9a2643a029 Improve auth implementation 2026-02-25 18:14:31 +00:00
57a215e733 Add auto-refresh, non-blocking auth 2026-02-25 17:16:56 +00:00
5933d6a398 feat: refactor compaction module 2026-02-25 16:56:31 +00:00
PAVEL PALMA
1eae63394b UPDATE autenticación rag connector 2026-02-25 02:01:04 -06:00
Anibal Angulo
8cc2f58ab4 Rename Dockerfile 2026-02-23 18:16:44 +00:00
2b058bffe4 Add auto create session 2026-02-23 06:30:21 +00:00
205beeb0f3 Add server implementation 2026-02-23 05:51:06 +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