DocsToolsMemory

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

ToolDescription
store_memorySave information with an optional category
recall_memoryFull-text search across stored memories
search_memoriesList 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.