nbaldwin's picture
Update __init__.py
5d8985c
raw
history blame
362 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ChatFlowModule", "revision": "main"},
]
from flows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .ControllerExecutorFlow import ControllerExecutorFlow
from .ControllerAtomicFlow import ControllerAtomicFlow
from .WikiSearchAtomicFlow import WikiSearchAtomicFlow