AutoGPTFlowModule / __init__.py
nbaldwin's picture
changed dependencies to main
cf66bc7
raw
history blame contribute delete
400 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ControllerExecutorFlowModule",
"revision": "main"},
{"url": "aiflows/HumanStandardInputFlowModule",
"revision": "main"},
{"url": "aiflows/VectorStoreFlowModule",
"revision": "main"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .AutoGPTFlow import AutoGPTFlow