MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / _run

Function _run

src/agents/hermes/templates/cli.py:33–39  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

31
32
33def _run(argv):
34 try:
35 completed = subprocess.run([tools.TRACEDECAY_BIN, *argv], check=False)
36 except OSError as exc:
37 print(f"tracedecay binary not runnable ({tools.TRACEDECAY_BIN}): {exc}")
38 return 1
39 return completed.returncode
40
41
42def tracedecay_command(args):

Callers 1

tracedecay_commandFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected