memo_signal_remember
Store a durable, idempotent operational watcher signal with epoch and fence tokens to reject stale updates and maintain consistent state.
Instructions
Remember a durable, idempotent operational watcher marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | No | Monotonic watcher epoch; stale epochs are rejected. | |
| fence | No | Optional leadership fence token. | |
| marker | Yes | Stable idempotency marker for the watcher signal. | |
| payload | No | Structured signal payload. | |
| actor_id | No | Agent writing the signal. | memo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||