cubepi-trace

Installation
SKILL.md

Debugging cubepi runs with cubepi trace

cubepi can record every agent run as an OpenTelemetry span tree, written to local JSONL files. The cubepi trace CLI reads those files so you can see exactly what happened inside a run without re-running it: which LLM calls and tool calls fired, in what order, what each returned, where it errored, and the token/cache counts. Reach for this before guessing at a bug.

When this applies

Installs
5
GitHub Stars
24
First Seen
May 20, 2026
cubepi-trace — cubeplexai/cubepi