Pete
9b38f3e2fa
Delete examples/foundational/26f-gemini-multimodal-live-files-api.py
2025-07-03 17:15:18 -04:00
Pete
a297e4208e
Merge branch 'main' into groundingMetadata
2025-06-30 19:48:55 -04:00
Kwindla Hultman Kramer
224d2cedc8
Merge pull request #2088 from pipecat-ai/khk/gemini-thinking-default
...
Turn off thinking for Gemini models by default
2025-06-30 10:32:54 -07:00
Kwindla Hultman Kramer
55cfea776f
Merge branch 'main' into khk/gemini-thinking-default
2025-06-30 10:32:42 -07:00
Kwindla Hultman Kramer
3afa30894f
Turn off thinking for Gemini models by default
2025-06-28 12:23:35 -07:00
Mark Backman
0ecfa827e6
Improve docstrings for services and processors ( #2087 )
2025-06-28 13:39:45 -04:00
Aleix Conchillo Flaqué
e1b0db75eb
Merge pull request #2086 from pipecat-ai/aleix/watchdog-coroutine-helper
...
add watchdog coroutine helper
2025-06-27 11:10:10 -07:00
Aleix Conchillo Flaqué
b0c773189f
AWSNovaSonicLLMService: fix error with watchdog_coroutine()
2025-06-27 11:09:40 -07:00
Aleix Conchillo Flaqué
3064326834
utils.asyncio: added watchdog_coroutine()
2025-06-27 11:09:40 -07:00
Mark Backman
c67e50fe34
Merge pull request #2084 from pipecat-ai/mb/update-evals-nova-sonic
...
Add 40-aws-nova-sonic to release evals list
2025-06-27 09:47:59 -04:00
Mark Backman
9d45e3eca1
Merge pull request #2079 from pipecat-ai/mb/fix-42-incorrect-import
...
fix: example 42 incorrect import
2025-06-27 09:47:47 -04:00
Mark Backman
43a24d15f6
Add 40-aws-nova-sonic to release evals list
2025-06-27 08:34:39 -04:00
Mark Backman
2cf31884d0
fix: example 42 incorrect import
2025-06-26 21:52:14 -04:00
Aleix Conchillo Flaqué
19354c6f2d
Merge pull request #2078 from pipecat-ai/aleix/hotfix-0.0.73
...
just a quick hotfix for 0.0.73
v0.0.73
2025-06-26 17:31:40 -07:00
Aleix Conchillo Flaqué
0b2079ad41
update CHANGELOG for 0.0.73
2025-06-26 17:02:12 -07:00
Aleix Conchillo Flaqué
5f18c3af70
OpenAIRealtimeLLMContext: fix circular dependency
2025-06-26 17:01:45 -07:00
Aleix Conchillo Flaqué
0a40285d43
update FrameProcessor.watchdog_timers_enabled references
2025-06-26 16:26:12 -07:00
Vanessa Pyne
5b1c328541
Merge pull request #2075 from pipecat-ai/vp-mcp-lint
...
mcp_service: lint
2025-06-26 15:25:39 -05:00
vipyne
37929533af
mcp_service: lint
2025-06-26 15:00:20 -05:00
Vanessa Pyne
3b92113680
Merge pull request #2030 from yousifa/mcp-streaming-http
...
MCPClient streamable_http transport support
2025-06-26 14:57:31 -05:00
Yousif
46b52cb9bb
Merge branch 'main' into mcp-streaming-http
2025-06-26 12:30:43 -07:00
Mark Backman
f0bcc9d9ba
Add MCPClient docstrings. Removed google specific cleanup, changed example to openai
2025-06-26 12:29:45 -07:00
Yousif Astarabadi
1cac028bfe
example using http transport for mcp client
2025-06-26 12:16:35 -07:00
Yousif Astarabadi
4956886819
updated error message with StreamableHttpParameters
2025-06-26 12:16:28 -07:00
Yousif Astarabadi
c720cfc7c7
updated streamablehttp to use StreamableHttpParameters type
2025-06-26 12:16:26 -07:00
Yousif Astarabadi
8fcef5628f
added streamablehttp support, bumped mcp version, added additional headers and streamable_http params to MCPClient
2025-06-26 12:16:19 -07:00
Aleix Conchillo Flaqué
c4a72802f0
Merge pull request #2074 from pipecat-ai/aleix/pipecat-0.0.72
...
update CHANGELOG for 0.0.72
v0.0.72
2025-06-26 12:10:14 -07:00
Aleix Conchillo Flaqué
917394803c
update CHANGELOG for 0.0.72
2025-06-26 11:42:52 -07:00
Mark Backman
01040ddcdd
Merge pull request #2071 from pipecat-ai/mb/services-docstrings-update
...
Add/update docstrings to LLM services
2025-06-26 14:42:32 -04:00
Aleix Conchillo Flaqué
7947497f7e
Merge pull request #2073 from a6kme/patch-1
...
Start HeartBeat when all processors have processed StartFrame
2025-06-26 11:34:46 -07:00
Aleix Conchillo Flaqué
539ca5856f
Merge pull request #2072 from pipecat-ai/aleix/utils-watchdog-cleanup
...
utils(asyncio): simplify watchdog helpers
2025-06-26 11:29:21 -07:00
Abhishek
89c801f82c
Start HeartBeat when all processors have processed StartFrame
...
Some of the processors like STTService and TTSService don't push StartFrame ahead in the pipeline, unless they have connected with their service providers. This delays StartFrame in downstream processors.
If we receive HeartBeat frame before StartFrame, we will get AttributeError `'Processor' object has no attribute '_FrameProcessor__input_queue'`.
Idea is to start HeartBeats after StartFrame has been processed by all the Processors in the pipeline.
2025-06-26 23:28:37 +05:30
Aleix Conchillo Flaqué
3de4f22d34
utils(asyncio): simplify watchdog helpers
2025-06-26 09:40:42 -07:00
Mark Backman
0e4d2be98c
Update AzureRealtimeBetaLLMService docstrings
2025-06-26 12:12:00 -04:00
Mark Backman
d8ce108ccd
Update OpenAIRealtimeBetaLLMService docstrings
2025-06-26 12:06:47 -04:00
Mark Backman
d123cd4b2b
Update GeminiMultimodalLiveLLMService docstrings
2025-06-26 11:47:30 -04:00
Aleix Conchillo Flaqué
4d34aa7cd6
Merge pull request #2069 from pipecat-ai/aleix/utils-asyncio-package
...
move things to new utils.asyncio package
2025-06-26 08:26:47 -07:00
Aleix Conchillo Flaqué
b860e94582
move things to new utils.asyncio package
2025-06-26 08:24:25 -07:00
Aleix Conchillo Flaqué
9d653e3788
Merge pull request #2068 from pipecat-ai/aleix/task-manager-dont-warn-reset-watchdog
...
TaskManager: don't warn on reset_watchdog()
2025-06-26 08:23:51 -07:00
Mark Backman
9e518cf2ba
Update AWSNovaSonicLLMService docstrings
2025-06-26 11:21:18 -04:00
Mark Backman
2856372ad6
Update TogetherLLMService docstrings
2025-06-26 11:01:35 -04:00
Mark Backman
efbf574613
Update SambaNovaLLMService docstrings
2025-06-26 11:00:40 -04:00
Mark Backman
c018eb2f0e
Update QwenLLMService docstrings
2025-06-26 10:57:42 -04:00
Mark Backman
d7bfe54b7c
Update PerplexityLLMService docstrings
2025-06-26 10:56:48 -04:00
Mark Backman
137282b7a9
Update OpenRouterLLMService docstrings
2025-06-26 10:53:42 -04:00
Mark Backman
769f8c8f34
Update OpenPipeLLMService docstrings
2025-06-26 10:53:05 -04:00
Mark Backman
8b8a37ae7c
Update OLLamaLLMService docstrings
2025-06-26 10:48:19 -04:00
Mark Backman
56e2b006f5
Update NimLLMService docstrings
2025-06-26 10:47:26 -04:00
Mark Backman
79cca05e43
Update GroqLLMService docstrings
2025-06-26 10:46:07 -04:00
Mark Backman
166c8e8e82
Update GrokLLMService docstrings
2025-06-26 10:39:46 -04:00