Workflow 01
Document classification and routing
Inbound PDFs, scans and faxes are OCR'd, then a Workflow classifies each document (AI Agent node), routes it on a CEL condition (Condition node) and hands confident items on through a Code node — to a queue or an internal endpoint. The detector outputs a class and a confidence score; below a threshold the item stops for a person instead, and a rejected item is logged and not handed on.
OCR (Docling + RapidOCR) · Workflow builder · AI Agent · Condition (CEL) · Code node · human approval
Built for the client · the bank's classification pipeline, the OCR tuning for degraded scans and handwriting, and the connection into the core-banking system.
Workflows →Knowledge & Connectors →
Workflow 02
Transfer and payment review
Deterministic checks run as Code and Set State nodes (name and company matching, currency conversion, amount calculations); agent checks read the transfer purpose against regulation text held as a knowledge source. The End node renders the decision with its certainty score from a template; the approver report is generated as a versioned DOCX or XLSX artifact, and nothing is actioned until a person approves. Loan pre-screening and dispute intake follow the same shape: rigid calculations plus a qualitative reading against the rules.
Code · Set State · AI Agent · End node (decision) · DOCX / XLSX approver report · human-in-the-loop approval
Workflows →Guardrails & Human-in-the-loop →
Workflow 03
Scheduled compliance monitoring
Schedules run an agent on a cron or one-off basis, with run history and auto-pause. The agent reads submitted statements through the PostgreSQL or API tool, compares them with agreed thresholds and alerts the relationship manager through a webhook into the bank's own systems or a self-hosted ntfy server; Telegram is an option only where the deployment has internet egress, which an air-gapped bank does not. A policy lookup agent answers staff AML, KYC and GDPR questions with page-cited answers.
Schedules (cron) · PostgreSQL tool · API tool · webhook / self-hosted ntfy · cited answers
Agents →Search & Retrieval →
Workflow 04
Audit-ready archive and evidence
Every answer carries its citation (title, source, page). Guardrail events are recorded in their own panel; the audit table is append-only and exportable; the approver reports from transfer review are kept as versioned DOCX or XLSX artifacts. An evidence-collector agent searches the archive to assemble a package for an auditor.
Citations · guardrail events panel · append-only audit log · exportable logs · DOCX / XLSX artifacts
Guardrails →Admin & Analytics →Artifacts →