OFFICIAL

Agent Trace Observability

A TypeSafe workflow that triages completed agent runs for review, bugs, or on-call escalation.

What it does

The workflow inspects an agent’s instructions, conversation, tool calls, final answer, and optional customer feedback, then chooses whether to auto-close, queue, review, file an issue, or page on-call.

How Jev fits in the loop

  1. Check irreversible actions against permissions.
  2. Judge task completion and user satisfaction independently.
  3. Classify the run into healthy, expectation gap, overt failure, or silent failure.
  4. Route to a deterministic operational action.

Why this build matters

This is one of the clearest official examples of Jev being used inside an agent system rather than as a chat model.

Patterns