LICENSE
README.md
pyproject.toml
getsift.egg-info/PKG-INFO
getsift.egg-info/SOURCES.txt
getsift.egg-info/dependency_links.txt
getsift.egg-info/entry_points.txt
getsift.egg-info/requires.txt
getsift.egg-info/top_level.txt
sift/__init__.py
sift/cli.py
sift/config.py
sift/config_defaults.py
sift/models/__init__.py
sift/models/cluster.py
sift/models/feedback.py
sift/models/product_context.py
sift/models/report.py
sift/pipeline/__init__.py
sift/pipeline/analyzer.py
sift/pipeline/clusterer.py
sift/pipeline/comparator.py
sift/pipeline/dedup.py
sift/pipeline/embedder.py
sift/pipeline/http_client.py
sift/pipeline/llm_client.py
sift/pipeline/llm_json.py
sift/pipeline/numba_cache.py
sift/pipeline/rate_limiter.py
sift/pipeline/relevance.py
sift/pipeline/report_generator.py
sift/scrapers/__init__.py
sift/scrapers/base.py
sift/scrapers/factory.py
sift/scrapers/g2.py
sift/scrapers/reddit.py
sift/scrapers/simple_sources.py
sift/ui/__init__.py
sift/ui/display.py
sift/ui/menu.py
sift/ui/setup.py
sift/ui/theme.py
tests/test_config.py
tests/test_dedup.py
tests/test_models.py
tests/test_numba_cache.py
tests/test_pipeline.py
tests/test_rate_limiter.py
tests/test_relevance.py
tests/test_runtime_fallbacks.py
tests/test_scrapers.py
tests/test_ui.py