How Agents Work

Memory

Updated Jun 5, 2026 · 1 min read

Memory is how an agent remembers things across conversations. Before each reply,
the app searches stored memories — by meaning and by keyword together — and folds
the most relevant ones into the agent's context, so it can recall a fact you mentioned
days ago in a different session. Trivial messages (greetings, "ok", short commands)
skip the search to avoid noise.

Two independent switches control it per agent, on the Config tab's Memory card:

memory tool). Without it, the agent starts each turn with a blank slate.

from your chats into memory.

Both default on for new agents. New written material is automatically broken into
chunks and indexed so it can be found later. These switches stay in lock-step with the
agent loop diagram, so what you toggle here matches what the loop
actually does.

Related: Sessions & Conversation History (deleting a turn removes it from the
chat context, which is separate from long-term memory).

#memory#recall#embeddings