Commit Graph

  • 62554a2390 Update examples Mark Backman 2026-03-04 22:55:51 -05:00
  • 14c3a88f02 Fix tests Mark Backman 2026-03-04 21:20:54 -05:00
  • 939d753c2b Update LLMs Mark Backman 2026-03-04 21:12:44 -05:00
  • a4375274b2 Add Settings subclasses to all services and auto-discovered init tests Mark Backman 2026-03-04 18:04:59 -05:00
  • 034e81ff18 Update STT service settings Mark Backman 2026-03-04 16:09:10 -05:00
  • 3cb792a801 Update TTS service settings Mark Backman 2026-03-03 23:02:55 -05:00
  • 1274bb2c55 Update deprecation version to 0.0.105 Mark Backman 2026-03-03 20:31:08 -05:00
  • f31bfcf4ec Clean up CartesiaTTSSettings: separate init-only vs runtime-updatable fields Mark Backman 2026-03-03 20:29:35 -05:00
  • 07f1d0cd96 Change _warn_deprecated_param to accept type references instead of strings Mark Backman 2026-03-03 19:52:09 -05:00
  • bc2843e30a Fix deprecation version Mark Backman 2026-03-03 14:33:16 -05:00
  • 5dc312ce0c Add settings as canonical init arg for all AIService descendants, deprecate redundant model/voice/params args Paul Kompfner 2026-02-27 21:46:03 -05:00
  • 3199168d3e scripts(evals): use context.add_message() Aleix Conchillo Flaqué 2026-03-05 19:14:06 -08:00
  • ea8f5f2e22 Merge pull request #3933 from pipecat-ai/aleix/misc-fixes Aleix Conchillo Flaqué 2026-03-05 18:48:14 -08:00
  • 1221e2dd76 Fix Daily transport log level and eval script import Aleix Conchillo Flaqué 2026-03-05 16:37:02 -08:00
  • 5b598265c4 update uv.lock Aleix Conchillo Flaqué 2026-03-05 16:28:55 -08:00
  • 79131dd6c6 Merge pull request #3930 from dakshdua/main Mark Backman 2026-03-05 19:25:15 -05:00
  • 5b808872d1 Merge pull request #3932 from pipecat-ai/aleix/system-instruction-conflict-warning Aleix Conchillo Flaqué 2026-03-05 16:24:06 -08:00
  • fda4cb6732 Add changelog for #3932 Aleix Conchillo Flaqué 2026-03-05 16:16:41 -08:00
  • 789ce2fd5e Add param to push empty transcripts Daksh Dua 2026-03-05 14:25:31 -08:00
  • f4b8245241 Warn when both system_instruction and context system message are set Aleix Conchillo Flaqué 2026-03-05 14:55:31 -08:00
  • ca27e12c84 Merge pull request #3926 from pipecat-ai/mb/update-deps-2026-03-05 Mark Backman 2026-03-05 18:09:04 -05:00
  • 671ef5b6cc Merge pull request #3928 from zkleb-aai/simplify-assemblyai-examples Mark Backman 2026-03-05 16:11:08 -05:00
  • 8a01175dd0 In AWS Nova Sonic examples, migrate to newer pattern of passing in settings with voice and system_instruction, in favor of passing in voice_id as a direct init arg and the system instruction as the first message in the context pk/service-init-cleanup-backup Paul Kompfner 2026-03-05 16:09:24 -05:00
  • 775b1539f3 Add system_instruction to realtime service settings Paul Kompfner 2026-03-05 15:33:41 -05:00
  • 380726cfd3 Update AssemblyAI turn detection example to use keyterms_prompt zack 2026-03-05 15:47:54 -05:00
  • f4dfeb0f8b Merge pull request #3927 from zkleb-aai/add-assemblyai-vad-threshold Mark Backman 2026-03-05 15:36:23 -05:00
  • 11024ccc2c Add changelog entries for vad_threshold and parameter cleanup zack 2026-03-05 15:32:09 -05:00
  • acfb07f859 feat(assemblyai): add vad_threshold parameter for U3 Pro zack 2026-03-05 14:52:50 -05:00
  • 06e49d597b Update dev dependencies Mark Backman 2026-03-05 15:23:07 -05:00
  • 60e9e26164 revert onnxruntime to onnxruntime~=1.23.2 to maintain Python 3.10 support Mark Backman 2026-03-05 15:12:01 -05:00
  • 560d2306e8 Move system_instruction into LLMSettings Paul Kompfner 2026-03-05 14:03:32 -05:00
  • 3f97c91983 Update optional dependency version ranges and remove SDK dependencies Mark Backman 2026-03-05 15:06:54 -05:00
  • 05fa727c22 Update core dependency version ranges for flexibility Mark Backman 2026-03-05 13:13:55 -05:00
  • 06be260e54 Merge pull request #3919 from pipecat-ai/aleix/daily-transport-event-logging Aleix Conchillo Flaqué 2026-03-05 08:35:28 -08:00
  • 1fcae91e5d Update more examples, misc services Mark Backman 2026-03-04 23:29:50 -05:00
  • 039a8f6c7d Update examples Mark Backman 2026-03-04 22:55:51 -05:00
  • 197885773f Fix tests Mark Backman 2026-03-04 21:20:54 -05:00
  • 53a47c0ef4 Update LLMs Mark Backman 2026-03-04 21:12:44 -05:00
  • 14c663d03f Add Settings subclasses to all services and auto-discovered init tests Mark Backman 2026-03-04 18:04:59 -05:00
  • e33d6a37a8 Update STT service settings Mark Backman 2026-03-04 16:09:10 -05:00
  • d2c6adc0e5 Update TTS service settings Mark Backman 2026-03-03 23:02:55 -05:00
  • 630d7bd7ab Update deprecation version to 0.0.105 Mark Backman 2026-03-03 20:31:08 -05:00
  • d5b89242f5 Clean up CartesiaTTSSettings: separate init-only vs runtime-updatable fields Mark Backman 2026-03-03 20:29:35 -05:00
  • 05f874261a Change _warn_deprecated_param to accept type references instead of strings Mark Backman 2026-03-03 19:52:09 -05:00
  • 1d3c3a5d13 Fix deprecation version Mark Backman 2026-03-03 14:33:16 -05:00
  • 398db55ec6 Add settings as canonical init arg for all AIService descendants, deprecate redundant model/voice/params args Paul Kompfner 2026-02-27 21:46:03 -05:00
  • 691d1d309e Merge pull request #3920 from pipecat-ai/mb/remove-hathora Mark Backman 2026-03-05 07:00:52 -05:00
  • 97c7820372 Fix copyright hush/contentFilterParallel James Hush 2026-03-05 11:17:02 +08:00
  • 7d957292e0 Rename to 57, extract content check into helper method James Hush 2026-03-05 11:14:36 +08:00
  • eeb8ed8588 Remove Hathora service integration Mark Backman 2026-03-04 22:10:06 -05:00
  • 218ab01070 Use ParallelPipeline for content filter in example 07 James Hush 2026-03-05 11:08:56 +08:00
  • 9dbd923cfc Make separate file James Hush 2026-03-05 10:41:02 +08:00
  • fd545cabab update uv.lock Aleix Conchillo Flaqué 2026-03-04 17:40:24 -08:00
  • 1aadb8bd73 Merge pull request #3918 from pipecat-ai/aleix/system-instruction-openai-anthropic Aleix Conchillo Flaqué 2026-03-04 17:40:00 -08:00
  • 3c60b0c8af Add changelog for #3918 Aleix Conchillo Flaqué 2026-03-04 13:25:47 -08:00
  • 0004a116d8 examples(foundational): use system_instruction in all examples Aleix Conchillo Flaqué 2026-03-04 15:36:48 -08:00
  • 01f0caf252 wire up system_instruction in OpenAI, Anthropic and AWS Bedrock Aleix Conchillo Flaqué 2026-03-04 13:25:07 -08:00
  • b42dfa4734 Merge pull request #3916 from pipecat-ai/vp-add-cloud-audio-only Vanessa Pyne 2026-03-04 16:58:39 -06:00
  • aa31ced32f add changelog for 3916 vipyne 2026-03-04 09:46:47 -06:00
  • 9ca900cc4a daily-transport: add cloud-audio-only recording option vipyne 2026-03-04 09:41:17 -06:00
  • 96062972db Add logging to Daily transport event handlers Aleix Conchillo Flaqué 2026-03-04 13:30:43 -08:00
  • 4b9fe5afe3 Merge pull request #3915 from pipecat-ai/mb/function_call_timeout_secs-error-msg Mark Backman 2026-03-04 15:01:34 -05:00
  • f76b8d2982 Merge pull request #3917 from pipecat-ai/mb/sagemaker-init.py Mark Backman 2026-03-04 12:25:44 -05:00
  • 27ae6a0349 Add missing __init__.py to sagemaker module Mark Backman 2026-03-04 11:50:37 -05:00
  • 97e4e7c647 Add changelog for #3915 Mark Backman 2026-03-04 09:42:01 -05:00
  • df35ceca2c Add per-tool timeout_secs to register_function and register_direct_function Mark Backman 2026-03-04 09:37:56 -05:00
  • e5ae5e6f2d Merge pull request #3914 from pipecat-ai/mb/optional-summarization-thresholds Mark Backman 2026-03-04 08:57:16 -05:00
  • 6789aee9e8 Add changelog for #3914 Mark Backman 2026-03-03 20:09:26 -05:00
  • b358657a79 Make max_context_tokens and max_unsummarized_messages independently optional Mark Backman 2026-03-03 20:08:22 -05:00
  • 9186f65952 Merge pull request #3908 from pipecat-ai/mb/uv-lock-2026-03-03 Mark Backman 2026-03-03 13:28:27 -05:00
  • bdeeacec51 uv.lock update Mark Backman 2026-03-03 10:37:35 -05:00
  • 8f04f894d5 Merge pull request #3907 from pipecat-ai/mb/update-docs-skill-new-services Mark Backman 2026-03-03 09:48:01 -05:00
  • ca0ec16373 Merge pull request #3889 from ai-coustics/goedev/aic-voice-focus-and-memoryview-fix Mark Backman 2026-03-03 09:28:13 -05:00
  • 150c8b92e5 Merge pull request #3848 from pipecat-ai/filipi/deepgram Filipi da Silva Fuchter 2026-03-03 09:07:10 -05:00
  • 0fdf7dc16a Fixing sagemaker merge conflicts. filipi87 2026-03-03 11:03:51 -03:00
  • fc905a7ef5 Merge branch 'main' into filipi/deepgram filipi87 2026-03-03 10:54:30 -03:00
  • aca92745cd Update update-docs skill to register new services in docs.json and supported-services.mdx Mark Backman 2026-03-03 08:40:12 -05:00
  • 5940731dd0 Merge pull request #3906 from pipecat-ai/changelog-0.0.104 v0.0.104 Aleix Conchillo Flaqué 2026-03-02 21:24:05 -08:00
  • 62260454a2 Update changelog for version 0.0.104 aconchillo 2026-03-03 05:12:42 +00:00
  • d1ad7a9580 Merge pull request #3905 from pipecat-ai/aleix/tavus-fix-callback-on-joined Aleix Conchillo Flaqué 2026-03-02 21:11:12 -08:00
  • 252f17e1ca transport(tavus): fix on_joined callback Aleix Conchillo Flaqué 2026-03-02 21:06:49 -08:00
  • c79a739c85 Merge pull request #3856 from zkleb-aai/assemblyai-u3-rt-pro Mark Backman 2026-03-02 20:28:28 -05:00
  • 038f6a77d1 Linting Mark Backman 2026-03-02 20:24:30 -05:00
  • 5952ea711c update uv.lock Aleix Conchillo Flaqué 2026-03-02 16:42:58 -08:00
  • aad1211a57 Merge pull request #3885 from pipecat-ai/mb/latency-breakdown Mark Backman 2026-03-02 19:27:35 -05:00
  • 7dbb130666 Add chronological_events utility function to display UserBotLatencyObserver report Mark Backman 2026-03-02 19:23:42 -05:00
  • c6c2c5ba05 Fix end_of_turn_confidence_threshold: set to 1.0 (not 0.0) for universal-streaming zack 2026-03-02 18:25:25 -05:00
  • 141b0ee014 Merge pull request #3902 from pipecat-ai/aleix/deepgram-sagemaker-move Aleix Conchillo Flaqué 2026-03-02 15:25:17 -08:00
  • 303616599f Add changelog for #3902 Aleix Conchillo Flaqué 2026-03-02 14:48:20 -08:00
  • 088eb9b01c examples: update to new sagemaker packages Aleix Conchillo Flaqué 2026-03-02 15:20:22 -08:00
  • 32773b42d6 Improve terminology: rename file and replace 'STT mode' with 'AssemblyAI turn detection' zack 2026-03-02 18:08:46 -05:00
  • c039e08741 Merge pull request #3900 from pipecat-ai/filipi/lemonslice Mark Backman 2026-03-02 17:56:18 -05:00
  • b449515410 Address PR review feedback: remove debug logs, fix hasattr logic, add VADAnalyzer zack 2026-03-02 17:54:31 -05:00
  • aae9136df9 Review feedback Mark Backman 2026-03-02 17:44:35 -05:00
  • fdeddd7c95 Add deprecation shims for moved stt_sagemaker/tts_sagemaker modules Aleix Conchillo Flaqué 2026-03-02 14:47:17 -08:00
  • 11783520c0 services(deepgram): move stt|tts_sagemaker to sagemaker/stt|tts.py Aleix Conchillo Flaqué 2026-03-02 14:43:34 -08:00
  • 49c73bb0a3 Merge branch 'main' into filipi/lemonslice filipi87 2026-03-02 19:24:52 -03:00
  • f07e55a4ed Wrap LemonSlice session creation params in LemonSliceNewSessionRequest filipi87 2026-03-02 19:15:18 -03:00
  • daf14f5065 Renaming LemonSlice utils file to api. filipi87 2026-03-02 19:08:17 -03:00
  • ebb794995b Changing the log levels. filipi87 2026-03-02 19:06:13 -03:00