Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ ObservationMetadata
Class
ObservationMetadata
webarena/browser_env/processors.py:40–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
class
ObservationMetadata(TypedDict):
41
obs_nodes_info: dict[str, Any]
42
43
44
def
create_empty_metadata() -> ObservationMetadata:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected