memory_check_supersedes
Determine if a newer memory should replace an older one by analyzing validation history for consistent success where previous attempts failed.
Instructions
Check if a memory should supersede another based on validation history.
A newer memory supersedes an older one when it consistently succeeds where the older one failed on similar topics.
Args: memory_id: ID of the (potentially newer) memory to check create_edge: Whether to create SUPERSEDES edge (default: True)
Returns: Result with superseded memory ID if applicable
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| create_edge | No |