Merge pull request #3181 from pipecat-ai/aleix/sync-to-utils-sync

move pipecat.sync to pipecat.utils.sync
This commit is contained in:
Aleix Conchillo Flaqué
2025-12-03 19:41:18 -08:00
committed by GitHub
15 changed files with 113 additions and 75 deletions

View File

@@ -40,8 +40,8 @@ from pipecat.processors.aggregators.llm_context import LLMContext
from pipecat.processors.aggregators.llm_response_universal import LLMContextAggregatorPair
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor, FrameProcessorSetup
from pipecat.services.llm_service import LLMService
from pipecat.sync.base_notifier import BaseNotifier
from pipecat.sync.event_notifier import EventNotifier
from pipecat.utils.sync.base_notifier import BaseNotifier
from pipecat.utils.sync.event_notifier import EventNotifier
class NotifierGate(FrameProcessor):