Commit Graph

  • 8467aa1ed3 [Rime] - Update url for Websockets API Matt Kim 2025-04-30 14:20:13 -07:00
  • 9c5878af3d OpenAI Realtime and Gemini Live push LLMTextFrame again, overwrite the assitant context aggregator for LLMTextFrame Mark Backman 2025-04-30 17:12:16 -04:00
  • ef29800fe9 Update the changelog Mark Backman 2025-04-30 16:26:38 -04:00
  • 7e09933070 OpenAI Realtime should push TTSTextFrame only Mark Backman 2025-04-30 16:25:02 -04:00
  • 82a9d7f992 Gemini Mulitmodal Live to push TTSTextFrame only Mark Backman 2025-04-30 16:24:04 -04:00
  • facbebb15f Transcribe user audio in 26b Mark Backman 2025-04-29 15:58:34 -04:00
  • 2ba60fc41f Update TranscriptProcessor to handle GeminiMultimodalLiveLLMService changes Mark Backman 2025-04-29 15:50:52 -04:00
  • 685f951ae2 Fix: GeminiMultimodalLiveLLMService was appending tokens to the context Mark Backman 2025-04-29 15:40:18 -04:00
  • 27d4c927a8 Merge pull request #1701 from pipecat-ai/mb/gemini-extend-session Mark Backman 2025-04-30 14:35:50 -04:00
  • 20a59e8c56 Add InterimTranscriptionFrame and TranscriptionFrame to STTMuteFilter frame processing Mark Backman 2025-04-30 10:44:31 -04:00
  • d9a0a93667 Add context_window_compression support to GeminiMultimodalLiveLLMService Mark Backman 2025-04-30 09:55:34 -04:00
  • 154d5d1859 Merge pull request #1699 from pipecat-ai/mb/more-docs-mocks Mark Backman 2025-04-30 08:36:57 -04:00
  • d77ed9948d Save order hush/muteTranscriptionExample James Hush 2025-04-30 16:04:38 +08:00
  • 1e4f04330a Use StartConversationFrame James Hush 2025-04-30 14:27:08 +08:00
  • 3b0d4aa87b demo: say a default message after 4 seconds of being idle or after user stops speaking once James Hush 2025-04-30 12:24:02 +08:00
  • a192217256 Additional import mocks to fix docs failure Mark Backman 2025-04-29 21:45:27 -04:00
  • 10cdc47e05 Merge pull request #1689 from pipecat-ai/mb/handle-http-smart-turn-errors Mark Backman 2025-04-29 14:21:45 -04:00
  • 2b4d41a548 Merge pull request #1693 from flixoflax/bump-modal-example-dependencies Mark Backman 2025-04-29 14:21:31 -04:00
  • 962f8062a5 Merge pull request #1581 from pipecat-ai/voice_agent_ice_servers Filipi da Silva Fuchter 2025-04-29 13:30:12 -03:00
  • d80d385b2f Adding a section explaining about ice servers. Filipi Fuchter 2025-04-29 12:19:59 -03:00
  • b347ca472f Checking the state again to avoid any eventual race condition Filipi Fuchter 2025-04-29 12:04:20 -03:00
  • c3c4952abf Reducing the timeout to 2 seconds for gathering the ice candidates. Filipi Fuchter 2025-04-29 11:34:58 -03:00
  • f369ab4c1a Printing each new ice candidate. Filipi Fuchter 2025-04-29 11:23:33 -03:00
  • 62b41c6789 removed aiohttp from deps, and version constraint from pipecat-ai flixoflax 2025-04-29 16:14:51 +02:00
  • 2872bc7902 Merge pull request #1587 from pipecat-ai/improving_ice_servers Filipi da Silva Fuchter 2025-04-29 11:07:32 -03:00
  • 9658b75a10 Configuring the voice-agent example to use ice-servers and wait for all the ice candidates. Filipi Fuchter 2025-04-29 10:52:07 -03:00
  • 63de9039e6 Bumb modal deployment example deps flixoflax 2025-04-29 15:50:56 +02:00
  • 9352396d7e Mentioning the new feature in the changelog. Filipi Fuchter 2025-04-29 10:40:09 -03:00
  • d1ab1d38b7 Fixing the examples to use the new IceServer structure. Filipi Fuchter 2025-04-29 10:33:19 -03:00
  • 080f70d91c Allowing to define the username and credential for the ice servers. Filipi Fuchter 2025-04-29 10:32:42 -03:00
  • ebed1fc6ea Restructure _send_raw_request to raise errors early, then process the successful response Mark Backman 2025-04-29 09:05:14 -04:00
  • 6821b1cdab RTVIProcessor: use single FunctionCallParams Aleix Conchillo Flaqué 2025-04-29 05:52:42 -07:00
  • 144ae9b611 Handle case where Fal Smart Turn returns a 500 error Mark Backman 2025-04-29 08:47:23 -04:00
  • 6d54ba14e2 fix: add exception handling for FAL smart turn detection hush/smartTurnDetection James Hush 2025-04-29 13:47:23 +08:00
  • a2e7331ce2 Merge pull request #1680 from pipecat-ai/aleix/local-input-select-stt-update Aleix Conchillo Flaqué 2025-04-28 12:01:12 -07:00
  • 8accd3e387 Merge pull request #1681 from pipecat-ai/aleix/tts-service-llm-full-response-end-fix Aleix Conchillo Flaqué 2025-04-28 12:00:55 -07:00
  • 3d05a74dc0 Merge pull request #1678 from Dev-Khant/integrate-mem0-oss Mark Backman 2025-04-28 14:15:40 -04:00
  • e3c965f4d5 TTSService: do not push LLMFullResponseEndFrame if not needed Aleix Conchillo Flaqué 2025-04-28 11:02:09 -07:00
  • 5354e5d891 formatting Dev-Khant 2025-04-28 22:57:18 +05:30
  • 5784e91cff update .gitignore Aleix Conchillo Flaqué 2025-04-28 09:34:45 -07:00
  • bc5f098aaa examples: update local-input-select-stt Aleix Conchillo Flaqué 2025-04-28 09:28:26 -07:00
  • 93534b4692 Merge pull request #1679 from pipecat-ai/aleix/update-package-lock-apr-28 Aleix Conchillo Flaqué 2025-04-28 09:27:01 -07:00
  • b23d54c609 examples: update package-lock.json Aleix Conchillo Flaqué 2025-04-28 09:15:14 -07:00
  • aa23a7b1e6 update changelog Dev-Khant 2025-04-28 20:03:20 +05:30
  • c0c41789ab Integrate with Mem0 OSS Dev-Khant 2025-04-28 17:15:53 +05:30
  • cf2f249f8a Use "use_original_timestamps" only for sonic-2 model Jin Kim 2025-04-27 19:33:14 +09:00
  • 029ef4f8c2 Merge pull request #1667 from pipecat-ai/aleix/function-call-single-parameter Aleix Conchillo Flaqué 2025-04-25 13:53:10 -07:00
  • 9cad6dfce9 RTVIProcessor: simplify handle_function_call() and depreacted handle_function_call_start() Aleix Conchillo Flaqué 2025-04-25 09:46:11 -07:00
  • 4df6444832 examples: update with single FunctionCallParams parameter Aleix Conchillo Flaqué 2025-04-25 09:00:43 -07:00
  • 944bc23135 LLMService: use a single FunctionCallParams parameter for function calls Aleix Conchillo Flaqué 2025-04-25 08:58:06 -07:00
  • 1d863ee7de Merge pull request #1669 from pipecat-ai/aleix/short-utterances-fixes Aleix Conchillo Flaqué 2025-04-25 13:25:15 -07:00
  • 9ca775d1ab Merge pull request #1668 from pipecat-ai/vp-update-transport-params-in-ex Vanessa Pyne 2025-04-25 15:24:28 -05:00
  • 03002ad685 LLMUserContextAggregator: reduce aggregation_timeout to 0.5 Aleix Conchillo Flaqué 2025-04-25 11:40:35 -07:00
  • 99a4154cbc LLMUserContextAggregator: ignore short uterrances while bot speaking Aleix Conchillo Flaqué 2025-04-25 11:30:00 -07:00
  • 0f68cc182d Update examples with new transport param names vipyne 2025-04-25 12:03:51 -05:00
  • 3ac50b9902 Merge pull request #1664 from CerebriumAI/kyle/fix-ultravox-performance Aleix Conchillo Flaqué 2025-04-25 12:59:25 -07:00
  • 9557705b53 Changed warmup to internal function Michael Louis 2025-04-25 14:40:19 -04:00
  • a7718926e9 Merge pull request #1666 from pipecat-ai/mb/add-vad-start-stop-events Mark Backman 2025-04-25 10:49:17 -04:00
  • dfa10af6ed Simplify VAD events to be detected and emitted from BaseInputTransport Mark Backman 2025-04-25 10:28:44 -04:00
  • 8485ea6c5e Merge pull request #1650 from pipecat-ai/mb/fal-smart-turn-readme Mark Backman 2025-04-25 09:39:54 -04:00
  • b298376766 Add VADUserStartedSpeakingFrame and VADUserStoppedSpeakingFrame Mark Backman 2025-04-25 09:02:04 -04:00
  • 7cfefe4f84 Merge pull request #1593 from WebinarGeek/wg/gladia-translations Mark Backman 2025-04-25 08:35:36 -04:00
  • 71c7373987 Update CHANGELOG Mark Backman 2025-04-25 08:26:40 -04:00
  • d1086914fe Add TranslationFrame and use in GladiaSTTService; add 13c-gladia-translation.py Mark Backman 2025-04-17 16:22:33 -04:00
  • 2fb85941d3 Add hint installing test requirements Dan Berg 2025-04-15 20:25:02 +02:00
  • be8788e4da Push gladia translations as a TranscriptionFrame Dan Berg 2025-04-15 16:02:22 +02:00
  • acb6abd761 Merge pull request #1644 from pipecat-ai/mb/add-transport-examples Mark Backman 2025-04-25 08:22:26 -04:00
  • a528aad957 Merge pull request #1642 from pipecat-ai/mb/foundational-requirements Mark Backman 2025-04-25 08:22:08 -04:00
  • 5c13252801 Merge pull request #1658 from pipecat-ai/mb/update-fal-smart-turn-version Mark Backman 2025-04-25 08:21:50 -04:00
  • a4422ac6c2 Add transports examples to foundational examples Mark Backman 2025-04-23 12:18:26 -04:00
  • 985a031353 Merge pull request #1657 from pipecat-ai/mb/word-wrangler-example Mark Backman 2025-04-25 08:16:02 -04:00
  • 5c4079b286 Cleaned up: layout Kyle Gani 2025-04-25 13:18:03 +02:00
  • 5489ac5a73 Merge branch 'main' into kyle/fix-ultravox-performance Kyle Gani 2025-04-25 13:16:48 +02:00
  • 49fbcc86ac Improved: Ultravox performance Kyle Gani 2025-04-25 13:12:08 +02:00
  • d20c3307b9 Merge pull request #1648 from pipecat-ai/aleix/always-push-audio Aleix Conchillo Flaqué 2025-04-24 18:59:09 -07:00
  • 9fd76923fd STTService: passthrough audio frames by default Aleix Conchillo Flaqué 2025-04-24 17:13:18 -07:00
  • a753a623d4 examples: allow setting custom program arguments Aleix Conchillo Flaqué 2025-04-23 15:38:07 -07:00
  • 4ee6c4b59e BaseOutputTransport: reword camera with video Aleix Conchillo Flaqué 2025-04-23 14:20:35 -07:00
  • e79a002e5a examples: update camera_* with video_* Aleix Conchillo Flaqué 2025-04-23 13:39:50 -07:00
  • 420912dd4b transports: deprecate TransportParams.camera_* in favor of video_* Aleix Conchillo Flaqué 2025-04-23 13:39:28 -07:00
  • de7185e8db examples: remove vad_enabled=True Aleix Conchillo Flaqué 2025-04-23 13:18:03 -07:00
  • 8bfcfe8b1d transports: deprecate TransportParams.vad_enabled Aleix Conchillo Flaqué 2025-04-23 13:17:13 -07:00
  • 26d2ce5926 examples: remove vad_audio_passthrough=True Aleix Conchillo Flaqué 2025-04-23 12:37:12 -07:00
  • 9ee56bff9e transports: push audio by default. s/vad_audio_passthrough/audio_in_passthrough/ Aleix Conchillo Flaqué 2025-04-23 12:36:20 -07:00
  • 2e0d77e4f0 Merge pull request #1627 from pipecat-ai/vp-mcp-take-3 Vanessa Pyne 2025-04-24 18:16:19 -05:00
  • 4cc8a4312c Revert "update 39* examples as per #1648" vipyne 2025-04-24 18:11:35 -05:00
  • cb7cb381aa Add MCPClient changelog line vipyne 2025-04-24 18:04:22 -05:00
  • b29ffeef29 update 39* examples as per #1648 vipyne 2025-04-24 17:19:50 -05:00
  • b7b2a5b7a1 mcp service fix and add multiple mcp example vipyne 2025-04-24 17:13:28 -05:00
  • 3384598e07 mcp_service: pr notes vipyne 2025-04-22 17:44:25 -05:00
  • c420dbe57f MCP Service vipyne 2025-04-10 12:21:54 -05:00
  • fa8aafc7a5 Merge pull request #1660 from pipecat-ai/mb/foundational-examples-readme Mark Backman 2025-04-24 18:12:27 -04:00
  • 4b364dda29 Update foundational README with ToC Mark Backman 2025-04-24 18:04:36 -04:00
  • 6bb765e40f Update daily-transport version in fal-smart-turn demo Mark Backman 2025-04-24 15:06:08 -04:00
  • c80d09f66c Add Word Wrangler demos Mark Backman 2025-04-24 14:29:19 -04:00
  • f8ff10c5d5 Add hosted demo link to Fal smart turn README Mark Backman 2025-04-23 21:27:53 -04:00
  • 50b19a9e77 minor updates to get started and working on latest modal update-modal-example mattie ruth backman 2025-04-23 21:25:45 -04:00
  • 09ff836ef6 Merge pull request #1640 from pipecat-ai/mb/fal-smart-turn-example Mark Backman 2025-04-23 17:27:27 -04:00
  • e446ecac14 Merge pull request #1649 from pipecat-ai/mb/fix-smart-turn-metrics Mark Backman 2025-04-23 17:23:16 -04:00
  • 8c0c8a6153 Code review fixes Mark Backman 2025-04-23 17:22:19 -04:00