hebbrix_mark_used
Reinforce memory strength after use: mark a retrieved memory as helpful or unhelpful to boost useful recollections and fade noisy ones, improving recall ranking over time.
Instructions
Reinforce a memory you actually USED to answer (Hebbian recall): call this
when a retrieved memory was helpful (helpful=True, strengthens it) or was noise
(helpful=False, weakens it). Over time this makes the memories you rely on rank
higher and unused ones fade. query is the question it helped answer, if handy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| helpful | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||