File size: 938 Bytes
258e7ae d1bf91d 1375d8f 258e7ae 5e6efd4 258e7ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
dependencies = [
{"url": "Tachi67/AbstractBossFlowModule", "revision": "main"},
{"url": "Tachi67/MemoryReadingFlowModule", "revision": "main"},
{"url": "Tachi67/PlanWriterFlowModule", "revision": "main"},
{"url": "Tachi67/ExtendLibraryFlowModule", "revision": "main"},
{"url": "Tachi67/RunCodeFlowModule", "revision": "main"},
{"url": "Tachi67/ReplanningFlowModule", "revision": "main"},
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"},
{"url": "aiflows/ChatFlowModule", "revision": "297c90d08087d9ff3139521f11d1a48d7dc63ed4"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
from .UpdatePlanAtomicFlow import UpdatePlanAtomicFlow
from .CoderFlow import CoderFlow
from .Controller_CoderFlow import Controller_CoderFlow
from .CtrlExMem_CoderFlow import CtrlExMem_CoderFlow
from .Planner_CoderFlow import Planner_CoderFlow |