merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +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":