From ef09629566c82e7a07a0a31635c134f59f813a0e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sun, 28 Dec 2025 22:17:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(agent)=20upgrade=20temporary?= =?UTF-8?q?=20livekit-agent=20plugin=20for=20kyutai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.0.5 was ignoring the API key environment variable. I fixed it. --- src/agents/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/pyproject.toml b/src/agents/pyproject.toml index 46729701..3069bf99 100644 --- a/src/agents/pyproject.toml +++ b/src/agents/pyproject.toml @@ -7,7 +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", + "livekit-plugins-kyutai-lasuite==0.0.6", "python-dotenv==1.2.1" ]