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

Function session

packages/agent-core/test/services/task-service.test.ts:67–75  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

65}
66
67function session(id: string): SessionSummary {
68 return {
69 id,
70 workDir: '/tmp',
71 sessionDir: `/tmp/sd-${id}`,
72 createdAt: 0,
73 updatedAt: 0,
74 };
75}
76
77function bashTask(
78 taskId: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected