| name | reme-personal-memory-vector |
| description | Use when you need vector-backed personal memory in ReMe, including preference extraction, personal-memory retrieval, or PersonalMemoryService and ReMeApp integration. |
ReMe Personal Memory Vector
Use this skill for ReMe's vector-backed personal memory flows.
When to Use
Use this skill when you need to:
- extract stable user preferences or habits from conversations
- retrieve personal memory fragments for a new interaction
- wire personal memory through HTTP APIs,
ReMeApp, or service wrappers
Do not use this skill for file-first workspace notes, task/procedural memory, tool memory, or working-memory offload.
Core Entry Points
summary_personal_memory
retrieve_personal_memory
PersonalMemoryService
ReMeApp.async_execute(...)
Usage Pattern
- choose a
workspace_id
- send trajectories or messages to
summary_personal_memory
- query the same workspace with
retrieve_personal_memory
- inject retrieved results into the next interaction only where they materially help
Design Rules
- keep personal memory about durable user facts, not generic task execution notes
- store reusable habits, preferences, and standing context
- avoid mixing one-off debug artifacts into personal memory
- keep workspace identifiers stable so retrieval remains meaningful across sessions