Memory
Tool set: memoryDefault: Enabled
Persistent memory allows agents to store and recall information across conversations. When a user shares preferences, important details, or context, the agent saves it and references it later.
Tools
| Tool | Description |
|---|---|
| store_memory | Save information with an optional category |
| recall_memory | Full-text search across stored memories |
| search_memories | List all memories, optionally filtered |
Categories
Memories can be tagged with categories for easier retrieval: preference, personal, project, contact, or custom categories.
Example
User: "Remember that I prefer TypeScript and always use Tailwind"
Agent stores: Content with category "preference". In future conversations, the agent reads this memory and applies the preferences.
