LICENSE
README.md
pyproject.toml
memstrata/__init__.py
memstrata.egg-info/PKG-INFO
memstrata.egg-info/SOURCES.txt
memstrata.egg-info/dependency_links.txt
memstrata.egg-info/entry_points.txt
memstrata.egg-info/requires.txt
memstrata.egg-info/top_level.txt
memstrata/cli/__init__.py
memstrata/cli/cd_hook.py
memstrata/cli/ingest.py
memstrata/cli/main.py
memstrata/config/__init__.py
memstrata/config/keychain.py
memstrata/layer3/__init__.py
memstrata/layer3/_db.py
memstrata/layer3/api_server.py
memstrata/layer3/mcp_app.py
memstrata/layer3/mcp_server.py
memstrata/layer3/ollama_health.py
memstrata/layer3/retrieval.py
memstrata/layer3/ingestion/__init__.py
memstrata/layer3/ingestion/branch_switch.py
memstrata/layer3/ingestion/chunker.py
memstrata/layer3/ingestion/denylist.py
memstrata/layer3/ingestion/lifecycle.py
memstrata/layer3/ingestion/orchestrator.py
memstrata/layer3/ingestion/progress.py
memstrata/layer3/ingestion/resource_policy.py
memstrata/layer3/ingestion/watcher.py
memstrata/layer3/pricing/__init__.py
memstrata/layer3/pricing/fx.py
memstrata/layer3/pricing/lookup.py
memstrata/layer3/pricing/openrouter_sync.py
memstrata/layer3/pricing/pricing_matrix.json
memstrata/workers/__init__.py
memstrata/workers/embedding_worker.py
tests/test_api_server.py
tests/test_cd_hook_generation.py
tests/test_cd_hook_idempotent.py
tests/test_codebase_ingest.py
tests/test_e2e_multi_session.py
tests/test_keychain.py
tests/test_mcp_server.py
tests/test_ollama_health.py
tests/test_phase_34_embedding.py
tests/test_phase_34_retrieval.py
tests/test_shutdown_endpoint.py
tests/test_telemetry_edge_cases.py