Metadata-Version: 2.4
Name: livekit-plugins-kyutai-lasuite
Version: 0.0.4
Summary: Agent Framework plugin for services using Kyutai's Moshi server.
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/livekit/agents
Author-email: La Suite <lasuite@numerique.gouv.fr>
License-Expression: Apache-2.0
Keywords: audio,livekit,realtime,video,webrtc
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9.0
Requires-Dist: livekit-agents[codecs]>=1.3.3
Requires-Dist: msgpack>=1.1.2
Requires-Dist: numpy>=1.26
Description-Content-Type: text/markdown

# Kyutai plugin for LiveKit Agents

Support for [Kyutai](https://kyutai.org/)'s voice AI services in LiveKit Agents.

More information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/kyutai/) integration.

## Installation

```bash
pip install livekit-plugins-kyutai-lasuite
```

## Pre-requisites

You’ll need a running installation of the Moshi server, and an API key if it’s configured. The API key can be set as an environment variable: `KYUTAI_API_KEY`
