File size: 364 Bytes
ba2c90b 5d8985c ba2c90b 93c74cc ba2c90b cbb225c |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ChatFlowModule", "revision": "main"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .ControllerExecutorFlow import ControllerExecutorFlow
from .ControllerAtomicFlow import ControllerAtomicFlow
from .WikiSearchAtomicFlow import WikiSearchAtomicFlow
|