Breakthrough AI Research (DataSets)
Collection
The up to date datasets every ai developer thinks about and needs. • 4 items • Updated
• 1
task_id string | domain string | difficulty int64 | prompt string | constraints string | initial_state dict | trajectory list | final_state dict | verification dict | tags list | created_utc timestamp[s] | license_note string |
|---|---|---|---|---|---|---|---|---|---|---|---|
OTT-00000000 | python | 5 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000000",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000001 | git | 1 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000001",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000002 | bash | 3 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000002",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000003 | git | 5 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000003",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000004 | bash | 3 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000004",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000005 | data | 4 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000005",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000006 | bash | 1 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000006",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000007 | bash | 4 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000007",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000008 | python | 3 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000008",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000009 | bash | 5 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000009",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000010 | bash | 2 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000010",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000011 | bash | 4 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000011",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000012 | data | 1 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000012",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000013 | python | 1 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000013",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000014 | data | 3 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000014",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000015 | data | 4 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000015",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000016 | python | 4 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000016",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000017 | python | 5 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000017",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000018 | bash | 2 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000018",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000019 | git | 1 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000019",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000020 | python | 1 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000020",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000021 | git | 1 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000021",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000022 | data | 5 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000022",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000023 | python | 1 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000023",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000024 | python | 4 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000024",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000025 | git | 2 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000025",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000026 | data | 5 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000026",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000027 | git | 3 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000027",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000028 | data | 4 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000028",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000029 | bash | 2 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000029",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000030 | python | 4 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000030",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000031 | data | 2 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000031",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000032 | python | 2 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000032",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000033 | git | 4 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000033",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000034 | python | 2 | Fix the failing unit test and verify all tests pass. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000034",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "pytest -q",
"observation": "1 failed, 3 passed",
"exit_code": 1,
"stderr": ""
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": ""
},
{
"tool": "bash",
"action": "pytest -q",
"observation": "4 passed",
"exit_code": 0,
"stderr": ""
}
] | {
"patch": "(sample patch)",
"artifacts": [
"app.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": [
"pytest -q"
],
"pass_fail": true,
"logs": "4 passed",
"checks": null
} | [
"python",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000035 | bash | 4 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000035",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000036 | git | 4 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000036",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000037 | data | 5 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000037",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000038 | data | 4 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000038",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000039 | data | 1 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000039",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000040 | data | 2 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000040",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000041 | data | 3 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000041",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000042 | bash | 4 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000042",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000043 | bash | 3 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000043",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000044 | data | 1 | Clean the CSV: deduplicate rows, normalize dates, and validate schema. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000044",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "python",
"action": "python clean_csv.py input.csv output.jsonl",
"observation": "wrote 10234 rows",
"exit_code": 0,
"stderr": null
},
{
"tool": "python",
"action": "python validate_schema.py output.jsonl",
"observation": "schema ok",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": null,
"report": null,
"outputs": [
"output.jsonl"
],
"summary": {
"rows": 10234,
"deduped": 234
}
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"schema_ok",
"row_count>0"
]
} | [
"data",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000045 | bash | 1 | Find the largest log file and summarize the top 20 error messages. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000045",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "bash",
"action": "du -sh logs/* | sort -h",
"observation": "12M logs/sys.log\n48M logs/app.log",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "grep -R \"ERROR\" -n logs/app.log | head -n 20",
"observation": "ERROR ...",
"exit_code": 0,
"stderr": null
}
] | {
"patch": null,
"artifacts": [
"report.txt"
],
"report": "(sample summary)",
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"file_exists:report.txt"
]
} | [
"bash",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000046 | git | 3 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000046",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
OTT-00000047 | git | 5 | Resolve the merge conflict and ensure the build passes. | No secrets. Minimal changes. Provide verified outcome. | {
"snapshot": "snap_000047",
"env": {
"os": "linux",
"python": "3.11"
}
} | [
{
"tool": "git",
"action": "git status --porcelain",
"observation": "UU src/main.py",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "apply_patch (sample)",
"observation": "Done!",
"exit_code": 0,
"stderr": null
},
{
"tool": "bash",
"action": "python -m compileall -q .",
"observation": "",
"exit_code": 0,
"stderr": null
}
] | {
"patch": "(sample conflict resolution)",
"artifacts": [
"src/main.py"
],
"report": null,
"outputs": null,
"summary": null
} | {
"tests_run": null,
"pass_fail": true,
"logs": null,
"checks": [
"compileall"
]
} | [
"git",
"verified",
"trajectory"
] | 2025-12-30T16:53:41 | Synthetic sample in template pack. Replace with production + provenance. |
Developer/Publisher: Within US AI
Version: 0.1.0 (sample pack)
Created: 2025-12-30T16:53:41Z
OpenToolTrace-X is a replayable, verifiable corpus of tool-using agent trajectories.
Each record contains:
prompt) and constraintsinitial_state describing the starting environment/repo snapshottrajectory (tool calls + observations)final_state (artifacts/diff/output)verification (tests, checksums, exit codes) to make outcomes machine-checkabletask_id (string)domain (string; e.g., python, bash, git, data)difficulty (int; 1–5)prompt (string)constraints (string)initial_state (object)trajectory (list of objects)final_state (object)verification (object)tags (list of strings)created_utc (string; ISO 8601)license_note (string)Each step is a dict:
tool (e.g., bash, python, git)action (command / code / args)observation (stdout / structured output)exit_code (int)stderr (string, optional)artifacts_written (list of strings, optional)data/train.jsonldata/validation.jsonldata/test.jsonlSee replay_harness/ for a safe, non-executing replay viewer.
Integrate your own sandbox executor for real replays.
from datasets import load_dataset
ds = load_dataset("json", data_files={
"train": "data/train.jsonl",
"validation": "data/validation.jsonl",
"test": "data/test.jsonl",
})
print(ds["train"][0])