dify/dify-workflow-engine/README.md

17 lines
219 B
Markdown

# Dify Workflow Engine
A standalone SDK for executing Dify workflows.
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```python
from core.workflow.workflow_entry import WorkflowEntry
# ...
```