MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / ObservationProcessor

Class ObservationProcessor

webarena/browser_env/processors.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class ObservationProcessor:
36 def process(self, page: Page, client: CDPSession) -> Observation:
37 raise NotImplementedError
38
39
40class ObservationMetadata(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected