Files
dify/dify-workflow-engine

Dify Workflow Engine

A standalone SDK for executing Dify workflows.

Installation

pip install -r requirements.txt

Usage

from core.workflow.workflow_entry import WorkflowEntry
# ...