Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranwu0 committed Nov 20, 2024
1 parent e0ff02b commit dfb6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
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 .conversable_agent import ConversableAgent, register_function
from .groupchat import GroupChat, GroupChatManager
from .user_proxy_agent import UserProxyAgent
from .utils import gather_usage_summary
from .contrib.swarm_agent import initiate_swarm_chat, SwarmAgent, SwarmResult

__all__ = (
"Agent",
Expand Down

0 comments on commit dfb6430

Please sign in to comment.