remember
Store observations as persistent memories with optional tags, importance levels, context, and auto-expiration to manage AI agent memory.
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 |