MCPcopy 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
23def 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
28def get_observation(

Callers 1

collect_obs.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected