sage_remember
Store persistent memories across conversations in SAGE's validated institutional memory system. Save facts, observations, inferences, or tasks with confidence scores and tags for AI agents.
Instructions
Store a memory in SAGE. Use this to save facts, observations, or inferences that should persist across conversations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confidence | No | Confidence score 0-1 | |
| content | Yes | The memory content to store | |
| domain | No | Domain tag (e.g. general, security, code) | general |
| tags | No | User-defined labels for this memory (e.g. 'important', 'project-x') | |
| type | No | observation |