touch_memory
Reinforce a memory by its ID to reset its decay and keep it fresh. Optionally boost its base strength so important information persists through repeated use.
Instructions
Reinforce memory to reset decay.
Args: memory_id: Memory UUID. boost_strength: Increase base strength.
Returns: Dict with old_score, new_score, use_count, strength.
Raises: ValueError: Invalid UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| boost_strength | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||