Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ save_trace
Method
save_trace
eval_heldout/webarena/browser_env/envs.py:231–233 ·
view source on GitHub ↗
(self, trace_path: str | Path)
Source
from the content-addressed store, hash-verified
229
230
@beartype
231
def
save_trace(self, trace_path: str | Path) -> None:
232
if
self.save_trace_enabled:
233
self.context.tracing.stop(path=trace_path)
234
235
@beartype
236
def
close(self) -> None:
Callers
1
test
Function · 0.95
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected