remember
Store episodic memories about users, projects, feedback, or yourself to retain context across AI agent sessions.
Instructions
Store an episodic memory that persists across sessions. Use this when you learn something important about the user, a project, or yourself that should be available in future sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live: "7d", "30d", "24h", "permanent", or omit for no expiration. | |
| title | Yes | Short title for the memory | |
| content | Yes | The memory content — what you learned, observed, or were told | |
| project | No | Associated project, if any (omit for global memories) | |
| category | Yes | Memory category: user (about the human), project (about work), self (capability/learning), feedback (corrections/confirmations), reference (external pointers), pursuit (active goal or ongoing creative thread) | |
| metadata | No | Arbitrary key-value metadata |