Standalone developer tool for inspecting Traverse execution traces via spec 033 GET /v1/workspaces/{workspace_id}/traces/{execution_id}.
- Start the Traverse runtime (
cargo run -p traverse-cli -- serve) - Run a workflow in traverse-starter and copy the
execution_idfrom the polling UI - From repo root:
npm run dev -w apps/trace-explorer/web-react - Paste the execution ID → Load Trace
http://localhost:5173/?runtime=http://127.0.0.1:8787&workspace=local-default&execution_id=exec_abc123
| Variable | Default |
|---|---|
VITE_TRAVERSE_BASE_URL |
http://127.0.0.1:8787 |
VITE_TRAVERSE_WORKSPACE |
local-default |
See docs/design-language.md for shared UI zones.