Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +7 -7
AICoreAGIX_with_TB.py
CHANGED
@@ -13,13 +13,13 @@ from datetime import datetime, timedelta
|
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
-
|
17 |
-
from
|
18 |
-
from
|
19 |
-
from
|
20 |
-
from
|
21 |
-
from
|
22 |
-
from
|
23 |
from secure_memory import SecureMemorySession
|
24 |
from codriao_tb_module import CodriaoHealthModule
|
25 |
|
|
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
16 |
+
|
17 |
+
from multi_agent import MultiAgentSystem
|
18 |
+
from ar_integration import ARDataOverlay
|
19 |
+
from neural_symbolic import NeuralSymbolicProcessor
|
20 |
+
from federated_learning import FederatedAI
|
21 |
+
from database import Database
|
22 |
+
from logger import logger
|
23 |
from secure_memory import SecureMemorySession
|
24 |
from codriao_tb_module import CodriaoHealthModule
|
25 |
|