File size: 506 Bytes
b52b47e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ControllerExecutorFlowModule",
"revision": "ba2c90bb9b0539af39ccad90c98a2ba1f9a22c91"},
{"url": "aiflows/HumanStandardInputFlowModule",
"revision": "890e92da1fefbae642fd84296e31bca7f61ea710"},
{"url": "aiflows/VectorStoreFlowModule",
"revision": "bfb6e70d581f81ad130af4554e824127aebf1497"},
]
from flows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .AutoGPTFlow import AutoGPTFlow
|