Added
-
Add the ability to send DTMF to
LiveKitTransport
. -
Expanded support for universal
LLMContext
to the Anthropic LLM service. Using the universalLLMContext
and associatedLLMContextAggregatorPair
is a pre-requisite for usingLLMSwit\ cher
to switch between LLMs at runtime.
Changed
-
Updated
daily-python
to 0.19.9. -
Restored
DailyTransport
's native DTMF support using Daily'ssend_dtmf()
method instead of generated audio tones.
Fixed
-
Fixed a
AWSBedrockLLMService
crash caused by an extraawait
. -
Fixed a
OpenAIImageGenService
issue where it was not creatingURLImageRawFrame
correctly.