@livekit/agents@1.0.43
livekit/agents-js@livekit/agents@1.0.43Feb 9, 2026by github-actions[bot]
AI Summary
This patch release introduces support for a fallback API in STT and TTS, resolves CommonJS runner compatibility issues, and fixes a bug causing duplicate instructions in the generateReply method.
Key Highlights
- Added support for fallback API in inference STT and TTS
- Fixed support for CommonJS (CJS) runners
- Fixed generateReply adding duplicate instructions
New Features
- Support for fallback API for inference STT and TTS
Full Release Notes
### Patch Changes - Support fallback API for inference STT and TTS - [#1029](https://github.com/livekit/agents-js/pull/1029) ([@toubatbrian](https://github.com/toubatbrian)) - Fix support for CJS runners - [#1031](https://github.com/livekit/agents-js/pull/1031) ([@lukasIO](https://github.com/lukasIO)) - Fix generateReply adding duplicate instructions - [#1033](https://github.com/livekit/agents-js/pull/1033) ([@Fox32](https://github.com/Fox32))