@autobe/agent 0.25.5 → 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.
- package/lib/constants/AutoBeSystemPromptConstant.d.ts +12 -13
- package/lib/constants/AutoBeSystemPromptConstant.js.map +1 -1
- package/lib/context/AutoBeTokenUsage.d.ts +2 -2
- package/lib/context/AutoBeTokenUsage.js.map +1 -1
- package/lib/context/{IAutoBeApplication.d.ts → IAutoBeFacadeApplication.d.ts} +15 -83
- package/lib/context/{IAutoBeApplicationProps.js → IAutoBeFacadeApplication.js} +1 -1
- package/lib/context/IAutoBeFacadeApplication.js.map +1 -0
- package/lib/context/{IAutoBeApplicationProps.d.ts → IAutoBeFacadeApplicationProps.d.ts} +1 -1
- package/lib/context/{IAutoBeApplication.js → IAutoBeFacadeApplicationProps.js} +1 -1
- package/lib/context/IAutoBeFacadeApplicationProps.js.map +1 -0
- package/lib/context/{IAutoBeApplicationResult.d.ts → IAutoBeFacadeApplicationResult.d.ts} +1 -1
- package/lib/context/{IAutoBeApplicationResult.js → IAutoBeFacadeApplicationResult.js} +1 -1
- package/lib/context/IAutoBeFacadeApplicationResult.js.map +1 -0
- package/lib/factory/createAgenticaHistory.js +3 -1
- package/lib/factory/createAgenticaHistory.js.map +1 -1
- package/lib/factory/createAutoBeApplication.js +38 -76
- package/lib/factory/createAutoBeApplication.js.map +1 -1
- package/lib/factory/createAutoBeContext.js +10 -11
- package/lib/factory/createAutoBeContext.js.map +1 -1
- package/lib/index.mjs +167 -246
- package/lib/index.mjs.map +1 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js +0 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeReviewHistories.js.map +1 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.d.ts +1 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js +3 -18
- package/lib/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.js.map +1 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.d.ts +0 -1
- package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js +1 -13
- package/lib/orchestrate/analyze/histories/transformAnalyzeWriteHistories.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyze.d.ts +1 -2
- package/lib/orchestrate/analyze/orchestrateAnalyze.js +2 -4
- package/lib/orchestrate/analyze/orchestrateAnalyze.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.d.ts +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js +2 -2
- package/lib/orchestrate/analyze/orchestrateAnalyzeScenario.js.map +1 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.d.ts +0 -1
- package/lib/orchestrate/analyze/orchestrateAnalyzeWrite.js.map +1 -1
- package/lib/orchestrate/facade/transformFacadeStateMessage.js +1 -1
- package/lib/orchestrate/facade/transformFacadeStateMessage.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js +0 -4
- package/lib/orchestrate/interface/histories/transformInterfaceAssetHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js +10 -7
- package/lib/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.d.ts +3 -0
- package/lib/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.js → transformInterfaceCommonHistories.js} +4 -4
- package/lib/orchestrate/interface/histories/transformInterfaceCommonHistories.js.map +1 -0
- package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js +12 -9
- package/lib/orchestrate/interface/histories/transformInterfaceComplementHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js +10 -7
- package/lib/orchestrate/interface/histories/transformInterfaceEndpointHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceEndpointsReviewHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js +13 -10
- package/lib/orchestrate/interface/histories/transformInterfaceGroupHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js +10 -7
- package/lib/orchestrate/interface/histories/transformInterfaceOperationHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceOperationsReviewHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js +10 -7
- package/lib/orchestrate/interface/histories/transformInterfaceSchemaHistories.js.map +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js +1 -1
- package/lib/orchestrate/interface/histories/transformInterfaceSchemasReviewHistories.js.map +1 -1
- package/lib/orchestrate/interface/orchestrateInterface.d.ts +2 -2
- package/lib/orchestrate/interface/orchestrateInterface.js.map +1 -1
- package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js +10 -5
- package/lib/orchestrate/prisma/histories/transformPrismaComponentsHistories.js.map +1 -1
- package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js +2 -2
- package/lib/orchestrate/prisma/histories/transformPrismaReviewHistories.js.map +1 -1
- package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js +9 -6
- package/lib/orchestrate/prisma/histories/transformPrismaSchemaHistories.js.map +1 -1
- package/lib/orchestrate/prisma/orchestratePrisma.d.ts +2 -2
- package/lib/orchestrate/prisma/orchestratePrisma.js.map +1 -1
- package/lib/orchestrate/realize/orchestrateRealize.d.ts +2 -2
- package/lib/orchestrate/realize/orchestrateRealize.js.map +1 -1
- package/lib/orchestrate/test/histories/transformTestScenarioHistories.js +8 -5
- package/lib/orchestrate/test/histories/transformTestScenarioHistories.js.map +1 -1
- package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js +8 -5
- package/lib/orchestrate/test/histories/transformTestScenarioReviewHistories.js.map +1 -1
- package/lib/orchestrate/test/histories/transformTestWriteHistories.js +8 -5
- package/lib/orchestrate/test/histories/transformTestWriteHistories.js.map +1 -1
- package/lib/orchestrate/test/orchestrateTest.d.ts +2 -2
- package/lib/orchestrate/test/orchestrateTest.js.map +1 -1
- package/package.json +6 -6
- package/src/constants/AutoBeSystemPromptConstant.ts +12 -13
- package/src/context/AutoBeTokenUsage.ts +2 -2
- package/src/context/{IAutoBeApplication.ts → IAutoBeFacadeApplication.ts} +15 -83
- package/src/context/{IAutoBeApplicationProps.ts → IAutoBeFacadeApplicationProps.ts} +1 -1
- package/src/context/{IAutoBeApplicationResult.ts → IAutoBeFacadeApplicationResult.ts} +1 -1
- package/src/factory/createAgenticaHistory.ts +5 -4
- package/src/factory/createAutoBeApplication.ts +6 -6
- package/src/factory/createAutoBeContext.ts +2 -3
- package/src/orchestrate/analyze/histories/transformAnalyzeReviewHistories.ts +0 -1
- package/src/orchestrate/analyze/histories/transformAnalyzeScenarioHistories.ts +0 -16
- package/src/orchestrate/analyze/histories/transformAnalyzeWriteHistories.ts +0 -13
- package/src/orchestrate/analyze/orchestrateAnalyze.ts +71 -74
- package/src/orchestrate/analyze/orchestrateAnalyzeScenario.ts +1 -2
- package/src/orchestrate/analyze/orchestrateAnalyzeWrite.ts +0 -1
- package/src/orchestrate/interface/histories/transformInterfaceAssetHistories.ts +0 -4
- package/src/orchestrate/interface/histories/transformInterfaceAuthorizationsHistories.ts +9 -6
- package/src/orchestrate/interface/histories/{transformInterfaceCommonPrerequisiteHistories.ts → transformInterfaceCommonHistories.ts} +1 -1
- package/src/orchestrate/interface/histories/transformInterfaceComplementHistories.ts +9 -6
- package/src/orchestrate/interface/histories/transformInterfaceEndpointHistories.ts +9 -6
- package/src/orchestrate/interface/histories/transformInterfaceGroupHistories.ts +11 -10
- package/src/orchestrate/interface/histories/transformInterfaceOperationHistories.ts +9 -6
- package/src/orchestrate/interface/histories/transformInterfaceSchemaHistories.ts +9 -6
- package/src/orchestrate/interface/orchestrateInterface.ts +2 -2
- package/src/orchestrate/prisma/histories/transformPrismaComponentsHistories.ts +9 -4
- package/src/orchestrate/prisma/histories/transformPrismaSchemaHistories.ts +8 -5
- package/src/orchestrate/prisma/orchestratePrisma.ts +2 -2
- package/src/orchestrate/realize/orchestrateRealize.ts +2 -2
- package/src/orchestrate/test/histories/transformTestScenarioHistories.ts +8 -5
- package/src/orchestrate/test/histories/transformTestScenarioReviewHistories.ts +8 -5
- package/src/orchestrate/test/histories/transformTestWriteHistories.ts +8 -5
- package/src/orchestrate/test/orchestrateTest.ts +2 -2
- package/lib/context/IAutoBeApplication.js.map +0 -1
- package/lib/context/IAutoBeApplicationProps.js.map +0 -1
- package/lib/context/IAutoBeApplicationResult.js.map +0 -1
- package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.d.ts +0 -3
- package/lib/orchestrate/interface/histories/transformInterfaceCommonPrerequisiteHistories.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoBeSystemPromptConstant.js","sourceRoot":"","sources":["../../src/constants/AutoBeSystemPromptConstant.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"AutoBeSystemPromptConstant.js","sourceRoot":"","sources":["../../src/constants/AutoBeSystemPromptConstant.ts"],"names":[],"mappings":";;AAgCC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAutoBeTokenUsageJson } from "@autobe/interface";
|
|
2
2
|
import { AutoBeTokenUsageComponent } from "./AutoBeTokenUsageComponent";
|
|
3
|
-
import {
|
|
3
|
+
import { IAutoBeFacadeApplication } from "./IAutoBeFacadeApplication";
|
|
4
4
|
/**
|
|
5
5
|
* Comprehensive token usage tracker for the AutoBe vibe coding system.
|
|
6
6
|
*
|
|
@@ -144,7 +144,7 @@ export declare class AutoBeTokenUsage implements IAutoBeTokenUsageJson {
|
|
|
144
144
|
* @param additionalStages - Array of stage names to update with the usage
|
|
145
145
|
* data
|
|
146
146
|
*/
|
|
147
|
-
record(usage: IAutoBeTokenUsageJson.IComponent, additionalStages?: (keyof
|
|
147
|
+
record(usage: IAutoBeTokenUsageJson.IComponent, additionalStages?: (keyof IAutoBeFacadeApplication)[]): void;
|
|
148
148
|
/**
|
|
149
149
|
* Increment current token usage with data from another instance.
|
|
150
150
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoBeTokenUsage.js","sourceRoot":"","sources":["../../src/context/AutoBeTokenUsage.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"AutoBeTokenUsage.js","sourceRoot":"","sources":["../../src/context/AutoBeTokenUsage.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAutoBeFacadeApplicationResult } from "./IAutoBeFacadeApplicationResult";
|
|
2
2
|
/**
|
|
3
3
|
* Application for AutoBE function calling.
|
|
4
4
|
*
|
|
5
5
|
* @author Samchon
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface IAutoBeFacadeApplication {
|
|
8
8
|
/**
|
|
9
9
|
* Run Analyze Agent.
|
|
10
10
|
*
|
|
@@ -24,26 +24,7 @@ export interface IAutoBeApplication {
|
|
|
24
24
|
* conversation. When executed after other agents have generated code, it can
|
|
25
25
|
* also interpret change requests in the context of existing implementations.
|
|
26
26
|
*/
|
|
27
|
-
analyze(
|
|
28
|
-
/**
|
|
29
|
-
* Requirements-focused instructions extracted from user utterances.
|
|
30
|
-
*
|
|
31
|
-
* Contains AI-interpreted guidance specifically for the requirements
|
|
32
|
-
* analysis phase. Should focus ONLY on features, business rules, user
|
|
33
|
-
* stories, and functional specifications. Must NOT include database design,
|
|
34
|
-
* API patterns, or implementation details which belong to other phases.
|
|
35
|
-
*
|
|
36
|
-
* **CRITICAL**: Only include what the user actually said. NEVER fabricate
|
|
37
|
-
* or invent requirements the user didn't mention.
|
|
38
|
-
*
|
|
39
|
-
* Examples:
|
|
40
|
-
*
|
|
41
|
-
* - "Focus on inventory management with real-time stock tracking"
|
|
42
|
-
* - "Prioritize user authentication with role-based permissions"
|
|
43
|
-
* - "Emphasize order processing workflow with approval stages"
|
|
44
|
-
*/
|
|
45
|
-
instruction: string;
|
|
46
|
-
}): Promise<IAutoBeApplicationResult>;
|
|
27
|
+
analyze(): Promise<IAutoBeFacadeApplicationResult>;
|
|
47
28
|
/**
|
|
48
29
|
* Run prisma agent.
|
|
49
30
|
*
|
|
@@ -65,24 +46,12 @@ export interface IAutoBeApplication {
|
|
|
65
46
|
*/
|
|
66
47
|
prisma(props: {
|
|
67
48
|
/**
|
|
68
|
-
* Database design instructions
|
|
69
|
-
*
|
|
70
|
-
* Contains AI-interpreted guidance specifically for the database schema
|
|
71
|
-
* design phase. Should focus ONLY on schema structure, relationships,
|
|
72
|
-
* constraints, and indexing strategies. Must NOT include API design or
|
|
73
|
-
* business logic implementation details.
|
|
74
|
-
*
|
|
75
|
-
* **CRITICAL**: Only include what the user actually said. NEVER fabricate
|
|
76
|
-
* or invent requirements the user didn't mention.
|
|
77
|
-
*
|
|
78
|
-
* Examples:
|
|
49
|
+
* Database design instructions from user conversation.
|
|
79
50
|
*
|
|
80
|
-
*
|
|
81
|
-
* - "Optimize for high-volume transaction queries"
|
|
82
|
-
* - "Implement strict referential integrity for financial data"
|
|
51
|
+
* Pass empty string "" if no database-specific instructions exist.
|
|
83
52
|
*/
|
|
84
53
|
instruction: string;
|
|
85
|
-
}): Promise<
|
|
54
|
+
}): Promise<IAutoBeFacadeApplicationResult>;
|
|
86
55
|
/**
|
|
87
56
|
* Run interface agent.
|
|
88
57
|
*
|
|
@@ -98,24 +67,12 @@ export interface IAutoBeApplication {
|
|
|
98
67
|
*/
|
|
99
68
|
interface(props: {
|
|
100
69
|
/**
|
|
101
|
-
* API design instructions
|
|
70
|
+
* API design instructions from user conversation.
|
|
102
71
|
*
|
|
103
|
-
*
|
|
104
|
-
* design phase. Should focus ONLY on endpoint patterns, request/response
|
|
105
|
-
* formats, DTO schemas, and operation specifications. Must NOT include
|
|
106
|
-
* database details or implementation logic.
|
|
107
|
-
*
|
|
108
|
-
* **CRITICAL**: Only include what the user actually said. NEVER fabricate
|
|
109
|
-
* or invent requirements the user didn't mention.
|
|
110
|
-
*
|
|
111
|
-
* Examples:
|
|
112
|
-
*
|
|
113
|
-
* - "Create RESTful endpoints with pagination for all list operations"
|
|
114
|
-
* - "Design mobile-friendly APIs with minimal response payloads"
|
|
115
|
-
* - "Follow OpenAPI 3.0 patterns with comprehensive error responses"
|
|
72
|
+
* Pass empty string "" if no API-specific instructions exist.
|
|
116
73
|
*/
|
|
117
74
|
instruction: string;
|
|
118
|
-
}): Promise<
|
|
75
|
+
}): Promise<IAutoBeFacadeApplicationResult>;
|
|
119
76
|
/**
|
|
120
77
|
* Run test program agent.
|
|
121
78
|
*
|
|
@@ -139,24 +96,12 @@ export interface IAutoBeApplication {
|
|
|
139
96
|
*/
|
|
140
97
|
test(props: {
|
|
141
98
|
/**
|
|
142
|
-
* Testing strategy instructions
|
|
143
|
-
*
|
|
144
|
-
* Contains AI-interpreted guidance specifically for the test code
|
|
145
|
-
* generation phase. Should focus ONLY on test scenarios, coverage
|
|
146
|
-
* priorities, edge cases, and validation strategies. Must NOT include
|
|
147
|
-
* implementation or API design details.
|
|
148
|
-
*
|
|
149
|
-
* **CRITICAL**: Only include what the user actually said. NEVER fabricate
|
|
150
|
-
* or invent requirements the user didn't mention.
|
|
99
|
+
* Testing strategy instructions from user conversation.
|
|
151
100
|
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
* - "Prioritize payment flow testing with failure scenarios"
|
|
155
|
-
* - "Generate comprehensive tests for concurrent user operations"
|
|
156
|
-
* - "Focus on data integrity validation across all endpoints"
|
|
101
|
+
* Pass empty string "" if no test-specific instructions exist.
|
|
157
102
|
*/
|
|
158
103
|
instruction: string;
|
|
159
|
-
}): Promise<
|
|
104
|
+
}): Promise<IAutoBeFacadeApplicationResult>;
|
|
160
105
|
/**
|
|
161
106
|
* Run realize agent.
|
|
162
107
|
*
|
|
@@ -180,23 +125,10 @@ export interface IAutoBeApplication {
|
|
|
180
125
|
*/
|
|
181
126
|
realize(props: {
|
|
182
127
|
/**
|
|
183
|
-
* Implementation instructions
|
|
184
|
-
*
|
|
185
|
-
* Contains AI-interpreted guidance specifically for the business logic
|
|
186
|
-
* implementation phase. Should focus ONLY on architectural patterns,
|
|
187
|
-
* performance requirements, business logic details, and service layer
|
|
188
|
-
* decisions. Must NOT include database schema or API interface
|
|
189
|
-
* specifications.
|
|
190
|
-
*
|
|
191
|
-
* **CRITICAL**: Only include what the user actually said. NEVER fabricate
|
|
192
|
-
* or invent requirements the user didn't mention.
|
|
193
|
-
*
|
|
194
|
-
* Examples:
|
|
128
|
+
* Implementation instructions from user conversation.
|
|
195
129
|
*
|
|
196
|
-
*
|
|
197
|
-
* - "Use transaction patterns for financial operations"
|
|
198
|
-
* - "Optimize for 10K concurrent users with rate limiting"
|
|
130
|
+
* Pass empty string "" if no implementation-specific instructions exist.
|
|
199
131
|
*/
|
|
200
132
|
instruction: string;
|
|
201
|
-
}): Promise<
|
|
133
|
+
}): Promise<IAutoBeFacadeApplicationResult>;
|
|
202
134
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAutoBeFacadeApplication.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplication.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAutoBeFacadeApplicationProps.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplicationProps.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAutoBeFacadeApplicationResult.js","sourceRoot":"","sources":["../../src/context/IAutoBeFacadeApplicationResult.ts"],"names":[],"mappings":""}
|
|
@@ -14,7 +14,9 @@ function createAgenticaHistory(props) {
|
|
|
14
14
|
created_at: props.history.created_at,
|
|
15
15
|
type: "execute",
|
|
16
16
|
arguments: {
|
|
17
|
-
instruction: props.history.
|
|
17
|
+
instruction: props.history.type === "analyze"
|
|
18
|
+
? undefined
|
|
19
|
+
: props.history.instruction,
|
|
18
20
|
},
|
|
19
21
|
value: {
|
|
20
22
|
success: props.history.type === "analyze" || props.history.type === "interface"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAgenticaHistory.js","sourceRoot":"","sources":["../../src/factory/createAgenticaHistory.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"createAgenticaHistory.js","sourceRoot":"","sources":["../../src/factory/createAgenticaHistory.ts"],"names":[],"mappings":";;AAYA,sDA+CC;AA/CD,SAAgB,qBAAqB,CAAiC,KAGrE;IACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,aAAa;QACtC,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAmC,IACvD;SACC,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,kBAAkB;QAChD,uCACK,KAAK,CAAC,OAAO,KAChB,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,OAAwC,IAC5D;IAEJ,MAAM,SAAS,GAAyC,KAAK,CAAC,UAAU,CAAC,IAAI,CAC3E,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,KAAK,KAAK,CAAC,OAAO,CAAC,IAAI,CAChD,CAAC;IACF,IAAI,SAAS,KAAK,SAAS;QAAE,OAAO,IAAI,CAAC;IACzC,MAAM,OAAO,GAAG;QACd,EAAE,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE;QACpB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU;QACpC,IAAI,EAAE,SAAkB;QACxB,SAAS,EAAE;YACT,WAAW,EACT,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS;gBAC9B,CAAC,CAAC,SAAS;gBACX,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,WAAW;SAChC;QACD,KAAK,EAAE;YACL,OAAO,EACL,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,SAAS,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,KAAK,WAAW;gBACpE,CAAC,CAAC,IAAI;gBACN,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,KAAK,SAAS;SAChD;QACD,OAAO,EAAE,IAAI;KACmC,CAAC;IACnD,OAAO,gCACF,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAA2C,EACtD,MAAM,EAAE,GAAG,EAAE,CAAC,iCACT,OAAO,KACV,QAAQ,EAAE,SAAS,CAAC,QAAmB,EACvC,SAAS,EAAE,SAAS,CAAC,MAAM,EAAE,IAC7B,GACqC,CAAC;AAC5C,CAAC"}
|
|
@@ -63,8 +63,8 @@ const createAutoBeController = (props) => {
|
|
|
63
63
|
name: "autobe",
|
|
64
64
|
application,
|
|
65
65
|
execute: {
|
|
66
|
-
analyze: (
|
|
67
|
-
const r = yield (0, orchestrateAnalyze_1.orchestrateAnalyze)(props.context)
|
|
66
|
+
analyze: () => __awaiter(void 0, void 0, void 0, function* () {
|
|
67
|
+
const r = yield (0, orchestrateAnalyze_1.orchestrateAnalyze)(props.context);
|
|
68
68
|
if (r.type === "analyze")
|
|
69
69
|
return {
|
|
70
70
|
type: "success",
|
|
@@ -158,18 +158,11 @@ const claude = {
|
|
|
158
158
|
name: "analyze",
|
|
159
159
|
parameters: {
|
|
160
160
|
type: "object",
|
|
161
|
-
properties: {
|
|
162
|
-
instruction: {
|
|
163
|
-
description: "Requirements-focused instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the requirements\nanalysis phase. Should focus ONLY on features, business rules, user\nstories, and functional specifications. Must NOT include database design,\nAPI patterns, or implementation details which belong to other phases.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Focus on inventory management with real-time stock tracking\"\n- \"Prioritize user authentication with role-based permissions\"\n- \"Emphasize order processing workflow with approval stages\"",
|
|
164
|
-
type: "string"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
required: [
|
|
168
|
-
"instruction"
|
|
169
|
-
],
|
|
161
|
+
properties: {},
|
|
170
162
|
additionalProperties: false,
|
|
163
|
+
required: [],
|
|
171
164
|
$defs: {
|
|
172
|
-
|
|
165
|
+
IAutoBeFacadeApplicationResult: {
|
|
173
166
|
type: "object",
|
|
174
167
|
properties: {
|
|
175
168
|
type: {
|
|
@@ -203,26 +196,14 @@ const claude = {
|
|
|
203
196
|
}
|
|
204
197
|
},
|
|
205
198
|
output: {
|
|
206
|
-
$ref: "#/$defs/
|
|
199
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
207
200
|
},
|
|
208
201
|
description: "Run Analyze Agent.\n\nExecutes the Analyze agent to process user requirements and generate a\nstructured specification document. This agent analyzes all conversation\nhistory between users and AI, separates business logic from technical\nrequirements, and establishes development priorities and scope.\n\n**IMPORTANT**: Only call this function when sufficient requirements have\nbeen discussed to generate a comprehensive specification. The context must\ncontain enough detail about the system's purpose, core features, data\nmodels, and business rules. If requirements are unclear or incomplete,\ncontinue gathering information through conversation instead.\n\nThe agent will automatically generate follow-up questions for any ambiguous\nrequirements and continuously refine its understanding through iterative\nconversation. When executed after other agents have generated code, it can\nalso interpret change requests in the context of existing implementations.",
|
|
209
|
-
validate: (() => { const
|
|
210
|
-
path: _path + ".instruction",
|
|
211
|
-
expected: "string",
|
|
212
|
-
value: input.instruction
|
|
213
|
-
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
202
|
+
validate: (() => { const __is = input => true; let errors; let _report; return input => {
|
|
214
203
|
if (false === __is(input)) {
|
|
215
204
|
errors = [];
|
|
216
205
|
_report = __typia_transform__validateReport._validateReport(errors);
|
|
217
|
-
((input, _path, _exceptionable = true) => (
|
|
218
|
-
path: _path + "",
|
|
219
|
-
expected: "__type",
|
|
220
|
-
value: input
|
|
221
|
-
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
222
|
-
path: _path + "",
|
|
223
|
-
expected: "__type",
|
|
224
|
-
value: input
|
|
225
|
-
}))(input, "$input", true);
|
|
206
|
+
((input, _path, _exceptionable = true) => true)(input, "$input", true);
|
|
226
207
|
const success = 0 === errors.length;
|
|
227
208
|
return success ? {
|
|
228
209
|
success,
|
|
@@ -245,7 +226,7 @@ const claude = {
|
|
|
245
226
|
type: "object",
|
|
246
227
|
properties: {
|
|
247
228
|
instruction: {
|
|
248
|
-
description: "Database design instructions
|
|
229
|
+
description: "Database design instructions from user conversation.\n\nPass empty string \"\" if no database-specific instructions exist.",
|
|
249
230
|
type: "string"
|
|
250
231
|
}
|
|
251
232
|
},
|
|
@@ -254,7 +235,7 @@ const claude = {
|
|
|
254
235
|
],
|
|
255
236
|
additionalProperties: false,
|
|
256
237
|
$defs: {
|
|
257
|
-
|
|
238
|
+
IAutoBeFacadeApplicationResult: {
|
|
258
239
|
type: "object",
|
|
259
240
|
properties: {
|
|
260
241
|
type: {
|
|
@@ -288,7 +269,7 @@ const claude = {
|
|
|
288
269
|
}
|
|
289
270
|
},
|
|
290
271
|
output: {
|
|
291
|
-
$ref: "#/$defs/
|
|
272
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
292
273
|
},
|
|
293
274
|
description: "Run prisma agent.\n\nExecutes the Prisma agent to generate database schema files and ERD\ndocumentation. This agent reads the requirements specification created by\nthe {@link analyze Analyze agent} and produces a complete Prisma schema with\ncomprehensive documentation for each entity and attribute.\n\n**PREREQUISITE**: Only call this function after the {@link analyze} function\nhas been successfully executed and a requirements specification document\nhas been generated. The Prisma agent depends on the structured requirements\nanalysis to design the database schema properly. Without a completed\nrequirements specification, this function should NOT be called.\n\nThe agent will automatically validate the generated schema using the Prisma\ncompiler, self-correct any compilation errors through feedback loops, and\ngenerate ERD documentation using prisma-markdown. An internal review\nprocess ensures schema quality and optimization.",
|
|
294
275
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -330,7 +311,7 @@ const claude = {
|
|
|
330
311
|
type: "object",
|
|
331
312
|
properties: {
|
|
332
313
|
instruction: {
|
|
333
|
-
description: "API design instructions
|
|
314
|
+
description: "API design instructions from user conversation.\n\nPass empty string \"\" if no API-specific instructions exist.",
|
|
334
315
|
type: "string"
|
|
335
316
|
}
|
|
336
317
|
},
|
|
@@ -339,7 +320,7 @@ const claude = {
|
|
|
339
320
|
],
|
|
340
321
|
additionalProperties: false,
|
|
341
322
|
$defs: {
|
|
342
|
-
|
|
323
|
+
IAutoBeFacadeApplicationResult: {
|
|
343
324
|
type: "object",
|
|
344
325
|
properties: {
|
|
345
326
|
type: {
|
|
@@ -373,7 +354,7 @@ const claude = {
|
|
|
373
354
|
}
|
|
374
355
|
},
|
|
375
356
|
output: {
|
|
376
|
-
$ref: "#/$defs/
|
|
357
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
377
358
|
},
|
|
378
359
|
description: "Run interface agent.\n\nExecutes the Interface agent to design and generate API interfaces. This\nagent creates OpenAPI schemas and TypeScript/NestJS code based on the\nrequirements specification and ERD documentation from previous agents.\n\nThe agent follows a sophisticated pipeline: first constructing formal\nOpenAPI Operation Schemas and JSON Schemas, then validating these schemas,\nand finally transforming them into NestJS controllers and DTOs. Each\ngenerated interface includes comprehensive JSDoc comments and undergoes\ninternal review for consistency.",
|
|
379
360
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -415,7 +396,7 @@ const claude = {
|
|
|
415
396
|
type: "object",
|
|
416
397
|
properties: {
|
|
417
398
|
instruction: {
|
|
418
|
-
description: "Testing strategy instructions
|
|
399
|
+
description: "Testing strategy instructions from user conversation.\n\nPass empty string \"\" if no test-specific instructions exist.",
|
|
419
400
|
type: "string"
|
|
420
401
|
}
|
|
421
402
|
},
|
|
@@ -424,7 +405,7 @@ const claude = {
|
|
|
424
405
|
],
|
|
425
406
|
additionalProperties: false,
|
|
426
407
|
$defs: {
|
|
427
|
-
|
|
408
|
+
IAutoBeFacadeApplicationResult: {
|
|
428
409
|
type: "object",
|
|
429
410
|
properties: {
|
|
430
411
|
type: {
|
|
@@ -458,7 +439,7 @@ const claude = {
|
|
|
458
439
|
}
|
|
459
440
|
},
|
|
460
441
|
output: {
|
|
461
|
-
$ref: "#/$defs/
|
|
442
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
462
443
|
},
|
|
463
444
|
description: "Run test program agent.\n\nExecutes the Test agent to generate comprehensive E2E test suites for all\n{@link interface API interfaces}. This agent synthesizes outputs from\nprevious agents to create tests that validate both individual endpoints and\ntheir interactions.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Test agent requires the completed API interface definitions,\nOpenAPI schemas, and TypeScript code to generate appropriate test\nscenarios. Without completed interface design, this function should NOT be\ncalled.\n\nThe agent will analyze dependency relationships between API functions,\nstructure integrated test scenarios with correct execution sequences, and\nenhance pre-generated test scaffolds with business logic validation.\nTypeScript compiler validation and internal review ensure test quality and\noptimal coverage.",
|
|
464
445
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -500,7 +481,7 @@ const claude = {
|
|
|
500
481
|
type: "object",
|
|
501
482
|
properties: {
|
|
502
483
|
instruction: {
|
|
503
|
-
description: "Implementation instructions
|
|
484
|
+
description: "Implementation instructions from user conversation.\n\nPass empty string \"\" if no implementation-specific instructions exist.",
|
|
504
485
|
type: "string"
|
|
505
486
|
}
|
|
506
487
|
},
|
|
@@ -509,7 +490,7 @@ const claude = {
|
|
|
509
490
|
],
|
|
510
491
|
additionalProperties: false,
|
|
511
492
|
$defs: {
|
|
512
|
-
|
|
493
|
+
IAutoBeFacadeApplicationResult: {
|
|
513
494
|
type: "object",
|
|
514
495
|
properties: {
|
|
515
496
|
type: {
|
|
@@ -543,7 +524,7 @@ const claude = {
|
|
|
543
524
|
}
|
|
544
525
|
},
|
|
545
526
|
output: {
|
|
546
|
-
$ref: "#/$defs/
|
|
527
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
547
528
|
},
|
|
548
529
|
description: "Run realize agent.\n\nExecutes the Realize agent to implement the actual business logic for each\nAPI endpoint. This agent synthesizes all outputs from previous agents to\ngenerate fully functional service provider code.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Realize agent requires the completed API interface\ndefinitions to implement the corresponding service logic. It also benefits\nfrom having test code available for validation. Without completed interface\ndesign, this function should NOT be called.\n\nThe agent will create service implementations with multiple validation\nlayers: TypeScript compiler feedback, runtime validation through test\nexecution, and quality optimization through internal review. The generated\ncode handles database interactions through Prisma, implements security and\nvalidation checks, and processes business rules according to\nspecifications.",
|
|
549
530
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -594,18 +575,11 @@ const collection = {
|
|
|
594
575
|
name: "analyze",
|
|
595
576
|
parameters: {
|
|
596
577
|
type: "object",
|
|
597
|
-
properties: {
|
|
598
|
-
instruction: {
|
|
599
|
-
description: "Requirements-focused instructions extracted from user utterances.\n\nContains AI-interpreted guidance specifically for the requirements\nanalysis phase. Should focus ONLY on features, business rules, user\nstories, and functional specifications. Must NOT include database design,\nAPI patterns, or implementation details which belong to other phases.\n\n**CRITICAL**: Only include what the user actually said. NEVER fabricate\nor invent requirements the user didn't mention.\n\nExamples:\n\n- \"Focus on inventory management with real-time stock tracking\"\n- \"Prioritize user authentication with role-based permissions\"\n- \"Emphasize order processing workflow with approval stages\"",
|
|
600
|
-
type: "string"
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
|
-
required: [
|
|
604
|
-
"instruction"
|
|
605
|
-
],
|
|
578
|
+
properties: {},
|
|
606
579
|
additionalProperties: false,
|
|
580
|
+
required: [],
|
|
607
581
|
$defs: {
|
|
608
|
-
|
|
582
|
+
IAutoBeFacadeApplicationResult: {
|
|
609
583
|
type: "object",
|
|
610
584
|
properties: {
|
|
611
585
|
type: {
|
|
@@ -630,26 +604,14 @@ const collection = {
|
|
|
630
604
|
}
|
|
631
605
|
},
|
|
632
606
|
output: {
|
|
633
|
-
$ref: "#/$defs/
|
|
607
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
634
608
|
},
|
|
635
609
|
description: "Run Analyze Agent.\n\nExecutes the Analyze agent to process user requirements and generate a\nstructured specification document. This agent analyzes all conversation\nhistory between users and AI, separates business logic from technical\nrequirements, and establishes development priorities and scope.\n\n**IMPORTANT**: Only call this function when sufficient requirements have\nbeen discussed to generate a comprehensive specification. The context must\ncontain enough detail about the system's purpose, core features, data\nmodels, and business rules. If requirements are unclear or incomplete,\ncontinue gathering information through conversation instead.\n\nThe agent will automatically generate follow-up questions for any ambiguous\nrequirements and continuously refine its understanding through iterative\nconversation. When executed after other agents have generated code, it can\nalso interpret change requests in the context of existing implementations.",
|
|
636
|
-
validate: (() => { const
|
|
637
|
-
path: _path + ".instruction",
|
|
638
|
-
expected: "string",
|
|
639
|
-
value: input.instruction
|
|
640
|
-
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
610
|
+
validate: (() => { const __is = input => true; let errors; let _report; return input => {
|
|
641
611
|
if (false === __is(input)) {
|
|
642
612
|
errors = [];
|
|
643
613
|
_report = __typia_transform__validateReport._validateReport(errors);
|
|
644
|
-
((input, _path, _exceptionable = true) => (
|
|
645
|
-
path: _path + "",
|
|
646
|
-
expected: "__type",
|
|
647
|
-
value: input
|
|
648
|
-
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
649
|
-
path: _path + "",
|
|
650
|
-
expected: "__type",
|
|
651
|
-
value: input
|
|
652
|
-
}))(input, "$input", true);
|
|
614
|
+
((input, _path, _exceptionable = true) => true)(input, "$input", true);
|
|
653
615
|
const success = 0 === errors.length;
|
|
654
616
|
return success ? {
|
|
655
617
|
success,
|
|
@@ -672,7 +634,7 @@ const collection = {
|
|
|
672
634
|
type: "object",
|
|
673
635
|
properties: {
|
|
674
636
|
instruction: {
|
|
675
|
-
description: "Database design instructions
|
|
637
|
+
description: "Database design instructions from user conversation.\n\nPass empty string \"\" if no database-specific instructions exist.",
|
|
676
638
|
type: "string"
|
|
677
639
|
}
|
|
678
640
|
},
|
|
@@ -681,7 +643,7 @@ const collection = {
|
|
|
681
643
|
],
|
|
682
644
|
additionalProperties: false,
|
|
683
645
|
$defs: {
|
|
684
|
-
|
|
646
|
+
IAutoBeFacadeApplicationResult: {
|
|
685
647
|
type: "object",
|
|
686
648
|
properties: {
|
|
687
649
|
type: {
|
|
@@ -706,7 +668,7 @@ const collection = {
|
|
|
706
668
|
}
|
|
707
669
|
},
|
|
708
670
|
output: {
|
|
709
|
-
$ref: "#/$defs/
|
|
671
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
710
672
|
},
|
|
711
673
|
description: "Run prisma agent.\n\nExecutes the Prisma agent to generate database schema files and ERD\ndocumentation. This agent reads the requirements specification created by\nthe {@link analyze Analyze agent} and produces a complete Prisma schema with\ncomprehensive documentation for each entity and attribute.\n\n**PREREQUISITE**: Only call this function after the {@link analyze} function\nhas been successfully executed and a requirements specification document\nhas been generated. The Prisma agent depends on the structured requirements\nanalysis to design the database schema properly. Without a completed\nrequirements specification, this function should NOT be called.\n\nThe agent will automatically validate the generated schema using the Prisma\ncompiler, self-correct any compilation errors through feedback loops, and\ngenerate ERD documentation using prisma-markdown. An internal review\nprocess ensures schema quality and optimization.",
|
|
712
674
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -748,7 +710,7 @@ const collection = {
|
|
|
748
710
|
type: "object",
|
|
749
711
|
properties: {
|
|
750
712
|
instruction: {
|
|
751
|
-
description: "API design instructions
|
|
713
|
+
description: "API design instructions from user conversation.\n\nPass empty string \"\" if no API-specific instructions exist.",
|
|
752
714
|
type: "string"
|
|
753
715
|
}
|
|
754
716
|
},
|
|
@@ -757,7 +719,7 @@ const collection = {
|
|
|
757
719
|
],
|
|
758
720
|
additionalProperties: false,
|
|
759
721
|
$defs: {
|
|
760
|
-
|
|
722
|
+
IAutoBeFacadeApplicationResult: {
|
|
761
723
|
type: "object",
|
|
762
724
|
properties: {
|
|
763
725
|
type: {
|
|
@@ -782,7 +744,7 @@ const collection = {
|
|
|
782
744
|
}
|
|
783
745
|
},
|
|
784
746
|
output: {
|
|
785
|
-
$ref: "#/$defs/
|
|
747
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
786
748
|
},
|
|
787
749
|
description: "Run interface agent.\n\nExecutes the Interface agent to design and generate API interfaces. This\nagent creates OpenAPI schemas and TypeScript/NestJS code based on the\nrequirements specification and ERD documentation from previous agents.\n\nThe agent follows a sophisticated pipeline: first constructing formal\nOpenAPI Operation Schemas and JSON Schemas, then validating these schemas,\nand finally transforming them into NestJS controllers and DTOs. Each\ngenerated interface includes comprehensive JSDoc comments and undergoes\ninternal review for consistency.",
|
|
788
750
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -824,7 +786,7 @@ const collection = {
|
|
|
824
786
|
type: "object",
|
|
825
787
|
properties: {
|
|
826
788
|
instruction: {
|
|
827
|
-
description: "Testing strategy instructions
|
|
789
|
+
description: "Testing strategy instructions from user conversation.\n\nPass empty string \"\" if no test-specific instructions exist.",
|
|
828
790
|
type: "string"
|
|
829
791
|
}
|
|
830
792
|
},
|
|
@@ -833,7 +795,7 @@ const collection = {
|
|
|
833
795
|
],
|
|
834
796
|
additionalProperties: false,
|
|
835
797
|
$defs: {
|
|
836
|
-
|
|
798
|
+
IAutoBeFacadeApplicationResult: {
|
|
837
799
|
type: "object",
|
|
838
800
|
properties: {
|
|
839
801
|
type: {
|
|
@@ -858,7 +820,7 @@ const collection = {
|
|
|
858
820
|
}
|
|
859
821
|
},
|
|
860
822
|
output: {
|
|
861
|
-
$ref: "#/$defs/
|
|
823
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
862
824
|
},
|
|
863
825
|
description: "Run test program agent.\n\nExecutes the Test agent to generate comprehensive E2E test suites for all\n{@link interface API interfaces}. This agent synthesizes outputs from\nprevious agents to create tests that validate both individual endpoints and\ntheir interactions.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Test agent requires the completed API interface definitions,\nOpenAPI schemas, and TypeScript code to generate appropriate test\nscenarios. Without completed interface design, this function should NOT be\ncalled.\n\nThe agent will analyze dependency relationships between API functions,\nstructure integrated test scenarios with correct execution sequences, and\nenhance pre-generated test scaffolds with business logic validation.\nTypeScript compiler validation and internal review ensure test quality and\noptimal coverage.",
|
|
864
826
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -900,7 +862,7 @@ const collection = {
|
|
|
900
862
|
type: "object",
|
|
901
863
|
properties: {
|
|
902
864
|
instruction: {
|
|
903
|
-
description: "Implementation instructions
|
|
865
|
+
description: "Implementation instructions from user conversation.\n\nPass empty string \"\" if no implementation-specific instructions exist.",
|
|
904
866
|
type: "string"
|
|
905
867
|
}
|
|
906
868
|
},
|
|
@@ -909,7 +871,7 @@ const collection = {
|
|
|
909
871
|
],
|
|
910
872
|
additionalProperties: false,
|
|
911
873
|
$defs: {
|
|
912
|
-
|
|
874
|
+
IAutoBeFacadeApplicationResult: {
|
|
913
875
|
type: "object",
|
|
914
876
|
properties: {
|
|
915
877
|
type: {
|
|
@@ -934,7 +896,7 @@ const collection = {
|
|
|
934
896
|
}
|
|
935
897
|
},
|
|
936
898
|
output: {
|
|
937
|
-
$ref: "#/$defs/
|
|
899
|
+
$ref: "#/$defs/IAutoBeFacadeApplicationResult"
|
|
938
900
|
},
|
|
939
901
|
description: "Run realize agent.\n\nExecutes the Realize agent to implement the actual business logic for each\nAPI endpoint. This agent synthesizes all outputs from previous agents to\ngenerate fully functional service provider code.\n\n**PREREQUISITE**: Only call this function after the {@link interface}\nfunction has been successfully executed and API interfaces have been\ngenerated. The Realize agent requires the completed API interface\ndefinitions to implement the corresponding service logic. It also benefits\nfrom having test code available for validation. Without completed interface\ndesign, this function should NOT be called.\n\nThe agent will create service implementations with multiple validation\nlayers: TypeScript compiler feedback, runtime validation through test\nexecution, and quality optimization through internal review. The generated\ncode handles database interactions through Prisma, implements security and\nvalidation checks, and processes business rules according to\nspecifications.",
|
|
940
902
|
validate: (() => { const _io0 = input => "string" === typeof input.instruction; const _vo0 = (input, _path, _exceptionable = true) => ["string" === typeof input.instruction || _report(_exceptionable, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAutoBeApplication.js","sourceRoot":"","sources":["../../src/factory/createAutoBeApplication.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,yCAA2C;AAE3C,kDAA0B;AAI1B,oEAAiE;AACjE,kFAA+E;AAC/E,wFAAqF;AACrF,+EAA4E;AAC5E,kFAA+E;AAC/E,yEAAsE;AAE/D,MAAM,sBAAsB,GAAG,CAAiC,KAGtE,EAAqC,EAAE;IACtC,IAAA,qCAAiB,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAC/B,MAAM,WAAW,GAA2B,UAAU,CACpD,KAAK,CAAC,KAAK,CACwD,CAAC;IACtE,OAAO;QACL,QAAQ,EAAE,OAAO;QACjB,IAAI,EAAE,QAAQ;QACd,WAAW;QACX,OAAO,EAAE;YACP,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"createAutoBeApplication.js","sourceRoot":"","sources":["../../src/factory/createAutoBeApplication.ts"],"names":[],"mappings":"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"}
|