This commit is contained in:
2025-03-02 14:09:11 +08:00
parent 93f90389cf
commit 24882543a9
13 changed files with 174 additions and 60 deletions

View File

@@ -27,11 +27,11 @@ model_client = OpenAIChatCompletionClient(
user = UserProxyAgent("User", input_func=input)
scientist_team = create_scientist_team(model_client=model_client)
engineer_team = create_engineer_team()
scientist_team = create_scientist_team(input)
engineer_team = create_engineer_team(input)
# await code_executor.start()
robot_platform = create_robot_team()
analyst_team = create_analyst_team()
robot_platform = create_robot_team(input)
analyst_team = create_analyst_team(input)
result = {}
planning_agent = AssistantAgent(