MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / MatrixEntry

Interface MatrixEntry

scripts/build-workflow-matrix.ts:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface MatrixEntry {
26 agent: string;
27 model: string;
28 eval: string;
29}
30
31interface DatasetEntry {
32 repo: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected