AIAny
Icon for item

AgentTrove

Provides 1.7M agent interaction traces in terminus-2 format for training and evaluating agentic LLMs and RL agents. Compiled from 219 source datasets across code repair, shell, math, competitive programming and general tasks; produced with the Harbor harness.

Introduction

Public, high-quality agentic traces are a bottleneck for building and evaluating agents that use tools, interact with environments, and perform multi-step reasoning. This release raises the scale of openly available agent trajectories to ~1.7M complete trajectories, enabling broader training, imitation learning, and behavior analysis that were previously constrained by dataset size and heterogeneity.

What Sets It Apart
  • Scale: ~1.7M rows assembled from 219 source datasets — roughly 4× the previous large open corpus — so you get far more diverse agent behaviors and failure modes in a single bundle.
  • Heterogeneity of tasks and teachers: includes code repair, shell scripting, math problems, competitive programming and general computer-use tasks, with traces generated by many teacher models and labeled sources, which helps domain transfer and robustness testing.
  • Terminus-2 / ShareGPT-style format: each row is a complete agent trajectory (messages list with roles user/assistant/tool), making the dataset directly usable by Harbor and other terminus-2 tooling for training, fine-tuning, or simulation.
  • Preserved metadata: columns include original source, teacher model, optional reward signals and task identifiers — useful for filtering, evaluation splits, and reward-conditioned training.
Who It's For

Great fit if you want a large, open corpus of agent behaviors for imitation learning, offline RL, fine-tuning LLMs on tool-enabled trajectories, or studying failure modes across model families. The dataset is practical for researchers needing terminus-2-compatible examples and for engineers building evaluation suites that require many diverse agent trajectories.

Look elsewhere if you need human-authored conversation data (this is generated traces), privacy-filtered human logs, or datasets with consistent single-task schemas — source heterogeneity means some columns are null for subsets of rows and some traces reflect synthetic sandbox environments rather than real user interactions.

Where It Fits

Use this dataset to pretrain or fine-tune agents that must coordinate tool calls and reasoning steps, to build replay buffers for offline RL, or to construct large-scale benchmarks of agentic behavior. Combine it with smaller, human-verified corpora if you need human-ground-truth labels or clean user logs.

Data format and practical notes
  • Format: parquet, terminus-2 conversation harness (messages as list[dict]).
  • Metadata: original_source, original_teacher, optional reward, task_id and other preserved columns from sources.
  • Origin: assembled with the Harbor framework; rows come from many synthetic and sandbox sources, so filter by original_source/original_teacher when creating evaluation or training splits to control for distributional bias.

Information

  • Websitehuggingface.co
  • Authorsopen-thoughts (OpenThoughts-Agent team)
  • Published date2026/04/27

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.