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

Function workspace_persistent

src/harness/paths.py:37–40  ·  view source on GitHub ↗

Host-only persistent store for logs, checkpoints, and outputs.

()

Source from the content-addressed store, hash-verified

35
36
37def workspace_persistent() -> Path:
38 """Host-only persistent store for logs, checkpoints, and outputs."""
39 env = os.environ.get("WORKSPACE_PERSISTENT")
40 return Path(env).resolve() if env else PROJECT_ROOT / "workspace_persistent"
41
42
43def outputs_root() -> Path:

Callers 2

outputs_rootFunction · 0.85
ensure_runtime_dirsFunction · 0.85

Calls 2

getMethod · 0.80
resolveMethod · 0.80

Tested by

no test coverage detected