Layers
Memory layers are used as containers of several memory entries. That way a memory layer can be added to an agent variation quickly, and all of the entries within it become available to an agent when it is working through an objective. The order of memory layers that are added to your Agent Variation’s matters, too. If a layer contains the same “key” in it as another, the one that is highest positioned (position being zero indexed).Entries
An entry can be thought of like a blob, object, record, etc. It’s a piece of data contained in your memory layer, that has akey that your agent’s will use to retrieve the contents in your agentic loop.
Entries can be either stored using raw text, or by uploading a file.
Below is an example of how Cadenya uses a Memory Layer + Entries to store the different prompt modes when using our Prompt -> Config generator in certain interfaces.

Memory layer