Memory System
CookAI Bot has a persistent memory system. It remembers not just the current conversation, but also your preferences, project info, and important details across sessions.
How It Works
The Bot uses a vector database to store memories. When you share important information, it stores it automatically. In future conversations, the Bot searches relevant memories for better responses.
There are two types: automatic memory (Bot decides what to remember) and manual memory (you explicitly ask the Bot to remember something).
Memory Tools
memory_search — Search memoriesmemory_get — Get specific memorymemory_save — Save new memorymemory_delete — Delete memoryPrivacy
Each Bot's memory is completely isolated, stored in its own container. Private chat memories never leak to group chats. Memories between Bots are fully isolated and inaccessible to each other.