LICENSE
README.md
culvia_app.py
pyproject.toml
culvia/__init__.py
culvia/acceptance.py
culvia/api_errors.py
culvia/app_state.py
culvia/batch_cli.py
culvia/cache_records.py
culvia/cache_schema.py
culvia/capabilities.py
culvia/cli.py
culvia/config_payloads.py
culvia/curation.py
culvia/curation_actions.py
culvia/curation_context.py
culvia/curation_history.py
culvia/curation_payloads.py
culvia/curation_service.py
culvia/curation_targets.py
culvia/curation_undo.py
culvia/desktop_files.py
culvia/export_service.py
culvia/gallery_display.py
culvia/image_io.py
culvia/insight_store.py
culvia/insights.py
culvia/job_service.py
culvia/job_text.py
culvia/llm_client.py
culvia/llm_config.py
culvia/llm_config_requests.py
culvia/llm_config_service.py
culvia/llm_model_catalog.py
culvia/llm_prompt.py
culvia/llm_review.py
culvia/llm_review_runner.py
culvia/llm_runtime.py
culvia/local_model_scoring.py
culvia/maintenance.py
culvia/media_responses.py
culvia/media_service.py
culvia/model_files.py
culvia/model_loaders.py
culvia/model_runtime.py
culvia/path_semantics.py
culvia/payloads.py
culvia/photo_scan.py
culvia/recommendation.py
culvia/runtime_config.py
culvia/runtime_dependencies.py
culvia/runtime_manager.py
culvia/schema.py
culvia/score_records.py
culvia/scoring.py
culvia/scoring_core.py
culvia/scoring_progress.py
culvia/scoring_runner.py
culvia/scoring_service.py
culvia/secret_store.py
culvia/server.py
culvia/settings.py
culvia/source_preview.py
culvia/source_requests.py
culvia/source_service.py
culvia/state_payload.py
culvia/supervisor.py
culvia/technical_metrics.py
culvia/web_app.py
culvia/web_context.py
culvia/web_routes.py
culvia.egg-info/PKG-INFO
culvia.egg-info/SOURCES.txt
culvia.egg-info/dependency_links.txt
culvia.egg-info/entry_points.txt
culvia.egg-info/requires.txt
culvia.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_api_errors.py
tests/test_app_icon_generation.py
tests/test_app_state.py
tests/test_backend_smoke.py
tests/test_backend_workflow_smoke.py
tests/test_cache_records.py
tests/test_cache_schema.py
tests/test_capabilities.py
tests/test_clean_macos_app_artifacts.py
tests/test_clean_runtime_artifacts.py
tests/test_config_paths.py
tests/test_config_payloads.py
tests/test_curation_actions.py
tests/test_curation_context.py
tests/test_curation_history.py
tests/test_curation_module.py
tests/test_curation_payloads.py
tests/test_curation_service.py
tests/test_curation_targets.py
tests/test_curation_undo.py
tests/test_desktop_backend_build.py
tests/test_desktop_files.py
tests/test_desktop_readiness.py
tests/test_desktop_release_contract.py
tests/test_desktop_release_preflight.py
tests/test_entrypoints_and_packaging.py
tests/test_export_service.py
tests/test_formal_gate.py
tests/test_frontend_api_client.py
tests/test_frontend_batch_actions.py
tests/test_frontend_clipboard.py
tests/test_frontend_command_view.py
tests/test_frontend_culling_flow.py
tests/test_frontend_export_actions.py
tests/test_frontend_export_preflight_state.py
tests/test_frontend_export_result.py
tests/test_frontend_export_result_data.py
tests/test_frontend_filter_state.py
tests/test_frontend_gallery_keyboard.py
tests/test_frontend_i18n.py
tests/test_frontend_llm_config_view.py
tests/test_frontend_manual_status.py
tests/test_frontend_viewer_keyboard.py
tests/test_frontend_viewer_render.py
tests/test_gallery_display.py
tests/test_image_io.py
tests/test_insight_store.py
tests/test_job_service.py
tests/test_linux_tgz_release.py
tests/test_llm_client.py
tests/test_llm_config.py
tests/test_llm_config_requests.py
tests/test_llm_config_service.py
tests/test_llm_model_catalog.py
tests/test_llm_prompt.py
tests/test_llm_review.py
tests/test_llm_review_runner.py
tests/test_llm_runtime.py
tests/test_local_model_scoring.py
tests/test_macos_app_build.py
tests/test_macos_app_launch_smoke.py
tests/test_macos_app_preflight.py
tests/test_macos_artifact_preflight.py
tests/test_maintenance.py
tests/test_media_responses.py
tests/test_media_service.py
tests/test_model_files.py
tests/test_model_loaders.py
tests/test_model_runtime.py
tests/test_path_semantics.py
tests/test_payloads.py
tests/test_photo_scan.py
tests/test_portable_package_preflight.py
tests/test_portable_package_runtime.py
tests/test_pre_commit_checks.py
tests/test_recommendation.py
tests/test_release_checksum.py
tests/test_release_evidence_manifest.py
tests/test_release_smoke.py
tests/test_release_status_report.py
tests/test_repository_hygiene.py
tests/test_runtime_config.py
tests/test_runtime_fixture_tool.py
tests/test_runtime_manager.py
tests/test_schema.py
tests/test_score_records.py
tests/test_scoring_core.py
tests/test_scoring_facade.py
tests/test_scoring_progress.py
tests/test_scoring_runner.py
tests/test_scoring_service.py
tests/test_secret_store.py
tests/test_secret_store_keychain_smoke_tool.py
tests/test_server_runtime.py
tests/test_server_smoke.py
tests/test_source_config.py
tests/test_source_preview.py
tests/test_source_requests.py
tests/test_source_service.py
tests/test_state_payload.py
tests/test_supervisor.py
tests/test_technical_metrics.py
tests/test_web_context.py
tests/test_web_routes.py
tests/test_windows_zip_release.py
web/api_client.js
web/app.js
web/app_config.js
web/batch_actions.js
web/clipboard.js
web/command_view.js
web/culling_flow.js
web/distribution_model.js
web/distribution_panel.js
web/distribution_view.js
web/export_actions.js
web/export_list.js
web/export_panel.js
web/export_preflight.js
web/export_preflight_state.js
web/export_result.js
web/export_result_data.js
web/favicon.svg
web/filter_panel.js
web/filter_presets.js
web/filter_state.js
web/gallery_keyboard.js
web/gallery_panel.js
web/gallery_view.js
web/i18n.js
web/i18n_messages.js
web/icons.js
web/index.html
web/llm_config_panel.js
web/llm_config_view.js
web/main.js
web/manual_status.js
web/shortcuts.js
web/source_panel.js
web/styles.css
web/ui_helpers.js
web/viewer_inspector.js
web/viewer_keyboard.js
web/viewer_panel.js
web/locales/en.js
web/locales/zh-CN.js
web/styles/00-foundation.css
web/styles/10-settings.css
web/styles/20-workbench.css
web/styles/30-viewer.css
web/styles/40-gallery.css
web/styles/50-distribution.css
web/styles/60-export.css
web/styles/90-responsive.css