Files
openclaw/extensions/memory-core/src/session-backfill-gateway.runtime.ts
T
Vincent Koc cbde3c1945 perf(memory): defer session backfill runtime (#119372)
Punchcard-Session: coral-workshop-workshop-3f
2026-08-05 08:16:20 +08:00

4 lines
238 B
TypeScript

// Keep the gateway's dynamic boundary separate from the CLI runtime, which
// also owns a static session-backfill import for command execution.
export { executeSessionBackfill, executeSessionBackfillBatch } from "./session-backfill.js";