File size: 1,854 Bytes
ba1638b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
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:

```python
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.