Skip to content

Commit

Permalink
Added additional Swarm types to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Nov 20, 2024
1 parent dfb6430 commit e3e4d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion autogen/agentchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .agent import Agent
from .assistant_agent import AssistantAgent
from .chat import ChatResult, initiate_chats
from .contrib.swarm_agent import SwarmAgent, SwarmResult, initiate_swarm_chat
from .contrib.swarm_agent import AFTER_WORK, ON_CONDITION, AfterWorkOption, SwarmAgent, SwarmResult, initiate_swarm_chat
from .conversable_agent import ConversableAgent, register_function
from .groupchat import GroupChat, GroupChatManager
from .user_proxy_agent import UserProxyAgent
Expand All @@ -27,4 +27,7 @@
"initiate_swarm_chat",
"SwarmAgent",
"SwarmResult",
"ON_CONDITION",
"AFTER_WORK",
"AfterWorkOption",
)

0 comments on commit e3e4d3f

Please sign in to comment.