Skip to content

Commit

Permalink
Merge pull request ag2ai#217 from ag2ai/swarmmanager
Browse files Browse the repository at this point in the history
Add  swarm manager option
  • Loading branch information
marklysze authored Jan 2, 2025
2 parents 445132a + 33b809c commit 7778696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen/agentchat/contrib/swarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class AfterWorkOption(Enum):
TERMINATE = "TERMINATE"
REVERT_TO_USER = "REVERT_TO_USER"
STAY = "STAY"
SWARM_MANAGER = "SWARM_MANAGER"


@dataclass
Expand Down

0 comments on commit 7778696

Please sign in to comment.