1
0

[claude] Add sovereignty metrics tracking + dashboard panel (#981) (#1083)

This commit is contained in:
2026-03-23 14:09:03 +00:00
parent fc53a33361
commit 7f875398fc
9 changed files with 636 additions and 1 deletions

View File

@@ -152,6 +152,10 @@ class Settings(BaseSettings):
# Default is False (telemetry disabled) to align with sovereign AI vision.
telemetry_enabled: bool = False
# ── Sovereignty Metrics ──────────────────────────────────────────────
# Alert when API cost per research task exceeds this threshold (USD).
sovereignty_api_cost_alert_threshold: float = 1.00
# CORS allowed origins for the web chat interface (Gitea Pages, etc.)
# Set CORS_ORIGINS as a comma-separated list, e.g. "http://localhost:3000,https://example.com"
cors_origins: list[str] = [