Update multi_agent.py
Browse files- multi_agent.py +0 -1
multi_agent.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import base64, chess, chess.svg, getpass, io, json, os
|
2 |
from autogen import ConversableAgent, register_function
|
3 |
-
from IPython.display import SVG, display
|
4 |
from typing_extensions import Annotated
|
5 |
from io import BytesIO
|
6 |
from PIL import Image
|
|
|
1 |
import base64, chess, chess.svg, getpass, io, json, os
|
2 |
from autogen import ConversableAgent, register_function
|
|
|
3 |
from typing_extensions import Annotated
|
4 |
from io import BytesIO
|
5 |
from PIL import Image
|