mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
Dify Workflow Engine
A standalone SDK for executing Dify workflows.
Installation
pip install -r requirements.txt
Usage
from core.workflow.workflow_entry import WorkflowEntry
# ...