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