Skip to content

EverOS 1.0.0

Choose a tag to compare

@cyfyifanchen cyfyifanchen released this 06 Jun 05:50
· 16 commits to main since this release
ab23e40

Superseded: EverOS 1.0.1 is available with security hardening for caller-supplied identifiers and markdown write containment. See EverOS 1.0.1.

First public release of EverOS — a Markdown-first memory extraction framework for AI agents.

Added

  • Markdown as source of truth: all memory persists as plain .md files you can open, edit, grep, and version with Git.
  • Lightweight three-piece storage: Markdown, SQLite, and LanceDB. No external services required.
  • Hybrid retrieval: BM25, vector, and scalar filtering in a single LanceDB query.
  • Cascade index sync: editing a .md file triggers file-watcher based index sync.
  • Dual-track memory for user memories and agent memories.
  • CLI and FastAPI HTTP API, async-first throughout.
  • Pluggable OpenAI-compatible providers for LLM, embedding, and rerank.
  • Decoupled memory extraction algorithms via the standalone everalgo-* libraries.