store
Store a memory with tags, context, importance, and namespace. Build a persistent, correctable AI memory that surfaces corrections first.
Instructions
Store a memory.
Args:
content: The memory content to store.
tags: Comma-separated tags (e.g. "preference,ui,dark-mode").
context: When/where this memory applies.
importance: 1-10, how important this memory is.
namespace: Namespace for organizing memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| context | No | ||
| namespace | No | default | |
| importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |