.dockerignore
.gitignore
.python-version
AGENTS.md
CONTEXT.md
Dockerfile
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements-cpu.txt
requirements-cuda.txt
requirements.txt
uv.lock
.githooks/pre-push
.github/workflows/ci.yml
.github/workflows/release.yml
docs/configuration.md
docs/contract.md
docs/deployment.md
docs/index.md
docs/load-testing.md
docs/observability.md
docs/quickstart.md
docs/adr/0001-accelerator-build-matrix.md
docs/adr/0002-packaging-dynamic-deps.md
docs/adr/0003-worker-pool-and-529-overload.md
docs/adr/0004-model-resolution.md
docs/adr/0005-observability.md
docs/adr/0006-uv-project-dependencies.md
docs/adr/0007-laya-default-engine.md
docs/agents/domain.md
docs/agents/issue-tracker.md
docs/agents/triage-labels.md
src/whatdo/__init__.py
src/whatdo/__main__.py
src/whatdo/app.py
src/whatdo/cli.py
src/whatdo/config.py
src/whatdo/resolution.py
src/whatdo.egg-info/PKG-INFO
src/whatdo.egg-info/SOURCES.txt
src/whatdo.egg-info/dependency_links.txt
src/whatdo.egg-info/entry_points.txt
src/whatdo.egg-info/requires.txt
src/whatdo.egg-info/scm_file_list.json
src/whatdo.egg-info/scm_version.json
src/whatdo.egg-info/top_level.txt
src/whatdo/api/__init__.py
src/whatdo/api/auth.py
src/whatdo/api/dependencies.py
src/whatdo/api/health.py
src/whatdo/api/models.py
src/whatdo/api/systemone.py
src/whatdo/inference/__init__.py
src/whatdo/inference/base.py
src/whatdo/inference/factory.py
src/whatdo/inference/fake.py
src/whatdo/inference/laya_engine.py
src/whatdo/inference/pool.py
src/whatdo/inference/translate.py
src/whatdo/observability/__init__.py
src/whatdo/observability/log.py
src/whatdo/observability/setup.py
src/whatdo/observability/telemetry.py
src/whatdo/schemas/__init__.py
src/whatdo/schemas/jev.py
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_cli.py
tests/test_config.py
tests/test_contract_auth.py
tests/test_contract_overload.py
tests/test_contract_system_one.py
tests/test_e2e_laya.py
tests/test_engine_factory.py
tests/test_health.py
tests/test_json_logging.py
tests/test_laya_engine.py
tests/test_model_resolution.py
tests/test_observability_off.py
tests/test_observability_on.py
tests/test_resolution.py
tests/test_startup_logging.py
tests/test_system_one_validation.py
tests/test_translate.py
tests/test_worker_pool.py
tests/load/common.js
tests/load/load.js
tests/load/smoke.js