What it analyses
Analysis is grounded strictly in the retrieved ticket and order context — it does not draw on
outside knowledge to fill gaps.
Output shape
The agent emits two sections.<contemplator> — the reasoning process. Foundational observations, each insight questioned,
uncertainties expressed and explored, interpretations revised, individual findings connected into
patterns. This is the audit trail for the conclusions.
<final_report> — the deliverable:
- Executive summary — critical issues, key insights, actionable recommendations
- Impact analysis — quantified customer effects, financial implications, resource use
- Issue prioritisation — ranked urgent issues with explicit criteria and ticket evidence
- Deep analysis — statistical patterns, anomalies, correlations, supporting examples
- Strategic recommendations — implementation plans, timelines, resources, success metrics
- Anticipated questions — cost, resource allocation, expected outcomes
<contemplator> as it arrives and keep
<final_report>:
Why the visible reasoning matters
An analytics agent that returns only conclusions is impossible to audit — you cannot tell whether a recommendation follows from the data or from a plausible-sounding leap. ReasonCX is built the other way round: the contemplation is part of the output, so a finding can be traced back to the tickets that produced it. That’s the same principle as verified decisions, applied to analysis rather than authorisation. There, a decision carries a cited proof. Here, a finding carries its derivation.Architecture
The reasoning API is modular, with separate services for embeddings, vector storage, code execution, and model calls. Configuration is environment-driven — no credentials in code — and errors are handled so they don’t leak sensitive detail.Next steps
Verified decisions
The same auditability principle, applied to actions rather than analysis.
ResponseCX platform
The platform ReasonCX reports on.
RAG quickstart
Building the vector store it retrieves from.
Gorgias quickstart
Getting ticket history into that store.