turns: simplify imports and don't require full strategy module path

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-28 12:08:10 -08:00
parent 192ede6e34
commit 5496aa722f
140 changed files with 174 additions and 156 deletions

View File

@@ -13,9 +13,7 @@ from pipecat.frames.frames import (
VADUserStartedSpeakingFrame,
VADUserStoppedSpeakingFrame,
)
from pipecat.turns.bot.transcription_bot_turn_start_strategy import (
TranscriptionBotTurnStartStrategy,
)
from pipecat.turns.bot import TranscriptionBotTurnStartStrategy
from pipecat.utils.asyncio.task_manager import TaskManager, TaskManagerParams
AGGREGATION_TIMEOUT = 0.1