This project is now maintained at lulin70/carrymem
https://github.com/lulin70/carrymem
All development, issues, and releases have moved to the new repository.
The project was renamed from memory-classification-engine to CarryMem to better reflect its purpose as a portable AI memory layer.
-
Update your Git remote:
git remote set-url origin git@github.com:lulin70/carrymem.git
-
Update your pip install:
pip install carrymem
-
Update your imports (no change needed):
from memory_classification_engine import CarryMem # Still works
This repository is archived and read-only. Please use lulin70/carrymem for all future work.