Skip to main content
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.

Key Capabilities

CapabilityDescription
Local TestingRun agents on your machine with the CLI chat interface
LoggingTrace events, LLM calls, and tool executions
Error HandlingGraceful recovery from failures mid-conversation
PerformanceMonitor latency and optimize response times

What’s Next