MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / main

Function main

evals/buffbench/main-single-eval.ts:5–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { runBuffBench } from './run-buffbench'
4
5async function main() {
6 const saveTraces = process.argv.includes('--save-traces')
7
8 await runBuffBench({
9 evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
10 agents: ['base2-free-deepseek-v4'],
11 taskIds: ['server-agent-validation'],
12 saveTraces,
13 })
14
15 process.exit(0)
16}
17
18if (import.meta.main) {
19 main().catch((error) => {

Callers 1

Calls 1

runBuffBenchFunction · 0.90

Tested by

no test coverage detected