Spaces:
Runtime error
Runtime error
Update components/CodriaoCore.py
Browse files
components/CodriaoCore.py
CHANGED
|
@@ -19,7 +19,7 @@ from components.adaptive_learning import AdaptiveLearningEnvironment
|
|
| 19 |
from components.real_time_data import RealTimeDataIntegrator
|
| 20 |
from components.sentiment_analysis import EnhancedSentimentAnalyzer
|
| 21 |
from components.self_improving_ai import SelfImprovingAI
|
| 22 |
-
from components.
|
| 23 |
|
| 24 |
# Codriao's enhanced modules
|
| 25 |
from codriao_tb_module import CodriaoHealthModule
|
|
|
|
| 19 |
from components.real_time_data import RealTimeDataIntegrator
|
| 20 |
from components.sentiment_analysis import EnhancedSentimentAnalyzer
|
| 21 |
from components.self_improving_ai import SelfImprovingAI
|
| 22 |
+
from components.multi_model_analyzer import MultiAgentSystem
|
| 23 |
|
| 24 |
# Codriao's enhanced modules
|
| 25 |
from codriao_tb_module import CodriaoHealthModule
|