LICENSE
README.md
pyproject.toml
app/__init__.py
app/api.py
app/application_wiring.py
app/artifact_selection.py
app/boundary_adapter.py
app/chat.py
app/compatibility.py
app/compatibility_domain.py
app/compatibility_evaluator.py
app/compatibility_knowledge.py
app/evaluate_compatibility.py
app/evaluation_adapter.py
app/evaluation_composition.py
app/evaluation_pipeline.py
app/evaluation_policy.py
app/execute_model.py
app/execution.py
app/execution_service.py
app/gguf_reader.py
app/gpu_diagnosis.py
app/gpu_recipes.py
app/gpu_setup.py
app/hardware.py
app/initial_knowledge.py
app/knowledge_bridge.py
app/main.py
app/manifest_migration.py
app/model_catalog.py
app/model_domain.py
app/model_identity.py
app/model_store.py
app/models.py
app/observation_domain.py
app/observation_knowledge.py
app/observation_probe.py
app/platform.py
app/remediation.py
app/remediation_verification.py
app/resolver.py
app/run_service.py
app/runner.py
app/runtime_metrics.py
app/runtimes.py
app/selection.py
app/session.py
app/version.py
app/downloads/__init__.py
app/downloads/cleanup.py
app/downloads/downloader.py
app/downloads/inspection.py
app/downloads/planner.py
app/downloads/recovery.py
app/sources/__init__.py
app/sources/base.py
app/sources/huggingface.py
castlearq.egg-info/PKG-INFO
castlearq.egg-info/SOURCES.txt
castlearq.egg-info/dependency_links.txt
castlearq.egg-info/entry_points.txt
castlearq.egg-info/top_level.txt
tests/test_api.py
tests/test_application_wiring.py
tests/test_artifact_selection.py
tests/test_b930_packaging.py
tests/test_boundary_adapter.py
tests/test_chat.py
tests/test_chat_sessions.py
tests/test_compatibility.py
tests/test_compatibility_domain.py
tests/test_compatibility_evaluator.py
tests/test_compatibility_knowledge.py
tests/test_download_cleanup.py
tests/test_download_cli.py
tests/test_download_inspection.py
tests/test_download_planner.py
tests/test_download_recovery.py
tests/test_downloader.py
tests/test_environment_observation.py
tests/test_evaluate_compatibility.py
tests/test_evaluation_adapter.py
tests/test_evaluation_composition.py
tests/test_evaluation_pipeline.py
tests/test_evaluation_policy.py
tests/test_execute_model.py
tests/test_execute_model_wiring.py
tests/test_execution.py
tests/test_execution_integration.py
tests/test_execution_preflight.py
tests/test_execution_service.py
tests/test_gguf_reader.py
tests/test_gpu_diagnosis.py
tests/test_gpu_diagnosis_cli.py
tests/test_gpu_recipes.py
tests/test_gpu_setup.py
tests/test_hardware.py
tests/test_huggingface.py
tests/test_initial_knowledge.py
tests/test_knowledge_bridge.py
tests/test_main.py
tests/test_main_chat.py
tests/test_main_execute.py
tests/test_manifest_migration.py
tests/test_model_domain.py
tests/test_model_identity.py
tests/test_model_store.py
tests/test_observation_knowledge.py
tests/test_platform.py
tests/test_remediation.py
tests/test_remediation_verification.py
tests/test_resolver.py
tests/test_run_service_errors.py
tests/test_runner.py
tests/test_runtime_capability.py
tests/test_runtime_metrics.py
tests/test_runtimes.py
tests/test_selection.py
tests/test_session.py
tests/test_shared_preparation.py
tests/test_source_plan_output.py
tests/test_verify_cli.py