Memory#
Memory is how VOOL carries facts across sessions. It is stored as files on your machine, inside the workspace, in a readable format.
Properties#
- On disk, in the open. Memory is files you can read, edit, and delete.
- Local. Memory is not synchronised to a server.
- Scoped to a workspace. One project's memory does not leak into another.
Managing it#
Memory files can be edited or deleted directly. Deleting a memory file removes that fact — there is no second copy elsewhere.
In cloud mode, relevant memory may be part of the context sent to the provider, on the same terms as any other context. See Local and cloud.