mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #221] [CLOSED] add a tool plugin #719
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-plugins/pull/221
Author: @qiansuo1
Created: 3/24/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (7)
7bf66a2add plugin JOTO_Datafocus7e26339change {yes,no}-->{true,false}a8e4471Replace submodule Datafocus with normal folder8653ba3Merge remote-tracking branch 'upstream/main'ec07662Delete Organization/JOTO_Datafocus/Datafocus/.difyignore7616b78Delete Organization/JOTO_Datafocus/Datafocus/.env.example06bd2c3Delete Organization/JOTO_Datafocus/Datafocus/.gitignore📊 Changes
23 files changed (+1654 additions, -0 deletions)
View changed files
➕
Organization/JOTO_Datafocus/Datafocus.difypkg(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/Dockerfile(+27 -0)➕
Organization/JOTO_Datafocus/Datafocus/GUIDE.md(+117 -0)➕
Organization/JOTO_Datafocus/Datafocus/PRIVACY.md(+3 -0)➕
Organization/JOTO_Datafocus/Datafocus/README.md(+261 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/discord.png(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/icon.svg(+9 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/readme_1.png(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/readme_2.png(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/readme_3.png(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/_assets/wechat-qrcode.png(+0 -0)➕
Organization/JOTO_Datafocus/Datafocus/main.py(+24 -0)➕
Organization/JOTO_Datafocus/Datafocus/manifest.yaml(+38 -0)➕
Organization/JOTO_Datafocus/Datafocus/provider/datafocus.py(+23 -0)➕
Organization/JOTO_Datafocus/Datafocus/provider/datafocus.yaml(+42 -0)➕
Organization/JOTO_Datafocus/Datafocus/requirements.txt(+3 -0)➕
Organization/JOTO_Datafocus/Datafocus/tools/constants.py(+95 -0)➕
Organization/JOTO_Datafocus/Datafocus/tools/focus-gpt.yaml(+266 -0)➕
Organization/JOTO_Datafocus/Datafocus/tools/focus-sql.yaml(+299 -0)➕
Organization/JOTO_Datafocus/Datafocus/tools/focus_base.py(+432 -0)...and 3 more files
📄 Description
Plugin Submission Form
1. Submission Type
2. Description
The JOTO-Datafocus tool can help you to query database data or generate SQL statements with natural language. The following will introduce how to configure and an example demonstration.
3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.