MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / runPythonCli

Function runPythonCli

bin/ds.js:3083–3090  ·  view source on GitHub ↗
(runtimePython, args, options = {})

Source from the content-addressed store, hash-verified

3081}
3082
3083function runPythonCli(runtimePython, args, options = {}) {
3084 const env = {
3085 ...process.env,
3086 DEEPSCIENTIST_REPO_ROOT: repoRoot,
3087 ...(options.env || {}),
3088 };
3089 return runSync(runtimePython, ['-m', 'deepscientist.cli', ...args], { ...options, env });
3090}
3091
3092function normalizePythonCliArgs(args, home) {
3093 const normalized = [];

Callers 5

ensureInitializedFunction · 0.85
readConfiguredUiAddressFunction · 0.85
migrateMainFunction · 0.85
mainFunction · 0.85

Calls 1

runSyncFunction · 0.85

Tested by

no test coverage detected