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

Function getSubAgentRunner

src/tools/builtin/task.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72/** Returns the currently registered sub-agent runner, or null if not enabled. */
73export function getSubAgentRunner(): SubAgentRunner | null {
74 return subAgentRunner;
75}
76
77export class TaskTool extends Tool<z.infer<typeof TaskArgs>> {
78 name = 'task';

Callers 7

executeMethod · 0.85
executeMethod · 0.85
startSubagentFunction · 0.85
executeMethod · 0.85
runFanoutFunction · 0.85
planViaModelMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected