README.md
pyproject.toml
sortwise/__init__.py
sortwise/_api.py
sortwise/cli.py
sortwise/defaults.py
sortwise/duplicates.py
sortwise/history.py
sortwise/organizer.py
sortwise/py.typed
sortwise/watcher.py
sortwise.egg-info/PKG-INFO
sortwise.egg-info/SOURCES.txt
sortwise.egg-info/dependency_links.txt
sortwise.egg-info/entry_points.txt
sortwise.egg-info/requires.txt
sortwise.egg-info/top_level.txt
sortwise/_compat/__init__.py
sortwise/classifiers/__init__.py
sortwise/classifiers/base.py
sortwise/classifiers/image.py
sortwise/classifiers/ml.py
sortwise/classifiers/pdf.py
sortwise/core/__init__.py
sortwise/core/constants.py
sortwise/core/data.py
sortwise/core/exceptions.py
sortwise/core/types.py
sortwise/dashboard/__init__.py
sortwise/dashboard/app.py
sortwise/dashboard/jobs.py
sortwise/llm/__init__.py
sortwise/llm/base.py
sortwise/llm/claude.py
sortwise/llm/gemini.py
sortwise/llm/ollama.py
sortwise/llm/openai.py
sortwise/llm/patterns.py
sortwise/llm/router.py
tests/test_base_classifier.py
tests/test_cli.py
tests/test_dashboard.py
tests/test_history.py
tests/test_image_classifier.py
tests/test_integration.py
tests/test_ml_classifier.py
tests/test_organizer.py
tests/test_pdf_classifier.py
tests/test_watcher.py