From ba5ebfa0ecd7c31961a3da8fca179cd38363d530 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 4 Sep 2025 10:02:49 -0400 Subject: [PATCH] Fixed subtle CHANGELOG conflict after release of 0.0.83: universal `LLMContext` support for Anthropic didn't make that release. Also, some automatic Prettier fixes. --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3a7ed67..fb76f2955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Expanded support for universal `LLMContext` to the Anthropic LLM service. + Using the universal `LLMContext` and associated `LLMContextAggregatorPair` is + a pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime. + ### Fixed - Fixed a `AWSBedrockLLMService` crash caused by an extra `await`. @@ -19,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added multilingual support for AsyncAI in `AsyncAITTSService` and `AsyncAIHttpTTSService`. - - New `languages`: `es`, `fr`, `de`, `it`. + + - New `languages`: `es`, `fr`, `de`, `it`. - Added new frames `InputTransportMessageUrgentFrame` and `DailyInputTransportMessageUrgentFrame` for transport messages received from @@ -33,7 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime. Here are the newly-supported services: - - Anthropic - Azure - Cerebras - Deepseek