feat: add experiment log for phase transition

ref: N25B-453
This commit is contained in:
2026-01-20 12:30:47 +01:00
parent 59b35b31b2
commit 8575ddcbcf

View File

@@ -197,6 +197,7 @@ class UserInterruptAgent(BaseAgent):
case "transition_phase":
new_phase_id = msg.body
self.logger.info(f"Phase transition detected: {new_phase_id}")
experiment_logger.observation("Transitioned to next phase.")
payload = {"type": "phase_update", "id": new_phase_id}