mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
refactor: keep lifecycle cleanup internal
This commit is contained in:
@@ -22,7 +22,6 @@ export { resolveGroupSessionKey } from "../config/sessions/group.js";
|
||||
export { canonicalizeMainSessionAlias } from "../config/sessions/main-session.js";
|
||||
export {
|
||||
clearSessionStoreCacheForTest,
|
||||
cleanupSessionLifecycleArtifacts,
|
||||
getSessionEntry,
|
||||
listSessionEntries,
|
||||
patchSessionEntry,
|
||||
@@ -34,10 +33,6 @@ export {
|
||||
updateSessionStoreEntry,
|
||||
upsertSessionEntry,
|
||||
} from "../config/sessions/store.js";
|
||||
export type {
|
||||
SessionLifecycleArtifactCleanupParams,
|
||||
SessionLifecycleArtifactCleanupResult,
|
||||
} from "../config/sessions/store.js";
|
||||
export {
|
||||
evaluateSessionFreshness,
|
||||
resolveChannelResetConfig,
|
||||
|
||||
Reference in New Issue
Block a user