Skip to content

Commit

Permalink
Merge pull request #315 from ag2ai/swarmasyncinitiate
Browse files Browse the repository at this point in the history
Swarm Asynchronous initiate_swarm_chat
  • Loading branch information
qingyun-wu authored Dec 30, 2024
2 parents 9d6b51b + 0a439bc commit 69166d2
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 174 deletions.
2 changes: 2 additions & 0 deletions autogen/agentchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
AfterWorkOption,
SwarmAgent,
SwarmResult,
a_initiate_swarm_chat,
initiate_swarm_chat,
)
from .conversable_agent import ConversableAgent, register_function
Expand All @@ -40,6 +41,7 @@
"gather_usage_summary",
"ChatResult",
"initiate_swarm_chat",
"a_initiate_swarm_chat",
"SwarmAgent",
"SwarmResult",
"ON_CONDITION",
Expand Down
Loading

0 comments on commit 69166d2

Please sign in to comment.