This folder contains the memory systems and algorithms included in EverOS. Use these projects as runnable systems, research references, or starting points for building an agent memory layer.
| Method | What it is | Start here |
|---|---|---|
| EverCore | A long-term memory operating system for agents, with ingestion, structuring, retrieval, APIs, demos, and evaluation tooling. | EverCore/ |
| HyperMem | A hypergraph-based hierarchical memory architecture for long-term conversations, organized around topic, episode, and fact layers. | HyperMem/ |
- Start with EverCore/ if you want to run a memory system locally or integrate memory into an agent application.
- Start with HyperMem/ if you want to study or reproduce the hypergraph memory architecture.
- Use the top-level Architecture Methods section for a quick comparison of the methods.