Merge remote-tracking branch 'origin/demo' into demo

This commit is contained in:
Twirre Meulenbelt
2026-01-20 12:31:51 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ class BDICoreAgent(BaseAgent):
trigger_name = agentspeak.grounded(term.args[0], intention.scope)
self.logger.debug("Started trigger %s", trigger_name)
experiment_logger.observation("Triggered: %s", trigger_name)
msg = InternalMessage(
to=settings.agent_settings.user_interrupt_name,

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}