tidy: clean up old benchmark and add gym (#7081)

This commit is contained in:
Michael Neale
2026-02-09 17:08:46 +11:00
committed by GitHub
parent d4865ae9fe
commit a3ba124178
76 changed files with 6448 additions and 91262 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "agent-runner",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "tsc",
"test": "tsx src/runner.ts",
"test:scenario": "tsx src/runner.ts --scenario"
},
"dependencies": {
"glob": "^11.0.0",
"yaml": "^2.4.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.5.0"
}
}