Skip to main content
Memory is what your agents carry between runs. Without it every session would start from zero; with it, a queen who researched your market last week still knows what she found.

Scopes

Global memory

Facts that apply across the whole workspace — who you are, what you sell, who you target. Every queen can read these.

Queen memory

Scoped to a single queen. Her domain expertise, her accumulated findings, and standing direction you’ve given her.

Managing memory

Memories are Markdown, and you can read, edit, and delete them yourself from the Memory library. This matters more than it sounds: if an agent has learned something wrong, correcting the memory corrects every future run that reads it.