#Dreaming use a separate model
4 messages · Page 1 of 1 (latest)
Short version: not as a supported config knob right now.
I checked the current docs and schema, and dreaming only exposes user-facing config like:
plugins.entries.memory-core.config.dreaming.enabledplugins.entries.memory-core.config.dreaming.frequency
So there is not a documented “dreaming-only model” setting yet. Dreaming is treated as one managed sweep, not a separately modeled agent.
Best workarounds for now:
- Run dreaming less often
{
plugins: {
entries: {
"memory-core": {
config: {
dreaming: {
enabled: true,
frequency: "0 3 * * 0", // weekly
},
},
},
},
},
}
- Turn it off and run promotion manually when you want