graycatHCO3's picture
Add current validated formal data snapshot
ba1638b verified
|
Raw
History Blame Contribute Delete
1.85 kB
metadata
pretty_name: Agent Environment Scaling Reviewed Data
tags:
  - agents
  - tool-use
  - environment-generation
  - database
  - research
configs:
  - config_name: artifacts
    data_files:
      - split: current
        path: tables/artifacts.jsonl
  - config_name: sources
    data_files:
      - split: current
        path: tables/sources.jsonl
  - config_name: tasks
    data_files:
      - split: current
        path: tables/tasks.jsonl
  - config_name: verification
    data_files:
      - split: current
        path: tables/verification.jsonl

Agent Environment Scaling Reviewed Data

This Dataset repository stores reviewed data artifacts separately from the implementation repository. index.json identifies the current accepted snapshot. The tables/ directory exposes small JSONL views for the Dataset Viewer; snapshots/ preserves portable content-addressed Stores, readable previews, manifests, and exact validation boundaries.

Current snapshot

warehouse-tongyi-formal-20260806 is the newest complete result accepted by the current candidate:

  • Tongyi live Mining plus stored replay;
  • 4 collections, 12 records, 4 relations, and 4 state transitions;
  • executable Database, 4 Tools, Environment, and ToolGraph;
  • 5 accepted Tasks with 25 verification runs;
  • 3 active verified Tasks and 2 invalidated Tasks.

The deterministic compiler is still Warehouse/Austin specific. The current generic contract iteration has no accepted Database, so this repository does not label it as a successful snapshot.

Download

Public read access does not require a token:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="graycatHCO3/agent-env-scaling-data",
    repo_type="dataset",
    local_dir="agent-env-scaling-data",
)

Authenticated upload uses each contributor's own scoped token. Owner credentials are never stored inside this Dataset.