mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Guidance Needed]: How to Support Tool, Model, and Endpoint Services Simultaneously in Latest Dify Plugin Version #427
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lpdink on GitHub (Dec 22, 2025).
Hi, I'm from the Alibaba Cloud ADBPG team and currently developing a Dify plugin.
I visited the Dify Plugin Marketplace but couldn't find any bundled plugin projects listed under the "Bundle" category. Additionally, I didn't locate any files with the
.difybndlextension in this repository.I noticed that, as of the time of submitting this issue, the latest version of
dify-plugin-daemonenforces a restriction preventing a single plugin from simultaneously serving as a model, tool, and endpoint (see this code line).In response to this limitation, I've refactored our original plugin into three separate plugins—one for each capability (tool, model, and endpoint)—and bundled them together. You can find our current implementation here: https://github.com/aliyun/alibabacloud-adbpg-dify-plugin.
What’s confusing is that I’m unable to provide tool, model, and endpoint capabilities within a single plugin, yet I also don’t understand how to properly publish or submit a bundle to the marketplace. Any guidance or suggestions would be appreciated!