LICENSE
README.md
pyproject.toml
setup.py
hackluminary/__init__.py
hackluminary/ai_pipeline.py
hackluminary/analyzer.py
hackluminary/artifacts.py
hackluminary/benchmark.py
hackluminary/cli.py
hackluminary/config.py
hackluminary/doctor.py
hackluminary/document_parser.py
hackluminary/errors.py
hackluminary/evidence.py
hackluminary/git_context.py
hackluminary/image_fetcher.py
hackluminary/image_indexer.py
hackluminary/image_processor.py
hackluminary/ml_engine.py
hackluminary/models.py
hackluminary/package_builder.py
hackluminary/pipeline.py
hackluminary/presentation_generator.py
hackluminary/presets.py
hackluminary/quality.py
hackluminary/release_assets.py
hackluminary/slides.py
hackluminary/studio_server.py
hackluminary/studio_session.py
hackluminary/telemetry.py
hackluminary/visual_selector.py
hackluminary.egg-info/PKG-INFO
hackluminary.egg-info/SOURCES.txt
hackluminary.egg-info/dependency_links.txt
hackluminary.egg-info/entry_points.txt
hackluminary.egg-info/requires.txt
hackluminary.egg-info/top_level.txt
hackluminary/inference/__init__.py
hackluminary/inference/llamacpp_backend.py
hackluminary/studio/presenter.css
hackluminary/studio/presenter.js
hackluminary/studio/studio.css
hackluminary/studio/studio.js
tests/test_analyzer.py
tests/test_artifacts.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_document_parser.py
tests/test_evidence.py
tests/test_git_context.py
tests/test_image_indexer.py
tests/test_package_builder.py
tests/test_presentation_generator.py
tests/test_presenter_assets.py
tests/test_quality_visuals.py
tests/test_release_assets.py
tests/test_studio_server.py
tests/test_studio_session.py
tests/test_telemetry.py
tests/test_universal_support.py
tests/test_visual_selector.py