@autobe/agent
Version:
AI backend server code generator
6 lines (5 loc) • 382 B
text/typescript
export { orchestrateAnalyze as analyze } from "./analyze/orchestrateAnalyze";
export { orchestrateInterface as interface } from "./interface/orchestrateInterface";
export { orchestratePrisma as prisma } from "./prisma/orchestratePrisma";
export { orchestrateRealize as realize } from "./realize/orchestrateRealize";
export { orchestrateTest as test } from "./test/orchestrateTest";