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 2a94a45b34 - Show all commits

View File

@@ -168,7 +168,7 @@ class UserInterruptAgent(BaseAgent):
new_phase_id = msg.body new_phase_id = msg.body
self.logger.info(f"Phase transition detected: {new_phase_id}") self.logger.info(f"Phase transition detected: {new_phase_id}")
payload = {"type": "phase_update", "phase_id": new_phase_id} payload = {"type": "phase_update", "id": new_phase_id}
await self._send_experiment_update(payload) await self._send_experiment_update(payload)
case "goal_start": case "goal_start":