Aleix Conchillo Flaqué
|
c7589663b5
|
deprecate STTMuteFilter in favor of LLMUSerAggregator user mute strategies
|
2025-12-28 08:12:44 -08:00 |
|
Aleix Conchillo Flaqué
|
a962c4eeba
|
STTMuteFilter: use FunctionCallsStartedFrame and support multiple function calls
|
2025-12-27 13:52:30 -08:00 |
|
Aleix Conchillo Flaqué
|
0abaae2f07
|
LLMUserAggregator: no need to reset strategies
Turn start strategies are already reset when triggered, so there's no need to
reset them again.
|
2025-12-24 11:08:43 -08:00 |
|
Aleix Conchillo Flaqué
|
30922d365f
|
minor turn start strategies cleanup
|
2025-12-24 11:08:43 -08:00 |
|
Aleix Conchillo Flaqué
|
c33c8d2195
|
LLMUserAggregator: add support for user mute strategies
|
2025-12-24 11:08:43 -08:00 |
|
Aleix Conchillo Flaqué
|
1d70275574
|
initial user mute strategies
|
2025-12-24 11:08:43 -08:00 |
|
Aleix Conchillo Flaqué
|
1f0357ae5e
|
LLMUserAggregator: add bot turn start strategies timeout fallback
|
2025-12-23 15:42:57 -08:00 |
|
Aleix Conchillo Flaqué
|
40493e8ce8
|
Merge pull request #3286 from pipecat-ai/aleix/improve-turn-analyzer-bot-turn-start-strategy
improve turn analyzer bot turn start strategy
|
2025-12-22 21:46:48 -08:00 |
|
Aleix Conchillo Flaqué
|
4017bfa769
|
LLMUserAggregator: improve turn_analyzer warning
|
2025-12-22 21:44:49 -08:00 |
|
Aleix Conchillo Flaqué
|
480a9d092c
|
TurnAnalyzerBotTurnStartStrategy: make sure to use turn analyzer state
|
2025-12-22 16:29:48 -08:00 |
|
Aleix Conchillo Flaqué
|
b5fe1c9cd8
|
fix old interruption/speaking strategies docstrings
|
2025-12-22 16:19:25 -08:00 |
|
Mark Backman
|
49b53d72a9
|
Merge pull request #3276 from pipecat-ai/mb/grok-realtime-cleanup
GrokRealtimeLLMService cleanup
|
2025-12-22 18:13:23 -05:00 |
|
Aleix Conchillo Flaqué
|
a0d5ee3873
|
MinWordsUserTurnStartStrategy: single word interrupt if bot not speaking
|
2025-12-22 14:32:21 -08:00 |
|
Mark Backman
|
08a9b434c1
|
Merge pull request #3277 from pipecat-ai/mb/fix-deprecation-warning-LLMContextAssistantTimestampFrame
fix: Separate LLMContextAssistantTimestampFrame from OpenAILLMContext…
|
2025-12-22 13:51:26 -05:00 |
|
Mark Backman
|
2910b683a4
|
Fix STT services that rely on VAD stop speaking status to finalize the transcript (#3283)
Updates to AssemblyAISTTService, CartesiaSTTService, DeepgramSageMakerSTTService, DeepgramSTTService to use VADUser*SpeakingFrame
|
2025-12-22 12:54:06 -05:00 |
|
Mark Backman
|
00bb08bacc
|
fix: Update ElevenLabsRealtimeSTTService to use VADUser speaking frames
|
2025-12-21 15:57:42 -05:00 |
|
Mark Backman
|
65f23adf4a
|
fix: Separate LLMContextAssistantTimestampFrame from OpenAILLMContextAssistantTimestampFrame
|
2025-12-21 09:06:35 -05:00 |
|
Mark Backman
|
32c4f914c4
|
Add event handling and class for response.function_call_arguments.delta
|
2025-12-20 08:06:39 -05:00 |
|
Mark Backman
|
348fa5a719
|
Improve SessionProperties initialization: remove voice from args, set default for TurnDetection
|
2025-12-20 08:02:48 -05:00 |
|
Mark Backman
|
0576783c5e
|
Improve sample_rate handling in GrokRealtimeLLMService
|
2025-12-20 07:46:31 -05:00 |
|
Mrunmay Chichkhede
|
d7d979dde1
|
feat: Add GrokRealtimeLLMService for xAI Grok Voice Agent API (#3267)
|
2025-12-20 07:04:12 -05:00 |
|
Sam Sykes
|
76bae6e699
|
Update SpeechmaticsSTTService to use the python voice SDK
|
2025-12-19 19:59:18 -05:00 |
|
Aleix Conchillo Flaqué
|
5816f960cc
|
LLMUserAggregator: add on_user_turn_started/on_bot_turn_started events
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
9bf6668b52
|
LLMUserAggregator: show error if using turn analyzer in transport
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
4a32aa5266
|
TurnAnalyzerBotTurnStartStrategy: don't use text on interim transcriptions
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
c9048d3a0f
|
LLMUserAggregator: prevent consecutive user/bot turn starts
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
9e56d1ac65
|
TurnStartStrategies: set user and bot strategies defaults if None
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
83263a30af
|
llm_response: deprecate old LLMUserAggregatorParams and LLMAssistantAggregatorParams
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
169fc0b568
|
frames: deprecate emulated field in UserStartedSpeakingFrame/UserStoppedSpeakingFrame
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
a9cca0b934
|
LLMAssistantAggregatorParams: copy to llm_response_universal
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
dff6b5402a
|
LLMUserAggregator: use TranscriptionUserTurnStartStrategy for emulated interruptions
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
2cdf207227
|
turns: add TranscriptionUserTurnStartStrategy
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
a388ff927c
|
LLMUserAggregator: broadcast user started/stopped speaking frames
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
222ccbb471
|
SegmentedSTTService: use VAD user started/stopped speaking frames
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
49ebe34599
|
BaseInputTransport: broadcast SpeechControlParamsFrame
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
c4c4b4107b
|
TurnAnalyzerBotTurnStartStrategy: broadcast SpeechControlParamsFrame
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
7e6b0839b0
|
examples(foundational): don't use legacy LLMUserAggregatorParams
|
2025-12-19 14:47:02 -08:00 |
|
Aleix Conchillo Flaqué
|
d33c72a8b0
|
LLMUserAggregator: allow external user started/stopped speaking frames
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
962eb73cc4
|
frames: deprecated EmulateUserStartedSpeakingFrame/EmulateUserStoppedSpeakingFrame
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
76561da850
|
TranscriptionBotTurnStartStrategy: improve by using interim transcriptions
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
355fcf3282
|
BaseInputTransport: deprecate the use of turn analyzer in transport
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
359ac302f5
|
audio(interruptions): deprecate MinWordsInterruptionStrategy
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
223052e6e7
|
LLMUserAggregator: use new user and bot turn start strategies
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
0f6668d41b
|
PipelineTask: pass turn start strategies to StartFrame
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
6a62c8d6da
|
FrameProcessor: add user and bot turn start strategies
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
5dd3af25ac
|
frames: add turn start strategies to StartFrame
|
2025-12-19 14:47:01 -08:00 |
|
Aleix Conchillo Flaqué
|
76c79a7dfa
|
introduce new user and bot turn start strategies
|
2025-12-19 14:47:01 -08:00 |
|
Mark Backman
|
fac1a05eb5
|
Merge pull request #3268 from fixie-ai/mike/ttfb
Add ttfb tracking for Ultravox
|
2025-12-19 15:49:57 -05:00 |
|
kompfner
|
917c512aa8
|
Merge pull request #3263 from pipecat-ai/pk/deprecate-openai-llm-context
Deprecate `OpenAILLMContext` and associated things
|
2025-12-19 13:19:48 -05:00 |
|
Mike Depinet
|
5ec08ff1d8
|
Add ttfb tracking for Ultravox
|
2025-12-19 09:26:11 -08:00 |
|