replace main with lightweight memory gateway

This commit is contained in:
2026-06-11 10:06:48 +08:00
parent 000415404b
commit b74923e435
56 changed files with 2052 additions and 76129 deletions

7
core/__init__.py Normal file
View File

@ -0,0 +1,7 @@
"""Lightweight Memory Gateway for EverOS."""
from __future__ import annotations
__all__ = ["__version__"]
__version__ = "0.1.0"