The Big One #43

Merged
k.marinus merged 93 commits from feat/reset-experiment-and-phase into dev 2026-01-26 19:20:45 +00:00
Showing only changes of commit 4d0ba69443 - Show all commits

View File

@@ -181,17 +181,17 @@ class AgentSpeakGenerator:
AstStatement(StatementType.ADD_BELIEF, to_phase_ast), AstStatement(StatementType.ADD_BELIEF, to_phase_ast),
] ]
if from_phase: # if from_phase:
body.extend( # body.extend(
[ # [
AstStatement( # AstStatement(
StatementType.TEST_GOAL, AstLiteral("user_said", [AstVar("Message")]) # StatementType.TEST_GOAL, AstLiteral("user_said", [AstVar("Message")])
), # ),
AstStatement( # AstStatement(
StatementType.REPLACE_BELIEF, AstLiteral("user_said", [AstVar("Message")]) # StatementType.REPLACE_BELIEF, AstLiteral("user_said", [AstVar("Message")])
), # ),
] # ]
) # )
# Notify outside world about transition # Notify outside world about transition
body.append( body.append(