mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1683] [MERGED] feat(tools/dingo): add official-style Dingo text quality plugin #2029
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1683
Author: @Kylie-dot-s
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/11/2025
Merged by: @crazywoola
Base:
main← Head:feat/tools-dingo-text-quality📝 Commits (7)
4572d39feat(tools/dingo): add official-style Dingo text quality pluginf75a3b4fix(plugin checks): set author to 'langgenius' and bump version to 0.1.1; refine README93a47f7fix(plugin:dingo): satisfy pre-check by using author=langgenius and bump version to 0.1.2b4260f0fix(plugin:dingo): add created_at and privacy to manifest to satisfy PluginConfiguration validation68af5b0fix(plugin:dingo): add tool-level description.human/llm and use allowed tags; add tests to preempt install validator errors2552882test(plugin:dingo): add smoke test to load provider and invoke TextQualityEvaluatorTool via dify_plugin runtimea301e81fix(plugin:dingo): make provider import robust for direct loading; add python source mapping in tool YAML; relax smoke test to load tool and _invoke signature only\n\nchore(validator): local toolkit script adjusted for Windows + dify_plugin heartbeat (not committed)📊 Changes
13 files changed (+628 additions, -0 deletions)
View changed files
➕
tests/tools/dingo/test_manifest_and_provider.py(+41 -0)➕
tests/tools/dingo/test_smoke_invoke.py(+27 -0)➕
tools/dingo/LICENSE(+201 -0)➕
tools/dingo/README.md(+67 -0)➕
tools/dingo/_assets/icon.svg(+3 -0)➕
tools/dingo/main.py(+7 -0)➕
tools/dingo/manifest.yaml(+39 -0)➕
tools/dingo/privacy-policy.md(+23 -0)➕
tools/dingo/provider/dingo.py(+33 -0)➕
tools/dingo/provider/dingo.yaml(+21 -0)➕
tools/dingo/requirements.txt(+38 -0)➕
tools/dingo/tools/text_quality_evaluator.py(+66 -0)➕
tools/dingo/tools/text_quality_evaluator.yaml(+62 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.