Merge pull request #2619 from pipecat-ai/pk/aws-universal-context

Expand universal `LLMContext` support to AWS Bedrock
This commit is contained in:
kompfner
2025-09-11 09:33:08 -04:00
committed by GitHub
6 changed files with 511 additions and 53 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Expanded support for universal `LLMContext` to the AWS Bedrock LLM service.
Using the universal `LLMContext` and associated `LLMContextAggregatorPair` is
a pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime.
- Added video streaming support to `LiveKitTransport`.
- Added `OpenAIRealtimeLLMService` and `AzureRealtimeLLMService` which provide