diff --git a/mnemosyne/__init__.py b/mnemosyne/__init__.py new file mode 100644 index 00000000..17cf7d1a --- /dev/null +++ b/mnemosyne/__init__.py @@ -0,0 +1,10 @@ +""" +Mnemosyne — The Living Holographic Archive + +A sovereign, on-chain anchored memory system that ingests documents, +conversations, and artifacts into a searchable holographic index. + +No network calls at ingest time. SQLite + FTS5 only. Pluggable embedding backend. +""" + +__version__ = "0.1.0"