@mastra/agent-builder 0.0.7 → 0.1.0

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.
@@ -15,16 +15,16 @@ export declare const PlanningIterationInputSchema: z.ZodObject<{
15
15
  file: string;
16
16
  name: string;
17
17
  description?: string | undefined;
18
- steps?: string[] | undefined;
19
18
  outputSchema?: any;
20
19
  inputSchema?: any;
20
+ steps?: string[] | undefined;
21
21
  }, {
22
22
  file: string;
23
23
  name: string;
24
24
  description?: string | undefined;
25
- steps?: string[] | undefined;
26
25
  outputSchema?: any;
27
26
  inputSchema?: any;
27
+ steps?: string[] | undefined;
28
28
  }>, "many">;
29
29
  projectStructure: z.ZodObject<{
30
30
  success: z.ZodBoolean;
@@ -156,9 +156,9 @@ export declare const PlanningIterationInputSchema: z.ZodObject<{
156
156
  file: string;
157
157
  name: string;
158
158
  description?: string | undefined;
159
- steps?: string[] | undefined;
160
159
  outputSchema?: any;
161
160
  inputSchema?: any;
161
+ steps?: string[] | undefined;
162
162
  }[];
163
163
  projectStructure: {
164
164
  message: string;
@@ -201,9 +201,9 @@ export declare const PlanningIterationInputSchema: z.ZodObject<{
201
201
  file: string;
202
202
  name: string;
203
203
  description?: string | undefined;
204
- steps?: string[] | undefined;
205
204
  outputSchema?: any;
206
205
  inputSchema?: any;
206
+ steps?: string[] | undefined;
207
207
  }[];
208
208
  projectStructure: {
209
209
  message: string;
@@ -14,16 +14,16 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
14
14
  file: string;
15
15
  name: string;
16
16
  description?: string | undefined;
17
- steps?: string[] | undefined;
18
17
  outputSchema?: any;
19
18
  inputSchema?: any;
19
+ steps?: string[] | undefined;
20
20
  }, {
21
21
  file: string;
22
22
  name: string;
23
23
  description?: string | undefined;
24
- steps?: string[] | undefined;
25
24
  outputSchema?: any;
26
25
  inputSchema?: any;
26
+ steps?: string[] | undefined;
27
27
  }>, "many">;
28
28
  projectStructure: import("zod").ZodObject<{
29
29
  success: import("zod").ZodBoolean;
@@ -155,9 +155,9 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
155
155
  file: string;
156
156
  name: string;
157
157
  description?: string | undefined;
158
- steps?: string[] | undefined;
159
158
  outputSchema?: any;
160
159
  inputSchema?: any;
160
+ steps?: string[] | undefined;
161
161
  }[];
162
162
  projectStructure: {
163
163
  message: string;
@@ -200,9 +200,9 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
200
200
  file: string;
201
201
  name: string;
202
202
  description?: string | undefined;
203
- steps?: string[] | undefined;
204
203
  outputSchema?: any;
205
204
  inputSchema?: any;
205
+ steps?: string[] | undefined;
206
206
  }[];
207
207
  projectStructure: {
208
208
  message: string;
@@ -663,16 +663,16 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
663
663
  file: string;
664
664
  name: string;
665
665
  description?: string | undefined;
666
- steps?: string[] | undefined;
667
666
  outputSchema?: any;
668
667
  inputSchema?: any;
668
+ steps?: string[] | undefined;
669
669
  }, {
670
670
  file: string;
671
671
  name: string;
672
672
  description?: string | undefined;
673
- steps?: string[] | undefined;
674
673
  outputSchema?: any;
675
674
  inputSchema?: any;
675
+ steps?: string[] | undefined;
676
676
  }>, "many">;
677
677
  projectStructure: import("zod").ZodObject<{
678
678
  success: import("zod").ZodBoolean;
@@ -804,9 +804,9 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
804
804
  file: string;
805
805
  name: string;
806
806
  description?: string | undefined;
807
- steps?: string[] | undefined;
808
807
  outputSchema?: any;
809
808
  inputSchema?: any;
809
+ steps?: string[] | undefined;
810
810
  }[];
811
811
  projectStructure: {
812
812
  message: string;
@@ -849,9 +849,9 @@ export declare const planningAndApprovalWorkflow: import("@mastra/core/workflows
849
849
  file: string;
850
850
  name: string;
851
851
  description?: string | undefined;
852
- steps?: string[] | undefined;
853
852
  outputSchema?: any;
854
853
  inputSchema?: any;
854
+ steps?: string[] | undefined;
855
855
  }[];
856
856
  projectStructure: {
857
857
  message: string;
@@ -29,16 +29,16 @@ export declare const DiscoveredWorkflowSchema: z.ZodObject<{
29
29
  file: string;
30
30
  name: string;
31
31
  description?: string | undefined;
32
- steps?: string[] | undefined;
33
32
  outputSchema?: any;
34
33
  inputSchema?: any;
34
+ steps?: string[] | undefined;
35
35
  }, {
36
36
  file: string;
37
37
  name: string;
38
38
  description?: string | undefined;
39
- steps?: string[] | undefined;
40
39
  outputSchema?: any;
41
40
  inputSchema?: any;
41
+ steps?: string[] | undefined;
42
42
  }>;
43
43
  export declare const WorkflowDiscoveryResultSchema: z.ZodObject<{
44
44
  success: z.ZodBoolean;
@@ -53,16 +53,16 @@ export declare const WorkflowDiscoveryResultSchema: z.ZodObject<{
53
53
  file: string;
54
54
  name: string;
55
55
  description?: string | undefined;
56
- steps?: string[] | undefined;
57
56
  outputSchema?: any;
58
57
  inputSchema?: any;
58
+ steps?: string[] | undefined;
59
59
  }, {
60
60
  file: string;
61
61
  name: string;
62
62
  description?: string | undefined;
63
- steps?: string[] | undefined;
64
63
  outputSchema?: any;
65
64
  inputSchema?: any;
65
+ steps?: string[] | undefined;
66
66
  }>, "many">;
67
67
  mastraIndexExists: z.ZodBoolean;
68
68
  message: z.ZodString;
@@ -74,9 +74,9 @@ export declare const WorkflowDiscoveryResultSchema: z.ZodObject<{
74
74
  file: string;
75
75
  name: string;
76
76
  description?: string | undefined;
77
- steps?: string[] | undefined;
78
77
  outputSchema?: any;
79
78
  inputSchema?: any;
79
+ steps?: string[] | undefined;
80
80
  }[];
81
81
  mastraIndexExists: boolean;
82
82
  error?: string | undefined;
@@ -87,9 +87,9 @@ export declare const WorkflowDiscoveryResultSchema: z.ZodObject<{
87
87
  file: string;
88
88
  name: string;
89
89
  description?: string | undefined;
90
- steps?: string[] | undefined;
91
90
  outputSchema?: any;
92
91
  inputSchema?: any;
92
+ steps?: string[] | undefined;
93
93
  }[];
94
94
  mastraIndexExists: boolean;
95
95
  error?: string | undefined;
@@ -509,16 +509,16 @@ export declare const WorkflowBuilderResultSchema: z.ZodObject<{
509
509
  file: string;
510
510
  name: string;
511
511
  description?: string | undefined;
512
- steps?: string[] | undefined;
513
512
  outputSchema?: any;
514
513
  inputSchema?: any;
514
+ steps?: string[] | undefined;
515
515
  }, {
516
516
  file: string;
517
517
  name: string;
518
518
  description?: string | undefined;
519
- steps?: string[] | undefined;
520
519
  outputSchema?: any;
521
520
  inputSchema?: any;
521
+ steps?: string[] | undefined;
522
522
  }>, "many">;
523
523
  mastraIndexExists: z.ZodBoolean;
524
524
  message: z.ZodString;
@@ -530,9 +530,9 @@ export declare const WorkflowBuilderResultSchema: z.ZodObject<{
530
530
  file: string;
531
531
  name: string;
532
532
  description?: string | undefined;
533
- steps?: string[] | undefined;
534
533
  outputSchema?: any;
535
534
  inputSchema?: any;
535
+ steps?: string[] | undefined;
536
536
  }[];
537
537
  mastraIndexExists: boolean;
538
538
  error?: string | undefined;
@@ -543,9 +543,9 @@ export declare const WorkflowBuilderResultSchema: z.ZodObject<{
543
543
  file: string;
544
544
  name: string;
545
545
  description?: string | undefined;
546
- steps?: string[] | undefined;
547
546
  outputSchema?: any;
548
547
  inputSchema?: any;
548
+ steps?: string[] | undefined;
549
549
  }[];
550
550
  mastraIndexExists: boolean;
551
551
  error?: string | undefined;
@@ -938,9 +938,9 @@ export declare const WorkflowBuilderResultSchema: z.ZodObject<{
938
938
  file: string;
939
939
  name: string;
940
940
  description?: string | undefined;
941
- steps?: string[] | undefined;
942
941
  outputSchema?: any;
943
942
  inputSchema?: any;
943
+ steps?: string[] | undefined;
944
944
  }[];
945
945
  mastraIndexExists: boolean;
946
946
  error?: string | undefined;
@@ -1048,9 +1048,9 @@ export declare const WorkflowBuilderResultSchema: z.ZodObject<{
1048
1048
  file: string;
1049
1049
  name: string;
1050
1050
  description?: string | undefined;
1051
- steps?: string[] | undefined;
1052
1051
  outputSchema?: any;
1053
1052
  inputSchema?: any;
1053
+ steps?: string[] | undefined;
1054
1054
  }[];
1055
1055
  mastraIndexExists: boolean;
1056
1056
  error?: string | undefined;
@@ -15,16 +15,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
15
15
  file: string;
16
16
  name: string;
17
17
  description?: string | undefined;
18
- steps?: string[] | undefined;
19
18
  outputSchema?: any;
20
19
  inputSchema?: any;
20
+ steps?: string[] | undefined;
21
21
  }, {
22
22
  file: string;
23
23
  name: string;
24
24
  description?: string | undefined;
25
- steps?: string[] | undefined;
26
25
  outputSchema?: any;
27
26
  inputSchema?: any;
27
+ steps?: string[] | undefined;
28
28
  }>, "many">;
29
29
  projectStructure: z.ZodObject<{
30
30
  success: z.ZodBoolean;
@@ -156,9 +156,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
156
156
  file: string;
157
157
  name: string;
158
158
  description?: string | undefined;
159
- steps?: string[] | undefined;
160
159
  outputSchema?: any;
161
160
  inputSchema?: any;
161
+ steps?: string[] | undefined;
162
162
  }[];
163
163
  projectStructure: {
164
164
  message: string;
@@ -201,9 +201,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
201
201
  file: string;
202
202
  name: string;
203
203
  description?: string | undefined;
204
- steps?: string[] | undefined;
205
204
  outputSchema?: any;
206
205
  inputSchema?: any;
206
+ steps?: string[] | undefined;
207
207
  }[];
208
208
  projectStructure: {
209
209
  message: string;
@@ -664,16 +664,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
664
664
  file: string;
665
665
  name: string;
666
666
  description?: string | undefined;
667
- steps?: string[] | undefined;
668
667
  outputSchema?: any;
669
668
  inputSchema?: any;
669
+ steps?: string[] | undefined;
670
670
  }, {
671
671
  file: string;
672
672
  name: string;
673
673
  description?: string | undefined;
674
- steps?: string[] | undefined;
675
674
  outputSchema?: any;
676
675
  inputSchema?: any;
676
+ steps?: string[] | undefined;
677
677
  }>, "many">;
678
678
  projectStructure: z.ZodObject<{
679
679
  success: z.ZodBoolean;
@@ -805,9 +805,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
805
805
  file: string;
806
806
  name: string;
807
807
  description?: string | undefined;
808
- steps?: string[] | undefined;
809
808
  outputSchema?: any;
810
809
  inputSchema?: any;
810
+ steps?: string[] | undefined;
811
811
  }[];
812
812
  projectStructure: {
813
813
  message: string;
@@ -850,9 +850,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
850
850
  file: string;
851
851
  name: string;
852
852
  description?: string | undefined;
853
- steps?: string[] | undefined;
854
853
  outputSchema?: any;
855
854
  inputSchema?: any;
855
+ steps?: string[] | undefined;
856
856
  }[];
857
857
  projectStructure: {
858
858
  message: string;
@@ -1020,16 +1020,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1020
1020
  file: string;
1021
1021
  name: string;
1022
1022
  description?: string | undefined;
1023
- steps?: string[] | undefined;
1024
1023
  outputSchema?: any;
1025
1024
  inputSchema?: any;
1025
+ steps?: string[] | undefined;
1026
1026
  }, {
1027
1027
  file: string;
1028
1028
  name: string;
1029
1029
  description?: string | undefined;
1030
- steps?: string[] | undefined;
1031
1030
  outputSchema?: any;
1032
1031
  inputSchema?: any;
1032
+ steps?: string[] | undefined;
1033
1033
  }>, "many">;
1034
1034
  mastraIndexExists: z.ZodBoolean;
1035
1035
  message: z.ZodString;
@@ -1041,9 +1041,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1041
1041
  file: string;
1042
1042
  name: string;
1043
1043
  description?: string | undefined;
1044
- steps?: string[] | undefined;
1045
1044
  outputSchema?: any;
1046
1045
  inputSchema?: any;
1046
+ steps?: string[] | undefined;
1047
1047
  }[];
1048
1048
  mastraIndexExists: boolean;
1049
1049
  error?: string | undefined;
@@ -1054,9 +1054,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1054
1054
  file: string;
1055
1055
  name: string;
1056
1056
  description?: string | undefined;
1057
- steps?: string[] | undefined;
1058
1057
  outputSchema?: any;
1059
1058
  inputSchema?: any;
1059
+ steps?: string[] | undefined;
1060
1060
  }[];
1061
1061
  mastraIndexExists: boolean;
1062
1062
  error?: string | undefined;
@@ -1073,16 +1073,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1073
1073
  file: string;
1074
1074
  name: string;
1075
1075
  description?: string | undefined;
1076
- steps?: string[] | undefined;
1077
1076
  outputSchema?: any;
1078
1077
  inputSchema?: any;
1078
+ steps?: string[] | undefined;
1079
1079
  }, {
1080
1080
  file: string;
1081
1081
  name: string;
1082
1082
  description?: string | undefined;
1083
- steps?: string[] | undefined;
1084
1083
  outputSchema?: any;
1085
1084
  inputSchema?: any;
1085
+ steps?: string[] | undefined;
1086
1086
  }>, "many">;
1087
1087
  mastraIndexExists: z.ZodBoolean;
1088
1088
  message: z.ZodString;
@@ -1094,9 +1094,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1094
1094
  file: string;
1095
1095
  name: string;
1096
1096
  description?: string | undefined;
1097
- steps?: string[] | undefined;
1098
1097
  outputSchema?: any;
1099
1098
  inputSchema?: any;
1099
+ steps?: string[] | undefined;
1100
1100
  }[];
1101
1101
  mastraIndexExists: boolean;
1102
1102
  error?: string | undefined;
@@ -1107,9 +1107,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1107
1107
  file: string;
1108
1108
  name: string;
1109
1109
  description?: string | undefined;
1110
- steps?: string[] | undefined;
1111
1110
  outputSchema?: any;
1112
1111
  inputSchema?: any;
1112
+ steps?: string[] | undefined;
1113
1113
  }[];
1114
1114
  mastraIndexExists: boolean;
1115
1115
  error?: string | undefined;
@@ -1500,16 +1500,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1500
1500
  file: string;
1501
1501
  name: string;
1502
1502
  description?: string | undefined;
1503
- steps?: string[] | undefined;
1504
1503
  outputSchema?: any;
1505
1504
  inputSchema?: any;
1505
+ steps?: string[] | undefined;
1506
1506
  }, {
1507
1507
  file: string;
1508
1508
  name: string;
1509
1509
  description?: string | undefined;
1510
- steps?: string[] | undefined;
1511
1510
  outputSchema?: any;
1512
1511
  inputSchema?: any;
1512
+ steps?: string[] | undefined;
1513
1513
  }>, "many">;
1514
1514
  mastraIndexExists: z.ZodBoolean;
1515
1515
  message: z.ZodString;
@@ -1521,9 +1521,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1521
1521
  file: string;
1522
1522
  name: string;
1523
1523
  description?: string | undefined;
1524
- steps?: string[] | undefined;
1525
1524
  outputSchema?: any;
1526
1525
  inputSchema?: any;
1526
+ steps?: string[] | undefined;
1527
1527
  }[];
1528
1528
  mastraIndexExists: boolean;
1529
1529
  error?: string | undefined;
@@ -1534,9 +1534,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1534
1534
  file: string;
1535
1535
  name: string;
1536
1536
  description?: string | undefined;
1537
- steps?: string[] | undefined;
1538
1537
  outputSchema?: any;
1539
1538
  inputSchema?: any;
1539
+ steps?: string[] | undefined;
1540
1540
  }[];
1541
1541
  mastraIndexExists: boolean;
1542
1542
  error?: string | undefined;
@@ -1929,9 +1929,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
1929
1929
  file: string;
1930
1930
  name: string;
1931
1931
  description?: string | undefined;
1932
- steps?: string[] | undefined;
1933
1932
  outputSchema?: any;
1934
1933
  inputSchema?: any;
1934
+ steps?: string[] | undefined;
1935
1935
  }[];
1936
1936
  mastraIndexExists: boolean;
1937
1937
  error?: string | undefined;
@@ -2039,9 +2039,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2039
2039
  file: string;
2040
2040
  name: string;
2041
2041
  description?: string | undefined;
2042
- steps?: string[] | undefined;
2043
2042
  outputSchema?: any;
2044
2043
  inputSchema?: any;
2044
+ steps?: string[] | undefined;
2045
2045
  }[];
2046
2046
  mastraIndexExists: boolean;
2047
2047
  error?: string | undefined;
@@ -2114,16 +2114,16 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2114
2114
  file: string;
2115
2115
  name: string;
2116
2116
  description?: string | undefined;
2117
- steps?: string[] | undefined;
2118
2117
  outputSchema?: any;
2119
2118
  inputSchema?: any;
2119
+ steps?: string[] | undefined;
2120
2120
  }, {
2121
2121
  file: string;
2122
2122
  name: string;
2123
2123
  description?: string | undefined;
2124
- steps?: string[] | undefined;
2125
2124
  outputSchema?: any;
2126
2125
  inputSchema?: any;
2126
+ steps?: string[] | undefined;
2127
2127
  }>, "many">;
2128
2128
  mastraIndexExists: z.ZodBoolean;
2129
2129
  message: z.ZodString;
@@ -2135,9 +2135,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2135
2135
  file: string;
2136
2136
  name: string;
2137
2137
  description?: string | undefined;
2138
- steps?: string[] | undefined;
2139
2138
  outputSchema?: any;
2140
2139
  inputSchema?: any;
2140
+ steps?: string[] | undefined;
2141
2141
  }[];
2142
2142
  mastraIndexExists: boolean;
2143
2143
  error?: string | undefined;
@@ -2148,9 +2148,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2148
2148
  file: string;
2149
2149
  name: string;
2150
2150
  description?: string | undefined;
2151
- steps?: string[] | undefined;
2152
2151
  outputSchema?: any;
2153
2152
  inputSchema?: any;
2153
+ steps?: string[] | undefined;
2154
2154
  }[];
2155
2155
  mastraIndexExists: boolean;
2156
2156
  error?: string | undefined;
@@ -2543,9 +2543,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2543
2543
  file: string;
2544
2544
  name: string;
2545
2545
  description?: string | undefined;
2546
- steps?: string[] | undefined;
2547
2546
  outputSchema?: any;
2548
2547
  inputSchema?: any;
2548
+ steps?: string[] | undefined;
2549
2549
  }[];
2550
2550
  mastraIndexExists: boolean;
2551
2551
  error?: string | undefined;
@@ -2653,9 +2653,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
2653
2653
  file: string;
2654
2654
  name: string;
2655
2655
  description?: string | undefined;
2656
- steps?: string[] | undefined;
2657
2656
  outputSchema?: any;
2658
2657
  inputSchema?: any;
2658
+ steps?: string[] | undefined;
2659
2659
  }[];
2660
2660
  mastraIndexExists: boolean;
2661
2661
  error?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/agent-builder",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "ignore": "^7.0.5",
38
38
  "semver": "^7.7.2",
39
39
  "swpm": "^2.6.0",
40
- "@mastra/memory": "0.15.4"
40
+ "@mastra/memory": "0.15.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.19.0",
@@ -48,12 +48,12 @@
48
48
  "typescript-eslint": "^8.38.0",
49
49
  "vitest": "^3.2.4",
50
50
  "zod": "^3.25.76",
51
- "@internal/lint": "0.0.43",
52
- "@internal/types-builder": "0.0.18",
53
- "@mastra/core": "0.19.0"
51
+ "@internal/lint": "0.0.45",
52
+ "@internal/types-builder": "0.0.20",
53
+ "@mastra/core": "0.20.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@mastra/core": ">=0.18.1-0 <0.20.0-0",
56
+ "@mastra/core": ">=0.20.0-0 <0.21.0-0",
57
57
  "typescript": ">=5.7.0",
58
58
  "zod": "^3.25.0 || ^4.0.0"
59
59
  },