MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _exec_script

Function _exec_script

src/harness/ephemeral/repl.py:152–155  ·  view source on GitHub ↗
(script_name: str, *args: str)

Source from the content-addressed store, hash-verified

150
151
152def _exec_script(script_name: str, *args: str) -> None:
153 os.execv(
154 sys.executable, [sys.executable, str(_SCRIPTS_DIR / script_name)] + list(args)
155 )
156
157
158def _run_workflow_flow(cfg: dict) -> None:

Callers 1

_integrations_flowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected