AutoGPTFlowModule / __init__.py
martinjosifoski's picture
First commit.
b52b47e
raw
history blame
506 Bytes
# ~~~ 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