Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodebuffAI/codebuff
/ Runner
Interface
Runner
evals/buffbench/runners/runner.ts:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
export
interface
Runner {
12
run: (prompt: string) => Promise<RunnerResult>
13
}
Callers
nothing calls this directly
Implementers
4
ClaudeRunner
evals/buffbench/runners/claude.ts
CodexRunner
evals/buffbench/runners/codex.ts
OpenCodeRunner
evals/buffbench/runners/opencode.ts
CodebuffRunner
evals/buffbench/runners/codebuff.ts
Calls
no outgoing calls
Tested by
no test coverage detected