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 6b34f4b82c - Show all commits

View File

@@ -210,7 +210,7 @@ class UserInterruptAgent(BaseAgent):
for goal in phase.goals: for goal in phase.goals:
self._goal_map[str(goal.id)] = AgentSpeakGenerator.slugify(goal) self._goal_map[str(goal.id)] = AgentSpeakGenerator.slugify(goal)
for norm in phase.conditional_norms: for norm in phase.norms:
if norm.condition: if norm.condition:
asl_slug = AgentSpeakGenerator.slugify(norm) asl_slug = AgentSpeakGenerator.slugify(norm)
belief_id = str(norm.condition) belief_id = str(norm.condition)