Watch · Agent traces

Agent traces

See where a run spent its money and where it looped. A span waterfall (session → turn → tool) with a cost-weighted bar per node, built from the same cycles cc-telemetry already captures. Complements Telemetry's aggregate rollups with a per-session drill-down.

Where to find it

  • Desktop: http://localhost:4000/, then WatchAgent traces in the sidebar.
  • Hosted: repoops.ai/team/agent-traces
  • Keyboard: K, then type “Agent traces”.
  • API: GET /api/agent/traces?repo=<id>, GET /api/agent/traces/<sessionId>?repo=<id>

What it does for you

One waterfall, every node priced.Session → turn → tool, each bar sized by what it cost. The expensive branch of a run is visible at a glance instead of buried in a JSONL file.
Git-linked, not just a cost chart.Each row shows the git linkage (PR · CI) and the quality score once those run, so a trace connects straight to what it shipped.
No new capture.Built entirely from cycles cc-telemetry already records, persisted by the trace model. Nothing new to opt into.

Read more