‹ Back to source
Inferred workflow
We watched 142 traces from your agent. Here's what we think it does — review and edit before we run baseline.
1 Connect source
2 Inferred workflow
3 Generated eval set
Inferred from 142 traces · spanning 47 hours · 89% confidence
Inferred workflow definition
Edit fields directly
Name
Order intake assistant
edit
What it does
Handles inbound customer orders from chat and email. Looks up SKU availability and pricing, validates payment terms against the customer record, and drafts an order confirmation. Routes to a human when payment terms differ from contract.
Outcome metric (auto-detected)
Order acceptance rate · 81.3% over last 142 traces
Inferred from
Inferred from
order.status = "accepted" events. Pick a different metric →
Inferred steps · 3
1
142 / 142
always
Parse customer request
step.parseExtracts SKUs, quantities, customer ID from free-form input
2
142 / 142
always
Resolve customer + SKUs
step.resolveCalls inventory and CRM tools in parallel
3
142 / 142
branching
Draft confirmation or escalate
step.respondBranches: 87% accept-and-confirm, 13% escalate to human
Failure signals to watch (auto-suggested)
order.escalated_to_human
order.payment_terms_mismatch
tool.inventory_lookup.timeout
customer.followup_within_24h
+ add signal
Detected tools · 6
inventory_lookup
customer_record_get
price_calculator
order_create
human_handoff
email_send
Detected models · 1
claude-sonnet-4-6
Suggested view
ConversationView
Best fit: chat-style intake with branching outcomes
We picked this from your trace shape. Choose a different one →