Remember
saihm_rememberStore facts, decisions, or context in encrypted persistent memory so they outlive the current session. Provide an existing cell ID to update that memory instead of adding new.
Instructions
Store information in SAIHM persistent memory. Encryption happens in this process and the key never leaves it, so the server holds ciphertext it cannot read. Use this when a fact, decision, or piece of context should outlive the current session. Pass an existing cellId to update that cell instead of adding a new one. Returns the cell id that saihm_forget takes.
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 |