diff --git a/README.md b/README.md index 0830182..44d2025 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ 所有的 Workflow 基本都可以 **免费** 使用,更多 Workflow 收集整理中…… ## 分享群 -开了一个分享群,有兴趣可以加入,如果你有关于 workflow 的问题也可以一起讨论。(2025/04/21 更新) +开了一个分享群,有兴趣可以加入,如果你有关于 workflow 的问题也可以一起讨论。(2025/04/24 更新) - 主群都超200了,加群主好友,备注 dify,拉你到人多一些的群。不过微信风控,有时候加不上,可以稍后再试。 - 当然,也可以加新群,目前人少一点,基本3-5天左右一个群就能满200. -![](./snapshots/Xnip2025-04-21_21-09-48.jpg) +![](./snapshots/Xnip2025-04-24_18-07-35.jpg) @@ -114,7 +114,10 @@ sandbox 运行pandas,numpy>2.0,matplotlib,scikit-learn 代码老报错, ## DIFY 1.0 插件 [dify_plugin_collection](https://github.com/svcvit/dify_plugin_collection) 仓库存放着 DIFY 的[官方市场](https://marketplace.dify.ai/) 插件安装包,方便离线用户自由选择,不定期更新。 -如果你希望开发插件,我有2个插件的源码 [google翻译](https://github.com/svcvit/dify-plugin-google_translate)、[对话Agent](https://github.com/svcvit/dify-plugin-tod_agent) 希望可以给你参考。 +如果你希望开发插件,我有几个插件的源码,包含Agent strategy,Tool,Extension 希望可以给你参考。 +- [google翻译](https://github.com/svcvit/dify-plugin-google_translate):这是Tool,代码很少,看完之后可以理解DIFY插件的文件结构 +- [对话Agent](https://github.com/svcvit/dify-plugin-tod_agent) :这是Agent strategy,Agent策略抽象了Dify的很多能力,可以有很多玩法,但是对开发者要求比较高,你需要有产品思维,还需要一定的开发能力。 +- [Artifacts](https://github.com/svcvit/dify-plugin-artifacts) :这是Extension,它借鉴了Anthropic的Artifacts功能,做HTML的渲染,你可以参考这份代码,做一个用户交互界面。 ## 模型 diff --git a/snapshots/Xnip2025-04-21_21-09-48.jpg b/snapshots/Xnip2025-04-21_21-09-48.jpg deleted file mode 100644 index ab10a13..0000000 Binary files a/snapshots/Xnip2025-04-21_21-09-48.jpg and /dev/null differ diff --git a/snapshots/Xnip2025-04-24_18-07-35.jpg b/snapshots/Xnip2025-04-24_18-07-35.jpg new file mode 100644 index 0000000..2afeec1 Binary files /dev/null and b/snapshots/Xnip2025-04-24_18-07-35.jpg differ