store_memory
Save a memory record to the Hub with private, group, or collective visibility. Include title, tags, and an optional task reference for later recall via full-text search.
Instructions
存储一条记忆到 Hub。支持 private(仅自己可见)、group(组内可见)、collective(全局可见)三种范围。存储后可通过 recall_memory 全文搜索召回。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 记忆内容(最多 10000 字符) | |
| title | No | 记忆标题(最多 500 字符) | |
| scope | No | 可见范围 | private |
| tags | No | 标签列表,如 ['work', 'important'] | |
| source_task_id | No | 关联任务 ID(用于溯源追踪) |