This repository contains the lightweight mem0 package.
It is maintained as a trimmed, dependency-aware fork so the main server can:
- avoid unnecessary eager imports during startup
- keep the
mem0package versioned independently from the main repo - consume the package as a Git submodule at
third_party/mem0
Inside the package itself, internal imports continue to use the canonical package name mem0 so the fork also remains usable as a standalone Python package.