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

Function outputs_root

src/harness/paths.py:43–45  ·  view source on GitHub ↗

Root directory for all run outputs.

()

Source from the content-addressed store, hash-verified

41
42
43def outputs_root() -> Path:
44 """Root directory for all run outputs."""
45 return workspace_persistent() / "outputs"
46
47
48def task_output_dir(task_name: str) -> Path:

Callers 11

config.pyFile · 0.90
config.pyFile · 0.90
parse_argsFunction · 0.90
config.pyFile · 0.90
mainFunction · 0.90
mainFunction · 0.90
config.pyFile · 0.90
task_output_dirFunction · 0.85
new_run_dirFunction · 0.85
find_latest_run_dirFunction · 0.85
init_run_envFunction · 0.85

Calls 1

workspace_persistentFunction · 0.85

Tested by

no test coverage detected