Skip to content

Commands

LivingMemory commands use the /lmem prefix.

CommandDescription
/lmem statusShow memory store status
/lmem search <query> [k]Search long-term memories; k defaults to 5
/lmem forget <id>Delete a specific memory
/lmem rebuild-indexRebuild document indexes
/lmem rebuild-graphRebuild graph memory indexes
/lmem webuiShow WebUI entry information
/lmem summarizeSummarize the current session immediately
/lmem resetReset current session memory context
/lmem cleanup [preview|exec]Clean old memory injection fragments from message history
/lmem helpShow help

Troubleshooting

SymptomTry this
Recently discussed content is not searchableRun /lmem summarize to ensure it has been written into long-term memory
Memories leak across personasCheck filtering_settings.use_persona_filtering
Group context is incompleteCheck session_manager.enable_full_group_capture
Search indexes look inconsistentRun /lmem rebuild-index; for graph issues, run /lmem rebuild-graph