You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? "Hit Run pipeline — the agent investigates the price variance, then pauses for your approval."
498
+
: "New here? Run INV-2042 (the “Start here” row) to see the agent investigate a variance and pause for approval. Clean invoices post straight through."}
return"Paused — this invoice needs a human decision.";
54
+
};
55
+
13
56
/**
14
57
* The execution trace — a vertical timeline streamed in live as the run
15
58
* progresses. Each node is one TraceEvent: the deterministic steps, the
@@ -34,8 +77,8 @@ export const TraceTimeline = ({
34
77
title="Run the pipeline"
35
78
body={
36
79
invoiceLabel
37
-
? `Run ${invoiceLabel} through matching, routing, and reconciliation — live. Pick a flagged invoice (price or quantity mismatch) to watch the investigator agent dig into the variance, then pause for your decision.`
38
-
: "Select an invoice to begin. Flagged ones — a price or quantity mismatch — trigger the investigator agent and pause for your decision."
80
+
? `Run ${invoiceLabel} through matching, routing, and reconciliation — live.`
0 commit comments