소스 검색

Update 第五章 基于低代码平台的智能体搭建.md

HeteroCat 8 달 전
부모
커밋
97f8771cd6
1개의 변경된 파일12개의 추가작업 그리고 8개의 파일을 삭제
  1. 12 8
      docs/chapter5/第五章 基于低代码平台的智能体搭建.md

+ 12 - 8
docs/chapter5/第五章 基于低代码平台的智能体搭建.md

@@ -344,23 +344,23 @@ Dify 社区的贡献得到了行业的广泛认可:​开源社区年度最具
 在上一个coze的案例我们已经搭建了一个每日AI简报的智能体,但是会不会感觉他其实有点太简单了,因为他只有一个功能生成简报。那么现在我们就用dify来做一个功能全面而且更加丰富有趣的超级智能体个人助手吧。照例我们简单介绍一下dify的界面和使用。
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-14.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 智能体搭建主页</p>
+  <p>图 5.17 Dify 智能体搭建主页</p>
 </div>
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-18.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 官方模板库</p>
+  <p>图 5.18 Dify 官方模板库</p>
 </div>
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-15.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 知识库</p>
+  <p>图 5.19 Dify 知识库</p>
 </div>
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-16.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 插件市场</p>
+  <p>图 5.20 Dify 插件市场</p>
 </div>
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-17.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 大模型配置</p>
+  <p>图 5.21 Dify 大模型配置</p>
 </div>
 
 #### 5.3.2.1 步骤一:创建插件和配置MCP
@@ -368,7 +368,7 @@ OK,简单了解完dify的大体架构,现在我们就从头开始讲如何
 
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-19.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 Dify 插件安装配置</p>
+  <p>图 5.22 Dify 插件安装配置</p>
 </div>
 
 上面这些红色框框起来的插件就是我们需要在插件市场安装到自己环境中使用的插件,在插件市场中再找他们并安装就行了。有兴趣的话你也可以点击查看详情了解这些插件的详细功能和作用。
@@ -377,18 +377,22 @@ OK,简单了解完dify的大体架构,现在我们就从头开始讲如何
 
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-20.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 魔搭社区mcp市场</p>
+  <p>图 5.23 魔搭社区mcp市场</p>
 </div>
 
 打开魔搭社区的mcp市场,在右边选择hosted类型,比如我们已高德mcp为例,点击高德mcp进入他的主页,在右侧选择sse模式点击连接配置,这样子生成的一个mcp配置json就完成你专属的高德mcp了。mcp有很多种模式,但是dify的mcp配置使用sse通信上会更好更流畅一些,所以建议选择sse模式。
 
 <div align="center">
   <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-21.png" alt="图片描述" width="90%"/>
-  <p>图 5.16 高德mcp配置示例</p>
+  <p>图 5.24 高德mcp配置示例</p>
 </div>
 
 #### 5.3.2.2 步骤二:agent设计与效果展示
 
+<div align="center">
+  <img src="https://github.com/HeteroCat/hello-agents/blob/main/docs/images/5-figures/dify-21.png" alt="图片描述" width="90%"/>
+  <p>图 5.24 高德mcp配置示例</p>
+</div>
 
 ### 5.3.3 Dify 的优势与局限性分析