Sessions & HITL
Every workflow run becomes a session: inputs, sources, tool calls, outputs, validations, and human decisions powering governance and continuous improvement.

What it does
Sessions give you end-to-end traceability: what the system saw, what it retrieved, the steps it took, and the final outcomes with human oversight built in.
How it works
What is inside a session
A session is the unit of traceability and learning across the Xong Platform.
Feature highlights
Full visibility into what AI does
Review ops signals
See queue health, corrections, and quality over time.
Sessions expose what was reviewed, changed, approved, and fed back into learning loops.
- Queue health and SLA visibility for every reviewer group.
- Correction density by field and document type.
- Quality trends per workflow, model, and version.
Proof
Governed operations in production
Teams use Sessions and HITL queues to approve actions and correct outputs with full visibility.

{
"inputs": ["case_bundle.zip", "email_thread.eml"],
"retrieval": [{"source":"Data House", "refs":["docA#p3","policy#12"]}],
"steps": [
{"agent":"DocAgent","action":"extract_fields"},
{"agent":"Verifier","action":"cross_validate"},
{"agent":"ToolAgent","tool":"erp.updateInvoice","status":"ok"}
],
"validation": {"confidence":0.93, "rule_checks":"pass"},
"hitl": {"required": false, "reviewer": null},
"output": {"status":"approved", "payload_schema":"InvoiceUpdate.v2"},
"telemetry": {"latency_ms": 4120, "cost_est": 0.18}
}Want to build a review loop that improves accuracy?
We will design HITL checkpoints, correction schemas, reward signals, and interval training so your system gets better every week.