memory_feedback
Improve future memory retrieval by rating the helpfulness of recalled memories. Positive feedback boosts rankings, negative feedback lets them fade.
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) |