langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
45.3k stars 6.36k forks source link

Add a new tool that can connect to cloud storage or network disk #7706

Open yaoice opened 2 weeks ago

yaoice commented 2 weeks ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

When using the Dify workflow, a module that retrieves content from the Internet is used. After retrieval, it needs to be saved to a file for subsequent use. In this case, it is very suitable to be saved on object storage or other cloud storage. Although it can also be handled by using Python code modules, it is inconvenient to use and the threshold for use needs to be lowered.

2. Additional context or comments

like coze,it has OSS file operation tool.

image

3. Can you help us with this feature?