UNPKG

@autobe/agent

Version:

AI backend server code generator

14 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.test = exports.realize = exports.prisma = exports.interface = exports.analyze = void 0; var orchestrateAnalyze_1 = require("./analyze/orchestrateAnalyze"); Object.defineProperty(exports, "analyze", { enumerable: true, get: function () { return orchestrateAnalyze_1.orchestrateAnalyze; } }); var orchestrateInterface_1 = require("./interface/orchestrateInterface"); Object.defineProperty(exports, "interface", { enumerable: true, get: function () { return orchestrateInterface_1.orchestrateInterface; } }); var orchestratePrisma_1 = require("./prisma/orchestratePrisma"); Object.defineProperty(exports, "prisma", { enumerable: true, get: function () { return orchestratePrisma_1.orchestratePrisma; } }); var orchestrateRealize_1 = require("./realize/orchestrateRealize"); Object.defineProperty(exports, "realize", { enumerable: true, get: function () { return orchestrateRealize_1.orchestrateRealize; } }); var orchestrateTest_1 = require("./test/orchestrateTest"); Object.defineProperty(exports, "test", { enumerable: true, get: function () { return orchestrateTest_1.orchestrateTest; } }); //# sourceMappingURL=index.js.map