Check that the required packages for a sandbox provider are installed.
Uses importlib.util.find_spec for a lightweight check with no actual
imports. Call this in the CLI process before spawning the server
subprocess so users get a clear, actionable error instead of an opaque
server crash.
verify_sandbox_deps(
provider: str,
) -> None| Name | Type | Description |
|---|---|---|
provider* | str | Sandbox provider name (e.g. |