docs/en/cli/memory-knowledge.mdx
Manage the Agent's long-term memory system.
Manually trigger memory distillation (Deep Dream) — consolidate recent daily memories into MEMORY.md and generate a dream diary.
/memory dream [N]
N: Consolidate the last N days of memory (default 3, max 30)Examples:
/memory dream # Consolidate last 3 days
/memory dream 7 # Consolidate last 7 days
/memory dream 30 # Consolidate last 30 days (full)
On the Web console, the completion notification includes clickable links to view the updated MEMORY.md and dream diary.
<Tip> The system automatically runs distillation daily at 23:55 (lookback 1 day). Manual trigger is useful for consolidating historical memories after first deployment, or when you need an immediate memory update. </Tip>View and manage the personal knowledge base. Shows statistics by default.
/knowledge
View the knowledge base directory tree.
/knowledge list
Enable or disable the knowledge base. When disabled, knowledge prompts and file indexing are not injected.
/knowledge on
/knowledge off