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.
| 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 |
docker compose up -d
uv sync
uv run python src/run.pyThe server runs at http://localhost:1995 by default. See the full setup guide for environment variables, service configuration, and troubleshooting.
- 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.