We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b5f22 commit 3fbf206Copy full SHA for 3fbf206
README.md
@@ -100,7 +100,12 @@ participants:设置Team的参与者(Agent) ,List列表
100
termination_condition:Team终止条件,默认None则无限期运行
101
max_turns:Team支持的最大会话回合数,默认None则无限制
102
**MagenticOneGroupChat**
103
-官方正在开发中,相应源码暂没相关注释
+一个通用的多Agent系统,用于解决各种领域的开放式网络和基于文件的任务
104
+它代表了多代理系统向前迈出的重要一步,在多项代理基准测试中取得了极具竞争力的性能
105
+其属性如下:
106
+participants:设置Team的参与者(Agent) ,List列表
107
+termination_condition:Team终止条件,默认None则无限期运行
108
+max_turns:Team支持的最大会话回合数,默认None则无限制
109
**(1)Team管理**
110
**run()**
111
处理任务并返回任务结果
0 commit comments