LICENSE
README.md
pyproject.toml
local_mgrep/__init__.py
local_mgrep.egg-info/PKG-INFO
local_mgrep.egg-info/SOURCES.txt
local_mgrep.egg-info/dependency_links.txt
local_mgrep.egg-info/entry_points.txt
local_mgrep.egg-info/requires.txt
local_mgrep.egg-info/top_level.txt
local_mgrep/src/__init__.py
local_mgrep/src/answerer.py
local_mgrep/src/auto_index.py
local_mgrep/src/bootstrap.py
local_mgrep/src/cli.py
local_mgrep/src/code_graph.py
local_mgrep/src/config.py
local_mgrep/src/embeddings.py
local_mgrep/src/enrich.py
local_mgrep/src/hybrid.py
local_mgrep/src/indexer.py
local_mgrep/src/reranker.py
local_mgrep/src/server.py
local_mgrep/src/storage.py
tests/test_answer_mode.py
tests/test_code_graph.py
tests/test_enrich.py
tests/test_hybrid_ranking.py
tests/test_parity_batch.py
tests/test_search_quality.py
tests/test_symbol_index.py
tests/test_v0_4_ux.py