Datasets:
Upload MATTER-604 private review candidate
Browse files
README.md
CHANGED
|
@@ -63,6 +63,28 @@ The closed-source MatMaster image is not distributed. Third-party Agents may
|
|
| 63 |
use their own runtime as long as they receive only the public task package and
|
| 64 |
return the documented answer/artifact bundle.
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
## License
|
| 67 |
|
| 68 |
MATTER-owned benchmark content in this repository is released under
|
|
|
|
| 63 |
use their own runtime as long as they receive only the public task package and
|
| 64 |
return the documented answer/artifact bundle.
|
| 65 |
|
| 66 |
+
### Bohr CLI
|
| 67 |
+
|
| 68 |
+
Of the 604 tasks, 53 are tagged `bohr-cli`. A complete run must provide an
|
| 69 |
+
authenticated real `bohr` executable for those tasks and retain the audited
|
| 70 |
+
`bohr_cli_receipts.jsonl` produced during solving. The other 551 tasks do not
|
| 71 |
+
have a benchmark-wide mandatory Bohr CLI dependency, although Bohrium can be
|
| 72 |
+
used as an optional remote-compute route when the task contract permits it.
|
| 73 |
+
|
| 74 |
+
The published three-Agent runs used Node.js 22 and Bohr CLI 2.5.17. Reproduce
|
| 75 |
+
that environment with:
|
| 76 |
+
|
| 77 |
+
```bash
|
| 78 |
+
npm install -g @dptech-corp/bohr-cli@2.5.17
|
| 79 |
+
bohr version -o json
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
An unpinned `npm install -g @dptech-corp/bohr-cli` follows npm `latest` and must
|
| 83 |
+
be reported as a different runtime if its version differs. The scoring process
|
| 84 |
+
does not call Bohrium again; it consumes receipts and retained tool events from
|
| 85 |
+
the solve. Installing the CLI after a run cannot reconstruct missing execution
|
| 86 |
+
evidence. Keep the authentication cache and access key outside Agent outputs.
|
| 87 |
+
|
| 88 |
## License
|
| 89 |
|
| 90 |
MATTER-owned benchmark content in this repository is released under
|