memo_mark_reviewed
Mark a memory as reviewed, attach evidence and actor, verify it, and schedule its next review. Retries with identical evidence won't create duplicates.
Instructions
Record review evidence, verify the memory, and schedule its next review.
Replaying the latest still-current review with identical evidence and actor is a no-op, so retries are idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the memory to mark as reviewed; errors if not found. | |
| actor | No | Identifier of who performed the review, stored with the evidence. | |
| evidence | No | Free-text evidence supporting the review; sanitized before being persisted with the review record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||