MCPcopy
hub / github.com/superagent-ai/grok-cli / VerifyAgentLike

Interface VerifyAgentLike

src/verify/orchestrator.ts:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { inferVerifyProjectProfile, type VerifyProjectProfile } from "./recipes";
7
8export interface VerifyAgentLike {
9 getCwd(): string;
10 getSandboxSettings(): SandboxSettings;
11 setSandboxSettings(settings: SandboxSettings): void;
12 detectVerifyRecipe(settings?: SandboxSettings, abortSignal?: AbortSignal): Promise<VerifyRecipe | null>;
13 runTaskRequest(
14 request: TaskRequest,
15 onActivity?: (detail: string) => void,
16 abortSignal?: AbortSignal,
17 ): Promise<ToolResult>;
18}
19
20export interface PreparedVerifyRun {
21 profile: VerifyProjectProfile;

Callers 24

createMethod · 0.65
startDaemonMethod · 0.65
bash.test.tsFile · 0.65
prepareVerifyRunFunction · 0.65
cwdFunction · 0.65
AppFunction · 0.65
startMethod · 0.65
listMethod · 0.65
bash.test.tsFile · 0.65
prepareVerifyRunFunction · 0.65
runVerifyOrchestrationFunction · 0.65
AppFunction · 0.65

Implementers 1

Agentsrc/agent/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected