Metadata-Version: 2.4
Name: livekit-plugins-irontec
Version: 0.1.2
Summary: Custom Livekit Agents plugins for STT and TTS services
Home-page: https://github.com/your-org/livekit-plugins
Author: Irontec S.L.
Author-email: "Irontec S.L." <communications@irontec.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/your-org/livekit-plugins
Project-URL: Repository, https://github.com/your-org/livekit-plugins
Project-URL: Documentation, https://github.com/your-org/livekit-plugins#readme
Project-URL: Bug Tracker, https://github.com/your-org/livekit-plugins/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: httpx
Requires-Dist: openai
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: types-aiohttp; extra == "dev"
Requires-Dist: types-httpx; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Livekit Plugins

This repository contains custom plugin implementations for [Livekit Agents](https://github.com/livekit/agents) to enable integration with proprietary or third-party Speech-to-Text (STT) and Text-to-Speech (TTS) services.

## Included Plugins

- **Piper TTS**: Integration with a Piper-based TTS API.
- **Trebe TTS**: Integration with the Trebe TTS API (supports multiple voices).
- **Trebe STT**: Integration with the Trebe real-time STT API.

## Requirements

- Python 3.9+
- `aiohttp`
- `livekit-agents` (or compatible API)
- (For Trebe plugins) A valid Trebe API key

## Installation

Clone this repository and install the dependencies in your Python environment:

```bash
git clone https://github.com/irontec-comms/livekit-plugins.git
cd livekit-plugins
pip install -r requirements.txt
```

> **Note:** You may need to install `livekit-agents` and other dependencies manually if not provided.

## Instalación desde GitHub

Agrega esto a tu `requirements.txt` o ejecuta:

```
pip install git+ssh://git@github.com/irontec-comms/livekit-plugins.git
```

## License

This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.
