# EverOS **Repository Path**: study-ai_1/EverOS ## Basic Information - **Project Name**: EverOS - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-15 - **Last Updated**: 2026-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
![banner-gif](https://github.com/user-attachments/assets/c2cef808-3e93-4f81-a194-dffe02ddd984)

X Discord WeChat License

[Website](https://evermind.ai) · [Documentation](https://docs.evermind.ai) · [Blog](https://evermind.ai/blogs)

> [!IMPORTANT] > > ### Project Structure Update > > We've unified [EverCore](methods/evermemos/), [HyperMem](methods/HyperMem/), [EverMemBench](benchmarks/EverMemBench/), and [EvoAgentBench](benchmarks/EvoAgentBench/) with usecases into a single repository. > > EverOS gives developers one place to build, evaluate, and integrate long-term memory into their self-evolving agents. 🎉
## Project Overview **EverOS** is a collection of long-term memory **methods**, **benchmarks**, and **usecases** for building self-evolving agents. ``` EverOS/ └── methods/ ├── EverCore/ # Long-term memory operating system └── HyperMem/ # Hypergraph memory architecture ├── benchmarks/ │ ├── EverMemBench/ # Memory quality evaluation │ └── EvoAgentBench/ # Agent self-evolution evaluation └── usecases/ # Example applications ```
## Methods Methods are production-ready memory architectures that give agents persistent, structured long-term memory. Each can be used standalone or composed together depending on your use case.
![banner-gif](https://github.com/user-attachments/assets/2d45227d-6817-48f5-83eb-8422d7cb989d) #### EverCore A self-organizing memory operating system inspired by biological imprinting. Extracts, structures, and retrieves long-term knowledge from conversations — enabling agents to remember, understand, and continuously evolve. [Paper](https://arxiv.org/abs/2601.02163) · [Docs](methods/evermemos/) ![banner-gif](https://github.com/user-attachments/assets/b68d354a-3de6-4dea-9656-6113a0a12786) #### HyperMem A hypergraph-based hierarchical memory architecture that captures high-order associations through hyperedges. Organizes memory into topic, event, and fact layers for coarse-to-fine long-term conversation retrieval. LoCoMo 92.73%. [Paper](https://arxiv.org/abs/2604.08256) · [Docs](methods/HyperMem/)

## Benchmarks Benchmarks are designed as **open public standards**. Any memory architecture or agent framework can be evaluated under the same ruler.
![banner-gif](https://github.com/user-attachments/assets/06b4f598-73e6-44d8-b9cc-8b5483cc363e) #### EverMemBench Three-layer memory quality evaluation: factual recall, applied reasoning, and personalized generalization. Evaluates memory systems and LLMs under a unified standard. [Paper](https://arxiv.org/abs/2602.01313) · [Dataset](https://huggingface.co/datasets/EverMind-AI/EverMemBench-Dynamic) · [Docs](benchmarks/EverMemBench/) ![banner-gif](https://github.com/user-attachments/assets/3573198d-b4ac-4fd2-b101-d14018c75e39) #### EvoAgentBench Agent self-evolution evaluation — not static snapshots, but longitudinal growth curves. Measures transfer efficiency, error avoidance, and skill-hit quality through controlled experiments with and without evolution. [Docs](benchmarks/EvoAgentBench/)

[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## Use Cases
![banner-gif](https://github.com/user-attachments/assets/ec95c135-1228-450a-9e93-d3279a6ac306) #### Earth Online Memory Game Earth Online is a memory-aware productivity game that turns everyday planning into a living quest log.  ![banner-gif](https://github.com/user-attachments/assets/a702efdc-91ad-4cbe-8f66-3267985e535f) #### Multi‑Agent Orchestration Platform Golutra is pitched as “beyond the IDE,” a multi-agent workforce rather than a single assistant for engineering teams.
![banner-gif](https://github.com/user-attachments/assets/a1771eb1-f2cd-4620-9fde-93e6ccceb100) #### Mobi Is a Companion An iOS app that lets users create, nurture, and live with a personalized AI “lifeform” companion called Mobi. ![banner-gif](https://github.com/user-attachments/assets/dd0585b0-3b3a-4f02-933a-3ec0c9f510be) #### LAI Wearable with Memory A context-native empathic AI wearable that listens to everyday life and converts conversations into memory.
![banner-gif](https://github.com/user-attachments/assets/0e06da2b-0236-430f-89b4-980b8b6a855f) #### OpenClaw Agent Memory A 24/7 agent with continuous learning memory that you can carry with you wherever you go. [Agent Memory](https://github.com/EverMind-AI/everos/tree/agent_memory) · [Plugin](https://github.com/EverMind-AI/everos/tree/agent_memory/everos-openclaw-plugin) ![banner-gif](https://github.com/user-attachments/assets/a80bdab3-e5d0-43b9-9e8d-0a9605012a26) #### Live2D Character with Memory Add long-term memory to your anime character that can talk to you in real-time, powered by [TEN Framework](https://github.com/TEN-framework/ten-framework). [Code](https://github.com/TEN-framework/ten-framework/tree/main/ai_agents/agents/examples/voice-assistant-with-everos)
![banner-gif](https://github.com/user-attachments/assets/0d306b4c-bcd7-4e9e-a244-22fa3cb7b727) #### Computer-Use with Memory Use computer-use to launch screenshot-based analysis, all stored in your memory. [Live Demo](https://screenshot-analysis-vercel.vercel.app/) ![banner-gif](https://github.com/user-attachments/assets/d1efe507-4eb7-4867-8996-457497333449) #### Game of Thrones Memories A demonstration of AI memory infrastructure through an interactive Q&A experience with "A Game of Thrones". [Code](https://github.com/EverMind-AI/evermem_got_demo)
![banner-gif](https://github.com/user-attachments/assets/b40b2241-b0e6-4fc9-9a35-92139f3a2d81) #### Claude Code Plugin Persistent memory for Claude Code. Automatically saves and recalls context from past coding sessions. [Code](https://github.com/EverMind-AI/evermem-claude-code) ![banner-gif](https://github.com/user-attachments/assets/6586e647-dd5f-4f9f-9b26-66f930e8241c) #### Memory Graph Visualization Visualize your stored entities and how they relate. Pure frontend demo — backend integration in progress. [Live Demo](https://main.d2j21qxnymu6wl.amplifyapp.com/graph.html)

[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## Quick Start ```bash git clone https://github.com/EverMind-AI/EverOS.git cd EverOS ``` Then navigate to the component you need: | | Component | Entry Point | | :-- | :--- | :--- | | **EverCore** | Build agents with long-term memory | [methods/everos/](methods/everos/) | | **HyperMem** | Use the hypergraph memory architecture | [methods/HyperMem/](methods/HyperMem/) | | **EverMemBench** | Evaluate memory system quality | [benchmarks/EverMemBench/](benchmarks/EverMemBench/) | | **EvoAgentBench** | Measure agent self-evolution | [benchmarks/EvoAgentBench/](benchmarks/EvoAgentBench/) | > Each component has its own installation guide, dependency configuration, and usage examples. ### EverCore Quick Start ```bash cd methods/evermemos # Start Docker services docker compose up -d # Install dependencies curl -LsSf https://astral.sh/uv/install.sh | sh uv sync # Configure API keys cp env.template .env # Edit .env and set: # - LLM_API_KEY (for memory extraction) # - VECTORIZE_API_KEY (for embedding/rerank) # Start server uv run python src/run.py # Verify installation curl http://localhost:1995/health # Expected response: {"status": "healthy", ...} ``` Server runs at `http://localhost:1995` · [Full Setup Guide](docs/installation/SETUP.md) ### Basic Usage Store and retrieve memories with simple Python code: ```python import requests API_BASE = "http://localhost:1995/api/v1" # 1. Store a conversation memory requests.post(f"{API_BASE}/memories", json={ "message_id": "msg_001", "create_time": "2025-02-01T10:00:00+00:00", "sender": "user_001", "content": "I love playing soccer on weekends" }) # 2. Search for relevant memories response = requests.get(f"{API_BASE}/memories/search", json={ "query": "What sports does the user like?", "user_id": "user_001", "memory_types": ["episodic_memory"], "retrieve_method": "hybrid" }) result = response.json().get("result", {}) for memory_group in result.get("memories", []): print(f"Memory: {memory_group}") ``` [More Examples](docs/usage/USAGE_EXAMPLES.md) · [API Reference](https://docs.evermind.ai/api-reference/introduction) · [Interactive Demos](docs/usage/DEMOS.md)
[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## Evaluation & Benchmarking EverCore achieves **93% overall accuracy** on the LoCoMo benchmark, outperforming comparable memory systems. ### Benchmark Results ![EverOS Benchmark Results](https://github.com/user-attachments/assets/824ac1a6-4bf2-4019-9316-ea7ba7d03142) ### Supported Benchmarks - **[LoCoMo](https://github.com/snap-research/locomo)** — Long-context memory benchmark with single/multi-hop reasoning - **[LongMemEval](https://huggingface.co/datasets/xiaowu0162/longmemeval-cleaned)** — Multi-session conversation evaluation - **[PersonaMem](https://huggingface.co/datasets/bowen-upenn/PersonaMem)** — Persona-based memory evaluation ### Run Evaluations ```bash # Install evaluation dependencies uv sync --group evaluation # Run smoke test (quick verification) uv run python -m evaluation.cli --dataset locomo --system everos --smoke # Run full evaluation uv run python -m evaluation.cli --dataset locomo --system everos # View results cat evaluation/results/locomo-everos/report.txt ``` [Full Evaluation Guide](evaluation/README.md) · [Complete Results](https://huggingface.co/datasets/EverMind-AI/everos_Eval_Results)
[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## Citation If EverOS helps your research, please cite: ```bibtex @article{hu2026evermemos, title = {EverMemOS: A Self-Organizing Memory Operating System for Structured Long-Horizon Reasoning}, author = {Chuanrui Hu and Xingze Gao and Zuyi Zhou and Dannong Xu and Yi Bai and Xintong Li and Hui Zhang and Tong Li and Chong Zhang and Lidong Bing and Yafeng Deng}, journal = {arXiv preprint arXiv:2601.02163}, year = {2026} } @article{yue2026hypermem, title = {HyperMem: Hypergraph Memory for Long-Term Conversations}, author = {Juwei Yue and Chuanrui Hu and Jiawei Sheng and Zuyi Zhou and Wenyuan Zhang and Tingwen Liu and Li Guo and Yafeng Deng}, journal = {arXiv preprint arXiv:2604.08256}, year = {2026} } @article{hu2026evaluating, title = {Evaluating Long-Horizon Memory for Multi-Party Collaborative Dialogues}, author = {Chuanrui Hu and Tong Li and Xingze Gao and Hongda Chen and Yi Bai and Dannong Xu and Tianwei Lin and Xiaohong Li and Yunyun Han and Jian Pei and Yafeng Deng}, journal = {arXiv preprint arXiv:2602.01313}, year = {2026} } ```
[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## 🌟 Stay Tuned ![star us gif](https://github.com/user-attachments/assets/0c512570-945a-483a-9f47-8e067bd34484)
[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)
## Contributing We love open-source energy! Whether you are squashing bugs, shipping features, sharpening docs, or just tossing in wild ideas, every PR moves EverOS forward. Browse [Issues](https://github.com/EverMind-AI/EverOS/issues) to find your perfect entry point, then show us what you have got. Let us build the future of memory together.
> [!TIP] > > **Welcome all kinds of contributions** 🎉 > > Join us in building EverOS better! Every contribution makes a difference, from code to documentation. Share your projects on social media to inspire others! > > Connect with one of the EverOS maintainers [@elliotchen200](https://x.com/elliotchen200) on 𝕏 or [@cyfyifanchen](https://github.com/cyfyifanchen) on GitHub for project updates, discussions, and collaboration opportunities. ![divider](https://github.com/user-attachments/assets/2e2bbcc6-e6d8-4227-83c6-0620fc96f761#gh-light-mode-only) ![divider](https://github.com/user-attachments/assets/d57fad08-4f49-4a1c-bdfc-f659a5d86150#gh-dark-mode-only) ### Code Contributors [![EverOS Contributors](https://contrib.rocks/image?repo=EverMind-AI/EverOS)](https://github.com/EverMind-AI/EverOS/graphs/contributors) ![divider](https://github.com/user-attachments/assets/2e2bbcc6-e6d8-4227-83c6-0620fc96f761#gh-light-mode-only) ![divider](https://github.com/user-attachments/assets/d57fad08-4f49-4a1c-bdfc-f659a5d86150#gh-dark-mode-only) ### Contribution Guidelines Read our [Contribution Guidelines](methods/evermemos/CONTRIBUTING.md) for code standards and Git workflow. ![divider](https://github.com/user-attachments/assets/2e2bbcc6-e6d8-4227-83c6-0620fc96f761#gh-light-mode-only) ![divider](https://github.com/user-attachments/assets/d57fad08-4f49-4a1c-bdfc-f659a5d86150#gh-dark-mode-only) ### License & Citation & Acknowledgments [Apache 2.0](https://github.com/EverMind-AI/EverOS/blob/main/LICENSE) • [Acknowledgments](methods/evermemos/docs/ACKNOWLEDGMENTS.md)
[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top)