memory_feedback
Send feedback on recalled memories to adjust their ranking and improve future retrieval across all tools.
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 |
|---|---|---|---|
| atom_ids | Yes | IDs of memories to give feedback on (from memory_read results) | |
| outcome | Yes | How helpful was this? 1.0 = very helpful, 0 = neutral, -1.0 = harmful/wrong |