@autobe/agent 0.25.4 → 0.25.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/lib/AutoBeMockAgent.js +1 -1
  2. package/lib/AutoBeMockAgent.js.map +1 -1
  3. package/lib/constants/AutoBeSystemPromptConstant.d.ts +12 -13
  4. package/lib/constants/AutoBeSystemPromptConstant.js.map +1 -1
  5. package/lib/context/AutoBeTokenUsage.d.ts +2 -2
  6. package/lib/context/AutoBeTokenUsage.js.map +1 -1
  7. package/lib/context/{IAutoBeApplication.d.ts → IAutoBeFacadeApplication.d.ts} +15 -83
  8. package/lib/context/{IAutoBeApplicationProps.js → IAutoBeFacadeApplication.js} +1 -1
  9. package/lib/context/IAutoBeFacadeApplication.js.map +1 -0
  10. package/lib/context/{IAutoBeApplicationProps.d.ts → IAutoBeFacadeApplicationProps.d.ts} +1 -1
  11. package/lib/context/{IAutoBeApplication.js → IAutoBeFacadeApplicationProps.js} +1 -1
  12. package/lib/context/IAutoBeFacadeApplicationProps.js.map +1 -0
  13. package/lib/context/{IAutoBeApplicationResult.d.ts → IAutoBeFacadeApplicationResult.d.ts} +1 -1
  14. package/lib/context/{IAutoBeApplicationResult.js → IAutoBeFacadeApplicationResult.js} +1 -1
  15. package/lib/context/IAutoBeFacadeApplicationResult.js.map +1 -0
  16. package/lib/factory/createAgenticaHistory.js +3 -1
  17. package/lib/factory/createAgenticaHistory.js.map +1 -1
  18. package/lib/factory/createAutoBeApplication.js +38 -76
  19. package/lib/factory/createAutoBeApplication.js.map +1 -1
  20. package/lib/factory/createAutoBeContext.js +10 -11
  21. package/lib/factory/createAutoBeContext.js.map +1 -1
  22. package/lib/index.mjs +2109 -1667
  23. package/lib/index.mjs.map +1 -1
  24. package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js +0 -1
  25. package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js.map +1 -1
  26. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.d.ts +1 -1
  27. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js +3 -18
  28. package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js.map +1 -1
  29. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.d.ts +0 -1
  30. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js +1 -13
  31. package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js.map +1 -1
  32. package/lib/orchestrate/analyze/orchestrateAnalyze.d.ts +1 -2
  33. package/lib/orchestrate/analyze/orchestrateAnalyze.js +2 -4
  34. package/lib/orchestrate/analyze/orchestrateAnalyze.js.map +1 -1
  35. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.d.ts +1 -1
  36. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +2 -2
  37. package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js.map +1 -1
  38. package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.d.ts +0 -1
  39. package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.js.map +1 -1
  40. package/lib/orchestrate/common/orchestrateCommonCorrectCasting.d.ts +1 -0
  41. package/lib/orchestrate/common/orchestrateCommonCorrectCasting.js +370 -275
  42. package/lib/orchestrate/common/orchestrateCommonCorrectCasting.js.map +1 -1
  43. package/lib/orchestrate/facade/transformFacadeStateMessage.js +1 -1
  44. package/lib/orchestrate/facade/transformFacadeStateMessage.js.map +1 -1
  45. package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js +0 -4
  46. package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js.map +1 -1
  47. package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js +10 -7
  48. package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js.map +1 -1
  49. package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.d.ts +3 -0
  50. package/lib/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.js → transformInterfaceCommonHistories.js} +4 -4
  51. package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.js.map +1 -0
  52. package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js +12 -9
  53. package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js.map +1 -1
  54. package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js +10 -7
  55. package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js.map +1 -1
  56. package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js +1 -1
  57. package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js.map +1 -1
  58. package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js +13 -10
  59. package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js.map +1 -1
  60. package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js +10 -7
  61. package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js.map +1 -1
  62. package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js +1 -1
  63. package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js.map +1 -1
  64. package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js +10 -7
  65. package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js.map +1 -1
  66. package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js +1 -1
  67. package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js.map +1 -1
  68. package/lib/orchestrate/interface/orchestrateInterface.d.ts +2 -2
  69. package/lib/orchestrate/interface/orchestrateInterface.js.map +1 -1
  70. package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js +10 -5
  71. package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js.map +1 -1
  72. package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js +2 -2
  73. package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js.map +1 -1
  74. package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js +9 -6
  75. package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js.map +1 -1
  76. package/lib/orchestrate/prisma/orchestratePrisma.d.ts +2 -2
  77. package/lib/orchestrate/prisma/orchestratePrisma.js.map +1 -1
  78. package/lib/orchestrate/realize/orchestRateRealizeCorrectCasting.js +370 -275
  79. package/lib/orchestrate/realize/orchestRateRealizeCorrectCasting.js.map +1 -1
  80. package/lib/orchestrate/realize/orchestrateRealize.d.ts +2 -2
  81. package/lib/orchestrate/realize/orchestrateRealize.js.map +1 -1
  82. package/lib/orchestrate/realize/orchestrateRealizeCorrect.js +304 -221
  83. package/lib/orchestrate/realize/orchestrateRealizeCorrect.js.map +1 -1
  84. package/lib/orchestrate/realize/orchestrateRealizeWrite.js +303 -220
  85. package/lib/orchestrate/realize/orchestrateRealizeWrite.js.map +1 -1
  86. package/lib/orchestrate/test/histories/transformTestScenarioHistories.js +8 -5
  87. package/lib/orchestrate/test/histories/transformTestScenarioHistories.js.map +1 -1
  88. package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js +8 -5
  89. package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js.map +1 -1
  90. package/lib/orchestrate/test/histories/transformTestWriteHistories.js +8 -5
  91. package/lib/orchestrate/test/histories/transformTestWriteHistories.js.map +1 -1
  92. package/lib/orchestrate/test/orchestrateTest.d.ts +2 -2
  93. package/lib/orchestrate/test/orchestrateTest.js.map +1 -1
  94. package/lib/orchestrate/test/orchestrateTestCorrect.js +17 -22
  95. package/lib/orchestrate/test/orchestrateTestCorrect.js.map +1 -1
  96. package/lib/orchestrate/test/orchestrateTestCorrectInvalidRequest.js +372 -277
  97. package/lib/orchestrate/test/orchestrateTestCorrectInvalidRequest.js.map +1 -1
  98. package/lib/orchestrate/test/orchestrateTestWrite.js +322 -350
  99. package/lib/orchestrate/test/orchestrateTestWrite.js.map +1 -1
  100. package/lib/utils/validateEmptyCode.d.ts +8 -0
  101. package/lib/utils/validateEmptyCode.js +35 -0
  102. package/lib/utils/validateEmptyCode.js.map +1 -0
  103. package/package.json +6 -6
  104. package/src/AutoBeMockAgent.ts +1 -1
  105. package/src/constants/AutoBeSystemPromptConstant.ts +12 -13
  106. package/src/context/AutoBeTokenUsage.ts +2 -2
  107. package/src/context/{IAutoBeApplication.ts → IAutoBeFacadeApplication.ts} +15 -83
  108. package/src/context/{IAutoBeApplicationProps.ts → IAutoBeFacadeApplicationProps.ts} +1 -1
  109. package/src/context/{IAutoBeApplicationResult.ts → IAutoBeFacadeApplicationResult.ts} +1 -1
  110. package/src/factory/createAgenticaHistory.ts +5 -4
  111. package/src/factory/createAutoBeApplication.ts +6 -6
  112. package/src/factory/createAutoBeContext.ts +2 -3
  113. package/src/orchestrate/analyze/histories/transformAnalyzeReviewHistories.ts +0 -1
  114. package/src/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.ts +0 -16
  115. package/src/orchestrate/analyze/histories/transformAnalyzeWriteHistories.ts +0 -13
  116. package/src/orchestrate/analyze/orchestrateAnalyze.ts +71 -74
  117. package/src/orchestrate/analyze/orchestrateAnalyzeScenario.ts +1 -2
  118. package/src/orchestrate/analyze/orchestrateAnalyzeWrite.ts +0 -1
  119. package/src/orchestrate/common/orchestrateCommonCorrectCasting.ts +52 -10
  120. package/src/orchestrate/interface/histories/transformInterfaceAssetHistories.ts +0 -4
  121. package/src/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.ts +9 -6
  122. package/src/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.ts → transformInterfaceCommonHistories.ts} +1 -1
  123. package/src/orchestrate/interface/histories/transformInterfaceComplementHistories.ts +9 -6
  124. package/src/orchestrate/interface/histories/transformInterfaceEndpointHistories.ts +9 -6
  125. package/src/orchestrate/interface/histories/transformInterfaceGroupHistories.ts +11 -10
  126. package/src/orchestrate/interface/histories/transformInterfaceOperationHistories.ts +9 -6
  127. package/src/orchestrate/interface/histories/transformInterfaceSchemaHistories.ts +9 -6
  128. package/src/orchestrate/interface/orchestrateInterface.ts +2 -2
  129. package/src/orchestrate/prisma/histories/transformPrismaComponentsHistories.ts +9 -4
  130. package/src/orchestrate/prisma/histories/transformPrismaSchemaHistories.ts +8 -5
  131. package/src/orchestrate/prisma/orchestratePrisma.ts +2 -2
  132. package/src/orchestrate/realize/orchestRateRealizeCorrectCasting.ts +58 -17
  133. package/src/orchestrate/realize/orchestrateRealize.ts +2 -2
  134. package/src/orchestrate/realize/orchestrateRealizeCorrect.ts +51 -15
  135. package/src/orchestrate/realize/orchestrateRealizeWrite.ts +46 -12
  136. package/src/orchestrate/test/histories/transformTestScenarioHistories.ts +8 -5
  137. package/src/orchestrate/test/histories/transformTestScenarioReviewHistories.ts +8 -5
  138. package/src/orchestrate/test/histories/transformTestWriteHistories.ts +8 -5
  139. package/src/orchestrate/test/orchestrateTest.ts +2 -2
  140. package/src/orchestrate/test/orchestrateTestCorrect.ts +17 -24
  141. package/src/orchestrate/test/orchestrateTestCorrectInvalidRequest.ts +57 -10
  142. package/src/orchestrate/test/orchestrateTestWrite.ts +41 -10
  143. package/src/utils/validateEmptyCode.ts +41 -0
  144. package/lib/context/IAutoBeApplication.js.map +0 -1
  145. package/lib/context/IAutoBeApplicationProps.js.map +0 -1
  146. package/lib/context/IAutoBeApplicationResult.js.map +0 -1
  147. package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.d.ts +0 -3
  148. package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.js.map +0 -1
@@ -47,11 +47,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
47
47
  Object.defineProperty(exports, "__esModule", { value: true });
48
48
  exports.orchestrateRealizeCorrect = orchestrateRealizeCorrect;
49
49
  const __typia_transform__validateReport = __importStar(require("typia/lib/internal/_validateReport.js"));
50
+ const __typia_transform__llmApplicationFinalize = __importStar(require("typia/lib/internal/_llmApplicationFinalize.js"));
50
51
  const utils_1 = require("@autobe/utils");
51
52
  const typia_1 = __importDefault(require("typia"));
52
53
  const uuid_1 = require("uuid");
53
54
  const assertSchemaModel_1 = require("../../context/assertSchemaModel");
54
55
  const executeCachedBatch_1 = require("../../utils/executeCachedBatch");
56
+ const validateEmptyCode_1 = require("../../utils/validateEmptyCode");
55
57
  const transformRealizeCorrectHistories_1 = require("./histories/transformRealizeCorrectHistories");
56
58
  const compileRealizeFiles_1 = require("./internal/compileRealizeFiles");
57
59
  const filterDiagnostics_1 = require("./utils/filterDiagnostics");
@@ -89,7 +91,7 @@ function orchestrateRealizeCorrect(ctx_1, scenarios_1, authorizations_1, functio
89
91
  return;
90
92
  if (!diagnosticsByFile[location]) {
91
93
  const func = functions.find((f) => f.location === location);
92
- if (!func) {
94
+ if (func === undefined) {
93
95
  return;
94
96
  }
95
97
  const failure = {
@@ -156,6 +158,7 @@ function step(ctx, props) {
156
158
  source: "realizeCorrect",
157
159
  controller: createController({
158
160
  model: ctx.model,
161
+ functionName: props.scenario.functionName,
159
162
  build: (next) => {
160
163
  pointer.value = next;
161
164
  },
@@ -224,7 +227,75 @@ function step(ctx, props) {
224
227
  }
225
228
  function createController(props) {
226
229
  (0, assertSchemaModel_1.assertSchemaModel)(props.model);
227
- const application = collection[props.model];
230
+ const validate = (input) => {
231
+ const result = (() => { const _io0 = input => "string" === typeof input.think && "string" === typeof input.draft && ("object" === typeof input.revise && null !== input.revise && _io1(input.revise)); const _io1 = input => "string" === typeof input.review && (null === input.final || "string" === typeof input.final); const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.think || _report(_exceptionable, {
232
+ path: _path + ".think",
233
+ expected: "string",
234
+ value: input.think
235
+ }), "string" === typeof input.draft || _report(_exceptionable, {
236
+ path: _path + ".draft",
237
+ expected: "string",
238
+ value: input.draft
239
+ }), ("object" === typeof input.revise && null !== input.revise || _report(_exceptionable, {
240
+ path: _path + ".revise",
241
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
242
+ value: input.revise
243
+ })) && _vo1(input.revise, _path + ".revise", true && _exceptionable) || _report(_exceptionable, {
244
+ path: _path + ".revise",
245
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
246
+ value: input.revise
247
+ })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.review || _report(_exceptionable, {
248
+ path: _path + ".review",
249
+ expected: "string",
250
+ value: input.review
251
+ }), null === input.final || "string" === typeof input.final || _report(_exceptionable, {
252
+ path: _path + ".final",
253
+ expected: "(null | string)",
254
+ value: input.final
255
+ })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
256
+ if (false === __is(input)) {
257
+ errors = [];
258
+ _report = __typia_transform__validateReport._validateReport(errors);
259
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
260
+ path: _path + "",
261
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
262
+ value: input
263
+ })) && _vo0(input, _path + "", true) || _report(true, {
264
+ path: _path + "",
265
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
266
+ value: input
267
+ }))(input, "$input", true);
268
+ const success = 0 === errors.length;
269
+ return success ? {
270
+ success,
271
+ data: input
272
+ } : {
273
+ success,
274
+ errors,
275
+ data: input
276
+ };
277
+ }
278
+ return {
279
+ success: true,
280
+ data: input
281
+ };
282
+ }; })()(input);
283
+ if (result.success === false)
284
+ return result;
285
+ const errors = (0, validateEmptyCode_1.validateEmptyCode)({
286
+ functionName: props.functionName,
287
+ draft: result.data.draft,
288
+ revise: result.data.revise,
289
+ });
290
+ return errors.length
291
+ ? {
292
+ success: false,
293
+ errors,
294
+ data: result.data,
295
+ }
296
+ : result;
297
+ };
298
+ const application = collection[props.model === "chatgpt" ? "chatgpt" : "claude"](validate);
228
299
  return {
229
300
  protocol: "class",
230
301
  name: "Write code",
@@ -236,240 +307,252 @@ function createController(props) {
236
307
  },
237
308
  };
238
309
  }
239
- const claude = {
240
- model: "claude",
241
- options: {
242
- reference: true,
243
- separate: null
244
- },
245
- functions: [
246
- {
247
- name: "correct",
248
- parameters: {
249
- description: " Three-phase correction properties\n\n------------------------------\n\nCurrent Type: {@link IAutoBeRealizeCorrectApplication.IProps}",
250
- type: "object",
251
- properties: {
252
- think: {
253
- description: "Initial error analysis and correction strategy.\n\nAnalyzes TypeScript compilation errors to understand:\n\n- Error patterns and root causes\n- Required fixes and their impact\n- Whether quick fixes or deep refactoring is needed\n- Prisma schema and API contract constraints",
254
- type: "string"
255
- },
256
- draft: {
257
- description: "First correction attempt.\n\nImplements the initial fixes identified in the think phase. For simple\nerrors (typos, missing imports), this may be the final solution. Complex\nerrors may require further refinement.",
258
- type: "string"
259
- },
260
- revise: {
261
- description: "Revision and finalization phase.\n\nReviews the draft corrections and produces the final, error-free code\nthat maintains all business requirements.",
262
- $ref: "#/$defs/IAutoBeRealizeCorrectApplication.IReviseProps"
263
- }
264
- },
265
- required: [
266
- "think",
267
- "draft",
268
- "revise"
269
- ],
270
- additionalProperties: false,
271
- $defs: {
272
- "IAutoBeRealizeCorrectApplication.IReviseProps": {
310
+ const collection = {
311
+ chatgpt: (validate) => (() => {
312
+ const application = {
313
+ model: "chatgpt",
314
+ options: {
315
+ reference: true,
316
+ strict: false,
317
+ separate: null
318
+ },
319
+ functions: [
320
+ {
321
+ name: "correct",
322
+ parameters: {
323
+ description: " Three-phase correction properties\n\n------------------------------\n\nCurrent Type: {@link IAutoBeRealizeCorrectApplication.IProps}\n\n### Description of {@link revise} property:\n\n> Revision and finalization phase.\n> \n> Reviews the draft corrections and produces the final, error-free code\n> that maintains all business requirements.",
273
324
  type: "object",
274
325
  properties: {
275
- review: {
276
- description: "Correction review and validation.\n\nAnalyzes the draft corrections to ensure:\n\n- All TypeScript errors are resolved\n- Business logic remains intact\n- AutoBE coding standards are maintained\n- No new errors are introduced\n- Performance and security are preserved",
326
+ think: {
327
+ description: "Initial error analysis and correction strategy.\n\nAnalyzes TypeScript compilation errors to understand:\n\n- Error patterns and root causes\n- Required fixes and their impact\n- Whether quick fixes or deep refactoring is needed\n- Prisma schema and API contract constraints",
277
328
  type: "string"
278
329
  },
279
- final: {
280
- description: "Final error-free implementation.\n\nThe complete, corrected code that passes all TypeScript compilation\nchecks.\n\nReturns `null` if the draft corrections are sufficient and need no\nfurther changes.",
281
- oneOf: [
282
- {
283
- type: "null"
284
- },
285
- {
330
+ draft: {
331
+ description: "First correction attempt.\n\nImplements the initial fixes identified in the think phase. For simple\nerrors (typos, missing imports), this may be the final solution. Complex\nerrors may require further refinement.",
332
+ type: "string"
333
+ },
334
+ revise: {
335
+ $ref: "#/$defs/IAutoBeRealizeCorrectApplication.IReviseProps"
336
+ }
337
+ },
338
+ required: [
339
+ "think",
340
+ "draft",
341
+ "revise"
342
+ ],
343
+ additionalProperties: false,
344
+ $defs: {
345
+ "IAutoBeRealizeCorrectApplication.IReviseProps": {
346
+ type: "object",
347
+ properties: {
348
+ review: {
349
+ description: "Correction review and validation.\n\nAnalyzes the draft corrections to ensure:\n\n- All TypeScript errors are resolved\n- Business logic remains intact\n- AutoBE coding standards are maintained\n- No new errors are introduced\n- Performance and security are preserved",
286
350
  type: "string"
351
+ },
352
+ final: {
353
+ description: "Final error-free implementation.\n\nThe complete, corrected code that passes all TypeScript compilation\nchecks.\n\nReturns `null` if the draft corrections are sufficient and need no\nfurther changes.",
354
+ anyOf: [
355
+ {
356
+ type: "null"
357
+ },
358
+ {
359
+ type: "string"
360
+ }
361
+ ]
287
362
  }
363
+ },
364
+ required: [
365
+ "review",
366
+ "final"
288
367
  ]
289
368
  }
290
- },
291
- required: [
292
- "review",
293
- "final"
294
- ]
295
- }
369
+ }
370
+ },
371
+ description: "Systematically analyze and correct TypeScript compilation errors.\n\nImplements a three-phase workflow (think \u2192 draft \u2192 revise) that balances\nefficiency for simple errors with thoroughness for complex problems.",
372
+ validate: (() => { const _io0 = input => "string" === typeof input.think && "string" === typeof input.draft && ("object" === typeof input.revise && null !== input.revise && _io1(input.revise)); const _io1 = input => "string" === typeof input.review && (null === input.final || "string" === typeof input.final); const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.think || _report(_exceptionable, {
373
+ path: _path + ".think",
374
+ expected: "string",
375
+ value: input.think
376
+ }), "string" === typeof input.draft || _report(_exceptionable, {
377
+ path: _path + ".draft",
378
+ expected: "string",
379
+ value: input.draft
380
+ }), ("object" === typeof input.revise && null !== input.revise || _report(_exceptionable, {
381
+ path: _path + ".revise",
382
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
383
+ value: input.revise
384
+ })) && _vo1(input.revise, _path + ".revise", true && _exceptionable) || _report(_exceptionable, {
385
+ path: _path + ".revise",
386
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
387
+ value: input.revise
388
+ })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.review || _report(_exceptionable, {
389
+ path: _path + ".review",
390
+ expected: "string",
391
+ value: input.review
392
+ }), null === input.final || "string" === typeof input.final || _report(_exceptionable, {
393
+ path: _path + ".final",
394
+ expected: "(null | string)",
395
+ value: input.final
396
+ })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
397
+ if (false === __is(input)) {
398
+ errors = [];
399
+ _report = __typia_transform__validateReport._validateReport(errors);
400
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
401
+ path: _path + "",
402
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
403
+ value: input
404
+ })) && _vo0(input, _path + "", true) || _report(true, {
405
+ path: _path + "",
406
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
407
+ value: input
408
+ }))(input, "$input", true);
409
+ const success = 0 === errors.length;
410
+ return success ? {
411
+ success,
412
+ data: input
413
+ } : {
414
+ success,
415
+ errors,
416
+ data: input
417
+ };
418
+ }
419
+ return {
420
+ success: true,
421
+ data: input
422
+ };
423
+ }; })()
296
424
  }
425
+ ]
426
+ };
427
+ __typia_transform__llmApplicationFinalize._llmApplicationFinalize(application, Object.assign(Object.assign({}, {
428
+ validate: {
429
+ correct: validate,
297
430
  },
298
- description: "Systematically analyze and correct TypeScript compilation errors.\n\nImplements a three-phase workflow (think \u2192 draft \u2192 revise) that balances\nefficiency for simple errors with thoroughness for complex problems.",
299
- validate: (() => { const _io0 = input => "string" === typeof input.think && "string" === typeof input.draft && ("object" === typeof input.revise && null !== input.revise && _io1(input.revise)); const _io1 = input => "string" === typeof input.review && (null === input.final || "string" === typeof input.final); const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.think || _report(_exceptionable, {
300
- path: _path + ".think",
301
- expected: "string",
302
- value: input.think
303
- }), "string" === typeof input.draft || _report(_exceptionable, {
304
- path: _path + ".draft",
305
- expected: "string",
306
- value: input.draft
307
- }), ("object" === typeof input.revise && null !== input.revise || _report(_exceptionable, {
308
- path: _path + ".revise",
309
- expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
310
- value: input.revise
311
- })) && _vo1(input.revise, _path + ".revise", true && _exceptionable) || _report(_exceptionable, {
312
- path: _path + ".revise",
313
- expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
314
- value: input.revise
315
- })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.review || _report(_exceptionable, {
316
- path: _path + ".review",
317
- expected: "string",
318
- value: input.review
319
- }), null === input.final || "string" === typeof input.final || _report(_exceptionable, {
320
- path: _path + ".final",
321
- expected: "(null | string)",
322
- value: input.final
323
- })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
324
- if (false === __is(input)) {
325
- errors = [];
326
- _report = __typia_transform__validateReport._validateReport(errors);
327
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
328
- path: _path + "",
329
- expected: "IAutoBeRealizeCorrectApplication.IProps",
330
- value: input
331
- })) && _vo0(input, _path + "", true) || _report(true, {
332
- path: _path + "",
333
- expected: "IAutoBeRealizeCorrectApplication.IProps",
334
- value: input
335
- }))(input, "$input", true);
336
- const success = 0 === errors.length;
337
- return success ? {
338
- success,
339
- data: input
340
- } : {
341
- success,
342
- errors,
343
- data: input
344
- };
345
- }
346
- return {
347
- success: true,
348
- data: input
349
- };
350
- }; })()
351
- }
352
- ]
353
- };
354
- const collection = {
355
- chatgpt: {
356
- model: "chatgpt",
357
- options: {
358
- reference: true,
359
- strict: false,
360
- separate: null
361
- },
362
- functions: [
363
- {
364
- name: "correct",
365
- parameters: {
366
- description: " Three-phase correction properties\n\n------------------------------\n\nCurrent Type: {@link IAutoBeRealizeCorrectApplication.IProps}\n\n### Description of {@link revise} property:\n\n> Revision and finalization phase.\n> \n> Reviews the draft corrections and produces the final, error-free code\n> that maintains all business requirements.",
367
- type: "object",
368
- properties: {
369
- think: {
370
- description: "Initial error analysis and correction strategy.\n\nAnalyzes TypeScript compilation errors to understand:\n\n- Error patterns and root causes\n- Required fixes and their impact\n- Whether quick fixes or deep refactoring is needed\n- Prisma schema and API contract constraints",
371
- type: "string"
372
- },
373
- draft: {
374
- description: "First correction attempt.\n\nImplements the initial fixes identified in the think phase. For simple\nerrors (typos, missing imports), this may be the final solution. Complex\nerrors may require further refinement.",
375
- type: "string"
431
+ }), { equals: false }));
432
+ return application;
433
+ })(),
434
+ claude: (validate) => (() => {
435
+ const application = {
436
+ model: "claude",
437
+ options: {
438
+ reference: true,
439
+ separate: null
440
+ },
441
+ functions: [
442
+ {
443
+ name: "correct",
444
+ parameters: {
445
+ description: " Three-phase correction properties\n\n------------------------------\n\nCurrent Type: {@link IAutoBeRealizeCorrectApplication.IProps}",
446
+ type: "object",
447
+ properties: {
448
+ think: {
449
+ description: "Initial error analysis and correction strategy.\n\nAnalyzes TypeScript compilation errors to understand:\n\n- Error patterns and root causes\n- Required fixes and their impact\n- Whether quick fixes or deep refactoring is needed\n- Prisma schema and API contract constraints",
450
+ type: "string"
451
+ },
452
+ draft: {
453
+ description: "First correction attempt.\n\nImplements the initial fixes identified in the think phase. For simple\nerrors (typos, missing imports), this may be the final solution. Complex\nerrors may require further refinement.",
454
+ type: "string"
455
+ },
456
+ revise: {
457
+ description: "Revision and finalization phase.\n\nReviews the draft corrections and produces the final, error-free code\nthat maintains all business requirements.",
458
+ $ref: "#/$defs/IAutoBeRealizeCorrectApplication.IReviseProps"
459
+ }
376
460
  },
377
- revise: {
378
- $ref: "#/$defs/IAutoBeRealizeCorrectApplication.IReviseProps"
461
+ required: [
462
+ "think",
463
+ "draft",
464
+ "revise"
465
+ ],
466
+ additionalProperties: false,
467
+ $defs: {
468
+ "IAutoBeRealizeCorrectApplication.IReviseProps": {
469
+ type: "object",
470
+ properties: {
471
+ review: {
472
+ description: "Correction review and validation.\n\nAnalyzes the draft corrections to ensure:\n\n- All TypeScript errors are resolved\n- Business logic remains intact\n- AutoBE coding standards are maintained\n- No new errors are introduced\n- Performance and security are preserved",
473
+ type: "string"
474
+ },
475
+ final: {
476
+ description: "Final error-free implementation.\n\nThe complete, corrected code that passes all TypeScript compilation\nchecks.\n\nReturns `null` if the draft corrections are sufficient and need no\nfurther changes.",
477
+ oneOf: [
478
+ {
479
+ type: "null"
480
+ },
481
+ {
482
+ type: "string"
483
+ }
484
+ ]
485
+ }
486
+ },
487
+ required: [
488
+ "review",
489
+ "final"
490
+ ]
491
+ }
379
492
  }
380
493
  },
381
- required: [
382
- "think",
383
- "draft",
384
- "revise"
385
- ],
386
- additionalProperties: false,
387
- $defs: {
388
- "IAutoBeRealizeCorrectApplication.IReviseProps": {
389
- type: "object",
390
- properties: {
391
- review: {
392
- description: "Correction review and validation.\n\nAnalyzes the draft corrections to ensure:\n\n- All TypeScript errors are resolved\n- Business logic remains intact\n- AutoBE coding standards are maintained\n- No new errors are introduced\n- Performance and security are preserved",
393
- type: "string"
394
- },
395
- final: {
396
- description: "Final error-free implementation.\n\nThe complete, corrected code that passes all TypeScript compilation\nchecks.\n\nReturns `null` if the draft corrections are sufficient and need no\nfurther changes.",
397
- anyOf: [
398
- {
399
- type: "null"
400
- },
401
- {
402
- type: "string"
403
- }
404
- ]
405
- }
406
- },
407
- required: [
408
- "review",
409
- "final"
410
- ]
494
+ description: "Systematically analyze and correct TypeScript compilation errors.\n\nImplements a three-phase workflow (think \u2192 draft \u2192 revise) that balances\nefficiency for simple errors with thoroughness for complex problems.",
495
+ validate: (() => { const _io0 = input => "string" === typeof input.think && "string" === typeof input.draft && ("object" === typeof input.revise && null !== input.revise && _io1(input.revise)); const _io1 = input => "string" === typeof input.review && (null === input.final || "string" === typeof input.final); const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.think || _report(_exceptionable, {
496
+ path: _path + ".think",
497
+ expected: "string",
498
+ value: input.think
499
+ }), "string" === typeof input.draft || _report(_exceptionable, {
500
+ path: _path + ".draft",
501
+ expected: "string",
502
+ value: input.draft
503
+ }), ("object" === typeof input.revise && null !== input.revise || _report(_exceptionable, {
504
+ path: _path + ".revise",
505
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
506
+ value: input.revise
507
+ })) && _vo1(input.revise, _path + ".revise", true && _exceptionable) || _report(_exceptionable, {
508
+ path: _path + ".revise",
509
+ expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
510
+ value: input.revise
511
+ })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.review || _report(_exceptionable, {
512
+ path: _path + ".review",
513
+ expected: "string",
514
+ value: input.review
515
+ }), null === input.final || "string" === typeof input.final || _report(_exceptionable, {
516
+ path: _path + ".final",
517
+ expected: "(null | string)",
518
+ value: input.final
519
+ })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
520
+ if (false === __is(input)) {
521
+ errors = [];
522
+ _report = __typia_transform__validateReport._validateReport(errors);
523
+ ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
524
+ path: _path + "",
525
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
526
+ value: input
527
+ })) && _vo0(input, _path + "", true) || _report(true, {
528
+ path: _path + "",
529
+ expected: "IAutoBeRealizeCorrectApplication.IProps",
530
+ value: input
531
+ }))(input, "$input", true);
532
+ const success = 0 === errors.length;
533
+ return success ? {
534
+ success,
535
+ data: input
536
+ } : {
537
+ success,
538
+ errors,
539
+ data: input
540
+ };
411
541
  }
412
- }
413
- },
414
- description: "Systematically analyze and correct TypeScript compilation errors.\n\nImplements a three-phase workflow (think \u2192 draft \u2192 revise) that balances\nefficiency for simple errors with thoroughness for complex problems.",
415
- validate: (() => { const _io0 = input => "string" === typeof input.think && "string" === typeof input.draft && ("object" === typeof input.revise && null !== input.revise && _io1(input.revise)); const _io1 = input => "string" === typeof input.review && (null === input.final || "string" === typeof input.final); const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.think || _report(_exceptionable, {
416
- path: _path + ".think",
417
- expected: "string",
418
- value: input.think
419
- }), "string" === typeof input.draft || _report(_exceptionable, {
420
- path: _path + ".draft",
421
- expected: "string",
422
- value: input.draft
423
- }), ("object" === typeof input.revise && null !== input.revise || _report(_exceptionable, {
424
- path: _path + ".revise",
425
- expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
426
- value: input.revise
427
- })) && _vo1(input.revise, _path + ".revise", true && _exceptionable) || _report(_exceptionable, {
428
- path: _path + ".revise",
429
- expected: "IAutoBeRealizeCorrectApplication.IReviseProps",
430
- value: input.revise
431
- })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.review || _report(_exceptionable, {
432
- path: _path + ".review",
433
- expected: "string",
434
- value: input.review
435
- }), null === input.final || "string" === typeof input.final || _report(_exceptionable, {
436
- path: _path + ".final",
437
- expected: "(null | string)",
438
- value: input.final
439
- })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
440
- if (false === __is(input)) {
441
- errors = [];
442
- _report = __typia_transform__validateReport._validateReport(errors);
443
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
444
- path: _path + "",
445
- expected: "IAutoBeRealizeCorrectApplication.IProps",
446
- value: input
447
- })) && _vo0(input, _path + "", true) || _report(true, {
448
- path: _path + "",
449
- expected: "IAutoBeRealizeCorrectApplication.IProps",
450
- value: input
451
- }))(input, "$input", true);
452
- const success = 0 === errors.length;
453
- return success ? {
454
- success,
455
- data: input
456
- } : {
457
- success,
458
- errors,
542
+ return {
543
+ success: true,
459
544
  data: input
460
545
  };
461
- }
462
- return {
463
- success: true,
464
- data: input
465
- };
466
- }; })()
467
- }
468
- ]
469
- },
470
- claude,
471
- llama: claude,
472
- deepseek: claude,
473
- "3.1": claude,
546
+ }; })()
547
+ }
548
+ ]
549
+ };
550
+ __typia_transform__llmApplicationFinalize._llmApplicationFinalize(application, Object.assign(Object.assign({}, {
551
+ validate: {
552
+ correct: validate,
553
+ },
554
+ }), { equals: false }));
555
+ return application;
556
+ })(),
474
557
  };
475
558
  //# sourceMappingURL=orchestrateRealizeCorrect.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"orchestrateRealizeCorrect.js","sourceRoot":"","sources":["../../../src/orchestrate/realize/orchestrateRealizeCorrect.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"orchestrateRealizeCorrect.js","sourceRoot":"","sources":["../../../src/orchestrate/realize/orchestrateRealizeCorrect.ts"],"names":[],"mappings":"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"}