StackMap
Subscribe

EverOS vs hindsight

One portable memory layer for every agent: conversations, files and trajectories kept as canonical Markdown, indexed locally by SQLite and LanceDB, with offline reflection that refines them. — versus — Agent memory that learns, not just recalls: retain/recall/reflect API over Postgres, SOTA on LongMemEval. Self-host via Docker with UI; Python/TS clients, any LLM provider.

The curated verdict

Both are the one memory layer you point every agent at; everos keeps canonical Markdown indexed locally, hindsight is a learning retain/recall/reflect service on Postgres.

EverOShindsight
Stars13k24k
Forks9231.8k
LanguagePythonPython
LicenseApache-2.0MIT
Last activity10 days ago2 days ago
Topicsmemory, skillsmemory, agents
Curated connections912

EverOS — the curator's take

Pick it if you want memory you can open in an editor: `.md` files are the source of truth, edited directly and picked up by a cascade watcher, with SQLite plus LanceDB as disposable indexes and no MongoDB, Elasticsearch or Redis in the stack. User episodes and profile sit apart from agent cases and skills as first-class tracks, retrieval scopes orthogonally by user, agent, app, project and session, and reflection consolidates episode clusters between sessions instead of only recalling. Trade-offs: it runs as a server with its own TOML config, full capability needs embedding and rerank models configured beyond the one-key start, Markdown-as-truth means large vaults get large, and `/api/v1` is already a legacy alias.

hindsight — the curator's take

Pick it when you want a deployable memory *service* whose pitch is learning — agents that get better over time, not a transcript search. The LongMemEval lead was independently reproduced (Virginia Tech, Washington Post), which is more than most memory vendors offer, and the LLM side is pluggable down to Ollama/LM Studio for fully-local stacks. NOT an embedded library: you run a Docker service with Postgres and talk to it over HTTP — overkill for a single coding agent wanting session notes. The ™ and Hindsight Cloud signal a commercial trajectory; watch where the open/paid line lands.