Linevault SOP Corpus · All Processing is Live · No Mock

TriageOS Live Demo

See how AI reads your SOPs and classifies tickets in under 2 seconds. Browse the Linevault SOP corpus on the left, then fire a test ticket on the right — classification happens live over the production n8n webhook.

⚡  This demo uses the Linevault sample SOP corpus. All processing is live — not mocked. Responses are real classifications from the production pipeline. You can also POST directly: https://n8n.bitanbasu.com/webhook/triage
20
n8n nodes
8
Output dimensions
80%+
1st-attempt accuracy
<2s
End-to-end latency
6
Outcome paths
10
SOPs indexed
Pipeline

Every ticket travels this path. When confidence is low the Critic fires and re-retrieval begins — all in the same sub-2-second window.

01 · INGEST
Webhook receives ticket
n8n accepts JSON, validates required fields, extracts subject + body for downstream embedding.
02 · EMBED
Semantic search
Flask embedder (all-MiniLM-L6-v2, 384-dim) encodes the ticket. ChromaDB returns top-k matching SOPs.
03 · CLASSIFY
Primary LLM
Groq Llama 3.3 70B classifies across 8 dimensions: category, urgency, sentiment, routing team, confidence score, SOP citations, reasoning, and draft reply — returned as structured JSON.
04 · AUDIT
Confidence gate
If confidence < threshold, the Critic LLM diagnoses the failure reason and rewrites the retrieval query.
05 · RECOVER
Agentic re-retrieval
ChromaDB re-retrieves using the refined query. Primary LLM reclassifies. Path logged as agentic recovery.
06 · CONVERGE
Audit + route
All 6 paths converge into a single Supabase audit log. Conditional Slack alert fires for human review.
Live workflow · n8n canvas · 20 nodes
TriageOS n8n workflow — 20-node agentic triage pipeline
SOP Corpus
10 docs · click to expand
Test Tickets
Click Send to classify live
Try your own ticket
fires live · production pipeline