LICENSE
README.md
pyproject.toml
src/vtune/__init__.py
src/vtune/cli.py
src/vtune/cli_options.py
src/vtune/orchestrator.py
src/vtune/py.typed
src/vtune/terminal.py
src/vtune.egg-info/PKG-INFO
src/vtune.egg-info/SOURCES.txt
src/vtune.egg-info/dependency_links.txt
src/vtune.egg-info/entry_points.txt
src/vtune.egg-info/requires.txt
src/vtune.egg-info/top_level.txt
src/vtune/benchmarks/__init__.py
src/vtune/benchmarks/configuration.py
src/vtune/benchmarks/guidellm.py
src/vtune/benchmarks/timing.py
src/vtune/benchmarks/vllm.py
src/vtune/config/__init__.py
src/vtune/config/errors.py
src/vtune/config/loader.py
src/vtune/config/models.py
src/vtune/config/runtime.py
src/vtune/domain/__init__.py
src/vtune/domain/attempt_report.py
src/vtune/domain/benchmark.py
src/vtune/domain/models.py
src/vtune/domain/results.py
src/vtune/domain/states.py
src/vtune/domain/trial_report.py
src/vtune/execution/__init__.py
src/vtune/execution/scheduler.py
src/vtune/execution/slots.py
src/vtune/execution/trial_executor.py
src/vtune/lifecycle/__init__.py
src/vtune/lifecycle/integrity.py
src/vtune/lifecycle/retry.py
src/vtune/managers/__init__.py
src/vtune/managers/results.py
src/vtune/managers/run_results.py
src/vtune/managers/run_session.py
src/vtune/managers/scoring.py
src/vtune/managers/trial.py
src/vtune/reporting/__init__.py
src/vtune/reporting/analysis.py
src/vtune/reporting/charts.py
src/vtune/reporting/context.py
src/vtune/reporting/dashboard.py
src/vtune/reporting/llm_summary.py
src/vtune/reporting/offline.py
src/vtune/reporting/reporter.py
src/vtune/reporting/tables.py
src/vtune/reporting/validation.py
src/vtune/reproduction/__init__.py
src/vtune/reproduction/display.py
src/vtune/reproduction/export.py
src/vtune/reproduction/manifest.py
src/vtune/reproduction/metadata.py
src/vtune/reproduction/models.py
src/vtune/reproduction/reader.py
src/vtune/reproduction/redaction.py
src/vtune/search/__init__.py
src/vtune/search/factory.py
src/vtune/search/fixed_session.py
src/vtune/search/grid.py
src/vtune/search/grid_session.py
src/vtune/search/optuna_session.py
src/vtune/search/strategy.py
src/vtune/workers/__init__.py
src/vtune/workers/attempts.py
src/vtune/workers/base.py
src/vtune/workers/benchmark.py
src/vtune/workers/configuration.py
src/vtune/workers/factory.py
src/vtune/workers/failure_details.py
src/vtune/workers/process.py
src/vtune/workers/readiness.py
src/vtune/workers/vllm.py
src/vtune/workers/vllm_benchmark.py