MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / queuedTask

Function queuedTask

packages/agent-core/test/session/subagent-batch.test.ts:895–905  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

893}
894
895function queuedTask(index: number): QueuedSubagentTask<number> {
896 return {
897 kind: 'spawn',
898 data: index,
899 profileName: 'coder',
900 parentToolCallId: 'call_swarm',
901 prompt: `Review item-${String(index)}`,
902 description: `Review #${String(index)}`,
903 runInBackground: false,
904 };
905}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected