Confluye
Features

Private agent memory

Private, encrypted memory that carries your preferences, instructions, and facts across agent conversations.

Private agent memory lets Confluye remember useful context between conversations without turning it into workspace-wide knowledge. Memories belong to you inside one workspace and are retrieved only when they are relevant to your current request.

What the agent remembers

The agent stores small, curated memories rather than complete chat transcripts:

Preferences

How you prefer answers, reports, and recurring work to be shaped.

Instructions

Standing directions the agent should follow in later conversations.

Facts

Stable details that help the agent answer or act with the right context.

Writing durable memory requires confirmation. Confluye rejects secret-like content instead of saving it, and every memory has an expiry. Standard memories are retained for at most one year; memories marked sensitive are retained for at most 30 days.

Private by user and workspace

Confluye scopes memory to the signed-in user and the current workspace before decrypting it. Another member cannot retrieve, export, or delete your memories, even when you share a workspace. Your memory in one workspace is not available in another.

Encrypted at rest

Memory content is stored in an authenticated AES-256-GCM envelope, so plaintext is not written to storage. Each envelope records its format version and key version. During key rotation, Confluye can read records protected by the previous key and re-encrypt them with the active key; an old key cannot be retired while active memories still depend on it.

Retrieval in chat

When a request could benefit from earlier context, the agent retrieves active, unexpired memories owned by you in the current workspace. It ranks matches by relevance, confidence, and recency, then uses the most relevant results as chat context. This works across Command Center threads, Workflow Copilot conversations, and agent workflow runs.

Export and delete

You can export your active memories as JSON. The export contains only memories owned by you in the selected workspace.

Deleting a memory creates a tombstone: Confluye removes the encrypted content and its source reference, marks the memory deleted, and excludes it from future retrieval. The minimal deletion record remains for audit purposes, but the remembered content is no longer available.

Next steps