Skip to content

voicetest — Voice Agent Testing

Voice agents break in ways unit tests can't catch: wrong transitions, bad prompts, numbers that TTS mangles into nonsense. voicetest simulates real multi-turn conversations against your agent, then judges the results with LLMs — so you find the problems before your users do.

Open source. Apache 2.0. Free forever.

For teams building voice agents on Retell, VAPI, LiveKit, Bland, or Telnyx.

Web UI

Where to start

If you want to... Go here
Get your first test running in 5 minutes — install, run the demo, see results Getting Started
Test an agent you've already built — CLI commands, managing agents, exporting results CLI Reference
Understand agent graphs and test cases — nodes, transitions, dynamic variables Core Concepts
Configure LLM models and platforms — providers, run options, credentials Configuration

What you can do

Platform support

Platform Import Export Push Sync
Retell
VAPI
LiveKit
Bland
Telnyx

Interfaces

Interface Command Description
Web UI voicetest serve Visual test management, streaming transcripts, graph visualization
CLI voicetest run Fast iteration, scripting, CI/CD
Interactive shell voicetest REPL for exploratory testing
REST API voicetest serve Integrate with any toolchain at localhost:8000/api