From 778a4887305639e012fd3c5900ff9420e56a804f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Boisvert?= Date: Tue, 25 Feb 2025 14:40:44 -0500 Subject: [PATCH] Update __init__.py --- src/agentlab/agents/generic_agent/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/agentlab/agents/generic_agent/__init__.py b/src/agentlab/agents/generic_agent/__init__.py index b4712cfe..20b7d0a9 100644 --- a/src/agentlab/agents/generic_agent/__init__.py +++ b/src/agentlab/agents/generic_agent/__init__.py @@ -16,7 +16,9 @@ AGENT_4o, AGENT_4o_MINI, AGENT_CLAUDE_SONNET_35, + AGENT_CLAUDE_SONNET_35_VISION, AGENT_4o_VISION, + AGENT_4o_MINI_VISION, AGENT_o3_MINI, AGENT_o1_MINI, )