Overview
The Android voice agent starter app is a native Android frontend for voice AI agents, built with Jetpack Compose and LiveKit Android components. It provides a Material Design interface for voice agent interactions.
Features
- Native Android interface with audio visualizer.
- Session management with connect and disconnect controls.
- Sandbox token server support for quick development.
Get started
Clone the repository:
git clone https://github.com/livekit-examples/agent-starter-android.gitcd agent-starter-android
Open the project in Android Studio, update the configuration with your LiveKit credentials, then build and run the app on your target device or emulator.
Source code
Android Voice Agent
A native Android voice AI assistant app built with Kotlin and Jetpack Compose.
livekit-examples/agent-starter-android