remember
Store facts, notes, or information in shared memory. Automatically classifies, checks conflicts, and builds a knowledge graph.
Instructions
Store a fact, note, or piece of information in SharedMemory. The memory pipeline will classify it, check for conflicts, extract knowledge, and build the graph automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The fact, note, or information to remember | |
| volume_id | No | Volume (memory space) ID. Uses default if not set. | |
| memory_type | No | Type hint for the memory. Default: factual. Use 'instruction' for rules/conventions all agents should follow. | |
| event_date | No | ISO date (YYYY-MM-DD or full ISO) of when the event occurred. Not when it's being stored. | |
| user_id | No | Scope this memory to a specific user | |
| session_id | No | Scope this memory to a conversation session | |
| agent_id | No | Agent that created this memory | |
| app_id | No | App identifier for scoping | |
| metadata | No | Arbitrary key-value metadata to attach |