From 781366627c9b703c0bf3e8bf4e36ea6bac79b7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 23 Sep 2025 10:41:22 -0700 Subject: [PATCH] updated CHANGELOG with Strands Agents --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755687856..1b3db3e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `StrandsAgentProcessor` which allows you to use the Strands Agents + framework to build your voice agents. + See https://strandsagents.com + - Added `ElevenLabsSTTService` for speech-to-text transcription. - Added a peer connection monitor to the `SmallWebRTCConnection` that