Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,14 +17,14 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../..'))
|
|
| 17 |
|
| 18 |
try:
|
| 19 |
from components.ai_core import AICore
|
| 20 |
-
from
|
| 21 |
-
from
|
| 22 |
-
from components.search_engine import SearchEngine
|
| 23 |
except ImportError:
|
| 24 |
# Fallback for container environment
|
| 25 |
from src.components.ai_core import AICore
|
| 26 |
-
from src.
|
| 27 |
-
from src.
|
| 28 |
from src.components.search_engine import SearchEngine
|
| 29 |
|
| 30 |
# Configure logging
|
|
|
|
| 17 |
|
| 18 |
try:
|
| 19 |
from components.ai_core import AICore
|
| 20 |
+
from src.aegis_integration import AegisBridge
|
| 21 |
+
from src.aegis_integration.config import AEGIS_CONFIG
|
| 22 |
+
from src.components.search_engine import SearchEngine
|
| 23 |
except ImportError:
|
| 24 |
# Fallback for container environment
|
| 25 |
from src.components.ai_core import AICore
|
| 26 |
+
from src.aegis_integration import AegisBridge
|
| 27 |
+
from src.aegis_integration.config import AEGIS_CONFIG
|
| 28 |
from src.components.search_engine import SearchEngine
|
| 29 |
|
| 30 |
# Configure logging
|