Download Latest Version EverOS 1.2.2 source code.zip (2.6 MB)
Email in envelope

Get an email when there's a new version of EverMemOS

Home / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
EverOS 1.2.0 source code.tar.gz 2026-07-24 1.7 MB
EverOS 1.2.0 source code.zip 2026-07-24 2.1 MB
README.md 2026-07-24 1.1 kB
Totals: 3 Items   3.8 MB 0

EverOS 1.2.0

Minor release adding the /api/v2 API prefix and native OpenTelemetry tracing.

Added

  • /api/v2 API prefix — every business endpoint (memory/*, ome/*, knowledge/*) is now served under /api/v2, aligning the open-source API with the EverOS Cloud contract. /api/v1 is retained as a permanent, backward-compatible alias: both prefixes resolve to the same handlers with identical contracts, so existing integrations keep working unchanged.
  • Native OpenTelemetry tracing — memory operations (add/flush, memcell boundary, episode extraction, search, and OME reflection) export to any OTLP backend (e.g. Langfuse) as nested traces carrying LLM/embedding token usage, per-request correlation, and recall-quality scores. Off by default; enable via [observability] with the optional otel extra. Content capture (query / extracted memory) is opt-in and redaction-aware.

Upgrade

pip install --upgrade everos

Or update the project environment with uv sync.

Full changelog: https://github.com/EverMind-AI/EverOS/compare/v1.1.4...v1.2.0

Source: README.md, updated 2026-07-24