# DGX Spark Express Instructions Use these instructions only after hardware detection confirms DGX Spark. Explain that Express keeps the selected agent, leaves optional setup at its defaults, and offers two DGX Spark inference setups. Inference choices: 1. Managed vLLM with automatic serving-profile selection. This is the default and preserves the current Express behavior. 2. `nvidia/Qwen3.6-35B-A3B-NVFP4` with the fixed catalog-backed vLLM profile. Include the third-party-software notice after the user chooses, then ask: "Run Express install with these settings?" Choices: 1. Yes, use the selected DGX Spark inference setup. 2. No, continue with the normal provider selection. For option 1: - Set `NEMOCLAW_PROVIDER=install-vllm`. - Leave `NEMOCLAW_ENABLE_LOCAL_MODEL_PROFILE`, `NEMOCLAW_LOCAL_MODEL_RUNTIME`, `NEMOCLAW_MODEL`, and `NEMOCLAW_VLLM_MODEL` unset. - Explain that the installed release performs automatic DGX Spark serving-profile selection. For option 2: - Set `NEMOCLAW_ENABLE_LOCAL_MODEL_PROFILE=1` and `NEMOCLAW_LOCAL_MODEL_RUNTIME=vllm`. - Leave `NEMOCLAW_PROVIDER`, `NEMOCLAW_MODEL`, `NEMOCLAW_VLLM_MODEL`, and `NEMOCLAW_VLLM_EXTRA_ARGS_JSON` unset. Preserve an existing `NEMOCLAW_VLLM_PORT` host-port override. - Explain that the serving catalog selects the fixed model, runtime image, container port, and vLLM arguments. `NEMOCLAW_VLLM_PORT` may select another host listener. - Explain that the fixed profile serves `nvidia/Qwen3.6-35B-A3B-NVFP4`. For either accepted Express option: - Set `NEMOCLAW_AGENT` to the agent already selected in the starter prompt. - Set `NEMOCLAW_NON_INTERACTIVE=1`, `NEMOCLAW_NON_INTERACTIVE_SUDO_MODE=prompt`, `NEMOCLAW_YES=1`, and `NEMOCLAW_POLICY_MODE=suggested`. - Set `NEMOCLAW_ACCEPT_THIRD_PARTY_SOFTWARE=1` when Express is accepted. - Leave `NEMOCLAW_SANDBOX_NAME`, `NEMOCLAW_POLICY_TIER`, web-search settings, and messaging settings unset so the installer applies the remaining Express defaults. - Treat the Express confirmation as approval for the disclosed notice, downloads, and installation, and skip the later final-permission prompt. - Do not ask again for the agent or ask separate questions for model, sandbox name, web search, messaging, policy, download approval, or final installation approval. - After installation, report the model selected by the installed release. If Express is declined, continue with the normal provider selection. Offer existing vLLM when a ready server is detected, managed vLLM, supported local Ollama, and every hosted or compatible provider supported by the selected agent.