Skip to main content
v2

examples

title: Examples (Bird's-Eye View) sidebar_position: 3 hide_table_of_contents: true

Examples (Bird's-Eye View + DML + Audit)

This page is the practical E2E companion to the V2 architecture. Each example shows:

  • conversation UX
  • runtime flow graph (interactive)
  • DML seed rows
  • expected audit stages

Canonical V2 Runtime Step Set

Step loop behavior

Step loop invokes each execute(session). If a step returns Stop, response returns immediately; otherwise loop continues.

1LoadOrCreateConversationStep
2CacheInspectAuditStep
3ResetConversationStep
4PersistConversationBootstrapStep
5AuditUserInputStep
6PolicyEnforcementStep
7DialogueActStep
8InteractionPolicyStep
9CorrectionStep
10ActionLifecycleStep
11DisambiguationStep
12GuardrailStep
13IntentResolutionStep
14ResetResolvedIntentStep
15FallbackIntentStateStep
16AddContainerDataStep
17PendingActionStep
18ToolOrchestrationStep
19McpToolStep
20SchemaExtractionStep
21AutoAdvanceStep
22RulesStep
23StateGraphStep
24ResponseResolutionStep
25MemoryStep
26PersistConversationStep
27PipelineEndGuardStep

FAQ

FAQ
User
How do I transfer my electricity connection?
ConvEngine
Share customerId, phone, email, source city, and target city. Then confirm to submit transfer.

FAQ runtime flow

Basic Intent + Memory retention

React Flow mini map

CONNECTION_TRANSFER

Connection transfer conversation
User
Move my electricity connection from City1 to City2.
ConvEngine
Please provide customerId, phone, email, sourceCity, and targetCity.
User
customerId 9912, phone 9988776655, email user@zapper.com, sourceCity City1, targetCity City2
ConvEngine
Do you want to move this connection right away?

Connection Transfer Flow

Slot fill auto advance

React Flow mini map

ORDER_CANCELLATION

Protected Order Cancellation
User
Cancel my shoe order.
ConvEngine
What is your order number?
User
It's 48392.
ConvEngine
Are you sure you want to cancel order 48392?
User
Yes please do that.
ConvEngine
Order 48392 has been completely cancelled.

Action Execution Flow (Turn 3)

Interaction Policy executing Pending Action

React Flow mini map

INVENTORY_LOOKUP

DB Orchestration Flow
User
How many running shoes are left in warehouse B?
ConvEngine
Checking the inventory database...
User
[System delay executing Tool]
ConvEngine
We currently have 421 units of running shoes allocated to warehouse B.

Tool Request Flow

Tool orchestration injects payload

React Flow mini map

SUPPORT_DIAGNOSTIC

Long Context Support Thread
User
[Turn 15]: Wait, what link did you tell me to use for the firmware reset again?
ConvEngine
Based on our previous troubleshooting, you should use http://router.local/admin_reset with the default PIN 1234.

Memory Summary Flow

Long-context retrieval during turn evaluation

React Flow mini map
Fast validation

For each example run, inspect both /api/v2/conversation/audit/{conversationId} and /api/v2/conversation/audit/{conversationId}/trace.