CoolFace
27 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Exgentic /agent-llm-traces-v2 Exgentic Agent LLM Traces v2 — Agent Chat Only OpenTelemetry-shaped execution traces for 10,057 agent runs across 6 benchmarks (AppWorld, SWE-bench, BrowseCompPlus, τ²-bench Airline/Retail/Telecom), filtered to the agent under test's chat-only LLM calls. This is the dataset for replay testing, behavioral analysis, or any task where you care about what the benchmarked model actually did — not the eval scaffolding around it. This v2 release expands upon Exgentic/agent-llm-traces… See the full description on the dataset page: https://huggingface.co/datasets/Exgentic/agent-llm-traces-v2.tabulartext-generation10K<n<100K0 likes2.3k downloads3mo agoHugging Face02trace-commons /agent-traces Trace Commons — Agent Traces Trace Commons is one open, public dataset of coding-agent sessions — the back-and-forth between a developer and an AI coding agent, including prompts, model responses, tool calls, and command output — contributed voluntarily as an open resource for studying, evaluating, and building on how these agents actually work. Every trace here was donated only from a public, open-source repository, was anonymized on the contributor's own machine before upload… See the full description on the dataset page: https://huggingface.co/datasets/trace-commons/agent-traces.tabulartext-generationn<1K35 likes1.9k downloads3mo agoHugging Face03Exgentic /agent-llm-traces Multi-Benchmark LLM Agent Traces A comprehensive dataset of OpenTelemetry traces capturing LLM inference behavior across multiple agent frameworks, benchmarks, and model providers. This dataset enables research into LLM performance analysis, agent behavior patterns, and inference optimization. Collected by Exgentic - A platform for LLM observability and performance optimization. Dataset Overview This dataset contains 1,781 execution traces capturing detailed agent… See the full description on the dataset page: https://huggingface.co/datasets/Exgentic/agent-llm-traces.tabulartext-generation1K<n<10K23 likes956 downloads4mo agoHugging Face04Wejh /ninja-agent-traces Tau retired-king tasks and rollouts This dataset is written by the Tau validator when a challenger becomes king. tasks contains one viewer-friendly row per generated task. rollouts contains one viewer-friendly row per terminal qualification or duel solve and is the default table shown on the dataset page. events contains one flattened row per redacted proxy-observed LLM call. payloads contains complete solution diffs plus request and response bodies split into bounded, ordered… See the full description on the dataset page: https://huggingface.co/datasets/Wejh/ninja-agent-traces.tabular10M<n<100M3 likes496 downloads2mo agoHugging Face05juliensimon /open-agent-traces Open Agent Traces 17,019 LLM-enriched agent trace events across 500 workflow runs in 10 enterprise domains and 3 workflow patterns. Generated with ocelgen (pip install open-agent-traces) and validated against the OCEL 2.0 standard, PM4Py, and 5 semantic validation layers. from datasets import load_dataset ds = load_dataset("juliensimon/open-agent-traces", "incident-response") for event in ds["train"]: if event["run_id"] == "run-0000": print(f"{event['event_type']:25s}… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/open-agent-traces.tabulartext-generation10K<n<100K3 likes211 downloads6mo agoHugging Face06pagarsky /agent-trace AgentTrace AgentTrace is an open dataset of tool-using language-model agent traces with execution telemetry. Each trace records model-generation steps, tool calls, wall-clock timing, OS-level resource usage, tool inputs and outputs, reasoning content, and reproducibility metadata. The repository contains the dataset, collection code, analysis scripts, and the deterministic NL2Bash fixture needed to replay the local command-line tasks. Links GitHub:… See the full description on the dataset page: https://huggingface.co/datasets/pagarsky/agent-trace.tabulartext-generation1K<n<10K0 likes159 downloads5mo agoHugging Face07DiscoPosse /agent-llm-traces Multi-Benchmark LLM Agent Traces A comprehensive dataset of OpenTelemetry traces capturing LLM inference behavior across multiple agent frameworks, benchmarks, and model providers. This dataset enables research into LLM performance analysis, agent behavior patterns, and inference optimization. Collected by Exgentic - A platform for LLM observability and performance optimization. Dataset Overview This dataset contains 1,781 execution traces capturing detailed agent… See the full description on the dataset page: https://huggingface.co/datasets/DiscoPosse/agent-llm-traces.tabulartext-generation1K<n<10K1 likes145 downloads4mo agoHugging Face08alirezaaminzadeh /soc-agent-traces-100k SOC-Agent-Traces-100K Multi-step SOC investigation agent traces in session-trace format. Each record is a complete investigation session: an alert arrives, an analyst agent gathers evidence through nine read-only tools, and closes with a structured JSON triage report. Instead of single-turn alert → answer pairs, every record captures the full reasoning trajectory: alert → get_surrounding_events → get_process_tree → lookup_attack → search_sigma → get_asset_context →… See the full description on the dataset page: https://huggingface.co/datasets/alirezaaminzadeh/soc-agent-traces-100k.tabulartext-generation100K<n<1M0 likes106 downloads2mo agoHugging Face09alirezaaminzadeh /soc-agent-traces-10k SOC-Agent-Traces-10K Multi-step SOC investigation agent traces in session-trace format. Each record is a complete investigation session: an alert arrives, an analyst agent gathers evidence through nine read-only tools, and closes with a structured JSON triage report. Instead of single-turn alert → answer pairs, every record captures the full reasoning trajectory: alert → get_surrounding_events → get_process_tree → lookup_attack → search_sigma → get_asset_context →… See the full description on the dataset page: https://huggingface.co/datasets/alirezaaminzadeh/soc-agent-traces-10k.tabulartext-generation10K<n<100K0 likes99 downloads2mo agoHugging Face10robert-ellamind /agent-traces Agent Trace Dataset Generated by build_hf_dataset.py. Each subset is one benchmark; rows are per-task trace records with score, trace, tool stats, and a link to the full trace files under trace_data/<benchmark>/<row_id>/. tabularn<1K0 likes85 downloads5mo agoHugging Face11ProCreations /betterwright-agent-traces BetterWright Agent Traces Full, untruncated agent trajectories recorded inside the BetterWright harness (v2.8.7, runAgentTask — the same loop behind betterwright exec) while two open models drove a real BetterChromium browser against the live web. Every row is one complete run: the harness system prompt and tool schemas, every model turn with its full reasoning, every browser tool call (JavaScript/Playwright-style snippets executed by the harness), every tool result exactly as… See the full description on the dataset page: https://huggingface.co/datasets/ProCreations/betterwright-agent-traces.tabulartext-generation1K<n<10K2 likes83 downloads4d agoHugging Face12tesraghavan /agent-trace AgentTrace AgentTrace is an open dataset of tool-using language-model agent traces with execution telemetry. Each trace records model-generation steps, tool calls, wall-clock timing, OS-level resource usage, tool inputs and outputs, reasoning content, and reproducibility metadata. The repository contains the dataset, collection code, analysis scripts, and the deterministic NL2Bash fixture needed to replay the local command-line tasks. Links GitHub:… See the full description on the dataset page: https://huggingface.co/datasets/tesraghavan/agent-trace.tabulartext-generation1K<n<10K0 likes79 downloads17d agoHugging Face13tesraghavan /agent-traces-data-pipeline-debugging Agent Traces: data-pipeline-debugging Synthetic multi-agent workflow traces with LLM-enriched content for the data-pipeline-debugging domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 2,033 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each… See the full description on the dataset page: https://huggingface.co/datasets/tesraghavan/agent-traces-data-pipeline-debugging.tabular1K<n<10K0 likes69 downloads17d agoHugging Face14ram-lexsi /agenttune-agent-ops-SFT-qwen3-0.6b-tracestabularn<1K0 likes69 downloads15d agoHugging Face15ram-lexsi /agenttune-agent-ops-GRPO-tracestabularn<1K0 likes68 downloads16d agoHugging Face16juliensimon /agent-traces-customer-support-triage Agent Traces: customer-support-triage Synthetic multi-agent workflow traces with LLM-enriched content for the customer-support-triage domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 1,483 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each agent step… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/agent-traces-customer-support-triage.tabular1K<n<10K0 likes66 downloads6mo agoHugging Face17juliensimon /agent-traces-data-pipeline-debugging Agent Traces: data-pipeline-debugging Synthetic multi-agent workflow traces with LLM-enriched content for the data-pipeline-debugging domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 2,033 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each agent step… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/agent-traces-data-pipeline-debugging.tabular1K<n<10K0 likes65 downloads6mo agoHugging Face18yasuo6 /agent-trace AgentTrace AgentTrace is an open dataset of tool-using language-model agent traces with execution telemetry. Each trace records model-generation steps, tool calls, wall-clock timing, OS-level resource usage, tool inputs and outputs, reasoning content, and reproducibility metadata. The repository contains the dataset, collection code, analysis scripts, and the deterministic NL2Bash fixture needed to replay the local command-line tasks. Links GitHub:… See the full description on the dataset page: https://huggingface.co/datasets/yasuo6/agent-trace.tabulartext-generation1K<n<10K0 likes65 downloads2mo agoHugging Face19davanstrien /agent-trace-sentiment Coding-Agent User Message Sentiment User messages from every public format:agent-traces dataset on the Hugging Face Hub, classified as POSITIVE / NEUTRAL / NEGATIVE by a small open LLM, with a one-sentence reason for each label so you can audit any classification. Accompanies the blog post "Your AI Coding Agent Has a Patience Cliff". What's in here Each row is one message from a developer to their coding agent (Claude Code, Pi, Codex, or variants). Column Type… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/agent-trace-sentiment.tabulartext-classification1K<n<10K0 likes58 downloads5mo agoHugging Face20juliensimon /agent-traces-market-research Agent Traces: market-research Synthetic multi-agent workflow traces with LLM-enriched content for the market-research domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 1,671 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each agent step LLM prompts and… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/agent-traces-market-research.tabular1K<n<10K3 likes53 downloads6mo agoHugging Face21vincentoh /rrma-lean4-agent-traces RRMA Lean 4 Agent Traces 416 multi-agent Lean 4 proof search traces across two Erdős problems, three model tiers, and four difficulty rungs. v2 (2026-06-10) — label + format correction. The original upload had two defects: (1) messages was a JSON string, not an array; (2) reward was set to 1.0 if the text SCORE=1.0 appeared anywhere in the conversation — including the worker prompt ("repeat until SCORE=1.0") and file reads of the oracle script, so almost every trace was labeled… See the full description on the dataset page: https://huggingface.co/datasets/vincentoh/rrma-lean4-agent-traces.tabularn<1K0 likes45 downloads4mo agoHugging Face22juliensimon /agent-traces-legal-document-analysis Agent Traces: legal-document-analysis Synthetic multi-agent workflow traces with LLM-enriched content for the legal-document-analysis domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 1,498 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each agent step… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/agent-traces-legal-document-analysis.tabular1K<n<10K1 likes44 downloads6mo agoHugging Face23juliensimon /agent-traces-code-review-pipeline Agent Traces: code-review-pipeline Synthetic multi-agent workflow traces with LLM-enriched content for the code-review-pipeline domain. Part of the juliensimon/open-agent-traces collection — 10 datasets covering diverse domains and workflow patterns. What is this dataset? This dataset contains 2,035 events across 50 workflow runs, each representing a complete multi-agent execution trace. Every trace includes: Agent reasoning — chain-of-thought for each agent step LLM… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/agent-traces-code-review-pipeline.tabular1K<n<10K1 likes38 downloads6mo agoHugging Face24Datoric /computer-use-agent-traces-250kgated Computer-Use Traces Dataset 250,000 real-world computer-use traces with screen states, browser sessions, UI actions, task instructions, and completion outcomes for training AI agents. This repository contains the full technical specification, annotation schema, and sample metadata files (Parquet). The production dataset is rights-cleared and delivered directly to buyers. Request access to see the full schema and get a real sample package. Overview The… See the full description on the dataset page: https://huggingface.co/datasets/Datoric/computer-use-agent-traces-250k.tabularreinforcement-learning100K<n<1M0 likes38 downloads3mo agoHugging Face25davanstrien /agent-trace-user-messagestabular1K<n<10K0 likes36 downloads5mo agoHugging Face26AgentsSci /scientific-agent-protocol-traces SciAgentTrace Matched cross-domain dataset of scientific-agent protocols. The central comparison contains the same 6,653 problems under two actor models and four protocols: 53,224 trajectories in 40 complete model--benchmark--protocol groups. The broader table-first package contains 68,892 trajectories. Begin with trajectories, outcomes, or matched_outcomes, then follow stable identifiers to messages and compressed raw traces. Repository:… See the full description on the dataset page: https://huggingface.co/datasets/AgentsSci/scientific-agent-protocol-traces.tabulartext-generation1M<n<10M0 likes18 downloads2mo agoHugging Face27rshn-krn /clingen-agent-tracestabular1K<n<10K1 likes8 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.