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

File session-store.ts

packages/agent-core/src/session/store/session-store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { cp, mkdir, readdir, readFile, rm, stat, writeFile } from 'node:fs/promises';
2import { dirname, isAbsolute, join, relative } from 'pathe';
3
4import { z } from 'zod';

Callers

nothing calls this directly

Calls 1

recordMethod · 0.80

Tested by

no test coverage detected