rtvi: deprecate frame processors

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-07 09:17:29 -08:00
parent b058461a7d
commit 03ac744bcf
2 changed files with 69 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `RTVIObserver` doesn't handle `LLMSearchResponseFrame` frames anymore. For
now, to handle those frames you need to create a `GoogleRTVIObserver` instead.
### Deprecated
- All RTVI frame processors (e.g. `RTVISpeakingProcessor`,
`RTVIBotLLMProcessor`) are now deprecated, instantiate an `RTVIObserver`
instead.
## [0.0.56] - 2025-02-06
### Changed