♻️(agent) simplify Deepgram config and support Kyutai

The previous attempt to make the Deepgram configuration extensible
introduced unnecessary complexity for a very limited use case and
made it harder to add new STT backends.

Refactor to a deliberately simple and explicit design with minimal
cognitive overhead. Configuration is now fully driven by environment
variables and provides enough flexibility for ops to select and
parameterize the STT backend.
This commit is contained in:
lebaudantoine
2025-12-26 17:37:05 +01:00
committed by aleb_the_flash
parent b466515306
commit cff1dbf39e
2 changed files with 21 additions and 54 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
- ✨(agent) support Kyutai client for subtitle
## [1.1.0] - 2025-12-22
### Added