Metadata-Version: 2.5
Name: livekit-plugins-lehui
Version: 0.0.2
Summary: Provider integrations for LiveKit Agents maintained by Lehui
Requires-Python: >=3.10.0
Requires-Dist: aiohttp>=3.10.0
Requires-Dist: livekit-agents[openai]>=1.6.2
Description-Content-Type: text/markdown

# Lehui plugins for LiveKit Agents

Provider integrations for LiveKit Agents maintained by Lehui.

## Installation

```bash
pip install livekit-plugins-lehui
```

## Plugins

- [Aliyun](livekit-plugins-aliyun): realtime speech-to-text, text-to-speech, and
  LLM support using DashScope.

## Publishing

Update `project.version` in `pyproject.toml`, then push `main` and a matching tag:

```bash
git push origin main
git tag v<X.Y.Z>
git push origin v<X.Y.Z>
```
