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

Method getGoal

packages/agent-core/src/rpc/core-impl.ts:816–818  ·  view source on GitHub ↗
({ sessionId, ...payload }: SessionAgentPayload<EmptyPayload>)

Source from the content-addressed store, hash-verified

814 }
815
816 getGoal({ sessionId, ...payload }: SessionAgentPayload<EmptyPayload>): Promise<GoalToolResult> {
817 return Promise.resolve(this.sessionApi(sessionId).getGoal(payload));
818 }
819
820 pauseGoal({
821 sessionId,

Callers 5

goal.test.tsFile · 0.45
goal.test.tsFile · 0.45
index.test.tsFile · 0.45
resolveExecutionMethod · 0.45

Calls 2

sessionApiMethod · 0.95
resolveMethod · 0.65

Tested by

no test coverage detected