task_sediment
Distill completed tasks into knowledge points stored in vector memory, converting title, description, and results into searchable context for future tasks.
Instructions
任务完成自动沉淀:把一条已完成/已有结果的任务(标题+描述+结果)提炼成知识点写进向量记忆(memory_add)。供后续任务 memory_search 复用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| scope | No | ||
| source | No | ||
| task_id | Yes | ||
| category | No | 记忆 category,默认 global:bridge |