Skip to content

EnGen OS v0.1.157

Choose a tag to compare

@amad-malik amad-malik released this 21 Jun 14:50
· 17 commits to main since this release

Cortex memory efficiency — reclaims ~31% of the agent-memory DB and makes search ~30-40% faster, with zero data loss and better recall. Root cause was index bloat (degenerate ivfflat lists=1 + churn-bloated indexes), now fixed in-place for existing deploys (CONCURRENTLY migrations) and born-correct for fresh installs (bootstrap schema + probes default). Adds a read-only /admin/stats storage profiler. All inside the cortex stack — no new service.

Install: brew install engen-ai/engenos/engenos · npm i -g @engenai/engenos · curl -fsSL https://raw.githubusercontent.com/EnGen-AI/homebrew-engenos/main/install.sh | bash