Loading...
Loading...
Stores a memory verbatim from user input with appropriate type classification and metadata. Use when the user says remember this, save this, store this, note that, or explicitly asks to record a decision, preference, convention, or learning.
npx skill4agent add mem0ai/mem0 remember/mem0:remember <text>metadata.type| Content signal | Type |
|---|---|
| "we decided...", "always use...", "never..." | |
| "X doesn't work because...", "don't try..." | |
| "I prefer...", "use X instead of Y" | |
| "the convention is...", "we always..." | |
| "learned that...", "figured out..." | |
| setup, env, tooling, config | |
| anything else | |
add_memorytext="<the user's text>"user_id=<active_user_id>app_id=<active_project_id>metadata={"type": "<classified_type>", "branch": "<active_branch>", "confidence": 1.0, "source": "remember_command"}infer=Falseinfer=Falseconfidence=1.0add_memoryevent_idmemory_idget_event_status(event_id=<event_id>)SUCCEEDEDPENDINGprocessingRemembered as <type>: "<content, first 80 chars>"
Memory ID: <id from event status>...