Dropstone Support

Agent memory

Agent memory is what an agent stores between sessions and brings back when it is relevant: standing rules, facts, studied material, and short summaries of past conversations.

Agent memory is what an agent keeps between sessions and brings back into a turn when it is relevant to what you asked.

It is not the conversation you are in. That is context, and it disappears when the window closes. Memory is the part that outlives it, and in Dropstone it holds four kinds of thing:

KindWhat it is
RulesStanding instructions: "always", "never", "from now on". They come along on every turn
FactsSomething true about you or your work, brought in when it bears on the question
Studied materialDocumentation or a codebase you asked it to study, available afterwards
SummariesA short record of what a past conversation was about, so the thread can be picked up

Two properties are worth checking in any agent that claims memory. It should be visible: you can ask what it remembers and get the list. And it should be removable: asking it to forget something actually removes it rather than hiding it. Dropstone does both. See See what Dropstone has learned and Change or forget a memory.

Related articles

Ctrl+I