bstraehle commited on
Commit
840f3e9
1 Parent(s): d8f2386

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -1,4 +1,4 @@
1
- import base64
2
 
3
  from autogen import ConversableAgent, AssistantAgent
4
  from autogen.coding import LocalCommandLineCodeExecutor
 
1
+ import base64, os
2
 
3
  from autogen import ConversableAgent, AssistantAgent
4
  from autogen.coding import LocalCommandLineCodeExecutor