diff --git a/model-registry/minimax.yaml b/model-registry/minimax.yaml new file mode 100644 index 0000000..60e943b --- /dev/null +++ b/model-registry/minimax.yaml @@ -0,0 +1,15 @@ +name: minimax +endpoint: minimax +provider: minimax +scores: + complexity: 10 + test_pass_rate: 9 + creativity: 10 + spec_adherence: 9 + cost_efficiency: 3 + context_utilisation: 10 +cost_per_1k_tokens: + input: 0.0 + output: 0.0 +source: benchmark +harness_version: null diff --git a/workflows/tdd-impl.yaml b/workflows/write-code-following-tdd.yaml similarity index 99% rename from workflows/tdd-impl.yaml rename to workflows/write-code-following-tdd.yaml index 6b5a177..8650ca0 100644 --- a/workflows/tdd-impl.yaml +++ b/workflows/write-code-following-tdd.yaml @@ -1,4 +1,4 @@ -name: tdd-impl +name: write-code-following-tdd version: 1 description: > Parallel TDD implementation: two agents implement against a pre-written test suite,