Mark Backman
|
fa85f7bbc7
|
Merge pull request #3640 from lukepayyapilli/fix/openai-stream-close
fix: close stream on cancellation to prevent socket leaks
|
2026-02-05 18:00:06 -05:00 |
|
Mark Backman
|
56d8ef2bf4
|
Deprecate UserBotLatencyLogObserver, update 29 example
|
2026-02-05 14:29:45 -05:00 |
|
Derek Haynes
|
8791559351
|
Add changelog entry for PR #3355
|
2026-02-05 14:29:45 -05:00 |
|
Mark Backman
|
5a5a98b497
|
Merge pull request #3649 from itsderek23/fix/tracing-orphan-spans
Fix orphan otel spans during flow initialization and transitions
|
2026-02-05 14:23:52 -05:00 |
|
Mark Backman
|
d6f3a90662
|
Merge pull request #3652 from pipecat-ai/mb/upgrade-small-webrtc-prebuilt-2.1.0
Upgrade pipecat-ai-small-webrtc-prebuilt to 2.1.0
|
2026-02-05 13:48:54 -05:00 |
|
Derek Haynes
|
8fb0e37965
|
Update changelog for #3649
|
2026-02-05 11:35:22 -07:00 |
|
filipi87
|
ba469e5645
|
Add changelog entry
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-05 12:19:51 -05:00 |
|
Mark Backman
|
54db37ea47
|
Upgrade pipecat-ai-small-webrtc-prebuilt to 2.1.0
|
2026-02-05 12:09:51 -05:00 |
|
Mark Backman
|
8f42343927
|
Merge pull request #3630 from pipecat-ai/mb/add-function-call-messages-rtvi
Add native RTVI function call lifecycle messages
|
2026-02-04 16:20:42 -05:00 |
|
Mark Backman
|
46da6cd91b
|
Update changelogs
|
2026-02-04 11:19:30 -05:00 |
|
Mark Backman
|
e0e3b5250b
|
Add RTVIObserverParams to control what information is included in function call events
|
2026-02-04 11:05:05 -05:00 |
|
Luke Payyapilli
|
55a3b10e70
|
fix(openai): close stream on cancellation to prevent socket leaks
|
2026-02-04 09:59:10 -05:00 |
|
Mark Backman
|
2db3d94d06
|
Merge pull request #3628 from pipecat-ai/mb/broadcast-speech-control-params-frame
Fix: Broadcast SpeechControlParamsFrame from VADController
|
2026-02-03 18:44:15 -05:00 |
|
Mark Backman
|
2a26b9f7a3
|
Fix: Broadcast SpeechControlParamsFrame from VADController
|
2026-02-03 18:40:39 -05:00 |
|
Aleix Conchillo Flaqué
|
c3a4da4a29
|
PipelineTask: also call set_bot_ready() for external RTVI processors
|
2026-02-03 14:16:08 -08:00 |
|
Mark Backman
|
84ca0b6d58
|
Merge pull request #3629 from pipecat-ai/fix/telephony-websocket-stopasynciteration
Fix StopAsyncIteration in parse_telephony_websocket
|
2026-02-03 12:10:07 -05:00 |
|
Mark Backman
|
84cd9346f9
|
Add native RTVI function call lifecycle messages
|
2026-02-03 10:00:59 -05:00 |
|
Luke Payyapilli
|
5d5b19e1d2
|
Add changelog entry
|
2026-02-03 09:12:59 -05:00 |
|
James Hush
|
b030f1178d
|
Add changelog and improve docstring for parse_telephony_websocket
- Added changelog entry for bug fix
- Enhanced docstring with Args and Raises sections
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-03 16:26:09 +08:00 |
|
Mark Backman
|
a4e499dc80
|
Merge pull request #3617 from pipecat-ai/fix/cjk-sentence-splitting
Fix sentence splitting for CJK and other non-Latin languages
|
2026-02-02 18:16:51 -05:00 |
|
Mark Backman
|
a592b7fdf0
|
Update per PR 1789, align with ErrorFrame norms
|
2026-02-02 08:55:29 -05:00 |
|
James Hush
|
774041e9a1
|
Add changelog for PR #3617
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-02 14:47:22 +08:00 |
|
Aleix Conchillo Flaqué
|
f453227ba3
|
Merge pull request #3612 from pipecat-ai/aleix/use-kokoro-onnx
KokoroTTSService: use kokoro-onnx instead of kokoro
|
2026-01-31 21:03:55 -08:00 |
|
Aleix Conchillo Flaqué
|
95689cc81c
|
KokoroTTSService: use kokoro-onnx instead of kokoro
|
2026-01-31 17:20:27 -08:00 |
|
Aleix Conchillo Flaqué
|
acc9923c0a
|
PipelineTask: don't add RTVIObserver if already there
|
2026-01-31 14:54:29 -08:00 |
|
aconchillo
|
614b8e1a62
|
Update changelog for version 0.0.101
|
2026-01-30 22:54:31 -08:00 |
|
Aleix Conchillo Flaqué
|
ef51c2a5c6
|
changelog: fix 3582 changed file
|
2026-01-30 22:48:26 -08:00 |
|
Aleix Conchillo Flaqué
|
d87f3543c7
|
GeminiLiveLLMService: let the transcription timeout handler be scheduled
|
2026-01-30 22:41:10 -08:00 |
|
Mark Backman
|
e779233918
|
Fix IVRNavigator to push AggregatedTextFrame when switching to conversation mode
|
2026-01-30 21:07:49 -05:00 |
|
Mark Backman
|
63a23246d5
|
Add UserTurnCompletionLLMServiceMixin (#3518)
* Added UserTurnCompletionLLMServiceMixin class
* Added 22-filter-incomplete-turns.py foundational example
* Removed old 22 natural conversation foundational examples
* Added test_user_turn_completion_mixin.py
|
2026-01-30 14:57:15 -05:00 |
|
Aleix Conchillo Flaqué
|
a69a037ffa
|
changelog: add updates for #3583
|
2026-01-30 10:07:34 -08:00 |
|
Aleix Conchillo Flaqué
|
72ab329513
|
services(tss): add new KokoroTTSService
|
2026-01-30 09:39:01 -08:00 |
|
Mark Backman
|
7be2b8cc34
|
Merge pull request #3587 from pipecat-ai/mb/gradium-improvements
GradiumSTTService now flushes pending transcripts on VAD stopped dete…
|
2026-01-29 18:11:25 -05:00 |
|
Aleix Conchillo Flaqué
|
671cc8eb74
|
Merge pull request #3590 from pipecat-ai/aleix/custom-cli-runner-args
runner: allow custom CLI arguments
|
2026-01-29 13:53:27 -08:00 |
|
Aleix Conchillo Flaqué
|
253a1d1114
|
UserTurnController: reset user turn timeout with interim transcriptions
|
2026-01-29 13:10:10 -08:00 |
|
Aleix Conchillo Flaqué
|
bbb8b53d03
|
runner: allow custom CLI arguments
|
2026-01-29 10:15:53 -08:00 |
|
Aleix Conchillo Flaqué
|
f3b72e9263
|
Merge pull request #3585 from pipecat-ai/aleix/improve-piper-tts-support
improve Piper TTS support
|
2026-01-29 08:36:13 -08:00 |
|
Mark Backman
|
31c7fbc5ba
|
Add delay_in_frames and language support
|
2026-01-29 10:59:04 -05:00 |
|
Mark Backman
|
6ab12626d6
|
GradiumSTTService now flushes pending transcripts on VAD stopped detection
|
2026-01-29 10:26:17 -05:00 |
|
Mark Backman
|
b77a50de73
|
Merge pull request #3529 from lukepayyapilli/fix/llm-timeout-without-retry
feat: handle exceptions for BaseOpenAILLMService
|
2026-01-29 09:12:54 -05:00 |
|
Aleix Conchillo Flaqué
|
bd00587092
|
changelog: add files for 3585
|
2026-01-29 00:16:39 -08:00 |
|
Filipi da Silva Fuchter
|
27277ed3d9
|
Merge pull request #3571 from pipecat-ai/filipi/funcion_call_improvements
Function call improvements
|
2026-01-28 14:03:40 -05:00 |
|
filipi87
|
5543bc56f3
|
Add changelog files for PR #3571
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-28 15:43:59 -03:00 |
|
Aleix Conchillo Flaqué
|
49bd3da26b
|
Merge pull request #3582 from pipecat-ai/aleix/daily-sample-room-url
rename DAILY_SAMPLE_ROOM_URL to DAILY_ROOM_URL
|
2026-01-28 10:38:14 -08:00 |
|
Aleix Conchillo Flaqué
|
f3ef488925
|
rename DAILY_SAMPLE_ROOM_URL to DAILY_ROOM_URL
|
2026-01-28 10:05:27 -08:00 |
|
Aleix Conchillo Flaqué
|
4f08098917
|
Merge pull request #3580 from Pulkit0729/fix/livekit
fix: adding missing livekit transport configs
|
2026-01-28 10:04:34 -08:00 |
|
Pulkit
|
a7cd5b0322
|
fix: adding missing livekit transport configs
|
2026-01-28 23:15:03 +05:30 |
|
Aleix Conchillo Flaqué
|
01bbf61e0d
|
Merge pull request #3500 from ssillerom/feature/genesys_serializer
Feature/genesys serializer
|
2026-01-28 09:09:11 -08:00 |
|
ssillerom
|
10fb77c0e2
|
added changelog file
|
2026-01-28 18:07:33 +01:00 |
|
kompfner
|
312caaba86
|
Merge pull request #3429 from lukepayyapilli/fix/gemini-live-interrupted-signal
feat: handle server_content.interrupted for faster interruptions
|
2026-01-28 10:25:36 -05:00 |
|