cuba_eco
Provide reinforcement feedback to adjust memory observation importance and manage quarantine gates to control which memories are retrievable.
Instructions
RLHF feedback: positive boosts importance (Oja's rule), negative decreases, correct updates content. Also the quarantine gate: 'pending' lists memories withheld from search because they came from untrusted text, 'promote' makes one retrievable, 'quarantine' withdraws one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows for the 'pending' listing (default 20, max 200) | |
| action | Yes | Feedback type, or a quarantine transition: promote/quarantine flip one observation's retrievability; pending lists what is currently withheld. | |
| correction | No | New content (for correct action) | |
| entity_name | No | Target entity | |
| observation_id | No | Target observation UUID |