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

Method __init__

webarena/agent/agent.py:31–32  ·  view source on GitHub ↗
(self, *args: Any)

Source from the content-addressed store, hash-verified

29 """Base class for the agent"""
30
31 def __init__(self, *args: Any) -> None:
32 pass
33
34 def next_action(
35 self, trajectory: Trajectory, intent: str, meta_data: Any

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected