feat: added pause functionality
Storms code wasnt fully included in Bjorns branch ref: N25B-400
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user