memory_reinforce
Reinforce connections between records that are retrieved together. Strengthens Hebbian edges to improve memory recall in co-answering scenarios.
Instructions
Boost Hebbian edges among co-retrieved record ids. Mutates edge weights. Use when two records co-answered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Record UUIDs that were co-retrieved in the current context. Edges between every pair are incremented; identical pair sets are idempotent within one session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges_boosted | No | ||
| new_weights | No |