| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| EverOS 1.1.4 source code.tar.gz | 2026-07-23 | 1.7 MB | |
| EverOS 1.1.4 source code.zip | 2026-07-23 | 2.1 MB | |
| README.md | 2026-07-23 | 674 Bytes | |
| Totals: 3 Items | 3.7 MB | 0 | |
EverOS 1.1.4
Patch release adding Langfuse observability and fixing cascade file deletion races.
Added
- Langfuse OpenTelemetry integration example for tracing add, flush and extraction, search, and reflection operations.
Fixed
- Process a queued modified event as a deletion when the source file disappears, preventing stale indexed rows and permanently failed queue items.
- Limit synthetic Langfuse child spans to responses with stage details so live-server traces use real telemetry.
Upgrade
pip install --upgrade everos
Or update the project environment with uv sync.
Full changelog: https://github.com/EverMind-AI/EverOS/compare/v1.1.3...v1.1.4