.env.example
.gitignore
LICENSE
README.md
pyproject.toml
config/payload_anthropic.json
config/payload_openai.json
docs/ARCHITECTURE.md
docs/UNIVERSAL_API_GUIDE.md
src/Synth_CLI.egg-info/PKG-INFO
src/Synth_CLI.egg-info/SOURCES.txt
src/Synth_CLI.egg-info/dependency_links.txt
src/Synth_CLI.egg-info/entry_points.txt
src/Synth_CLI.egg-info/requires.txt
src/Synth_CLI.egg-info/top_level.txt
src/synth/__init__.py
src/synth/cli/__init__.py
src/synth/cli/display.py
src/synth/cli/main.py
src/synth/core/__init__.py
src/synth/core/auth.py
src/synth/core/device.py
src/synth/core/exceptions.py
src/synth/core/ocr.py
tests/__init__.py