Troubleshoot agent behavior
Module | Description |
---|---|
CALL | Tracks call lifecycle: start, disconnect |
ORCH | Orchestration logic like greeting fetch, post-call actions, post-call processing |
TTS | Text-to-speech processing, TTFB (time to first byte), latencies, audio durations |
ASR / TRANSCRIBE | Speech recognition, transcription results, audio duration and latency |
LLM | Large Language Model events, streaming, token usage info, language switch detection, error handling if generation fails |
KB | Knowledge base context retrieval and metrics |
BARGE | User interruption (barge-in) detection and handling |
ERROR | Error responses, especially from OpenAI or other APIs |
UNKNOWN | Fallback logs for unexpected events or raw debug info |
Issue | Check This Section |
---|---|
Agent responded slowly | TTS / LLM latency |
Agent misunderstood user | ASR final result |
Agent gave a wrong or incomplete response | LLM logs |
Response wasn’t spoken | TTS |
Unexpected disconnect | CALL logs at the end |