.editorconfig
.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/examples/example.ipynb
docs/examples/test_data.xls
smartreview/__init__.py
smartreview/__main__.py
smartreview/cli.py
smartreview/embeddings.py
smartreview/smartreview.py
smartreview.egg-info/PKG-INFO
smartreview.egg-info/SOURCES.txt
smartreview.egg-info/dependency_links.txt
smartreview.egg-info/entry_points.txt
smartreview.egg-info/requires.txt
smartreview.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_embeddings.py
tests/test_pipeline.py
tests/test_smartreview.py