Remember
saihm_rememberStore information to client-side encrypted memory. Use to persist facts, decisions, or context across sessions by creating or updating memory cells.
Instructions
Store information to SAIHM persistent encrypted memory (sealed client-side). Pass an existing cellId to update it. Use this when an agent or user wants a fact, decision, or context to persist across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellId | No | Existing cell id (hex) to update; omit to create a new cell | |
| content | Yes | Information to remember |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seq | Yes | ||
| cellId | Yes | ||
| shardId | Yes | ||
| commitmentHash | Yes |