feat: add deep_dream_enabled config toggle

This commit is contained in:
zhayujie
2026-07-05 21:31:16 +08:00
parent 013960cd5a
commit a871c0437d
5 changed files with 61 additions and 0 deletions

View File

@@ -79,6 +79,22 @@ In addition to the automatic daily run, you can manually trigger distillation in
After first deployment, it's recommended to run `/memory dream 30` once to distill all historical daily memories into MEMORY.md.
</Tip>
## Config Toggle
Control the nightly automatic distillation via `deep_dream_enabled` in `config.json`:
```json
{
"deep_dream_enabled": true
}
```
| Key | Description | Default |
| --- | --- | --- |
| `deep_dream_enabled` | Enable the daily scheduled distillation | `true` |
Enabled by default to keep existing behavior. When disabled, the nightly distillation no longer runs — useful if you prefer to maintain MEMORY.md manually or want to save an LLM call (daily memory summarization is not affected). The manual `/memory dream` command is also unaffected and can still be triggered anytime.
## Safety Mechanisms
| Mechanism | Description |