agent-harness / tasks /manifests /TASK_EXAMPLE.toml
cuber12's picture
Publish agent harness research code and paper artifacts
d61821a verified
Raw
History Blame Contribute Delete
681 Bytes
schema_version = 1
task_id = "TASK_EXAMPLE"
repository_url = "https://gitlab.com/namespace/project.git"
base_commit = "0000000000000000000000000000000000000000"
gold_commit = "0000000000000000000000000000000000000000"
language = "python"
statement = "Replace this template with the issue text visible to the model."
gold_patch = "patches/TASK_EXAMPLE.patch"
gold_files = ["src/example.py"]
gold_symbols = ["src/example.py::example_function"]
fail_to_pass_tests = ["tests/test_example.py::test_regression"]
pass_to_pass_tests = ["tests/test_example.py"]
difficulty = "template_only"
provenance = "Template; never include in an experiment split."
validation_status = "template_only"