Spaces:
Sleeping
Sleeping
TeleologyHI
commited on
Commit
·
1692cad
1
Parent(s):
bd47d2d
up
Browse files
src/core/consciousness_kernel.py
CHANGED
@@ -8,7 +8,8 @@ import asyncio
|
|
8 |
|
9 |
from .awareness_engine import AwarenessEngine
|
10 |
from .integration_manager import IntegrationManager
|
11 |
-
from .dynamic_self_model import
|
|
|
12 |
|
13 |
# Add imports for classes used in the updated implementation
|
14 |
class PhiPrimeCalculator:
|
|
|
8 |
|
9 |
from .awareness_engine import AwarenessEngine
|
10 |
from .integration_manager import IntegrationManager
|
11 |
+
from .dynamic_self_model import DynamicSelfModel
|
12 |
+
from .experience_simulator import ExperienceSimulator
|
13 |
|
14 |
# Add imports for classes used in the updated implementation
|
15 |
class PhiPrimeCalculator:
|