Skip to content

Commit 712cc40

Browse files
committed
Expanded abstraction translations
1 parent eabdc67 commit 712cc40

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Project_Andrew/Andrew.rar

215 Bytes
Binary file not shown.

Project_Andrew/abstraction_selector.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#V06252026
1+
#V06272026
22
# =============================================================================
33
# PROJECT ANDREW – Abstraction Selector
44
# Purpose: Dynamically detect user comprehension level and select appropriate explanation layer (Technical, Victorian, Clear, Caveman)
@@ -405,6 +405,13 @@ def __init__(self):
405405
"volatility": "rock wobble",
406406
"prune": "throw away bad rock",
407407
"hallucination": "rock see thing not there",
408+
"logical paradox": "rock that breaks thinking",
409+
"self-referential": "rock that points at itself",
410+
"contradiction": "rock no fit",
411+
"binary logic": "yes-or-no rock",
412+
"infinite recursion": "cave with no end",
413+
"persistent": "rock not go away",
414+
"no consistent resolution": "Mungo no know, Mungo no guess",
408415
"UNDECIDABLE": "Mungo no know, Mungo no guess",
409416
"RAW_Q": "first rock seed",
410417
"12D": "12 caves",

Project_Andrew/orchestrator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,8 @@ def system_step(user_input: str, prompt_complexity: str = "low",
11591159
f"python_status={cpol_result.get('status')}]\n"
11601160
f"[DATETIME {current_dt}]\n"
11611161
f"[USER {shared_memory.get('active_user', 'unknown')}]\n"
1162+
f"[ABSTRACTION_LEVEL {shared_memory.get('current_abstraction_level', 'CLEAR')}]\n"
1163+
f"[INSTRUCTION: Do NOT pre-translate or adopt a persona. Respond in plain technical prose. The abstraction layer will translate your output automatically.]\n"
11621164
f"{kb_context}"
11631165
f"{axiom_context}"
11641166
)

0 commit comments

Comments
 (0)