base_notifier
Base notifier interface for Pipecat.
- class pipecat.utils.sync.base_notifier.BaseNotifier[source]
Bases:
ABCAbstract base class for notification mechanisms.
Provides a standard interface for implementing notification and waiting patterns used for event coordination and signaling between components in the Pipecat framework.