dify icon indicating copy to clipboard operation
dify copied to clipboard

feat: add alist tool

Open yaoice opened this issue 1 year ago • 2 comments

Checklist:

[!IMPORTANT]
Please review the checklist below before submitting your pull request.

  • [x] Please open an issue before creating a PR or link to an existing issue
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [x] I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

Fixes #7706

AList is the popular github project that has 41.6k star. AList is a file listing program that supports multiple storage providers including Dropbox, Alibaba Cloud Disk, OneDrive, Google Drive, etc., and is easy to expand. image

Type of Change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update, included: Dify Document
  • [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • [ ] Dependency upgrade

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  1. Install alist and configure alist storage image image

  2. setup dify workflow with alist tool image image

  3. run the workflow and verify the result image image image

yaoice avatar Sep 04 '24 13:09 yaoice

Hello, we are working on refine the core of tools part, so we will postpone the PR until we have finished those works.

crazywoola avatar Sep 04 '24 14:09 crazywoola

Hello, we are working on refine the core of tools part, so we will postpone the PR until we have finished those works.

Understood. Looking forward to seeing the refined core of the tools part.

yaoice avatar Sep 04 '24 15:09 yaoice

Sorry, we do not accept new tools for now, we plan to have a tool market place int he future. :)

crazywoola avatar Oct 11 '24 03:10 crazywoola

Sorry, we do not accept new tools for now, we plan to have a tool market place int he future. :)

Thank you for your response. I understand your decision and look forward to the tool marketplace in the future.

yaoice avatar Oct 11 '24 05:10 yaoice

Sorry to border you. When I try to add my tools just like what you do, I have failed to find my tools in web. Did I miss any steps during modification? What should I do to make the changes take effect after modifying the code? Thanks a lot for your help.

oscar66oliver avatar Oct 23 '24 10:10 oscar66oliver