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

Method __init__

webarena/agent/agent.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 """Agent that follows a pre-defined action sequence"""
55
56 def __init__(self) -> None:
57 super().__init__()
58
59 def set_action_set_tag(self, tag: str) -> None:
60 self.action_set_tag = tag

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected