diff --git a/src/agents/voxtral_vllm_stt.py b/src/agents/voxtral_vllm_stt.py index 97735e87..1b71c68d 100644 --- a/src/agents/voxtral_vllm_stt.py +++ b/src/agents/voxtral_vllm_stt.py @@ -245,6 +245,7 @@ class SpeechStream(stt.RecognizeStream): try: await pipeline_t except asyncio.CancelledError: + # CancelledError is the expected flow on cancel() pass except Exception: logger.exception("utterance pipeline failed during finalize")