Voice variant of import("./index.js").proceed. Adds the
interruptions option for injecting random user interruptions during
the proceed loop. This script step records the config on the executor
state; the loop consumes it via maybeScheduleInterruptedAgentTurn
(Gap #8, voice path) which dispatches the agent non-blocking PRE-step so
the next user-sim turn fires a real mid-stream barge-in. Text-only runs
fall back to the post-step maybeInjectInterruption.
Voice variant of import("./index.js").proceed. Adds the
interruptionsoption for injecting random user interruptions during the proceed loop. This script step records the config on the executor state; the loop consumes it viamaybeScheduleInterruptedAgentTurn(Gap #8, voice path) which dispatches the agent non-blocking PRE-step so the next user-sim turn fires a real mid-stream barge-in. Text-only runs fall back to the post-stepmaybeInjectInterruption.