Anibal Angulo
9ce472f2ca
format
CI / ci (pull_request) Successful in 21s
2026-03-09 07:35:06 +00:00
Anibal Angulo
ad7a94fc14
Change dynamic from 'pending' to 'recent'
CI / ci (pull_request) Failing after 12s
2026-03-09 07:33:28 +00:00
Anibal Angulo
fde32a3a7b
fix lint issues
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
...
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
CI / ci (pull_request) Successful in 18s
2026-03-05 06:41:31 +00:00
ba6fde1b15
Merge pull request 'Add CI' ( #23 ) from push-wyrrkmpvkkoz into main
...
CI / ci (push) Successful in 20s
Reviewed-on: #23
2026-03-05 06:35:27 +00:00
670c00b1da
Add CI
CI / ci (pull_request) Successful in 1m38s
2026-03-05 06:14:51 +00:00
db879cee9f
Format/Lint
2026-03-05 06:06:11 +00:00
5941c41296
Remove firestore emulator from test dependencies
2026-03-05 05:55:34 +00:00
bc23ca27e4
Merge pull request 'Add notification service using Google ADK' ( #22 ) from feature/notification into main
...
Reviewed-on: #22
2026-03-05 05:21:36 +00:00
12c91b7c25
Add notification service using Google ADK
2026-03-04 23:57:22 +00:00
ba97ab3fc7
Merge pull request 'feat: Add emojis filter for LLM response' ( #21 ) from feature/emojis-filter into main
...
Reviewed-on: #21
2026-03-04 04:51:33 +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
8722c146af
feat: Add google-genai dependency to project and lock files
2026-03-03 18:42:43 +00:00
37e369389e
Merge pull request 'Update prompt' ( #17 ) from prompt into main
...
Reviewed-on: #17
2026-02-25 22:10:52 +00:00
fa711fdd3c
Merge branch 'main' into prompt
2026-02-25 22:10:43 +00:00
Anibal Angulo
e9a643edb5
Update url config
2026-02-25 22:08:45 +00:00
Anibal Angulo
05d21d04f9
Update phone number
2026-02-25 22:06:17 +00:00
Anibal Angulo
30a23b37b6
Update prompt
2026-02-25 21:52:00 +00:00
a1bfaad88e
Merge pull request 'Switch to shttp transport' ( #16 ) from streamable-http into main
...
Reviewed-on: #16
2026-02-25 21:50:39 +00:00
58d777754f
Switch to shttp transport
2026-02-25 21:49:14 +00:00
73fb20553d
Merge pull request 'Update prompt' ( #15 ) from update-prompt into main
...
Reviewed-on: #15
2026-02-25 19:01:54 +00:00
606a804b64
Update prompt
2026-02-25 18:55:20 +00:00
b47b84cfd1
Merge pull request 'Improve auth implementation' ( #14 ) from robust-auth into main
...
Reviewed-on: #14
2026-02-25 18:28:27 +00:00
9a2643a029
Improve auth implementation
2026-02-25 18:14:31 +00:00
e77a2ba2ed
Merge pull request 'Add auto-refresh, non-blocking auth' ( #13 ) from auth into main
...
Reviewed-on: #13
2026-02-25 17:18:20 +00:00
57a215e733
Add auto-refresh, non-blocking auth
2026-02-25 17:16:56 +00:00
63eff5bde0
Merge pull request 'Add Auth v2' ( #12 ) from merge-conflicts-resolved into main
...
Reviewed-on: #12
2026-02-25 17:00:53 +00:00
Anibal Angulo
0bad44d7ab
Resolve merge conflict: keep remote Cloud Run MCP URL
2026-02-25 17:00:15 +00:00
84fb29ccf1
docs: Add instructions for run compaction tests
2026-02-25 16:56:31 +00:00
be847a38ab
test: refactor test
2026-02-25 16:56:31 +00:00
5933d6a398
feat: refactor compaction module
2026-02-25 16:56:31 +00:00
7a0a901a89
Merge pull request 'Update prompt' ( #11 ) from prompt into main
...
Reviewed-on: #11
2026-02-25 16:45:50 +00:00
c99a2824f4
Merge branch 'main' into prompt
2026-02-25 16:45:41 +00:00
914a23a97e
Merge branch 'ft-mvp' into 'dev'
...
Add Auth
See merge request desarrollo/evoluci-n-tecnol-gica/ap01194-orq-cog/orchestrator!2
2026-02-25 15:12:57 +00:00
Anibal Angulo
b3f4ddd1a8
Testing prompt
2026-02-25 15:01:06 +00:00
PAVEL PALMA
c7d9f25fa7
UPDATE
2026-02-25 02:20:32 -06:00
PAVEL PALMA
5c78887ba3
fix
2026-02-25 02:18:25 -06:00
PAVEL PALMA
3d526b903f
Fix dockerfile
2026-02-25 02:14:40 -06:00
PAVEL PALMA
1eae63394b
UPDATE autenticación rag connector
2026-02-25 02:01:04 -06:00
PAVEL PALMA
9c4d9f73a1
UPDATE endpoint RAG Connector
2026-02-25 01:20:25 -06:00
Anibal Angulo
2f9d2020c0
Testing prompt
2026-02-23 23:31:50 +00:00
377995f69f
Merge pull request 'feat: separate module for compaction' ( #10 ) from feature/compaction into main
...
Reviewed-on: #10
2026-02-23 20:48:05 +00:00
ff82b2d5f3
docs: Add instructions for run compaction tests
2026-02-23 19:48:37 +00:00
b57470a7d8
test: refactor test
2026-02-23 19:04:13 +00:00
542aefb8c9
feat: refactor compaction module
2026-02-23 19:03:56 +00:00
Anibal Angulo
8cc2f58ab4
Rename Dockerfile
2026-02-23 18:16:44 +00:00