Aleix Conchillo Flaqué
16a107948b
services: missing kwargs in anthropic/openai user context aggregator
2025-02-13 13:20:38 -08:00
Aleix Conchillo Flaqué
839aa7d935
llm_response: add some initial docstrings to LLM aggregators
2025-02-13 13:20:38 -08:00
Aleix Conchillo Flaqué
4cbcfe2b0b
LLMUserContextAggregator: interrupt the bot if VAD happened a while back
2025-02-13 13:20:38 -08:00
Aleix Conchillo Flaqué
91a628d1ba
UserResponseAggregator: implement on top of LLMUserResponseAggregator
2025-02-13 13:20:37 -08:00
Aleix Conchillo Flaqué
50288eeaaa
tests: add LLM response aggregators tests
2025-02-13 13:20:37 -08:00
Aleix Conchillo Flaqué
e1f2bbceb3
reimplement LLM response aggregators
2025-02-13 13:20:37 -08:00
Aleix Conchillo Flaqué
8bdd7ed0ed
tests: implement langchain tests with run_test()
2025-02-13 13:20:37 -08:00
Aleix Conchillo Flaqué
1b7dfe8126
tests: add a new SleepFrame
...
The new SleepFrame allow us to control when system frames are pushed to the
pipeline.
2025-02-13 13:20:37 -08:00
Aleix Conchillo Flaqué
d1ee851a65
tests: rename some variables to make things clearer
2025-02-13 13:20:37 -08:00
Filipi da Silva Fuchter
0358673b46
Merge pull request #1215 from pipecat-ai/instant_voice_demo
...
Instant voice demo improvements - part 02
2025-02-13 18:14:15 -03:00
Filipi Fuchter
16fe1b10e9
- Added support for the RTVIProcessor to handle buffered audio in base64 format, converting it into InputAudioRawFrame for transport.
...
- Added support for the `RTVIProcessor` to trigger `start_audio_in_streaming` only after the `client-ready` message.
2025-02-13 18:08:55 -03:00
Filipi Fuchter
f001819df8
- Added a new audio_in_stream_on_start field to TransportParams.
...
- Added a new method `start_audio_in_streaming` in the `BaseInputTransport`.
- Updated `DailyTransport` to respect the `audio_in_stream_on_start` field, ensuring it only starts receiving the audio input if it is enabled.
2025-02-13 18:08:36 -03:00
Filipi Fuchter
dceec60186
Updated FastAPIWebsocketOutputTransport to send TransportMessageFrame and TransportMessageUrgentFrame to the serializer.
2025-02-13 18:07:33 -03:00
Filipi Fuchter
b96979a4ed
Update WebsocketServer to not wrap the message inside a text frame.
2025-02-13 18:07:04 -03:00
Mark Backman
745c40def4
Merge pull request #1214 from pipecat-ai/mb/stt-mute-tests
...
Improve STTMuteFilter, add tests
2025-02-13 09:50:43 -05:00
Mark Backman
42ab62716d
Merge pull request #1198 from pipecat-ai/mb/more-whisper-params
...
Add prompt and temperature args to OpenAI and Groq hosted Whisper STT…
2025-02-13 09:16:38 -05:00
Mark Backman
16ba2010aa
Refactor process_frame to be more consistent
2025-02-13 09:15:29 -05:00
Mark Backman
ec0ca46617
Fix temperature docstrings to reference optional
2025-02-13 09:04:20 -05:00
Mark Backman
6ff1f526ff
Merge pull request #1216 from pipecat-ai/mb/google-cloud-speech
...
Add the google-cloud-speech package to the google dependency
2025-02-13 07:04:34 -05:00
Mark Backman
84143cc80c
self._muted now returns from STT process_audio_frames
2025-02-13 07:00:44 -05:00
Mark Backman
229dccedc6
Add the google-cloud-speech package to the google dependency
2025-02-12 23:19:17 -05:00
Aleix Conchillo Flaqué
68aaa1f8f4
Merge pull request #1213 from pipecat-ai/aleix/base-transport-output-bot-vad-stop-secs
...
BaseOutputTransport: use specific VAD stop secs for the bot
2025-02-12 19:01:56 -08:00
Aleix Conchillo Flaqué
f110a45c85
BaseOutputTransport: use specific VAD stop secs for the bot
2025-02-12 19:01:39 -08:00
Mark Backman
1e8a86de63
Handle starting muted, add tests
2025-02-12 19:01:49 -05:00
Mark Backman
ee93e2a2b1
Reorder frame pushing for STTMuteFilter, update STTMuteFrame to SystemFrame
2025-02-12 15:51:18 -05:00
Mark Backman
2e87a019a8
Merge pull request #1208 from pipecat-ai/mb/stt-mute-first-bot-speech
...
Add new STTMuteStrategy: MUTE_UNTIL_FIRST_BOT_COMPLETE
2025-02-12 12:21:02 -05:00
Mark Backman
397768d872
Add new STTMuteStrategy: MUTE_UNTIL_FIRST_BOT_COMPLETE
2025-02-12 10:59:28 -05:00
Mark Backman
24cdcd74e6
Merge pull request #1197 from pipecat-ai/mb/google-stt
...
Add GoogleSTTService
2025-02-12 10:16:18 -05:00
Mark Backman
5d6370690c
Add _reconnect_if_needed to simplify reconnect logic
2025-02-12 10:11:18 -05:00
Mark Backman
9f728aa623
Add reconnect logic to handle Google's 5 min time limit
2025-02-12 10:11:18 -05:00
Mark Backman
32d8f6153f
Update InputParams to languages: support str or List of Languages
2025-02-12 10:11:18 -05:00
Mark Backman
8c2071f248
Add ClientOptions for region selection
2025-02-12 10:11:18 -05:00
Mark Backman
a9c2197dc6
Add ability to update options
2025-02-12 10:11:18 -05:00
Mark Backman
ce0358804b
Docstrings and cleanup
2025-02-12 10:11:18 -05:00
Mark Backman
66a6a6a295
Enable interim transcriptions, add VAD events option
2025-02-12 10:11:18 -05:00
Mark Backman
9f1732c390
Update CHANGELOG and README
2025-02-12 10:11:17 -05:00
Mark Backman
b44ddf2456
07n uses all Google services
2025-02-12 10:09:36 -05:00
Mark Backman
17420f4d0c
Update language support
2025-02-12 10:09:36 -05:00
Mark Backman
6cb55ec2cb
Add GoogleSTTService
2025-02-12 10:09:36 -05:00
Filipi da Silva Fuchter
e2b4554a54
Merge pull request #1129 from pipecat-ai/instant_voice_demo
...
Pipecat improvements for the instant voice demo
2025-02-12 11:53:40 -03:00
Mark Backman
fd68b82e48
Merge pull request #1163 from pipecat-ai/mb/rime-websocket
...
Add RimeTTSService
2025-02-12 09:51:56 -05:00
Filipi Fuchter
cc90f5ab9f
Sending the RTVI messages to the websocket
2025-02-12 11:46:49 -03:00
Filipi Fuchter
08f40d9179
Adding support to DailyTransport receive raw-audio through appMessage
2025-02-12 11:46:37 -03:00
Aleix Conchillo Flaqué
80e1325621
include codecov.yml
2025-02-11 23:46:19 -08:00
Aleix Conchillo Flaqué
ed76a5bfa5
Merge pull request #1202 from pipecat-ai/aleix/fix-simli-audiolayout-error
...
simli: fix audio layout error
2025-02-11 22:24:22 -08:00
Mark Backman
69b0d9035f
Mark end_time as unused
2025-02-11 17:44:52 -05:00
Mark Backman
dcc63dd648
Use the vendor default for temperature
2025-02-11 14:29:33 -05:00
Aleix Conchillo Flaqué
2d08f42870
Merge pull request #1204 from pipecat-ai/aleix/add-coverage-support
...
github: add coverage support
2025-02-11 11:09:25 -08:00
Mark Backman
0814c0bc82
Merge pull request #1203 from pipecat-ai/expose-update-remote-participants-on-daily-transport
...
Expose `update_remote_participants()` from `DailyTransport`
2025-02-11 13:57:08 -05:00
Paul Kompfner
28e233b195
Update CHANGELOG to reflect the addition of update_remote_participants()
2025-02-11 13:23:47 -05:00