Workflow Analysis

SESSION INTELLIGENCE

Full session lifecycle tracking with workflow gates, waterfall visualization, and call graph analysis. See how agents chain decisions across multi-step workflows.

E2ESession Tracking
GatesWorkflow Checkpoints
DAGCall Graph Analysis

See it in action

custodex.vercel.app
SESSION INTELLIGENCE — Custodex Dashboard

Every session. Every action. Full context.

Track complete agent sessions from start to finish. Capture duration, action count, denial count, and end reason. Filter by agent, workflow status, or time range. Sessions aggregate telemetry, traces, and approvals into a single timeline.

Multi-step workflows with approval checkpoints.

Define workflow gates that pause execution for human review. Each step shows proceed/blocked/pending status with color-coded timeline visualization. Track which gates were triggered and who approved them. Full workflow history with step-level forensics.

// Workflow gate status
{
  "workflowId": "wf_abc123",
  "name": "deploy-to-production",
  "steps": [
    { "name": "code-review", "status": "proceed" },
    { "name": "security-scan", "status": "proceed" },
    { "name": "staging-deploy", "status": "blocked" }
  ],
  "completedSteps": 2,
  "blockedSteps": 1
}

Trace hierarchy with timeline bars.

Recursive trace rendering with depth-based indentation. Each trace shows a colored timeline bar positioned by offset and duration. Green for allowed, red for denied, yellow for pending. Click any trace to expand full decision context with inputs and rationale.

D3 force-directed session graph.

Visualize agent-to-resource interactions as a force-directed graph. Agent nodes as circles, resource nodes as squares. Edges colored by decision type with directional arrows. Zoom, pan, and click nodes for detail. Built-in legend for node types and edge meanings.

What's included in
session intelligence

01

Full session lifecycle tracking with duration and action counts

02

Workflow gate system with proceed/blocked/pending states

03

Waterfall visualization with recursive trace hierarchy

04

D3 force-directed call graph with zoom and pan

05

Filter by agent, workflow status, or time range

06

Session-level forensics linking telemetry, traces, and approvals