Testing & Debugging
Testing and debugging is how you ensure your agent works correctly before deploying to production. The SDK provides tools for local testing, logging, and diagnosing common issues.
Why It Matters
Voice agents are harder to debug than web apps—you can’t just refresh the page. Problems with latency, interruption handling, or tool execution only surface during real conversations.
The SDK gives you visibility into what’s happening at every step.

