Hi Streamcore team! Your project is very close to the kind of realtime voice-agent stack I’m trying to validate against, especially because it includes WebRTC, STT/LLM/TTS pipelines, SIP, and local/self-hosted paths.
I’m building a small open-source Voice Agent TestOps tool for pre-launch regression testing: https://github.com/monkeyin92/voice-agent-testops
It sends scripted customer turns to an HTTP/OpenClaw-compatible endpoint and checks practical launch risks:
- unsafe pricing / over-promising
- missed lead fields like phone or preferred time
- wrong human-handoff intent
- latency over threshold
- JSON + HTML/PDF reports for CI or sales review
Example command:
npm run voice-test -- --suite examples/voice-testops/openclaw-suite.json --agent http --endpoint <your-test-endpoint>
Would you be open to running one suite against a Streamcore demo agent, or pointing me to a better place to ask? I’m happy to adapt the suite to a Streamcore example domain and share the report back.
Hi Streamcore team! Your project is very close to the kind of realtime voice-agent stack I’m trying to validate against, especially because it includes WebRTC, STT/LLM/TTS pipelines, SIP, and local/self-hosted paths.
I’m building a small open-source Voice Agent TestOps tool for pre-launch regression testing: https://github.com/monkeyin92/voice-agent-testops
It sends scripted customer turns to an HTTP/OpenClaw-compatible endpoint and checks practical launch risks:
Example command:
Would you be open to running one suite against a Streamcore demo agent, or pointing me to a better place to ask? I’m happy to adapt the suite to a Streamcore example domain and share the report back.