sage_remember
Store durable facts or ephemeral observations to retain context across conversations. Use memory types to keep verified knowledge and session details.
Instructions
Store a memory in SAGE. Use this to save facts, observations, or inferences that should persist across conversations. IMPORTANT: Use type='fact' (confidence 0.95) for durable knowledge that should persist long-term and be visible across all agents — infrastructure details (IPs, hostnames, SSH commands, URLs, ports), architecture decisions, verified configurations, credentials paths, and server specs. Use type='observation' for ephemeral session context. Facts survive confidence decay and cross provider boundaries; observations do not.
Input 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 | Memory type. fact (0.95+): verified durable knowledge — IPs, hostnames, architecture decisions, configs, infrastructure. observation (0.80): session-level context — what happened, what was discussed. inference (0.60): hypotheses and conclusions. task: actionable items. | observation |