mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
fix(memory-core): align dreaming promotion
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from "../memory-host-sdk/status.js";
|
||||
export * from "../memory-host-sdk/dreaming.js";
|
||||
|
||||
@@ -46,6 +46,15 @@ export {
|
||||
withProgress,
|
||||
withProgressTotals,
|
||||
} from "./memory-core-host-runtime-cli.js";
|
||||
export {
|
||||
formatMemoryDreamingDay,
|
||||
isSameMemoryDreamingDay,
|
||||
MEMORY_DREAMING_PRESET_DEFAULTS,
|
||||
normalizeMemoryDreamingMode,
|
||||
resolveMemoryCorePluginConfig,
|
||||
resolveMemoryDreamingConfig,
|
||||
resolveMemoryDreamingWorkspaces,
|
||||
} from "./memory-core-host-status.js";
|
||||
export {
|
||||
listMemoryFiles,
|
||||
normalizeExtraMemoryPaths,
|
||||
|
||||
Reference in New Issue
Block a user