chore: add braintrust + autoevals as dev dependencies

Backing the model benchmark with Braintrust's local eval runner and its
autoevals scorer library instead of an in-house scoring engine.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sinabina
2026-07-21 14:11:39 -07:00
co-authored by Claude Opus 4.8
parent a84a6e233d
commit 313e8719f7
2 changed files with 213 additions and 3 deletions
+3 -1
View File
@@ -97,6 +97,8 @@
],
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "0.2.117",
"@huggingface/transformers": "^4.1.0"
"@huggingface/transformers": "^4.1.0",
"autoevals": "^0.3.0",
"braintrust": "^3.24.0"
}
}