Hi! I found this Teler/Vapi bridge while looking for voice-agent projects where a small endpoint contract test could be useful.
I just published voice-agent-testops@0.1.19. It includes HTTP/Vapi/Retell bridge docs and a public-safe outbound recording seed suite distilled from private recording patterns into synthetic test turns.
For this bridge, a useful trial could be:
- expose or adapt one dev
/test-turn style endpoint
- run
doctor --agent http for { spoken, summary } contract checks
- run a tiny suite for opt-out, handoff, unsupported promise, and latency boundaries
- share JSON/HTML output back privately
Example:
npx --yes voice-agent-testops@0.1.19 list --industry outbound_leadgen
Would a small contract-test adapter or sanitized transcript flow be useful here?
Hi! I found this Teler/Vapi bridge while looking for voice-agent projects where a small endpoint contract test could be useful.
I just published
voice-agent-testops@0.1.19. It includes HTTP/Vapi/Retell bridge docs and a public-safe outbound recording seed suite distilled from private recording patterns into synthetic test turns.For this bridge, a useful trial could be:
/test-turnstyle endpointdoctor --agent httpfor{ spoken, summary }contract checksExample:
Would a small contract-test adapter or sanitized transcript flow be useful here?