remember
Stores durable agent memories by recording traces and deterministically choosing to create a new memory or append to a strongly matching existing one.
Instructions
Agent-friendly write API that records a trace and deterministically chooses whether to create a new memory or append to a strongly matching existing memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Memory content the agent believes should persist. | |
| meta | No | Optional metadata for precise memory creation; supplied fields are authoritative. | |
| id | No | Target memory id required for explicit append or update modes. | |
| title | No | Optional title for a new memory or matching existing memories. | |
| category | No | Category to use when a new memory is created. | memory |
| memory_type | No | Optional human-memory class such as episodic, semantic, procedural, or preference. | |
| tags | No | Optional tags for a new memory. | |
| scope | No | Optional structured scope used for matching and new metadata. | |
| source_agent | No | Agent identity writing the memory. | |
| confidence | No | Optional confidence label for a new memory. | |
| salience | No | Optional importance from 0 to 1. | |
| mode | No | Write mode: auto, create, append, or update. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||