↓ 2 callersFunctionrunComparisonAgents({
runId,
fixture,
workspaceAgent,
sandboxAgent,
appendEvent,
}: RunComparisonAgentsOptions)
examples/think-compare-runtimes/worker/comparison-agents.ts:16
↓ 2 callersFunctionrunSandboxFixtureSetup({
runId,
fixture,
runtime,
recorder,
now = () => new Date().toISOString(),
}: SandboxFixtureSetupOp
examples/think-compare-runtimes/worker/runtime/sandbox-run.ts:15
↓ 2 callersFunctionrunWorkspaceFixtureSetup({
runId,
fixture,
runtime,
recorder,
now = () => new Date().toISOString(),
}: WorkspaceFixtureSetup
examples/think-compare-runtimes/worker/runtime/workspace-run.ts:15
↓ 2 callersFunctionsend(
response: ServerResponse,
statusCode: number,
body: string,
headers: Record<string, string> = {},
)
packages/computerd/src/cli/computerd.ts:89
↓ 2 callersFunctionstartRuntimeThinkAgents({
runId,
fixture,
workspaceAgent,
sandboxAgent,
onAgentStart,
onAgentComplete,
onAgentError,
}:
examples/think-compare-runtimes/worker/think/agent-starter.ts:28