voxharness

Projects / voxharness

voxharness screenshot
OverviewLive

voxharness is an open-source CI testing harness for voice agents, born out of the pain of manually placing test calls at Inverix.

69 tests green, running against Sarvam/Twilio/Groq integrations through an aiohttp backend, no human has to pick up a phone to verify a voice pipeline still works.

Stack used

PythonaiohttppytestGitHub ActionsDockerSarvam AITwilioGroq

What I learned

  • Turning a manual, repetitive pain (placing test calls by hand) into an actual CI-testable system
  • aiohttp backend design for a testing harness, not just an application