← Member help · Chat

Continuity memory (personal session memory)

Audience: Members using Chat OmniLore mode.
As-of: 2026-08-12T18:00Z

Continuity memory helps OmniLore remember your prefs, decisions, and next steps across chats — without treating chat history as product truth.

What it is (and is not)

| Is | Is not |
|----|------------|
| Your personal continuity facts + pack | OmniLore product encyclopedia |
| Searchable prefs / project focus | LibreChat Memory UI (sidebar) |
| Private to you (scope=self) | Shared tribal / other users' data |
| Optional inject at start of work | Automatic ML “user model” |

Law: Product answers still come from product_answer / SoT. Continuity pack is labeled not product SoT.

How to use (OmniLore mode)

| Goal | Say / ask |
|------|-----------|
| Recover yesterday's context | “Pack my continuity for this project” / “What do you remember about my next steps?” |
| Store a durable preference | “Remember that I prefer America/Chicago” (agent should continuity_write) |
| Forget something | “Forget my old editor preference” (continuity_forget) |
| Search facts only | “Search my continuity for timezone” |

The agent should call continuity_pack (or continuity_search) before inventing prior context.

Related planes

| Plane | Role |
|-------|------|
| Continuity facts | Structured prefs / decisions you (or the agent) wrote |
| Session feed | Timed summaries of your chats (searchable diary) |
| Session handoff | Explicit end-of-work stamp + next_steps |
| Posture | Rolling focus snapshot (not ML) |
| LibreChat Memory UI | Chat-sidebar personalization only |

Map: SESSION_FEED_AND_AGENT_MEMORY_PLANES.md (ops). Design: DESIGN_CONTINUITY_MEMORY_V1_2026-08-12.md.

Privacy

Tips

  1. End significant work with session handoff and real next_steps (feeds posture + pack).
  2. State durable prefs clearly (“always remember…”).
  3. For “what is OmniLore?” use product mode tools — not continuity pack.

Related