memory_feedback
Improve memory recall by rating retrieved memories as helpful or not. Positive ratings boost their future ranking; negative ratings let 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. NOTE: this reaches your own domains only — it takes no domain argument, so rating a memory that lives in a shared room silently does nothing.
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) |