feat(athena): adicionar arquivo de configuração geral

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-08 22:29:00 -03:00
parent 0678ff2de0
commit 5fb2269f18
1 changed files with 15 additions and 0 deletions

15
src/config/athena.py Normal file
View File

@ -0,0 +1,15 @@
"""
Athena Configuration Constants
Centralizes configuration for the Athena system.
"""
# Routing Thresholds
ROUTING_THRESHOLD = 0.75 # Limiar para detecção de Out-of-Domain
RAG_CONFIDENCE_THRESHOLD = 0.6 # Limiar para evitar alucinação/respostas de baixa confiança
# Models
SAFETY_MODEL = "llama-guard-3"
# Paths
PATH_GAP_LOGS = ".gemini/knowledge_gaps/"