You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

A collection of agent traces generated with Swival (not Claude Code, despite what the HF interface currently shows), an agent designed for open-source models.

These traces focus on security audits of opensource software.

Sharing traces with Swival

Swival can export full conversation traces with --trace-dir, which writes one <session_id>.jsonl file per session:

swival "Fix the login bug" --trace-dir traces/

Those JSONL files use Swival's Claude Code compatible trace export, and HuggingFace auto-detects them as format:agent-traces, so they can be uploaded and shared directly on HuggingFace. You can use --trace-dir on its own or alongside --report if you also want structured run metadata.

If you want tracing enabled by default, set trace_dir in swival.toml or ~/.config/swival/config.toml. For more information, see the Swival trace export docs.

Downloads last month
2,777