Commit Graph

  • 1e31fc7f9b fix: Format errors shreyas-sarvam 2025-10-09 22:09:25 +05:30
  • 046b76df60 Merge pull request #2820 from pipecat-ai/pk/gemini-live-vertex-support kompfner 2025-10-09 11:53:41 -04:00
  • f2d9063984 Renames: remove "multimodal" from Gemini Live types Paul Kompfner 2025-10-09 09:40:47 -04:00
  • 7c1e2793c5 feat: Add support for bulbul:v3 and bulbul:v3-beta shreyas-sarvam 2025-10-09 18:26:22 +05:30
  • 0656b8bf08 RTSP stream example hush/simpleGstreamer James Hush 2025-10-09 13:54:32 +08:00
  • 99f008e927 Make a note in our examples that there's an issue with Gemini Live + Vertex around specifying a modality other than AUDIO Paul Kompfner 2025-10-06 15:54:56 -04:00
  • 2699f0c2a6 Fix tool calls when using Gemini Live + Vertex AI Paul Kompfner 2025-10-06 15:39:08 -04:00
  • 0b6dd98000 Make a note in our examples that there's an issue with Gemini Live + Vertex around using "google_search" alongside other tools Paul Kompfner 2025-10-06 15:13:05 -04:00
  • a14fb20d15 Fix Gemini Live w/Vertex AI not being able to handle an empty list provided for "function_declarations" Paul Kompfner 2025-10-06 15:10:23 -04:00
  • 728361a6a7 Add GeminiVertexMultimodalLiveLLMService Paul Kompfner 2025-10-06 10:17:50 -04:00
  • 106db69e8e Merge pull request #2816 from pipecat-ai/pk/gemini-live-await-ongoing-response-after-endframe kompfner 2025-10-08 17:20:14 -04:00
  • cf90071926 Format fix Paul Kompfner 2025-10-08 17:19:46 -04:00
  • deaeb75a1f Fix changelog after rebase (and add a missing item) Paul Kompfner 2025-10-08 17:16:31 -04:00
  • a666327d70 Implement ending GeminiMultimodalLiveLLMService gracefully (i.e. after the bot is finished) Paul Kompfner 2025-10-08 14:42:45 -04:00
  • 13a0522546 Merge pull request #2804 from pipecat-ai/pk/gemini-live-session-resumption kompfner 2025-10-08 17:10:45 -04:00
  • 7da37a0d1f Pull _connection_established_threshold and _max_consecutive_failures into file-level constants Paul Kompfner 2025-10-08 17:04:05 -04:00
  • 7efb22a323 Add (relatively spartan) reconnection logic to GeminiMultimodalLiveLLMService, leveraging the Gemini Live session resumption mechanism Paul Kompfner 2025-10-07 15:20:57 -04:00
  • 8084e2f909 Merge pull request #2776 from pipecat-ai/pk/gemini-live-gen-ai-library kompfner 2025-10-08 16:50:16 -04:00
  • 86127c6a6e Add to the changelog the GeminiMultimodalLiveLLMService update to use google-genai Paul Kompfner 2025-10-08 16:17:28 -04:00
  • 402e019ae2 Make a bit of code clearer Paul Kompfner 2025-10-08 16:09:10 -04:00
  • f09e4e238b Fix some mishandling of enum values Paul Kompfner 2025-10-08 15:29:01 -04:00
  • 2921162b3b Add deprecation warning around importing StartSensitivity and EndSensitivity from pipecat.services.gemini_multimodal_live.events Paul Kompfner 2025-10-08 15:26:19 -04:00
  • ac1582c906 Let users directly use google-genai types rather than aliased re-exported types Paul Kompfner 2025-10-08 15:13:20 -04:00
  • e4b01a5844 Bumping deprecation version of GeminiMultimodalLiveLLMService's base_url arg Paul Kompfner 2025-10-08 14:58:25 -04:00
  • fa663abbbc Add CHANGELOG entry for new GeminiMultimodalLiveLLMService configuration options Paul Kompfner 2025-10-07 11:58:59 -04:00
  • d19e6111c3 Bumping deprecation version of GeminiMultimodalLiveLLMService's base_url arg Paul Kompfner 2025-10-07 11:18:14 -04:00
  • 8a6d504a7e Add enable_affective_dialog and proactivity settings to GeminiMultimodalLiveLLMService Paul Kompfner 2025-10-07 10:34:48 -04:00
  • 43915937f2 Update how we import and re-export some types in GeminiMultimodalLiveLLMService Paul Kompfner 2025-10-07 10:05:24 -04:00
  • 48e92a22fe Add thinking settings to GeminiMultimodalLiveLLMService Paul Kompfner 2025-10-07 09:56:55 -04:00
  • 566af6b0b8 Minor comment improvement Paul Kompfner 2025-10-04 16:20:23 -04:00
  • 12e7613d5f Deprecate the base_url argument to GeminiMultimodalLiveLLMService. Paul Kompfner 2025-10-04 15:53:30 -04:00
  • 04a68f2c57 Fix tracing in GeminiMultimodalLiveLLMService Paul Kompfner 2025-10-04 15:33:01 -04:00
  • 9b4ca12f49 Revert to only supporting providing a single modality - looks like specifying a list of modalities results in an API error. Paul Kompfner 2025-10-04 15:21:53 -04:00
  • 453ce715a6 Add some error handling to GeminiMultimodalLiveLLMService Paul Kompfner 2025-10-02 16:42:53 -04:00
  • d87b6189ba Update GeminiMultimodalLiveLLMService to use the google-genai library, which is the new recommended approach for interfacing with Gemini Live. Paul Kompfner 2025-10-01 15:31:50 -04:00
  • 8293347b77 Merge pull request #2814 from pipecat-ai/mb/openai-service-tier Mark Backman 2025-10-08 16:44:27 -04:00
  • c85a3f0b94 Add service_tier to BaseOpenAILLMService Mark Backman 2025-10-08 08:32:35 -04:00
  • 233fb25e6c Merge pull request #2810 from pipecat-ai/aleix/on-pipeline-error Aleix Conchillo Flaqué 2025-10-08 11:26:46 -07:00
  • 080978daa6 Merge pull request #2808 from pipecat-ai/aleix/readme-pipecat-tv Aleix Conchillo Flaqué 2025-10-08 11:26:17 -07:00
  • 62b7c3d3b2 PipelineTask: add on_pipeline_error event Aleix Conchillo Flaqué 2025-10-07 18:36:38 -07:00
  • 4b2379cba8 Merge pull request #2798 from ivaaan/hume-rtvi v0.0.89 Mark Backman 2025-10-07 21:20:50 -04:00
  • 92087bdfa8 update CHANGELOG Aleix Conchillo Flaqué 2025-10-07 18:08:18 -07:00
  • 617919ac09 Merge pull request #2809 from pipecat-ai/aleix/revert-interruption-strategies-ordering Aleix Conchillo Flaqué 2025-10-07 18:07:07 -07:00
  • 0669daec3d update CHANGELOG for 0.0.89 Aleix Conchillo Flaqué 2025-10-07 17:44:10 -07:00
  • 7c15a8c800 Revert "fix context order when using interruption strategies" Aleix Conchillo Flaqué 2025-10-07 17:42:35 -07:00
  • 066b77fba0 README: add Pipecat TV reference Aleix Conchillo Flaqué 2025-10-07 15:01:28 -07:00
  • d9aef5f916 some last release CHANGELOG updates Aleix Conchillo Flaqué 2025-10-07 14:29:27 -07:00
  • 91ae3f8a9b Merge pull request #2807 from pipecat-ai/aleix/pipecat-0.0.88 v0.0.88 Aleix Conchillo Flaqué 2025-10-07 14:16:05 -07:00
  • 36da623352 update CHANGELOG for 0.0.88 Aleix Conchillo Flaqué 2025-10-07 14:12:12 -07:00
  • 31b9087ea6 Merge pull request #2805 from pipecat-ai/filipi/allowing_update_smallwebrtc_properties Filipi da Silva Fuchter 2025-10-07 17:57:26 -03:00
  • 1851fed22e Merge pull request #2806 from pipecat-ai/mb/deprecate-play-ht Mark Backman 2025-10-07 16:44:53 -04:00
  • eddce460da Deprecate PlayHT TTS services Mark Backman 2025-10-07 16:40:01 -04:00
  • da4f30cb6d Allowing to update smallwebrtc and whatsapp properties. Filipi Fuchter 2025-10-07 17:28:14 -03:00
  • 250cf2d8f1 Merge pull request #2803 from pipecat-ai/mb/fix-11labs-stt-deprecation Mark Backman 2025-10-07 13:04:12 -04:00
  • 7bbdb4f991 Remove deprecation warning for ElevenLabsSTTService Mark Backman 2025-10-07 12:32:32 -04:00
  • 051c4782fb Merge pull request #2802 from pipecat-ai/mb/fix-aws-nova-sonic Mark Backman 2025-10-07 10:46:03 -04:00
  • b1ccec74b2 Fix AWS Nova Sonic authentication Mark Backman 2025-10-07 09:03:49 -04:00
  • 92bf0d9eda Merge pull request #2794 from pipecat-ai/filipi/verifying_whatsapp_signature Filipi da Silva Fuchter 2025-10-07 08:57:47 -03:00
  • f985550441 Merge pull request #2796 from pipecat-ai/aleix/fix-interruption-strategies-context-order Aleix Conchillo Flaqué 2025-10-06 22:46:31 -07:00
  • de8ee96927 fix context order when using interruption strategies Aleix Conchillo Flaqué 2025-10-06 14:58:47 -07:00
  • 2576d0f340 Merge pull request #2792 from pipecat-ai/aleix/google-nano-banana Aleix Conchillo Flaqué 2025-10-06 22:42:14 -07:00
  • f38f4711ac wip ivaaan 2025-10-06 20:24:27 -07:00
  • c2f3ddd329 add RTVI to Hume ivaaan 2025-10-06 19:41:31 -07:00
  • 73ffe96228 add RTVI to Hume ivaaan 2025-10-06 19:37:05 -07:00
  • bd13a80da7 pyproject: update google dependencies Aleix Conchillo Flaqué 2025-10-06 01:06:28 -07:00
  • 312959f97e GoogleLLMService: update default model to gemini-2.5-flash Aleix Conchillo Flaqué 2025-10-05 21:37:37 -07:00
  • fe168e3c68 GoogleLLMService: added support for image generation Aleix Conchillo Flaqué 2025-10-05 21:27:17 -07:00
  • 28929a47f7 Verifying WhatsApp signature to ensure the webhook request is from WhatsApp. Filipi Fuchter 2025-10-06 16:16:59 -03:00
  • 03f5defbc3 Merge pull request #2793 from pipecat-ai/mb/fix-flux-deprecation Mark Backman 2025-10-06 12:07:27 -04:00
  • b216648315 Fix: Resolve Flux deprecation warning Mark Backman 2025-10-06 09:55:02 -04:00
  • 084b133a01 Merge pull request #2790 from pipecat-ai/add-security-md Mark Backman 2025-10-06 09:45:02 -04:00
  • e589876176 Merge pull request #2786 from pipecat-ai/mb/nltk-download-error Mark Backman 2025-10-06 09:27:22 -04:00
  • a826313bf9 Add SECURITY.md Vanessa Pyne 2025-10-05 13:24:47 -05:00
  • 49f44aa7c8 Catch PermissionError when NLTK data can't be downloaded Mark Backman 2025-10-04 08:41:32 -04:00
  • 64ceef9cf0 Merge pull request #2783 from pipecat-ai/mb/community-integrations-submission Mark Backman 2025-10-03 12:41:13 -04:00
  • cd6567c1f1 Update to Community Integrations submission process Mark Backman 2025-10-03 12:15:48 -04:00
  • ac67ca1555 Merge pull request #2778 from pipecat-ai/mb/hume-cleanup Mark Backman 2025-10-03 11:09:18 -04:00
  • 8d38994756 Transports now send InputTransportMessageFrames (not Urgent Frames) mattie ruth backman 2025-10-03 09:32:47 -04:00
  • 607e3040d4 Ignore None 'completion_tokens' or similar LucasStringPay 2025-10-02 15:16:11 -07:00
  • 60604a9449 Tidying up the Hume example and service Mark Backman 2025-10-02 17:34:40 -04:00
  • 4abe4a6253 Merge pull request #2777 from pipecat-ai/aleix/readme-mention-tail Aleix Conchillo Flaqué 2025-10-02 14:31:26 -07:00
  • 4c054af17b README: remove setup editor instructions Aleix Conchillo Flaqué 2025-10-02 14:30:31 -07:00
  • dcba940d42 README: add tail terminal dashboard Aleix Conchillo Flaqué 2025-10-02 13:51:51 -07:00
  • ad2adb0c58 Merge pull request #2518 from zgreathouse/hume-tts-service Mark Backman 2025-10-02 17:26:39 -04:00
  • 76923010b5 upd Hume version to 2 ivaaan 2025-10-02 13:57:07 -07:00
  • 1b511557b2 upd evals ivaaan 2025-10-02 13:48:30 -07:00
  • fdadb12933 upd Changelog ivaaan 2025-10-02 13:46:22 -07:00
  • f1bbb7ba22 Regenerate uv.lock after resolving merge conflicts ivaaan 2025-10-02 13:44:07 -07:00
  • c1492c5275 fixes based on markbackman review ivaaan 2025-10-01 17:23:55 -07:00
  • 4ffdabcfde add Hume example, small fixes ivaaan 2025-09-30 17:18:56 -07:00
  • b489de2fc3 adds hume tts service zach 2025-08-26 16:13:55 -07:00
  • d9656cbb1a add hume sdk for hume tts service zach 2025-08-26 15:54:40 -07:00
  • 05fb223985 Add hume to .env.example zach 2025-08-26 15:49:24 -07:00
  • 62a5f07ad2 Merge pull request #2701 from pipecat-ai/mb/third-party-integrations Mark Backman 2025-10-02 15:59:38 -04:00
  • b669e3a481 Update name to Community Integrations and streamline guide Mark Backman 2025-10-02 15:45:53 -04:00
  • 99f1041a47 More review fixes Mark Backman 2025-09-30 15:03:22 -04:00
  • 37b1345bfa Changes from review feedback Mark Backman 2025-09-30 10:27:34 -04:00
  • 8994ac17eb Add a third-party integrations guide Mark Backman 2025-09-21 11:24:27 -04:00
  • 63bc825008 Merge pull request #2771 from pipecat-ai/mb/update-publish-workflows v0.0.87 Mark Backman 2025-10-02 12:35:43 -04:00
  • e7ffde1c4c Merge pull request #2774 from pipecat-ai/mb/docs-fixes-0.0.87 Mark Backman 2025-10-02 12:34:27 -04:00