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.
2 parents 4cbb1f4 + 00bf581 commit 93006afCopy full SHA for 93006af
docs/overview/o1.muagent.md
@@ -21,7 +21,7 @@ aliases:
21
本项目的Mutli-Agent框架汲取兼容了多个框架的优秀设计,比如metaGPT中的消息池(message pool)、autogen中的代理选择器(agent selector)等。
22
23
<div align=center>
24
- <img src="/docs/resources/muAgent_framework.png" alt="图片" style="width: 500px; height:auto;">
+ <img src="/docs/resources/muagent_framework.png" alt="图片" style="width: 500px; height:auto;">
25
</div>
26
27
@@ -42,7 +42,7 @@ aliases:
42
1. BaseAgent:提供基础问答、工具使用、代码执行的功能,根据Prompt格式实现 输入 => 输出
43
44
45
- <img src="/docs/resources/BaseAgent.png" alt="图片" style="width: 500px; height:auto;">
+ <img src="/docs/resources/baseagent.png" alt="图片" style="width: 500px; height:auto;">
46
47
48
2. ReactAgent:提供标准React的功能,根据问题实现当前任务
0 commit comments