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