memory_reinforce
Strengthen associations between co-answered records by incrementing edge weights between their UUIDs. Use after records are co-retrieved to reinforce connections in long-term memory.
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 |
|---|---|---|---|
| new_weights | No | ||
| edges_boosted | No |