#Dreaming use a separate model

4 messages · Page 1 of 1 (latest)

marsh lynx
#

Is there a way for me to configure a discrete model that's used for dreaming only? The regular model is too expensive to use for dreaming

quick riverBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

candid etherBOT
#

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.enabled
  • plugins.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:

  1. Run dreaming less often
{
  plugins: {
    entries: {
#
      "memory-core": {
        config: {
          dreaming: {
            enabled: true,
            frequency: "0 3 * * 0", // weekly
          },
        },
      },
    },
  },
}
  1. Turn it off and run promotion manually when you want