mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1717] [CLOSED] Feat/tools dingo text quality #2043
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/1717
Author: @Kylie-dot-s
Created: 9/16/2025
Status: ❌ Closed
Base:
main← Head:feat/tools-dingo-text-quality📝 Commits (10+)
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)a3e2a8brevert(plugin:dingo): restore provider and smoke test to original uploaded behavior; drop extra.python.source; revert manifest created_at\n\nReason: user-side install now OK with original package; aligning repo back to published version67bff43tools(dingo): make _invoke generator-based and backward-compatible with old/new SDK; bump version to 0.1.3; add dify_plugin to requirements8f401f7docs(dingo): update en_US description in manifest📊 Changes
14 files changed (+712 additions, -0 deletions)
View changed files
➕
tests/tools/dingo/test_manifest_and_provider.py(+41 -0)➕
tests/tools/dingo/test_smoke_invoke.py(+56 -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(+8 -0)➕
tools/dingo/provider/dingo.yaml(+21 -0)➕
tools/dingo/requirements.txt(+42 -0)➕
tools/dingo/smoke_test.py(+52 -0)➕
tools/dingo/tools/text_quality_evaluator.py(+94 -0)➕
tools/dingo/tools/text_quality_evaluator.yaml(+58 -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.