Aleix Conchillo Flaqué
2634b03ffa
serializers(twilio): handle transport message frames
2025-01-30 08:30:09 -08:00
Aleix Conchillo Flaqué
6a50759b9f
Merge pull request #1105 from pipecat-ai/aleix/websocket-client
...
added new websocket client transport
2025-01-30 08:28:26 -08:00
Mark Backman
2b4bf57c04
Improve ElevenLabs language checking logic
2025-01-30 09:52:36 -05:00
Mark Backman
220ce9fd0f
GoogleLLMContext: Allow _restructure_from_openai_messages to handle context frames that contain function call data and / or messages
2025-01-29 16:01:39 -05:00
Aleix Conchillo Flaqué
091258f617
improve create_task names
2025-01-29 11:11:40 -08:00
Aleix Conchillo Flaqué
2a1408eb2a
transports(websocket server): remove unused variable
2025-01-29 11:11:40 -08:00
Aleix Conchillo Flaqué
6393b41d58
transports(websocket): added WebsocketClientTransport
2025-01-29 11:11:37 -08:00
Aleix Conchillo Flaqué
3a688840fc
frames: added metadata field to Frame class
2025-01-29 09:53:21 -08:00
Aleix Conchillo Flaqué
2ca8b95bbf
Merge pull request #1106 from Vaibhav159/vl_moving_test_utils_to_pipecat_package
...
moving test utils inside of package
2025-01-29 09:44:34 -08:00
Angelo Giacco
596cae994d
fix: elevenlabs tts increase websocket max message size limit to 16MB
2025-01-29 13:55:27 +00:00
Vaibhav159
8407a86532
moving test utils inside of package
2025-01-29 12:46:43 +05:30
Aleix Conchillo Flaqué
0547a15695
task: allow queuing a CancelFrame to cancel the task
2025-01-28 15:59:36 -08:00
Aleix Conchillo Flaqué
ba358a4f0a
task: cleanup processors after task finishes running
2025-01-28 15:02:25 -08:00
Aleix Conchillo Flaqué
f024476b08
transports(daily): queue events until join completes
2025-01-28 11:22:42 -08:00
Aleix Conchillo Flaqué
f09f4b8fc4
services(tavus): fix EndFrame and CancelFrame processing
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
1489e44740
gemini(multimodal live): fix model audio queue variable
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
10202dc529
transports(websockets): cancel or wait for tasks to finish
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
498805a34c
FrameProcessor: add wait_for_task()
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
737e4fa3bd
gemini(multimodal live): connect on StartFrame
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
8b5228a105
utils: move task functions to asyncio module
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
2a2928d96c
gemini: create transcribe tasks only once
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
a3a6adbd17
user_idle_processor: add missing parent cleanup()
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
bf5ced18b2
fix parallel pipelines cleanup
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
2eccd1b1e9
utils: update some logging levels
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
c03d0352b1
utils/tasks: added new documentation
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
af90b8b4fa
utils: add wait_for_task()
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
0a9daa2f56
task: avoid canceling tasks more than once
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
e48c0e52ef
transports(daily): avoid canceling task more than once
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
6bca8396d3
utils: error if we try to cancel the same task multiple times
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
c2d8a45a07
runner: warn about remaining dangling tasks
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
80a7f1b1e7
runner: improve signal handler task cancellation
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
aff6e24560
pipeline: fix pipeline cleanup
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
cb93f6b368
utils: store created tasks and add current_tasks()
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
ff0bcec33a
transports: improve task naming
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
5885fcc230
add id and name properties
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
57b186cde8
base_transport: add name and id fields
2025-01-27 14:42:23 -08:00
Aleix Conchillo Flaqué
d1a3f404a5
improve task creation and cancellation
...
If a FrameProcessor needs to create a task it should use
FrameProcessor.create_task() and FrameProcessor.cancel_task(). This gives
Pipecat more control over all the tasks that are created in Pipecat.
Both functions internally use the utils module: utils.create_task() and
utils.cancel_task() which should also be used outside of FrameProcessors. That
is, unless strictly necessary, we should avoid using asyncio.create_task().
2025-01-27 14:42:23 -08:00
Mark Backman
9e9822f17d
Use inspect.signature to determine which callback to use
2025-01-27 10:24:58 -05:00
Mark Backman
5f9671e2ca
Added retry functionality and a new callback to the UserIdleProcessor
2025-01-27 10:24:57 -05:00
Mark Backman
aac8961ae5
Merge pull request #1078 from pipecat-ai/mb/improve-error-handling-truncate-audio
...
Add better error handling for OpenAIRealtimeBetaLLMService truncate errors
2025-01-27 08:54:39 -05:00
Mark Backman
3e9a6b6262
Merge pull request #1095 from pipecat-ai/mb/elevenlabs-lang-codes
2025-01-26 12:21:28 -05:00
Mark Backman
fb3097560f
Remove eleven_multilinguagal_v2 from language code list
2025-01-26 07:17:38 -05:00
vengadanathan srinivasan
7a0cfc8d3d
Adding hindi danda symbol as end of sentence marker
2025-01-25 14:55:51 +05:30
Mark Backman
abf0d0d053
Improve token parameter construction using DailyMeetingTokenProperties
2025-01-24 17:22:31 -05:00
Mark Backman
1acdf7aff7
Fix expiry_time type validation in get_token REST API helper
2025-01-24 17:21:50 -05:00
Filipi Fuchter
655d56f634
Fixing pydantic validation when creating meeting token.
2025-01-24 19:15:56 -03:00
Filipi Fuchter
07c84b733b
Sending Search Response to RTVI
2025-01-24 18:59:46 -03:00
Filipi da Silva Fuchter
7c52736ff6
Merge pull request #1030 from pipecat-ai/gemini_grounding_metadata
...
Introduce support for extracting and processing grounding metadata from GoogleLLMService.
2025-01-24 15:41:54 -03:00
Mark Backman
48ce751602
Merge pull request #1075 from Vaibhav159/vl_add_daily_meeting_token_v2
...
adding models to DailyRestHelper
2025-01-24 13:21:52 -05:00
Vaibhav159
1f1e2dac2b
wrapping things up
2025-01-24 23:44:23 +05:30