(agent) add a temporary livekit-agent plugin for kyutai

Until a Pull Request is merged with our changes on livekit-agent
to support Kyutai API, we will use a custom and hacky python
library made from Arnaud's researches and published on an
unofficial pypi project page.

Everything is quite "draft" but it allows us to deploy and test
in real situation the work from Arnaud.
This commit is contained in:
lebaudantoine
2025-12-26 16:16:29 +01:00
committed by aleb_the_flash
parent c678e9420e
commit b466515306

View File

@@ -7,6 +7,7 @@ dependencies = [
"livekit-agents==1.3.10",
"livekit-plugins-deepgram==1.3.10",
"livekit-plugins-silero==1.3.10",
"livekit-plugins-kyutai-lasuite==0.0.5",
"python-dotenv==1.2.1"
]