Open the tester
On the agent edit page, click Tester (top-right). A side panel opens with a microphone control, a live transcript, and a tool-call log.Test loop
Watch the transcript
The transcript updates in real time. Tool calls show inline with their inputs and outputs.
What to test
A good pre-publish test plan covers:| Scenario | What you’re validating |
|---|---|
| Happy path | Agent achieves its primary goal |
| Off-topic question | Hard rules hold; agent doesn’t hallucinate |
| Interruption | Agent recovers gracefully when you talk over it |
| Silence | Agent’s silence-handling behavior fires correctly |
| Tool failure | If the workflow tool errors, the fallback message plays |
| KB miss | When you ask something not in the KB, agent admits ignorance |
| Spelling/numbers | Agent collects names, emails, phone numbers without garbling |
| Hangup | Agent ends the call cleanly when the conversation is done |
Reading the tool-call log
Each tool invocation logs:- Tool name and the arguments the LLM filled
- The action sequence that ran
- Any error with the failing step
Tester vs real call
The tester is faithful to almost everything but:- Phone audio quality (compressed, ~8kHz)
- Real-world background noise
- Cellular jitter
Iterating fast
A good loop:- Edit the prompt or a tool
- Click Test without leaving the page (the tester picks up draft changes immediately)
- Run the same 3-5 scenarios you ran last time
- Save and repeat

