From b466515306df2de1da9ba0fed2a5712e242478bc Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 26 Dec 2025 16:16:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(agent)=20add=20a=20temporary=20liveki?= =?UTF-8?q?t-agent=20plugin=20for=20kyutai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/agents/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/pyproject.toml b/src/agents/pyproject.toml index 6eb70bae..46729701 100644 --- a/src/agents/pyproject.toml +++ b/src/agents/pyproject.toml @@ -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" ]