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
1
Click Start call
The browser will request microphone access. The agent’s draft version is loaded.
2
Talk
Speak as a caller would. Try the happy path first, then push on edge cases.
3
Watch the transcript
The transcript updates in real time. Tool calls show inline with their inputs and outputs.
4
End the call
Click End call when done. The transcript persists in your test history for the session.
What to test
A good pre-publish test plan covers: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

