diff --git a/src/pipecat/runner/run.py b/src/pipecat/runner/run.py index e08465c0c..a2bcc614f 100644 --- a/src/pipecat/runner/run.py +++ b/src/pipecat/runner/run.py @@ -402,6 +402,7 @@ async def _run_daily_direct(): # Direct connections have no request body, so use empty dict runner_args = DailyRunnerArguments(room_url=room_url, token=token) + runner_args.handle_sigint = True # Get the bot module and run it directly bot_module = _get_bot_module()