import sys
sys.path.append('/Eden/CORE')
from eden_recursive_asi import RecursiveASI

# Force first topic to be consciousness
RecursiveASI.FORCE_NEXT = "phi-fractal consciousness connection and integration to complete_eden_with_phi.py"

asi = RecursiveASI()
asi.run_continuous_improvement()
