MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / setSubAgentRunner

Function setSubAgentRunner

src/tools/builtin/task.ts:69–71  ·  view source on GitHub ↗
(runner: SubAgentRunner | null)

Source from the content-addressed store, hash-verified

67 executionMode?: 'subagent' | 'normal';
68 askUser?: (prompt: string, options?: string[]) => Promise<string>;
69 onToolUI?: (event: import('../base.js').ToolUIEvent) => void;
70}
71
72type SubAgentRunner = (
73 prompt: string,
74 opts: SubAgentOpts,

Callers 2

task-tool.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected