Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,7 @@ from agentic_reliability_framework.core.governance.azure.azure_simulator import
|
|
| 33 |
from agentic_reliability_framework.core.models.event import ReliabilityEvent, HealingAction, EventSeverity
|
| 34 |
from agentic_reliability_framework.runtime.hmc.hmc_learner import HMCRiskLearner
|
| 35 |
from agentic_reliability_framework.core.config.constants import (
|
| 36 |
-
LATENCY_CRITICAL, ERROR_RATE_HIGH, get_oss_capabilities
|
| 37 |
-
RISK_THRESHOLD_LOW, RISK_THRESHOLD_HIGH # Note: these may need to be added to constants if missing; fallback defined below
|
| 38 |
)
|
| 39 |
|
| 40 |
# ----------------------------------------------------------------------
|
|
|
|
| 33 |
from agentic_reliability_framework.core.models.event import ReliabilityEvent, HealingAction, EventSeverity
|
| 34 |
from agentic_reliability_framework.runtime.hmc.hmc_learner import HMCRiskLearner
|
| 35 |
from agentic_reliability_framework.core.config.constants import (
|
| 36 |
+
LATENCY_CRITICAL, ERROR_RATE_HIGH, get_oss_capabilities
|
|
|
|
| 37 |
)
|
| 38 |
|
| 39 |
# ----------------------------------------------------------------------
|