add_memory
Add memory content asynchronously to enable AI applications to store and retrieve long-term context across sessions with intelligent caching.
Instructions
Add memory with async processing and intelligent caching. Returns immediately while processing in background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Process asynchronously for better performance | |
| content | No | Direct memory content (alternative to messages) | |
| user_id | No | oliver | |
| messages | No | Array of message objects (alternative to content) | |
| metadata | No | Additional metadata | |
| priority | No | Processing priority (high = immediate cache) | medium |
| skip_duplicate_check | No | Skip duplicate detection (use with caution) |