Overview
Mengram gives your AI three distinct memory types, inspired by how human memory works:| Type | Stores | Example |
|---|---|---|
| Semantic | Facts, knowledge, preferences | ”User prefers dark mode and uses Python 3.12” |
| Episodic | Events, experiences, interactions | ”Fixed an OOM bug on Jan 15 by reducing pool size” |
| Procedural | Workflows, processes, skills | ”How to deploy: 1) run tests, 2) build, 3) push to main” |
m.add(messages), all three types are extracted automatically from the conversation.