CoolFace
Datasetpublic

Samarth0710/traceweave-viewer-test

Agent Traces Coding-agent sessions collected with TraceWeave, rehydrated into the Claude Code JSONL schema consumed by the Hugging Face Agent Trace Viewer. Format Each *.jsonl file at the dataset root is one session. Events use: {"type":"user","message":{"role":"user","content":"..."},"uuid":"...","parentUuid":null,"sessionId":"...","timestamp":"..."} {"type":"assistant","message":{"role":"assistant","content":[{"type":"text","text":"..."}]},"uuid":"..."… See the full description on the dataset page: https://huggingface.co/datasets/Samarth0710/traceweave-viewer-test.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes48downloads
5 commits on main
363d34f3mo ago

Rehydrate to flat Claude Code JSONL (clem/hf-coding-tools-traces format)

Samarth0710
1c870983mo ago

Normalize cursor traces for HF viewer compatibility

Samarth0710
b54053f3mo ago

Upload agent traces with TraceWeave

Samarth0710
b9ebb5f3mo ago

Upload agent traces with TraceWeave

Samarth0710
98e22643mo ago

initial commit

Samarth0710