Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,13 +31,6 @@ its own Postgres schema replaying the Linear GraphQL API. Agents interact via
|
|
| 31 |
Linear's public surface area to satisfy CRUD-style tasks (create issues, move
|
| 32 |
states, add labels, etc.).
|
| 33 |
|
| 34 |
-
##
|
| 35 |
|
| 36 |
-
|
| 37 |
-
from datasets import load_dataset
|
| 38 |
-
|
| 39 |
-
ds = load_dataset("hubertmarek/linear-bench-mini", split="train")
|
| 40 |
-
print(ds[0]["expected_state"][0]["mask_fields"])
|
| 41 |
-
```
|
| 42 |
-
|
| 43 |
-
Subset derived from `examples/linear/testsuites/linear_bench.json` (first 27 tests).
|
|
|
|
| 31 |
Linear's public surface area to satisfy CRUD-style tasks (create issues, move
|
| 32 |
states, add labels, etc.).
|
| 33 |
|
| 34 |
+
## How to run in Agent Diff
|
| 35 |
|
| 36 |
+
https://github.com/hubert-marek/agent-diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|