feat: bump doubao-image plugin to version 0.0.1#2707
Open
Remywwo wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
This submission adds a Dify tool plugin that generates images or videos from text prompts with Doubao generation models through Volcengine Ark.
The plugin supports Seedream image models and Seedance video models. It requires a Volcengine Ark API key, sends prompts and generation options to the fixed Volcengine Ark HTTPS API endpoint, and returns generated image or video results to Dify.
Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin sends user prompts and generation options to Volcengine Ark at
https://ark.cn-beijing.volces.com.The plugin uses a Dify secret provider credential for the Volcengine Ark API key. It does not store prompts, API keys, generated media, or API responses. It does not provide command execution, code execution, SQL, SSH/SFTP, browser automation, filesystem operations, arbitrary URL fetching, proxying, or handling of health, financial, biometric, children, location, authentication, or other sensitive personal data.
Local validation
ruby -e "require 'yaml'; %w[manifest.yaml provider/doubao_image.yaml tools/doubao_image.yaml .github/workflows/plugin-publish.yml].each { |f| YAML.unsafe_load_file(f) }; puts 'yaml ok'"
Result: yaml ok
env PYTHONPYCACHEPREFIX=/tmp/doubao-image-pycache python3 -m py_compile main.py provider/doubao_image.py tools/ark_client.py tools/doubao_image.py
Result: passed
Reviewer notes
End-to-end runtime validation requires a valid Volcengine Ark API key and access to the selected Doubao Seedream or Seedance models. If either Dify Community Edition or Dify Cloud runtime testing is not completed before review, that limitation should be considered documented here.
No bundled binaries or executables are included in the plugin package.