feat(sre): close provider and telegram automation receipts

This commit is contained in:
ogt
2026-07-17 02:27:29 +08:00
parent 1b551e0d33
commit 6b82adca35
45 changed files with 8263 additions and 944 deletions

View File

@@ -38,6 +38,7 @@ class AIRiskLevel(str, Enum):
"""AI 風險評估等級"""
LOW = "low"
MEDIUM = "medium"
HIGH = "high"
CRITICAL = "critical"