petter2025 commited on
Commit
d352122
·
verified ·
1 Parent(s): 6020ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -38,7 +38,6 @@ from models import (
38
  ReliabilityEvent, EventSeverity, AnomalyResult,
39
  HealingAction, ForecastResult, PolicyCondition
40
  )
41
- from claude_adapter import get_claude_adapter
42
  from healing_policies import PolicyEngine, DEFAULT_HEALING_POLICIES
43
 
44
  # === Logging Configuration ===
@@ -47,8 +46,7 @@ logging.basicConfig(
47
  format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
48
  )
49
  logger = logging.getLogger(__name__)
50
- # Initialize Claude adapter for AI reasoning
51
- claude_adapter = get_claude_adapter()
52
 
53
 
54
  # === CONSTANTS (FIXED: Extracted all magic numbers) ===
 
38
  ReliabilityEvent, EventSeverity, AnomalyResult,
39
  HealingAction, ForecastResult, PolicyCondition
40
  )
 
41
  from healing_policies import PolicyEngine, DEFAULT_HEALING_POLICIES
42
 
43
  # === Logging Configuration ===
 
46
  format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
47
  )
48
  logger = logging.getLogger(__name__)
49
+
 
50
 
51
 
52
  # === CONSTANTS (FIXED: Extracted all magic numbers) ===