hebbrix_mark_used
Adjust memory rankings by marking retrieved results as helpful or noisy, reinforcing useful memories and fading unused ones.
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 | |||