.dockerignore
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
bandit.yaml
env.example
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
.github/workflows/workflow.yml
config/README.md
config/core.memo.yaml
config/core.test.yaml
src/__init__.py
src/memg_core/__init__.py
src/memg_core/version.py
src/memg_core.egg-info/PKG-INFO
src/memg_core.egg-info/SOURCES.txt
src/memg_core.egg-info/dependency_links.txt
src/memg_core.egg-info/requires.txt
src/memg_core.egg-info/top_level.txt
src/memg_core/api/__init__.py
src/memg_core/api/public.py
src/memg_core/core/__init__.py
src/memg_core/core/config.py
src/memg_core/core/exceptions.py
src/memg_core/core/indexing.py
src/memg_core/core/logging.py
src/memg_core/core/models.py
src/memg_core/core/types.py
src/memg_core/core/yaml_translator.py
src/memg_core/core/interfaces/__init__.py
src/memg_core/core/interfaces/embedder.py
src/memg_core/core/interfaces/kuzu.py
src/memg_core/core/interfaces/qdrant.py
src/memg_core/core/pipeline/__init__.py
src/memg_core/core/pipeline/indexer.py
src/memg_core/core/pipeline/retrieval.py
src/memg_core/plugins/__init__.py
src/memg_core/plugins/yaml_schema.py
src/memg_core/system/__init__.py
src/memg_core/system/info.py
src/memg_core/utils/__init__.py
src/memg_core/utils/hrid.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/mock_embedder.py
tests/adapter/__init__.py
tests/adapter/test_kuzu_interface.py
tests/adapter/test_qdrant_interface.py
tests/api/__init__.py
tests/api/test_delete_memory.py
tests/api/test_public_api.py
tests/e2e/__init__.py
tests/e2e/test_real_fastembed.py
tests/edge_cases/__init__.py
tests/edge_cases/test_edge_cases.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/lifecycle/__init__.py
tests/lifecycle/test_memory_lifecycle.py
tests/pipeline/__init__.py
tests/pipeline/test_indexer.py
tests/pipeline/test_retrieval.py
tests/plugins/__init__.py
tests/plugins/test_plugin_optionality.py
tests/unit/__init__.py
tests/unit/test_exceptions.py
tests/unit/test_hrid_storage_initialization.py
tests/unit/test_models.py
tests/unit_temp/test_first_four.py