Behavioral evals framework. (#16047)

This commit is contained in:
Christian Gunderman
2026-01-14 04:49:17 +00:00
committed by GitHub
parent 933bc5774f
commit 8030404b08
15 changed files with 1577 additions and 1413 deletions

View File

@@ -9,6 +9,12 @@
"build": "node ../../scripts/build_package.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@google/gemini-cli-core": "file:../core",
"@lydell/node-pty": "1.1.0",
"strip-ansi": "^7.1.2",
"vitest": "^3.2.4"
},
"devDependencies": {
"typescript": "^5.3.3"
},

View File

@@ -5,3 +5,4 @@
*/
export * from './file-system-test-helpers.js';
export * from './test-rig.js';

File diff suppressed because it is too large Load Diff