Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +3 -3
AICoreAGIX_with_TB.py
CHANGED
@@ -14,8 +14,8 @@ import speech_recognition as sr
|
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
|
17 |
-
from CodriaoCore.multi_model_analyzer import MultiAgentSystem
|
18 |
-
from neuro_symbolic import NeuroSymbolicEngine # Updated import
|
19 |
from CodriaoCore.federated_learning import FederatedAI
|
20 |
from utils.database import Database # Ensure this module exports Database correctly
|
21 |
from logger import logger
|
@@ -23,7 +23,7 @@ from secure_memory_loader import SecureMemorySession
|
|
23 |
from codriao_tb_module import CodriaoHealthModule
|
24 |
|
25 |
# Ensure these modules exist or update the paths accordingly.
|
26 |
-
from ethical_filter import EthicalFilter
|
27 |
from self_reflective_ai import SelfReflectiveAI
|
28 |
|
29 |
class AICoreAGIX:
|
|
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
|
17 |
+
from components.CodriaoCore.multi_model_analyzer import MultiAgentSystem
|
18 |
+
from components.neuro_symbolic import NeuroSymbolicEngine # Updated import
|
19 |
from CodriaoCore.federated_learning import FederatedAI
|
20 |
from utils.database import Database # Ensure this module exports Database correctly
|
21 |
from logger import logger
|
|
|
23 |
from codriao_tb_module import CodriaoHealthModule
|
24 |
|
25 |
# Ensure these modules exist or update the paths accordingly.
|
26 |
+
from components.ethical_filter import EthicalFilter
|
27 |
from self_reflective_ai import SelfReflectiveAI
|
28 |
|
29 |
class AICoreAGIX:
|