"""
Genesis Memory System
======================
Multi-tier memory architecture for the Genesis autonomous system.

Modules:
    - ambient: Automatic memory capture (hooks, events, bloodstream)
    - core: Memory controller and orchestration
    - storage: PostgreSQL, Redis, Qdrant backends
    - retrieval: Hybrid search and retrieval
    - intelligence: Embedding generation, consolidation
"""

from pathlib import Path

# Make this a proper package
GENESIS_MEMORY_ROOT = Path(__file__).parent
