referenceJune 7, 2026· 3 min read
How to use the CMEM commands: long-term agent memory
CMEMSET stores a fact scoped to (agent, user); CMEMGET recalls by meaning, recency-blended; consolidation retires contradictions automatically.
The CMEM family is agent memory at the command line. Store facts, recall them semantically, and let consolidation keep the picture current.
crowkis cli
> CMEMSET support u_42 "moved to Berlin in March" OK > CMEMSET support u_42 "no longer in Munich" OK > CMEMGET support u_42 "where do they live?" K 1 "moved to Berlin in March" > CMEMASOF support u_42 "address" AT 2026-01-01 "lived in Munich" # bi-temporal: what was true then
See the full suite — CMEMHISTORY, CMEMEXTRACT, CMEMFORGET, CMEMLINK, CMEMGRAPH — on the Agent Memory page.