From 3fbff6e02eabf9aad5b1b7875a22454a5cc44f94 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 12 Dec 2024 00:29:30 +0900 Subject: [PATCH] chore: update __init__.py implentation -> implementation --- src/agentlab/agents/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """