Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ cp, mkdir, readdir, readFile, rm, stat, writeFile } from
'node:fs/promises'
;
2
import
{ dirname, isAbsolute, join, relative } from
'pathe'
;
3
4
import
{ z } from
'zod'
;
Callers
nothing calls this directly
Calls
1
record
Method · 0.80
Tested by
no test coverage detected