Skip to content

Latest commit

 

History

History

README.md

EverCore

EverCore is the long-term memory operating system at the center of EverOS. It extracts, structures, and retrieves durable knowledge from conversations so agents can remember across sessions and adapt over time.

Start Here

Goal Link
Install and run EverCore locally Setup Guide
Browse the documentation index Documentation
Try usage examples and demos Usage Examples
Review the architecture Architecture
Run evaluations Evaluation Guide

Quick Start

docker compose up -d
uv sync
uv run python src/run.py

The server runs at http://localhost:1995 by default. See the full setup guide for environment variables, service configuration, and troubleshooting.

Folder Guide

  • src/ - application, memory, infrastructure, and API layers.
  • docs/ - setup, usage, architecture, API, and development documentation.
  • demo/ - interactive examples and memory extraction demos.
  • evaluation/ - benchmark runners and reports.
  • tests/ - unit and integration tests.