batch_remember
Store multiple facts or pieces of information at once to batch-write memories, reducing repeated calls for persistent memory.
Instructions
Store multiple facts or pieces of information at once. More efficient than calling remember() in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes | Array of memories to store | |
| volume_id | No | Volume (memory space) ID. Uses default if not set. | |
| user_id | No | Scope all memories to a specific user | |
| session_id | No | Scope all memories to a conversation session | |
| agent_id | No | Agent that created these memories | |
| app_id | No | App identifier for scoping |