File size: 589 Bytes
4462cc9 5afedce 753ae1d 4462cc9 f1408fd 4462cc9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
dependencies = [
{"url": "Tachi67/ContentWriterFlowModule", "revision": "main"},
{"url": "Tachi67/InteractivePlanGenFlowModule", "revision": "main"},
{"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"}
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
from .PlanWriterFlow import PlanWriterFlow
from .PlanWriterCtrlFlow import PlanWriterCtrlFlow
from .PlanWriterAskUserFlow import PlanWriterAskUserFlow |