Skip to content

EverOS 1.2.0

Latest

Choose a tag to compare

@gloryfromca gloryfromca released this 24 Jul 10:22
64e0fdc

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: v1.1.4...v1.2.0