Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ gen_tmp_storage_state
Function
gen_tmp_storage_state
webarena/scripts/collect_obs.py:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
23
def
gen_tmp_storage_state() -> None:
24
with
open(f
"scripts/tmp_storage_state.json"
,
"w"
)
as
f:
25
json.dump({
"storage_state"
:
".auth/shopping_admin_state.json"
}, f)
26
27
28
def
get_observation(
Callers
1
collect_obs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected