.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/scripts/check_dist.py
.github/scripts/reuse_engine.py
.github/workflows/_dist.yml
.github/workflows/_engines.yml
.github/workflows/_pypi.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/archive/PERFORMANCE_PLAN.md
docs/archive/RTX_PERFORMANCE_REVIEW.md
docs/archive/UI_IMPROVEMENTS_PLAN.md
docs/archive/UI_USABILITY_PLAN.md
docs/archive/index.md
docs/explanations/decisions.md
docs/explanations/defaults-and-measurements.md
docs/explanations/experiment-settings.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/access-over-ssh.md
docs/how-to/compare-settings.md
docs/how-to/connect-a-client.md
docs/how-to/contribute.md
docs/how-to/development.md
docs/how-to/find-models.md
docs/how-to/serve-from-terminal.md
docs/how-to/troubleshoot.md
docs/how-to/use-your-own-model.md
docs/reference/commands.md
docs/reference/packaged-data.md
docs/reference/paths-and-ports.md
docs/tutorials/installation.md
scripts/build-engine.sh
scripts/check-engine.py
scripts/package-engine.py
src/lllm2/__init__.py
src/lllm2/__main__.py
src/lllm2/_version.py
src/lllm2/app.py
src/lllm2/bench.py
src/lllm2/catalogue.py
src/lllm2/cli.py
src/lllm2/config.py
src/lllm2/defaults.py
src/lllm2/discovery.py
src/lllm2/downloads.py
src/lllm2/engine.py
src/lllm2/engine_install.py
src/lllm2/engine_release.py
src/lllm2/gguf.py
src/lllm2/harness.py
src/lllm2/launch.py
src/lllm2/models.json
src/lllm2/recommendations.json
src/lllm2/recommendations.py
src/lllm2/service.py
src/lllm2/settings.py
src/lllm2/source_workloads.py
src/lllm2/store.py
src/lllm2/tls.py
src/lllm2/warm.py
src/lllm2.egg-info/PKG-INFO
src/lllm2.egg-info/SOURCES.txt
src/lllm2.egg-info/dependency_links.txt
src/lllm2.egg-info/entry_points.txt
src/lllm2.egg-info/requires.txt
src/lllm2.egg-info/scm_file_list.json
src/lllm2.egg-info/scm_version.json
src/lllm2.egg-info/top_level.txt
src/lllm2/static/index.html
src/lllm2/static/panel.css
src/lllm2/static/panel.js
src/lllm2/templates/qwen3.8-27b.jinja
tests/test_catalogue.py
tests/test_cli.py
tests/test_engine_assets.py
tests/test_engine_install.py
tests/test_engine_packaging.py
tests/test_gpu_offload.py
tests/test_harness.py
tests/test_release.py
tests/test_service.py
tests/test_tls.py
tests/test_ui_browser.cjs
tests/test_ui_settings.py
tests/test_versioning.py
tests/ui_fixture.js