Hi Vapi team! I saw this repo is already about running a voice agent test script against evaluator agents, so this felt like the most relevant place to ask. If Issues are not the right place for this, please feel free to close it.
I’m building a small open-source Voice Agent TestOps tool for pre-launch regression testing: https://github.com/monkeyin92/voice-agent-testops
It automatically chats with a voice agent through an HTTP/OpenClaw-compatible endpoint and checks for:
- unsafe pricing / over-promising
- missed lead fields like phone or preferred time
- wrong handoff intent
- latency over threshold
- JSON + HTML/PDF reports for CI or sales review
I’m looking for a few real voice agents to test this week. If there is a Vapi example/dev endpoint that can accept a test turn, the trial should take about 10-30 minutes.
Example command:
npm run voice-test -- --suite examples/voice-testops/openclaw-suite.json --agent http --endpoint <your-test-endpoint>
Would anyone here be open to running one suite or pointing me to a better Vapi community channel for this kind of validation? I’m happy to adapt the suite to a Vapi demo domain and share the report back.
Hi Vapi team! I saw this repo is already about running a voice agent test script against evaluator agents, so this felt like the most relevant place to ask. If Issues are not the right place for this, please feel free to close it.
I’m building a small open-source Voice Agent TestOps tool for pre-launch regression testing: https://github.com/monkeyin92/voice-agent-testops
It automatically chats with a voice agent through an HTTP/OpenClaw-compatible endpoint and checks for:
I’m looking for a few real voice agents to test this week. If there is a Vapi example/dev endpoint that can accept a test turn, the trial should take about 10-30 minutes.
Example command:
Would anyone here be open to running one suite or pointing me to a better Vapi community channel for this kind of validation? I’m happy to adapt the suite to a Vapi demo domain and share the report back.