Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
def
outputs_root() -> Path:
44
""
"Root directory for all run outputs."
""
45
return
workspace_persistent() /
"outputs"
46
47
48
def
task_output_dir(task_name: str) -> Path:
Callers
11
config.py
File · 0.90
config.py
File · 0.90
parse_args
Function · 0.90
config.py
File · 0.90
main
Function · 0.90
main
Function · 0.90
config.py
File · 0.90
task_output_dir
Function · 0.85
new_run_dir
Function · 0.85
find_latest_run_dir
Function · 0.85
init_run_env
Function · 0.85
Calls
1
workspace_persistent
Function · 0.85
Tested by
no test coverage detected