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