After the agent prepares a reply, a 5-minute human-override window
opens. A human operator watches the session through a Debug Dashboard and can edit,
reclassify, or approve. If no one intervenes, the system falls back to a deterministic
message: “We’ll get back to you soon.”
REAL-TIME VIEW
Live session inspector
Inbound message, detected intent, retrieved procedure, and staged reply — all synchronized.
EDIT
Editable response field
Correct the auto-completion in place; the corrected text replaces what would have been sent.
RECLASSIFY
Intent override dropdown
If Layer 1 misjudged, pick the correct category and the workflow re-routes from there.
DEBUG
Code logs in-line
Per-session decision trace — every retrieval, every branch, every API call.
Deterministic-gate-first, in production
In 2021, most production AI shipped raw model output straight to users. Putting every
probabilistic decision behind a deterministic check — with a human-readable trace
and an explicit fallback — was the design choice that later scaled into the
multi-agent DAGs at the Pipeline Observatory.