mirror of https://github.com/langgenius/dify.git
|
|
||
|---|---|---|
| .. | ||
| core | ||
| extensions | ||
| factories | ||
| libs | ||
| models | ||
| services | ||
| sqlalchemy | ||
| README.md | ||
| configs.py | ||
| flask.py | ||
| requirements.txt | ||
| test_import.py | ||
README.md
Dify Workflow Engine
A standalone SDK for executing Dify workflows.
Installation
pip install -r requirements.txt
Usage
from core.workflow.workflow_entry import WorkflowEntry
# ...