Spaces:
Running
Running
Update main.py
Browse files
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)
|