-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Self Checks
To make sure we get to you in time, please check the following :)
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- "Please do not modify this template :) and fill in all the required fields."
Is your feature request related to a problem? Please describe.
At the end of this October, Dify finally released the first version with Triggers, which I have been waiting for.
First thing I want to try was to develop a trigger but this dify-plugin does not seem to have a template for triggers yet as you can see in the image below.

Therefore, I want "trigger" to be one of developable categories.
Describe the solution you'd like
I think it can be implemented by modifying some files under https://github.com/langgenius/dify-plugin-daemon/blob/main/cmd/ including
https://github.com/langgenius/dify-plugin-daemon/blob/main/cmd/commandline/plugin/category.go and
https://github.com/langgenius/dify-plugin-daemon/tree/main/cmd/commandline/plugin/templates .
Describe alternatives you've considered
Thankfully, the doc is written so it could be useful.
Additional context
Add any other context or screenshots about the feature request here.