Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Architecture Methods

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.

Included Methods

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/

How to Use This Folder

  • 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.