TP4 — Sederni Voice Agent LiveKit — Guide touristique vocal de Nouakchott — Hassaniya mauritanien
# LiveKit Agents Starter - Python
A complete starter project for building voice AI apps with LiveKit Agents for Python and LiveKit Cloud.
The starter project includes:
- A simple voice AI assistant, ready for extension and customization
- A voice AI pipeline built on LiveKit Inference
with models from OpenAI, Cartesia, and Deepgram. More than 50 other model providers are supported, including Realtime models
- Eval suite based on the LiveKit Agents testing & evaluation framework
- LiveKit Turn Detector for contextually-aware speaker detection, with multilingual support
- Background voice cancellation
- Deep session insights from LiveKit Agent Observability
- A Dockerfile ready for production deployment to LiveKit Cloud
This starter app is compatible with any custom web/mobile frontend or telephony.
## Using coding agents
This project is designed to work with coding agents like Claude Code, Cursor, and Codex.
For your convenience, LiveKit offers both a CLI and an MCP server that can be used to browse and search its documentation. The LiveKit CLI (`lk docs`) works with any coding agent that can run shell commands. Install it for your platform:
**macOS:**
```console
brew install livekit-cli
```
**Linux:**
```console
curl -sSL
get.livekit.io | bash
```
**Windows:**
```console
winget install LiveKit.LiveKitCLI
```
The `lk docs` subcommand requires version 2.15.0 or higher. Check your version with `lk --version` and update if needed. Once installed, your coding agent can search and browse LiveKit documentation directly from the terminal:
```console
lk docs search "voice agents"
lk docs get-page /agents/start/voice-ai-quickstart
```
See the Using coding agents guide for more details, including MCP server setup.
The project includes a complete AGENTS.md file for these assistants. You can modify this file to suit your needs. To learn more about this file, see
agents.md.
## Dev Setup
Create a project from this template with the LiveKit CL …