Add notification service using Google ADK

This commit is contained in:
2026-03-03 22:24:31 +00:00
parent ba97ab3fc7
commit 12c91b7c25
5 changed files with 392 additions and 6 deletions

View File

@@ -26,6 +26,12 @@ class AgentSettings(BaseSettings):
# Firestore configuration
firestore_db: str
# Notifications configuration
notifications_collection_path: str = (
"artifacts/bnt-orquestador-cognitivo-dev/notifications"
)
notifications_max_to_notify: int = 5
# MCP configuration
mcp_audience: str
mcp_remote_url: str