Files
openclaw/src/gateway/session-archive.runtime.ts
Josh Lehman 2b28e75822 fix: enrich session_end lifecycle hooks (#59715)
Merged via squash.

Prepared head SHA: b3ef62b973
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
2026-04-03 00:16:14 -07:00

7 lines
183 B
TypeScript

export {
archiveSessionTranscriptsDetailed,
archiveSessionTranscripts,
cleanupArchivedSessionTranscripts,
resolveStableSessionEndTranscript,
} from "./session-archive.fs.js";