feat: add alist tool
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) andcd 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.
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
-
Install alist and configure alist storage
-
setup dify workflow with alist tool
-
run the workflow and verify the result
Hello, we are working on refine the core of tools part, so we will postpone the PR until we have finished those works.
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.
Sorry, we do not accept new tools for now, we plan to have a tool market place int he future. :)
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.
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.