MCPcopy
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
11export interface Runner {
12 run: (prompt: string) => Promise<RunnerResult>
13}

Callers

nothing calls this directly

Implementers 4

ClaudeRunnerevals/buffbench/runners/claude.ts
CodexRunnerevals/buffbench/runners/codex.ts
OpenCodeRunnerevals/buffbench/runners/opencode.ts
CodebuffRunnerevals/buffbench/runners/codebuff.ts

Calls

no outgoing calls

Tested by

no test coverage detected