SandboxProviderMetadata(
self,
name: str,
working_dir: str,
install: SandboxInstallHint | Static description of a sandbox provider used by the registry.
Lets the CLI and registry describe built-in and config providers without
instantiating them (which may require credentials or optional
dependencies). Entry-point providers expose their own instance via the
SandboxProvider.metadata property, which the registry reads only when it
already needs to construct the provider.