File size: 629 Bytes
108e9af 7fdd1e7 108e9af 0f80b43 108e9af 79b796a 108e9af dea0690 |
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 |
---
dataset: linear-bench-mini
tags:
- agent-evals
- linear
- graphql
license: mit
---

## Files
- `data/train.jsonl`
- `dataset_infos.json`
- `seeds/linear_default.json`
## Context
The Linear Bench suite runs inside Agent Diff isolation engine, with
its own Postgres schema replaying the Linear GraphQL API. Agents interact via
Linear's public surface area to satisfy CRUD-style tasks (create issues, move
states, add labels, etc.).
## Usage
Read more here https://github.com/hubert-marek/agent-diff |