Commit Graph

  • 3247fd1188 Mark realtime LLM services with RealtimeServiceInfo + emit metadata at start Paul Kompfner 2026-05-20 15:08:40 -04:00
  • e0e3cd336a Merge pull request #4529 from pipecat-ai/filipi/squash_skill Filipi da Silva Fuchter 2026-05-20 16:06:23 -03:00
  • 9586db5b50 Preserve websocket reconnect failure retries Mark Backman 2026-05-20 14:45:29 -04:00
  • 9f0a60b995 Add wait_for_transcript flag on user-turn stop strategies Paul Kompfner 2026-05-20 14:07:58 -04:00
  • a890ab7b21 Add changelog for PR #4531 Mark Backman 2026-05-20 12:18:03 -04:00
  • c1bf7dbb4a chore: bump pipecat-ai-prebuilt to 1.0.1 Mark Backman 2026-05-20 12:15:09 -04:00
  • f568b1d8df Fixing ruff format. filipi87 2026-05-20 12:48:25 -03:00
  • fd7af7ba9f Changing the silence threshold to 10. filipi87 2026-05-20 12:45:31 -03:00
  • 40851696b7 Not injecting silence in the TavusTransport. filipi87 2026-05-20 12:37:49 -03:00
  • 709a0ce839 Merge pull request #4527 from pipecat-ai/mb/fix-elevenlabs-keepalive-1008 Mark Backman 2026-05-20 11:21:17 -04:00
  • be93350eae Merge pull request #4522 from pipecat-ai/mb/stt-latency-smallest Mark Backman 2026-05-20 11:21:00 -04:00
  • b7d272a5be Skipping webrtc injected silence. filipi87 2026-05-20 12:18:43 -03:00
  • 4a96ab7073 Merge pull request #4524 from pipecat-ai/mb/fix-runner-imports Mark Backman 2026-05-20 11:16:16 -04:00
  • 996aa461ac Sending audio faster than realtime. filipi87 2026-05-20 12:03:24 -03:00
  • aef6226a1c Describing the TAVUS_SAMPLE_ROOM_URL environment variable. filipi87 2026-05-20 11:22:38 -03:00
  • c321f50e76 New skill to squash commits. filipi87 2026-05-20 10:29:03 -03:00
  • bca337f97e Merge pull request #4380 from pipecat-ai/filipi/smart_text Filipi da Silva Fuchter 2026-05-20 10:18:30 -03:00
  • 5d9e8c5ac5 Removing debug log. filipi87 2026-05-20 10:13:46 -03:00
  • 70773bce0a Add changelog for PR #4527 Mark Backman 2026-05-20 09:07:55 -04:00
  • 8bdb49bd1a chore: add changelogs for word-timestamp and frame-ordering fixes filipi87 2026-05-20 10:03:30 -03:00
  • 81bb81c1d0 test: add automated tests for word tracking, frame sequencing, and Cartesia TTS filipi87 2026-05-20 10:03:26 -03:00
  • e1bdee598c fix: preserve raw_text through TTS pipeline for correct LLM context attribution filipi87 2026-05-20 10:03:21 -03:00
  • 185a89bb3b fix: strip Cartesia SSML tags from word timestamp entries filipi87 2026-05-20 10:03:15 -03:00
  • 6b9deefbe3 fix: preserve frame insertion order in BaseOutputTransport for equal PTS values filipi87 2026-05-20 10:03:08 -03:00
  • deefc32faf fix: hold skipped TTS frames in position until preceding spoken frames complete filipi87 2026-05-20 10:03:03 -03:00
  • a5e6886b80 Fix ElevenLabs keepalive racing context-init (1008 disconnects) Mark Backman 2026-05-20 08:59:01 -04:00
  • d11a4ba0cd Use shared telephony route availability checks Mark Backman 2026-05-20 08:57:48 -04:00
  • 38407e091d Add p99 values for Mistral and XAI Mark Backman 2026-05-19 18:28:07 -04:00
  • 82cd931efa Merge pull request #4306 from YFortin/fix/azure-tts-last-word-race Mark Backman 2026-05-19 22:27:50 -04:00
  • 33e5d1f89b Add changelog for PR #4522 Mark Backman 2026-05-19 11:23:49 -04:00
  • 6fca53c31d Add changelog for #4525 mark/missing-module-importerror Mark Backman 2026-05-19 18:32:02 -04:00
  • e1f3b4fdbe raise ImportError instead of Exception for missing optional deps Mark Backman 2026-05-19 18:31:25 -04:00
  • 861dd23873 Add changelog for runner updates Mark Backman 2026-05-19 17:22:36 -04:00
  • b825dd779e Clarify runner startup banner Mark Backman 2026-05-19 17:19:22 -04:00
  • 1487da53a9 Improve runner optional transport handling Mark Backman 2026-05-19 16:42:18 -04:00
  • aff84a5d9e Add P99 latency for Smallest AI STT Mark Backman 2026-05-19 11:05:15 -04:00
  • c09f6d5adb Merge pull request #4052 from Vonage/vonage_video_connector_transport Mark Backman 2026-05-19 10:56:20 -04:00
  • e2d249e5d9 adding uv.lock asilvestre 2026-05-19 16:33:38 +02:00
  • 956b39b0dc remove extraenous await in cleanup asilvestre 2026-05-19 16:33:04 +02:00
  • eb3dce1c73 Add changelog for #4517 mb/fix-elevenlabs-tts-spacing Mark Backman 2026-05-18 15:56:42 -04:00
  • 15577496e3 Fix ElevenLabs Chinese/Japanese timestamp spacing Mark Backman 2026-05-18 15:44:08 -04:00
  • e298491068 Add changelog for websocket STT failure handling Mark Backman 2026-05-18 12:41:56 -04:00
  • 97b00042df Align websocket STT connection failures Mark Backman 2026-05-18 12:35:01 -04:00
  • 3fee91ddec Drop redundant changelog entry for OpenAI Realtime example pk/optional-transcript-turn-stop Paul Kompfner 2026-05-18 12:06:48 -04:00
  • 638294c1cc Add realtime-openai-local-vad example Paul Kompfner 2026-05-18 11:50:16 -04:00
  • ea96b7aec7 Rename transcript-gather to post-turn transcript wait Paul Kompfner 2026-05-18 10:51:14 -04:00
  • f179364fde Add changelog for OpenRouter updates mb/openrouter-developer-role Mark Backman 2026-05-18 10:37:55 -04:00
  • d3c978e8ca Align function calling examples Mark Backman 2026-05-18 10:34:24 -04:00
  • 666c619113 Size transcript-gather timer to STT-reported P99 TTFS Paul Kompfner 2026-05-18 10:29:19 -04:00
  • 6b42aaead8 Update OpenRouter default model Mark Backman 2026-05-18 10:26:25 -04:00
  • 797d09a1d5 Align vocabulary around wait_for_transcript_to_end_user_turn=False Paul Kompfner 2026-05-18 10:18:22 -04:00
  • 4b98c2b7f1 Handle developer messages conservatively for OpenRouter Mark Backman 2026-05-18 10:11:46 -04:00
  • ee1538d18e test: cover fallback path and align with vocabulary refactor Paul Kompfner 2026-05-18 09:55:42 -04:00
  • 8330c3487d Refactor delayed-transcript machinery; standardize vocabulary Paul Kompfner 2026-05-18 09:55:11 -04:00
  • bc769eaa82 Changing the example to use OpenAI asilvestre 2026-05-15 15:03:32 +02:00
  • ee5aa4dc71 SubscribeSettings to be pydantic and comment fixes asilvestre 2026-05-15 11:29:30 +02:00
  • dd38fbc735 add documentation entry asilvestre 2026-05-15 11:28:11 +02:00
  • a1c40df471 add documentation entry asilvestre 2026-05-15 11:34:02 +02:00
  • c4ff9300c9 fix linting and typechecking asilvestre 2026-05-15 10:12:57 +02:00
  • cab4585cbb added changelog asilvestre 2026-05-15 10:08:18 +02:00
  • 18368d047e Linting and changes to adapt to v1.0 Antoni Silvestre 2026-04-22 16:58:42 +02:00
  • e3abb4b6d7 apply suggestions in PR asilvestre 2026-04-25 08:34:07 +02:00
  • 0fd971d59d Update src/pipecat/runner/types.py Antoni Silvestre 2026-04-22 16:58:42 +02:00
  • c61672194d Vonage Video Connector Transport asilvestre 2026-05-18 14:40:49 +02:00
  • c51a817efa Merge pull request #4442 from pipecat-ai/filipi/runner_all_transports Filipi da Silva Fuchter 2026-05-18 09:27:44 -03:00
  • d85eda6da8 Merge pull request #4507 from BismeetSingh/fix/elevenlabs-stt-service-crash-language Bismeet singh 2026-05-17 19:47:07 +05:30
  • 71feb42711 Merge pull request #4503 from pipecat-ai/changelog-1.2.1 v1.2.1 Aleix Conchillo Flaqué 2026-05-15 15:19:55 -07:00
  • 6b93ca0cb6 Update changelog for version 1.2.1 aconchillo 2026-05-15 22:18:46 +00:00
  • b6ecce754b Merge pull request #4501 from pipecat-ai/aleix/fix-filter-incomplete-tool-calls Aleix Conchillo Flaqué 2026-05-15 15:11:45 -07:00
  • 7ecba34c40 POC: Add MoQ transport vp-moq-vibe vipyne 2026-02-13 00:22:06 -06:00
  • d39e6bf921 Add changelog for #4501 Aleix Conchillo Flaqué 2026-05-15 14:51:31 -07:00
  • 63064860ef Move OpenAITTSService instructions into Settings in the example Aleix Conchillo Flaqué 2026-05-15 14:50:42 -07:00
  • f5158d51e7 Add filter-incomplete + function-calling turn-management example Aleix Conchillo Flaqué 2026-05-15 14:50:37 -07:00
  • 94dbd2fa68 Broadcast UserTurnInferenceCompletedFrame on tool calls in filter-incomplete Aleix Conchillo Flaqué 2026-05-15 14:50:35 -07:00
  • c6ea6c6522 Merge pull request #4500 from pipecat-ai/mb/update-gradium-endpoints Mark Backman 2026-05-15 15:59:14 -04:00
  • 58a22aeeb1 Add changelog for #4500 Mark Backman 2026-05-15 15:17:58 -04:00
  • 5403aa56e4 Remove Gradium endpoint overrides from voice example Mark Backman 2026-05-15 15:17:12 -04:00
  • 4479a3a6af docs: tighten wait_for_transcript_to_end_user_turn docstring + test docstring Paul Kompfner 2026-05-15 15:16:39 -04:00
  • 0e0d76d020 Update Gradium endpoints to region-neutral URLs Mark Backman 2026-05-15 15:02:05 -04:00
  • 8631518388 test: cover wait_for_transcript_to_end_user_turn=False aggregator behavior Paul Kompfner 2026-05-15 14:08:50 -04:00
  • 47e2f7a037 realtime + local turn detection: drop the user-transcript wait Paul Kompfner 2026-05-13 16:27:59 -04:00
  • b493ed8d3a Removing the websocket transport from elevenlabs example. filipi87 2026-05-15 10:11:38 -03:00
  • c3338667b1 Mounting the prebuilt frontend UI and root redirect for all transports. filipi87 2026-05-15 10:06:47 -03:00
  • ea296babe9 Merge pull request #4498 from pipecat-ai/changelog-1.2.0 v1.2.0 Aleix Conchillo Flaqué 2026-05-14 14:47:47 -07:00
  • b13af2b053 Update changelog for version 1.2.0 aconchillo 2026-05-14 21:45:36 +00:00
  • 7b6d878f07 update uv.lock Aleix Conchillo Flaqué 2026-05-14 14:41:38 -07:00
  • 8e405f15aa changelog: fix 4446.change.md file name Aleix Conchillo Flaqué 2026-05-14 14:38:54 -07:00
  • 44a40e8eb2 Merge pull request #4497 from pipecat-ai/aleix/fix-tts-context-id-fallback Aleix Conchillo Flaqué 2026-05-14 13:34:34 -07:00
  • ea97cb1a78 Add changelog for #4497 Aleix Conchillo Flaqué 2026-05-14 13:22:50 -07:00
  • 22650b1b56 Move QwenLLMService model into Settings in the qwen example Aleix Conchillo Flaqué 2026-05-14 13:22:07 -07:00
  • b76831e677 Fall back to _turn_context_id in get_active_audio_context_id Aleix Conchillo Flaqué 2026-05-14 13:22:00 -07:00
  • b57111743f Merge pull request #4495 from pipecat-ai/mb/soniox-stt-lang-counter Mark Backman 2026-05-14 15:57:31 -04:00
  • dcbb0070c9 Add changelog for Soniox language selection Mark Backman 2026-05-14 15:36:28 -04:00
  • 73278d3309 Use majority language for Soniox transcripts Mark Backman 2026-05-14 15:18:43 -04:00
  • c8efe319b3 Adding the changelog for the changes. filipi87 2026-05-14 11:10:33 -03:00
  • 49bda11ae8 Merge pull request #4482 from pipecat-ai/mb/soniox-stt-token-language Mark Backman 2026-05-13 16:28:56 -04:00
  • 07640582ce Merge pull request #4467 from pipecat-ai/aleix/fix-tts-ttfb-tracing Aleix Conchillo Flaqué 2026-05-13 13:10:52 -07:00
  • 6d21507e95 user turn stop strategies: don't always wait for transcripts Paul Kompfner 2026-05-13 12:37:18 -04:00
  • 078af6969a Merge pull request #4473 from timofey-TK/inworld-tts-v2 Mark Backman 2026-05-13 15:32:16 -04:00
  • 9f40ba21c2 Add changelog for Soniox language fix Mark Backman 2026-05-13 15:26:10 -04:00