v0.0.84
pipecat-ai/pipecatv0.0.84Sep 6, 2025by aconchillo
AI Summary
Added DTMF support for LiveKitTransport, universal LLMContext support for Anthropic LLM service, restored DailyTransport's native DTMF support using Daily's send_dtmf() method, and various fixes for AWSBedrockLLMService and OpenAIImageGenService.
Key Highlights
- DTMF support for LiveKitTransport
- Universal LLMContext support for Anthropic LLM service
- Restored DailyTransport native DTMF support
New Features
- DTMF support for LiveKitTransport
- Universal LLMContext support for Anthropic LLM service
- Restored DailyTransport native DTMF support
- Fixed AWSBedrockLLMService crash
- Fixed OpenAIImageGenService URLImageRawFrame creation
Full Release Notes
### Added - Add the ability to send DTMF to `LiveKitTransport`. - Expanded support for universal `LLMContext` to the Anthropic LLM service. Using the universal `LLMContext` and associated `LLMContextAggregatorPair` is a pre-requisite for using `LLMSwit\ cher` to switch between LLMs at runtime. ### Changed - Updated `daily-python` to 0.19.9. - Restored `DailyTransport`'s native DTMF support using Daily's `send_dtmf()` method instead of generated audio tones. ### Fixed - Fixed a `AWSBedrockLLMService` crash caused by an extra `await`. - Fixed a `OpenAIImageGenService` issue where it was not creating `URLImageRawFrame` correctly.