remember
Save a note to an agent's memory and get its ID. Optionally pin it to prevent automatic eviction.
Instructions
Save a note to this agent's memory. Returns the new memory's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The note to remember, in plain text. | |
| pinned | No | If true, exempt this memory from automatic eviction under max_memories, even once it's no longer among the most recent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |