rairo commited on
Commit
fa1ff07
·
verified ·
1 Parent(s): 915faa8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -15
main.py CHANGED
@@ -460,21 +460,6 @@ def deep_dive():
460
  return jsonify({'error': str(e)}), 500
461
 
462
 
463
- # -----------------------------------------------------------------------------
464
- # ODYSSEUS ENGINE V6: THE AUTONOMOUS ARCHITECT (NO TEMPLATES)
465
- # -----------------------------------------------------------------------------
466
-
467
- def validate_odysseus_v6(t: dict) -> (bool, str):
468
- """Ensures the AI output has the basic components to build a world."""
469
- try:
470
- if not t.get("entities") or not t.get("victory_logic"):
471
- return False, "Incomplete World Definition"
472
- return True, "ok"
473
- except: return False, "Blueprint Error"
474
-
475
- # -----------------------------------------------------------------------------
476
- # ODYSSEUS ENGINE V9: THE SOCRATIC SIMULATOR (ESSENTIAL VERB ENGINE)
477
- # -----------------------------------------------------------------------------
478
 
479
  # -----------------------------------------------------------------------------
480
  # ODYSSEUS ENGINE V10.1: HARDENED GAME CONSOLE (SYNTAX GUARD + VICTORY HOOKS)
 
460
  return jsonify({'error': str(e)}), 500
461
 
462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
 
464
  # -----------------------------------------------------------------------------
465
  # ODYSSEUS ENGINE V10.1: HARDENED GAME CONSOLE (SYNTAX GUARD + VICTORY HOOKS)