agents
agents copied to clipboard
Version Packages
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Patch Changes
-
use rtc.combine_audio_frames - #841 (@theomonnom)
-
Fix agent state to not change to listening when user speaks - #857 (@martin-purplefish) Fixed canceling uncancelable speech Fixed bug where agent would get stuck with uninterruptable speech.
-
Fix bug where empty audio would cause agent to get stuck. - #836 (@martin-purplefish)
-
fix: handle when STT does not return any speech - #854 (@davidzhao)
-
voice-pipeline: avoid stacked replies when interruptions is disallowed - #869 (@theomonnom)
-
disable preemptive_synthesis by default - #867 (@theomonnom)
-
Fixed bug where agent would get stuck on non-interruptable speech - #850 (@martin-purplefish)
-
AudioByteStream: avoid empty frames on flush - #840 (@theomonnom)
-
Fixed bug where agent would freeze if before_llm_cb returned false - #865 (@martin-purplefish)
[email protected]
Patch Changes
[email protected]
Patch Changes
-
fix: handle when STT does not return any speech - #854 (@davidzhao)
-
Support for Realtime API with Azure OpenAI - #848 (@davidzhao)