# ~~~ Specify the dependencies ~~~ dependencies = [ {"url": "Tachi67/MemoryReadingFlowModule", "revision": "main"}, {"url": "Tachi67/CodeGeneratorFlowModule", "revision": "main"}, {"url": "Tachi67/CodeFileEditFlowModule", "revision": "main"}, {"url": "Tachi67/ParseFeedbackFlowModule", "revision": "main"}, ] from aiflows import flow_verse flow_verse.sync_dependencies(dependencies) from .InteractiveCodeGenFlow import InteractiveCodeGenFlow