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

Method start

packages/agent-core/src/agent/background/task.ts:64–64  ·  view source on GitHub ↗
(sink: BackgroundTaskSink)

Source from the content-addressed store, hash-verified

62 readonly timeoutMs?: number;
63
64 start(sink: BackgroundTaskSink): void | Promise<void>;
65 onDetach?(): void;
66 forceStop?(): Promise<void>;
67 toInfo(base: BackgroundTaskInfoBase): BackgroundTaskInfo;

Callers 2

startMethod · 0.65
runTaskLifecycleMethod · 0.65

Implementers 3

ProcessBackgroundTaskpackages/agent-core/src/agent/backgrou
AgentBackgroundTaskpackages/agent-core/src/agent/backgrou
QuestionBackgroundTaskpackages/agent-core/src/agent/backgrou

Calls

no outgoing calls

Tested by

no test coverage detected