datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
mcphunt-agent-traces
MCPHunt Agent Traces
Agent execution traces from the MCPHunt evaluation framework, measuring
cross-boundary data propagation in multi-server MCP agents.
Contents
main/ — 3,615 traces from 5 models across 147 tasks and 7 environment
variants (risky_v1/v2/v3, benign, hard_neg_v1/v2/v3). One JSON file per model.
mitigation/ — 2,706 traces from the prompt-mitigation study (M0--M3
levels) across 3 models.
live_guard_defense/ — 387 DeepSeek-V4-Flash traces from the… See the full description on the dataset page: https://huggingface.co/datasets/lihaonan0716/mcphunt-agent-traces.conda-forge-agent-tracesvideo_agent_trace
Friday prompt delivery — 30K text-only corpus
本目录是可直接消费的 prompt 交付包;所有内容均来自已完成的 Friday GPT 文本生产,不包含视频,也不表示 H3/视频评测通过。
文件
文件
内容
top_historical_test_prompts_4of5.jsonl
第一轮多轮历史实验中全局最高接受率的两条 test prompt(各 4/5)。
family_champion_test_prompts.jsonl
四个家族各自采用的 champion test prompt;包含 4/5、4/5、3/5、3/5 的历史结果与选择理由。
base_prompts_1200.jsonl
1,200 条干净 base prompt,每条有稳定 base_id。
injection_prompts_30000.jsonl
30,000 条最终 injection prompt;prompt 是可直接读取的 prompt… See the full description on the dataset page: https://huggingface.co/datasets/ppppppz/video_agent_trace.swe-bench-lite-agent-traces-v14
AgentBRANE SWE-bench Lite Agent Traces v14
This release contains the 1,890 harness-native agent traces selected by the sealed SWE-bench Lite v14 publication record (1,379/1,890 resolved, 73.0%). It includes Claude Code, Codex, and Pi sessions across seven models and three replicates. No internal research notes are included.
Load the observation table:
from datasets import load_dataset
traces = load_dataset("melissapan/swe-bench-lite-agent-traces-v14", split="train")
Each row… See the full description on the dataset page: https://huggingface.co/datasets/melissapan/swe-bench-lite-agent-traces-v14.read-along-ai-agent-traces
Read-Along AI - Agent Traces
This dataset contains the raw agent traces and conversation logs from the development of Read-Along AI, a submission for the Hugging Face Build Small Hackathon.
Dataset Description
These .jsonl files represent the unedited, behind-the-scenes "agent traces" of the AI coding assistant orchestrating the build of this project.
Sharing these traces fulfills the requirements for the "Sharing is Caring" bonus badge, providing the community… See the full description on the dataset page: https://huggingface.co/datasets/kingkw1/read-along-ai-agent-traces.hermes-agent-trace-samples-2026-06-05
Hermes Agent Raw Session Samples
Five public-safe raw Hermes Agent session exports generated on 2026-06-05 with the Hermes CLI using Hugging Face Inference Providers.
Each file in sessions/ is the exact single-session output from:
hermes sessions export sessions/<session_id>.jsonl --session-id <session_id>
No derived tables, flattened rows, SQLite database, or formatted JSON copies are included.
pi-agent-traces-sft
pi-agent-traces-sft
Merged supervised-fine-tuning dataset of coding-agent session traces (the "pi"
harness format), converted to conversational format for Unsloth SFT of Qwen3-family
models.
Files
pi_sft_qwen3_24k.jsonl — recommended training file. Every session fits in
24,576 tokens (Qwen3 tokenizer). 5,717 sessions, max length 24,564 tokens.
pi_sft_qwen3.jsonl — full unfiltered set (6,929 sessions, up to ~632k tokens).
Sources (merged)… See the full description on the dataset page: https://huggingface.co/datasets/vojtavlas2/pi-agent-traces-sft.agent-traces-flashmaniaswival.dev agent traces for single-shot "Reimplement trackmania" prompt using Gemini-3.5-flash.
Generated code: https://github.com/dip-proto/flashmania
mcphunt-agent-traces
MCPHunt Agent Traces
Agent execution traces from the MCPHunt evaluation framework, measuring
cross-boundary data propagation in multi-server MCP agents.
Contents
main/ — 3,615 traces from 5 models across 147 tasks and 7 environment
variants (risky_v1/v2/v3, benign, hard_neg_v1/v2/v3). One JSON file per model.
mitigation/ — 2,706 traces from the prompt-mitigation study (M0--M3
levels) across 3 models.
live_guard_defense/ — 387 DeepSeek-V4-Flash traces from the… See the full description on the dataset page: https://huggingface.co/datasets/mcphunt-benchmark/mcphunt-agent-traces.agent-spaces-tracesagent-race-traces
Agent Race Traces
Coding-agent session traces from running the same task and the same one-line prompt through multiple harnesses and driver models. Useful for comparing how different agent harnesses + models approach an identical real-world ML task.
Blog post: danielvanstrien.xyz/posts/2026/agent-race
The task
Fine-tune a model on biglam/on_the_books to identify Jim Crow laws, train via HF Jobs, push the trained model to the Hub.
The exact one-line prompt was… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/agent-race-traces.agent-traces-exampletutordesk-agent-traces
TutorDesk AI — Agent Traces
Sharing is Caring badge dataset for the HuggingFace Build Small Hackathon 2026.
Contents
build_sessions/ — Claude Code Build Sessions (native trace viewer)
7 raw Claude Code (Sonnet 4.6) JSONL sessions covering the full build of
TutorDesk AI — from blank repo through Phase 6 completion. Natively rendered by
HF Data Studio's agent trace viewer.
Sessions cover: repo scaffolding, Modal serving architecture, 5-agent pipeline… See the full description on the dataset page: https://huggingface.co/datasets/naazimsnh02/tutordesk-agent-traces.job-search-assistant-agent-traceadd-sam-3-lite-text-agent-traces
add_sam_3_lite_text agent traces
Raw Codex Desktop session traces related to work on the add_sam_3_lite_text branch in NielsRogge/transformers.
These JSONL files are uploaded from ~/.codex/sessions, following the Hugging Face agent trace viewer guidance:
https://huggingface.co/changelog/agent-trace-viewer
Before publication, the files were scanned with TruffleHog and additionally scrubbed for plaintext token-shaped secrets. Encrypted reasoning payloads were left untouched.… See the full description on the dataset page: https://huggingface.co/datasets/nielsr/add-sam-3-lite-text-agent-traces.repro-learning-to-share-selective-memory-for-efficient-parallel-agentic-systems-traces
Agent traces
Agent sessions published from a Trackio Logbook.
repro-rethinking-genomic-modeling-through-optical-character-recognition-agent-traces
OpticalDNA reproduction — Codex agent trace
This dataset contains the raw Codex JSONL session trace for the ICML 2026
reproduction of Rethinking Genomic Modeling Through Optical Character
Recognition.
Published Trackio logbook
Paper page
Challenge instructions
Agent Trace Viewer announcement
The JSONL is uploaded directly from the matching ~/.codex/sessions entry, as
recommended by the Agent Trace Viewer. It captures the reproduction work,
Hugging Face Jobs audit, poster… See the full description on the dataset page: https://huggingface.co/datasets/nielsr/repro-rethinking-genomic-modeling-through-optical-character-recognition-agent-traces.repro-gaussian-mechanism-sgg-optimality-traces
Agent traces
Agent sessions published from a Trackio Logbook.
openai-agent-tracesagent-tracesagent-cost-traces
Agent Cost Traces: Synthetic Training Data
10,000 synthetic agent traces for training cost-aware model routers and agent optimizers.
Schema
Field
Type
Description
trace_id
string
Unique identifier
request
string
User request text
task_type
string
One of 9 task categories
difficulty
int
Estimated difficulty (1-5)
model_tier
int
Model tier used (1-5)
model_success
bool
Whether the model succeeded
optimal_tier
int
Minimum tier that would succeed… See the full description on the dataset page: https://huggingface.co/datasets/narcolepticchicken/agent-cost-traces.carbon-agent-tracesforsy-agent-work-trace-seed
Forsy Agent Work Trace Seed v0.1.0
A seed collection of structured agent work traces generated with Forsy Trace Skill.
Forsy Trace Skill is an open skill for capturing AI agent workflows as structured, annotated trajectory data: task context, step traces, tool use, observations, feedback, failures, retries, artifacts, outcomes, and other learning signals.
This dataset mirrors the machine-readable trace exports from the public GitHub repository:… See the full description on the dataset page: https://huggingface.co/datasets/rayrren/forsy-agent-work-trace-seed.job-search-assistant-agent-tracehermes-agent-traces
Hermes Agent Traces
Bulk JSONL export produced by hermes sessions export sessions.jsonl.
agent_tracesCodex-Agent-Trace
Codex Contributions to Eyas
This document records the work done by OpenAI Codex on the Eyas pipeline during the Build Small Hackathon.
All Codex commits carry the git co-author trailer Co-Authored-By: Codex <codex@openai.com> and can be verified on GitHub.
Full session-by-session reasoning traces are stored in docs/../codex-traces/ as JSONL files.
What Codex worked on
Multi-camera video grid (All-view)
Built the "All Cameras" view — a synchronized… See the full description on the dataset page: https://huggingface.co/datasets/sehyunlee217/Codex-Agent-Trace.TinyNarrator-agent-tracesSpaces link: https://huggingface.co/spaces/build-small-hackathon/TinyNarrator
build-small-agent-trace
Codex agent trace
This is submitted as part of the HF Build Small hack.
Codex was fully used for building the project.
It is necessary to share the trace to be eligible for the OpenAI price.
Trace was screened and sensitive keys redacted before sharing.
The full running app can be seen at :
https://huggingface.co/spaces/build-small-hackathon/storyboard-tui
repro-latent-collaboration-in-multi-agent-systems-traces
Agent traces
Agent sessions published from a Trackio Logbook.
