We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6071a4 commit 280a2c8Copy full SHA for 280a2c8
autogen/graph_utils.py
@@ -1,7 +1,7 @@
1
import logging
2
from typing import Dict, List
3
4
-from autogen.agentchat.groupchat import Agent
+from autogen.agentchat import Agent
5
6
7
def has_self_loops(allowed_speaker_transitions: Dict) -> bool:
0 commit comments