remember
Store memory observations with optional tags, importance ratings, context, and automatic expiration to manage and organize information effectively.
Instructions
Store a memory observation in Novyx.
Args: observation: The memory content to store. tags: Optional list of tags for categorization. importance: Importance score 1-10 (default 5). context: Optional context string. ttl_seconds: Optional time-to-live in seconds. Memory auto-expires after this duration.
Returns: JSON string with the stored memory UUID and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| context | No | ||
| importance | No | ||
| observation | Yes | ||
| ttl_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |