MCPcopy Create free account
hub / github.com/Qinbf/groundmap / AgentRunInput

Interface AgentRunInput

tools/debug-console/lib/agent-loop.ts:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31import { verifyBlockCitations } from "./verify-citations";
32
33export interface AgentRunInput {
34 provider: Provider;
35 model: string;
36 system: string;
37 messages: ChatMessage[];
38 toolBudget?: number;
39 signal?: AbortSignal;
40 mode?: QueryMode;
41}
42
43const DEFAULT_TOOL_BUDGET = 10;
44const MAX_TURNS = 12;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected