memory_feedback
Signal how helpful retrieved memories were to adjust their ranking for future recall.
Instructions
Report whether memories returned by memory_read were actually helpful. This is a learning signal, not a log: positive feedback raises a memory's ranking so it surfaces faster next time (across all of the user's tools), negative feedback lets it fade. Call it right after you act on (or reject) recalled memories, passing the ids from the memory_read results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | How helpful was this? 1.0 = very helpful, 0 = neutral, -1.0 = harmful/wrong | |
| atom_ids | Yes | IDs of memories to give feedback on (from memory_read results) |