-
Notifications
You must be signed in to change notification settings - Fork 682
Description
Self Checks
- I have read the Contributing Guide and Language Policy.
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report, otherwise it will be closed.
- Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
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 .difybndl extension in that repository.
I noticed that, as of the time of submitting this issue, the latest version of dify-plugin-daemon enforces 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!
2. Additional context or comments
No response
3. Can you help us with this feature?
- I am interested in contributing to this feature.