Do not use memory as a file store, the workspace as a conversation transcript, or the final answer as proof that a promised file was saved.
Conversation continuity
Assistant threads preserve messages, artifacts, plans, actions, and execution details according to access and retention policy. Durable Agent sessions preserve run lineage and the state required for authorized follow-up work.Durable memory
Memory is explicit, selective knowledge for future work. Authorized users and Agents can manage concise entries within defined ownership scopes. The platform does not automatically treat every final answer as learned memory.Memory kinds
Ownership scopes
User, Agent, and Workspace memory requires the exact subject identifier. Instance and Shared memory are tenant-wide and do not take a subject identifier. Deleted memory is soft-deleted and can be restored; runtime recall ignores deleted entries.
What to save
Good memory is stable, concise, named, and useful after the current task ends:Agent workspaces
Every successfully created Agent has a workspace root. You can use:- Managed — RevoEngine creates and owns a new restricted workspace for the Agent.
- Existing — an operator links an authorized Explorer folder as the Agent root.
Workspace writes and approvals
Writes inside an Agent’s enforced workspace can proceed without a separate user approval when policy allows because the target is already restricted to the linked root. Writes outside that boundary remain normal Explorer operations and keep the Assistant approval policy. This does not make workspace content public. Download, preview, thumbnail, upload, archive, and folder operations still require platform authentication and Agent access.Outputs and completion
A run output should reference a file only after a storage-producing operation persisted it. Generated output metadata includes the storage entry, name, MIME type, kind, size, and, where available, the source Assistant message. A file is required when the instruction asks for a durable file or folder, or when a delegated workflow explicitly requires an artifact-first handoff. Analysis, an inline table, a verified platform mutation, or a concise answer can complete successfully without creating an unnecessary file.Choose the right store
I need the Assistant to remember my preferred response style
I need the Assistant to remember my preferred response style
Save a
USER preference memory. Do not add it to every workspace file.An Agent must continue a failed task
An Agent must continue a failed task
Use the durable run/session checkpoint and retry or continue controls. Do not copy live progress into memory.
Several runs need the same generated report template
Several runs need the same generated report template
Store the template in the Agent workspace. Save only the stable usage convention as Workspace or Agent memory if it helps future selection.
The company chose a tenant-wide source of truth
The company chose a tenant-wide source of truth
An authorized operator can create an Instance memory entry with references to the governing platform objects or documentation.
Assistant configuration
Separate administrator policy from personal defaults.
Autonomous Agents
Configure the identity and runs that use these stores.
Storage
Learn how managed files and folders behave outside Agent-specific workflows.

