diff --git a/src/agentlab/agents/__init__.py b/src/agentlab/agents/__init__.py index 7e69b299..75249df3 100644 --- a/src/agentlab/agents/__init__.py +++ b/src/agentlab/agents/__init__.py @@ -9,5 +9,5 @@ - TapeAgent: An agent that uses the Tape data structure to perform actions -- VisualWebArenaAgent: An implentation of the agent used in WebArena and VisualWebArena +- VisualWebArenaAgent: An implementation of the agent used in WebArena and VisualWebArena """