memvid_store
Store long-term memories such as user preferences, project details, and technical decisions. Use categories, tags, and importance levels to organize and preserve critical context across sessions.
Instructions
存储一条长期记忆(如用户偏好、项目信息、技术决策等)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 标签 | |
| content | Yes | 记忆内容 | |
| category | No | 分类 | |
| importance | No | 重要性 (1-10, 默认5) |