This commit is contained in:
binary-husky
2023-11-07 15:36:05 +08:00
parent 8e375b0ed2
commit 804599bbc3
7 changed files with 733 additions and 68 deletions

View File

@@ -3,6 +3,8 @@ from toolbox import report_execption, get_log_folder, update_ui_lastest_msg, Sin
from crazy_functions.agent_fns.pipe import PluginMultiprocessManager, PipeCom
from crazy_functions.agent_fns.general import AutoGenGeneral
import time
from autogen import AssistantAgent, UserProxyAgent
class AutoGenMath(AutoGenGeneral):