AutoGPTFlowModule / __init__.py
nbaldwin's picture
Upload __init__.py
98d0633
raw
history blame
506 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ControllerExecutorFlowModule",
"revision": "67f65d607df0f9e78db666c75c2129c1a708abd0"},
{"url": "aiflows/HumanStandardInputFlowModule",
"revision": "a690582584ff5345fe768e41558959a7e99bbeee"},
{"url": "aiflows/VectorStoreFlowModule",
"revision": "46d070566496a31ead631ef3f8e8ea2cd5f098f2"},
]
from flows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .AutoGPTFlow import AutoGPTFlow