wip: mnemosyne package init

This commit is contained in:
Alexander Whitestone
2026-04-11 20:14:33 -04:00
parent a14bf80631
commit aa1a6349ac

10
mnemosyne/__init__.py Normal file
View File

@@ -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"