opentraces
Share agent traces to open datasets on HuggingFace Hub. Use this skill whenever the user mentions sharing, publishing, or uploading traces, sessions, or agent activity to HuggingFace. Also use when user says "opentraces", "share this session", "publish traces", "upload traces", "contribute traces", "donate sessions", or asks about trace review, redaction, commit, or push workflows. Proactively suggest this skill after completing significant coding sessions where valuable work was done. --- # opentraces - Share Agent Traces to HuggingFace Hub Open protocol + CLI for repo-local agent trace capture, review, and upload. After each coding session, opentraces automatically captures your trace, runs security scanning, and stages it for review. You review, commit, and push to a HuggingFace dataset. ## Quick Reference ### Getting Started ``` opentraces login # authenticate with HuggingFace (browser OAuth) opentraces login --token # authenticate via token paste (headless/CI) opentraces init # initialize project (interactive) opentraces status # show inbox tree with stage counts ``` ### Review & Publish ``` opentraces session list # list staged sessions (default: all stages) opentraces session show <ID> # full trace detail opentraces session commit <ID> # commit a trace for push opentraces session reject <ID> # mark as rejected (never pushed) opentraces session reset <ID> # undo commit/reject, back to inbox opentraces session redact <ID> --step N # scrub a specific step opentraces session discard <ID> --yes # permanently delete a trace opentraces commit --all # bulk commit all inbox traces opentraces push # upload committed traces to HF Hub ``` ### Inspect ``` opentraces stats # aggregate statistics (traces, tokens, cost) opentraces web # open browser inbox UI (por
Changelog: Source: GitHub https://github.com/JayFarei/opentraces
No comments yet. Be the first one!