feat(memory-sdk): add memory event journal bridge

This commit is contained in:
Vincent Koc
2026-04-05 20:58:08 +01:00
parent fbbe2a1675
commit d1c7d9af80
14 changed files with 413 additions and 5 deletions

View File

@@ -46,6 +46,12 @@ export {
withProgress,
withProgressTotals,
} from "./memory-core-host-runtime-cli.js";
export {
appendMemoryHostEvent,
readMemoryHostEvents,
resolveMemoryHostEventLogPath,
} from "./memory-core-host-events.js";
export type { MemoryHostEvent } from "./memory-core-host-events.js";
export {
resolveMemoryCorePluginConfig,
formatMemoryDreamingDay,