Save a fact to the user’s memory
cortex_rememberPersist a fact, decision or conclusion into the memory, attributed to you. It becomes retrievable via cortex_ask immediately, in this session and every future one, from any agent the user has connected. Provenance: pass source_universal_ids from a previous cortex_ask so the fact links to its evidence. Keep each memory to ONE self-contained fact. Use this whenever the conversation produces a durable conclusion the user would want remembered — a decision, a preference, an outcome, a commitment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | e.g. 'decision', 'observation', 'task-outcome'. | |
| text | Yes | The fact or conclusion itself — one self-contained statement. | |
| confidence | No | 0..1, weights the provenance edges. | |
| source_universal_ids | No | Universal ids from a previous cortex_ask that this fact came from. |