Spaces:
Runtime error
Runtime error
Update components/CodriaoCore.py
Browse files
components/CodriaoCore.py
CHANGED
@@ -45,7 +45,7 @@ class CodriaoCore:
|
|
45 |
|
46 |
# Cognitive & ethical subsystems
|
47 |
self.sentiment_analyzer = EnhancedSentimentAnalyzer()
|
48 |
-
self.self_improving_ai =
|
49 |
self.adaptive_learning = AdaptiveLearningEnvironment()
|
50 |
self.data_fetcher = RealTimeDataIntegrator()
|
51 |
self.multi_agent_system = MultiAgentSystem()
|
|
|
45 |
|
46 |
# Cognitive & ethical subsystems
|
47 |
self.sentiment_analyzer = EnhancedSentimentAnalyzer()
|
48 |
+
self.self_improving_ai = SelfImrpovingAi()
|
49 |
self.adaptive_learning = AdaptiveLearningEnvironment()
|
50 |
self.data_fetcher = RealTimeDataIntegrator()
|
51 |
self.multi_agent_system = MultiAgentSystem()
|