Memory Layer

Exogram vs Zep

Conversation history is not governed memory.

What Zep Does

  • Zep provides long-term memory through conversation history management and automatic summarization.
  • Enriched context retrieval from past conversations.
  • Stores conversation threads — not governed facts. No encryption. No conflict detection.

What Exogram Does

  • Exogram stores governed facts — not conversation threads.
  • Every entry is verified, encrypted, conflict-checked, and attributed with full provenance.
  • Facts are different from conversations. Conversations are raw. Facts are verified.

Key Differences

DimensionZepExogram
Storage UnitConversationsVerified facts
VerificationNoneConflict detection + constraint enforcement
EncryptionNoneAES-256-GCM per-user

The Verdict

Use Zep for chat history. Use Exogram when you need facts, not conversations.

Is Zep vulnerable to execution drift?

Run a static analysis on your LLM pipeline below.

STATIC ANALYSIS

Frequently Asked Questions

What's the difference between storing conversations and storing facts?

Conversations are raw dialogue. Facts are extracted, verified, conflict-checked, and attributed claims. A conversation might contain "the sky is blue" and "the sky is green" — Exogram would detect the contradiction. Zep would store both.