remember
Store memory observations with tags, importance, context, and optional auto-expiration. Persist AI agent knowledge with configurable TTL.
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 |
|---|---|---|---|
| observation | Yes | ||
| tags | No | ||
| importance | No | ||
| context | No | ||
| ttl_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |