mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
10 lines
362 B
Python
10 lines
362 B
Python
|
|
"""Dograh-specific subclasses of pipecat realtime LLM services.
|
||
|
|
|
||
|
|
Each subclass wires Dograh engine integration quirks (user-mute gating,
|
||
|
|
TTSSpeakFrame greeting trigger, node-transition handling, function-call
|
||
|
|
deferral, etc.) onto the corresponding pipecat realtime service.
|
||
|
|
|
||
|
|
The pipecat fork's services stay close to upstream — Dograh behavior lives
|
||
|
|
here.
|
||
|
|
"""
|