|
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": "5683a922372c5fa90be9f6447d6662d8d80341fc"}, |
|
{"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"}, |
|
] |
|
|
|
from flows 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 |