Agent
Model Intelligence
How Katexs routes reasoning, memory, and latency budgets during a live conversation.
Turn pipeline
βββββββββββββββ βββββββββββββββ βββββββββββββββ
β Customer ββββββΆβ Phone or ββββββΆβ Katexs β
β Calls or β β Chat β β Agent β
β Messages β β Widget β β (AI Brain) β
βββββββββββββββ βββββββββββββββ ββββββββ¬βββββββ
β
ββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββ
βΌ βΌ βΌ
βββββββββββ βββββββββββ βββββββββββ
β Calendarβ β CRM β β Transferβ
β Book β β Push β β Human β
βββββββββββ βββββββββββ βββββββββββ- Transcribe β Streaming speech-to-text with endpointing tuned for phone audio.
- Reason β The LLM reads your prompt, recent turns, and retrieved knowledge chunks.
- Act β If a tool is needed the agent calls it, waits for the result, then speaks.
- Speak β Text-to-speech streams the first sentence while the rest is still generating.
Latency budget
| Stage | Target | Notes |
|---|---|---|
| Transcription | < 300 ms | Streaming partials |
| Reasoning | < 700 ms | Model dependent |
| Tool call | < 900 ms | Calendar and CRM round trips |
| Speech | < 400 ms | First audio chunk |
Memory
Each conversation keeps a rolling window of turns plus a structured summary of collected fields (name, phone, intent), so long calls never lose the details you need.
