memory_feedback
Report how helpful recalled memories were to refine future retrieval. Positive feedback boosts ranking, negative lowers it, improving memory recall across your 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. 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) |