supersede_memory
Replace outdated information in agent memory by linking old entries to updated versions, maintaining data integrity and tracking memory evolution.
Instructions
Replace an old memory with a new one. Old memory is marked superseded and linked to the replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_id | Yes | Memory ID being replaced | |
| new_id | Yes | Memory ID of the replacement |