Spaces:
Sleeping
Sleeping
luigi12345
commited on
Commit
•
4f9ff1c
1
Parent(s):
f87e8b4
optimiced
Browse files- multi_agent.py +1 -2
multi_agent.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
import base64, datetime,
|
2 |
-
|
3 |
from autogen import ConversableAgent, AssistantAgent
|
4 |
from autogen.coding import LocalCommandLineCodeExecutor
|
5 |
|
|
|
1 |
+
import base64, datetime, os
|
|
|
2 |
from autogen import ConversableAgent, AssistantAgent
|
3 |
from autogen.coding import LocalCommandLineCodeExecutor
|
4 |
|