Skip to main content
v1

Real-world Examples (Debug Trace)

Canonical Runtime Step Set

1LoadOrCreateConversationStep
2ResetConversationStep
3PersistConversationBootstrapStep
4AuditUserInputStep
5PolicyEnforcementStep
6IntentResolutionStep
7ResetResolvedIntentStep
8FallbackIntentStateStep
9AddContainerDataStep
10McpToolStep
11SchemaExtractionStep
12AutoAdvanceStep
13RulesStep
14ResponseResolutionStep
15PersistConversationStep
16PipelineEndGuardStep

These examples zoom into relevant branches; conditional/system steps from the canonical set are omitted in each graph unless they materially affect that scenario.

Each example has three tabs:

  • Conversation: chat + execution flow
  • DML Entries: starter rows for ce_intent, ce_prompt_template, ce_output_schema, ce_response
  • Audit Trail: stage-by-stage ce_audit view

Example 1: FAQ

FAQ
User
Can I move my connection within Zapper?
ConvEngine
Yes, you can request relocation from the support portal.

FAQ flow

Classifier-first deterministic path

React Flow mini map

Example 2: DISCONNECT_ELECTRICITY

DISCONNECT_ELECTRICITY
User
Disconnect electricity for account 10004567.
ConvEngine
Please share disconnect date and reason.
User
Date is 2026-03-31, reason moving out.
ConvEngine
Done, request submitted.

Disconnect flow

Multi-turn schema completion and intent lock/unlock

React Flow mini map

Example 3: LOG_ANALYSIS

LOG_ANALYSIS
User
Analyze this stack trace and tell root cause.
ConvEngine
Likely connection pool exhaustion; tune pool and reduce long transactions.

Log analysis flow

Schema extraction + GET_SCHEMA_JSON rule + derived response

React Flow mini map

Example 4: REQUEST_TRACKER

REQUEST_TRACKER
User
Track request REQ-99123
ConvEngine
REQ-99123 is APPROVAL_PENDING since 2026-02-10.

Tracker flow

SET_TASK driven consumer integration path

React Flow mini map

Example 5: RESET_SESSION

RESET_SESSION
User
RESET_SESSION
ConvEngine
Session reset complete. Starting fresh.

Reset flow

Config-driven reset command through ResetConversationStep

React Flow mini map
Intervention points

For extraction customization hook EngineStep.Name.SchemaExtractionStep. For final output normalization use ResponseTransformer.