Spaces:
Sleeping
Sleeping
Update from remote and local changes
Browse files- app.py +3 -2
- email_to_pramish.md +0 -0
app.py
CHANGED
|
@@ -494,9 +494,10 @@ def initialize_components():
|
|
| 494 |
# CRITICAL: Only mark as initialized if ALL components are ready
|
| 495 |
# If any component fails, EXIT the application immediately
|
| 496 |
if init_status['fully_initialized']:
|
| 497 |
-
|
| 498 |
logging.info("✓ Galatea AI system fully initialized and ready")
|
| 499 |
-
|
|
|
|
| 500 |
else:
|
| 501 |
logging.error("=" * 60)
|
| 502 |
logging.error("❌ INITIALIZATION FAILED - EXITING APPLICATION")
|
|
|
|
| 494 |
# CRITICAL: Only mark as initialized if ALL components are ready
|
| 495 |
# If any component fails, EXIT the application immediately
|
| 496 |
if init_status['fully_initialized']:
|
| 497 |
+
is_initialized = True
|
| 498 |
logging.info("✓ Galatea AI system fully initialized and ready")
|
| 499 |
+
logging.info(f"Emotions initialized: {galatea_ai.emotional_state}")
|
| 500 |
+
logging.info("=" * 60)
|
| 501 |
else:
|
| 502 |
logging.error("=" * 60)
|
| 503 |
logging.error("❌ INITIALIZATION FAILED - EXITING APPLICATION")
|
email_to_pramish.md
ADDED
|
File without changes
|