MCPcopy Create free account
hub / github.com/usestrix/strix / _resolve_sandbox_image

Function _resolve_sandbox_image

strix/interface/cli.py:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def _resolve_sandbox_image() -> str:
30 image = load_settings().runtime.image
31 if not image:
32 raise RuntimeError(
33 "strix_image is not configured. Set it in ~/.strix/cli-config.json.",
34 )
35 return image
36
37
38async def run_cli(args: Any) -> None: # noqa: PLR0915

Callers 1

run_cliFunction · 0.85

Calls 1

load_settingsFunction · 0.90

Tested by

no test coverage detected