From c3a2fa100c6d415c274922901548d336943649dd Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 23 Sep 2025 12:46:36 -0400 Subject: [PATCH] Update CHANGELOG with additional `LLMContext` support --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3db3e24..bdbb634f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added support for using universal `LLMContext` with: + + - `LLMLogObserver` + - `GatedLLMContextAggregator` (formerly `GatedOpenAILLMContextAggregator`) + - `LangchainProcessor` + - `Mem0MemoryService` + - Added `StrandsAgentProcessor` which allows you to use the Strands Agents framework to build your voice agents. See https://strandsagents.com