Your assistant remembers you. Not just within a single conversation, but across days, weeks, and months. Here's how.
Your assistant has two ways of remembering things:
1. Workspace files (structured, persistent)
These are the files in ~/.vellum/workspace/ that store organized information:
Your assistant reads these files at the start of every conversation. They're the baseline context that makes it feel like it knows you. Your assistant also updates them as it learns new things about you.
2. Long-term memory (searchable, associative)
Beyond workspace files, your assistant has a memory system that works more like... well, memory. It can:
These memories are searchable. When you mention Project Moonshot three weeks later, your assistant can recall everything it saved about it. You don't have to re-explain context.
Your assistant doesn't save everything. That would be noisy and useless. It saves things when:
It's designed to err on the side of remembering too little rather than too much. If you want it to remember something specific, just say so:
“Remember that my dentist appointment is on March 15th.”
“Save this: the project deadline is end of Q2.”
Every time you send a message, your assistant assembles a bundle of context:
All of this gets sent to the AI model together. That's how your assistant can respond with awareness of who you are, what you've discussed before, and what's relevant right now.
You have full control over what your assistant remembers:
Memories are stored locally on your machine. They're part of your workspace. They don't get synced to a cloud, shared with other users, or used to train AI models.
However, memories are included in the context sent to the AI model when they're relevant to a conversation. This is how your assistant “thinks” with your context. It's the same trade-off we keep mentioning: local storage, cloud thinking.
🫣 Practically speaking: If you tell your assistant something sensitive, it may save it as a memory and include it in future AI model calls when relevant. If that concerns you, you can ask it to forget specific things, or edit your workspace files directly to remove anything you don't want persisted.