Metadata-Version: 2.4
Name: fireworks-livekit
Version: 1.1.17
Summary: Fireworks AI Livekit Plugin
Author-email: Yunyi Chi <chi.yun@fireworks.ai>
License-Expression: Apache-2.0
Keywords: audio,fireworks,livekit,realtime,stt,voice agent,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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9.0
Requires-Dist: livekit-agents>=1.1.3
Description-Content-Type: text/markdown

# Fireworks AI Livekit Plugin

Fireworks AI Livekit Plugin for speech-to-text and realtime voice agent with [Fireworks AI](https://fireworks.ai/).

## Installation

```bash
pip install fireworks-livekit
```

## Pre-requisites

You'll need an API key from Fireworks AI. It can be set as an environment variable: `FIREWORKS_API_KEY`


## Changelog

### 1.1.16 – 2025-10-31
- Added initial changelog documentation for tracking project changes.

### 1.1.15 – 2025-09-29
- Added server-side VAD configuration (`skip_vad`, `vad_kwargs`).
- Fixed parameter bug introduced in 1.1.14.

For full history, see CHANGELOG.md (included in the package).
