PlanWriterFlowModule / __init__.py
Tachi67's picture
Upload 10 files
b7c0c96
raw
history blame contribute delete
589 Bytes
dependencies = [
{"url": "aiflows/ContentWriterFlowModule", "revision": "main"},
{"url": "aiflows/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