wip: mnemosyne package init
This commit is contained in:
10
mnemosyne/__init__.py
Normal file
10
mnemosyne/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user