Aleix Conchillo Flaqué
|
11aeb68ddb
|
frames: fix type s/OuputDTMFFrame/OutputDTMFFrame/
|
2025-01-31 18:28:38 -08:00 |
|
Aleix Conchillo Flaqué
|
a43c102fc8
|
Merge pull request #1064 from jcbjoe/jg/additional_dtmf_frames
Added: Additional DTMF frames
|
2025-01-31 18:25:08 -08:00 |
|
Mark Backman
|
41477c8f78
|
Add organization and project level auth in OpenAILLMService
|
2025-01-31 14:27:25 -05:00 |
|
Aleix Conchillo Flaqué
|
bb9a2560c3
|
Merge pull request #1118 from pipecat-ai/aleix/task-manager
introduce TaskManager
|
2025-01-31 10:24:52 -08:00 |
|
Aleix Conchillo Flaqué
|
002699f16c
|
rtvi: delay creating tasks until we get StartFrame
|
2025-01-31 10:06:11 -08:00 |
|
chadbailey59
|
a17243bc1e
|
More Storybot updates (#1116)
* initial changes for gemini storybot
* storybot updates for gemini
* more storybot updates
* interim interruptible commit
* cleanup
* cleanup
* cleanup
* first draft
* wip
* more storybot fixes
* more storybot updates WIP
* committing before changing the image prompting strategy
* wip
* prompt updating
* cleanup
* cleanup
* cleanup
* readme cleanup
* fixup
|
2025-01-30 20:13:18 -06:00 |
|
Aleix Conchillo Flaqué
|
d95819746a
|
tests: make sure QueuedFrameProcessor push frames
|
2025-01-30 13:48:44 -08:00 |
|
Aleix Conchillo Flaqué
|
b65f32e8e1
|
task: start TaskObserver when tasks can be created
We have to start proxy observer tasks once we know the TaskManager has an event
loop.
|
2025-01-30 13:46:56 -08:00 |
|
Aleix Conchillo Flaqué
|
642affb2fe
|
add missing super().process_frame() calls
|
2025-01-30 13:15:17 -08:00 |
|
Aleix Conchillo Flaqué
|
a145005498
|
SyncParallelPipeline: cleanup source/sink processors
|
2025-01-30 13:13:02 -08:00 |
|
Aleix Conchillo Flaqué
|
241f241ed9
|
SyncParallelPipeline: don't add source/sink processors inside pipeline
|
2025-01-30 13:12:37 -08:00 |
|
Aleix Conchillo Flaqué
|
85e572e2d8
|
gladia: cleanup receive messages task
|
2025-01-30 13:10:47 -08:00 |
|
Aleix Conchillo Flaqué
|
10716e8ec1
|
utils: protect obj_id() and obj_count() with a lock
|
2025-01-30 13:10:36 -08:00 |
|
Aleix Conchillo Flaqué
|
41d60a14cc
|
introduce TaskManager and PipelineRunner event loop
|
2025-01-30 13:10:36 -08:00 |
|
Aleix Conchillo Flaqué
|
e69c065a86
|
update CHANGELOG and fix formatting
|
2025-01-30 08:55:29 -08:00 |
|
Aleix Conchillo Flaqué
|
f90c17ab30
|
Merge pull request #1083 from team-telnyx/creating_telnyx_chatbot
Creating telnyx chatbot
|
2025-01-30 08:49:20 -08:00 |
|
Aleix Conchillo Flaqué
|
665a6017f9
|
services(tts): allow pushing silence audio before TTSStoppedFrame
|
2025-01-30 08:46:56 -08:00 |
|
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 |
|
Rafal Skorski
|
b93e4ab9cb
|
Formatting adjusted and the encoding selection moved from TelnyFrameSerilaizer to websocket_endpoint function in server.py
|
2025-01-30 12:52:30 +01: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 |
|