The following steps need to be followed to import and use the DSL files provided by Awesome-Dify-Workflow:
1. Create a Dify account
First, visit the official Dify website to sign up for an account. If you choose local deployment, you can refer to the official documentation to install the Dify platform.
2. Downloading or obtaining DSL documents
Browse the DSL folder of the Awesome-Dify-Workflow project and locate the required workflow.yml file. Copy the Raw URL of the file.
3. Importing workflows
Login to Dify, go to "Workflow" page, click "Import DSL", paste the Raw URL and confirm the import.
4. Configuration environment (as required)
Some workflows require additional dependencies. For example, matplotlib.yml requires dedify-sandbox-py to be installed. edit /docker/volumes/sandbox/dependencies/python-requirements.txt to add the required dependency libraries and restart sandbox.
caveat::
- Make sure Dify version is 0.13.0 or higher to support Agent nodes and parallel tasks.
- If you encounter network problems, check your network or try again later.
- For PDF knowledge base garbled problem, it is recommended to use MinerU to Markdown and then import.
This answer comes from the articleDify Workflow DSL Files Collection DownloadThe