feat: added pause functionality

Storms code wasnt fully included in Bjorns branch

ref: N25B-400
This commit is contained in:
Pim Hutting
2026-01-13 00:52:04 +01:00
parent 72c2c57f26
commit d499111ea4
2 changed files with 8 additions and 10 deletions

View File

@@ -179,7 +179,6 @@ class UserInterruptAgent(BaseAgent):
await self._send_experiment_update(payload)
self.logger.info(f"UI Update: Goal {goal_name} started (ID: {ui_id})")
case "active_norms_update":
self.logger.info(f"msg.bodyy{msg.body}")
norm_list = [s.strip("() '\",") for s in msg.body.split(",") if s.strip("() '\",")]
await self._broadcast_cond_norms(norm_list)