Minor Changes
- add nested speech handles, now agent.say works during a function call - [1130](https://github.com/livekit/agents/pull/1130) ([longcw](https://github.com/longcw))
Patch Changes
- feat: stt retry & stt.FallbackAdapter - [1114](https://github.com/livekit/agents/pull/1114) ([theomonnom](https://github.com/theomonnom))
- expose LiveKitAPI from the a JobContext - [1159](https://github.com/livekit/agents/pull/1159) ([theomonnom](https://github.com/theomonnom))
- add extra chat messages to the end of the function call outputs - [1165](https://github.com/livekit/agents/pull/1165) ([longcw](https://github.com/longcw))
- Add retries to recover from text mode to audio model for realtime API - [1121](https://github.com/livekit/agents/pull/1121) ([longcw](https://github.com/longcw))
- prepare for release - [1160](https://github.com/livekit/agents/pull/1160) ([theomonnom](https://github.com/theomonnom))
- add max_job_memory_usage and will kill the job if it exceeds the limit - [1136](https://github.com/livekit/agents/pull/1136) ([longcw](https://github.com/longcw))
- support for custom tool use in LLMs - [1102](https://github.com/livekit/agents/pull/1102) ([jayeshp19](https://github.com/jayeshp19))
- feat: tts retry & tts.FallbackAdapter - [1074](https://github.com/livekit/agents/pull/1074) ([theomonnom](https://github.com/theomonnom))
- Expose multimodal agent metrics - [1080](https://github.com/livekit/agents/pull/1080) ([longcw](https://github.com/longcw))
- preload mp3 decoder for TTS plugins - [1129](https://github.com/livekit/agents/pull/1129) ([jayeshp19](https://github.com/jayeshp19))
- feat: llm retry & llm.FallbackAdapter - [1132](https://github.com/livekit/agents/pull/1132) ([theomonnom](https://github.com/theomonnom))
- feat: inference process & end of utterance plugin - [1133](https://github.com/livekit/agents/pull/1133) ([theomonnom](https://github.com/theomonnom))
- vertex ai support with openai library - [1084](https://github.com/livekit/agents/pull/1084) ([jayeshp19](https://github.com/jayeshp19))
livekit-plugins-openai0.10.7
Patch Changes
- fix realtime API audio format values - [1092](https://github.com/livekit/agents/pull/1092) ([longcw](https://github.com/longcw))
- make ConversationItem.create and delete return a Future in Realtime model - [1085](https://github.com/livekit/agents/pull/1085) ([longcw](https://github.com/longcw))
livekit-plugins-fal0.2.0
Minor Changes
- initial version - [991](https://github.com/livekit/agents/pull/991) ([jayeshp19](https://github.com/jayeshp19))
livekit-plugins-deepgram0.6.11
Patch Changes
- add PeriodicCollector utility for metrics - [1094](https://github.com/livekit/agents/pull/1094) ([davidzhao](https://github.com/davidzhao))
livekit-plugins-deepgram0.6.10
Patch Changes
- fix Deepgram missing first word, disabled energy filter by default - [1090](https://github.com/livekit/agents/pull/1090) ([davidzhao](https://github.com/davidzhao))