@mastra/agent-builder 0.0.1 → 0.0.2-alpha.1
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/CHANGELOG.md +27 -0
- package/README.md +3 -3
- package/dist/agent/index.d.ts +9 -5863
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/defaults.d.ts +126 -3107
- package/dist/defaults.d.ts.map +1 -1
- package/dist/index.js +870 -840
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +24 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/utils.d.ts +9 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/workflows/task-planning/schema.d.ts +10 -10
- package/dist/workflows/task-planning/task-planning.d.ts +20 -20
- package/dist/workflows/task-planning/task-planning.d.ts.map +1 -1
- package/dist/workflows/template-builder/template-builder.d.ts +64 -6
- package/dist/workflows/template-builder/template-builder.d.ts.map +1 -1
- package/dist/workflows/workflow-builder/schema.d.ts +22 -22
- package/dist/workflows/workflow-builder/workflow-builder.d.ts +56 -56
- package/dist/workflows/workflow-builder/workflow-builder.d.ts.map +1 -1
- package/dist/workflows/workflow-map.d.ts +93 -60
- package/dist/workflows/workflow-map.d.ts.map +1 -1
- package/package.json +15 -7
|
@@ -16,15 +16,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
16
16
|
name: string;
|
|
17
17
|
description?: string | undefined;
|
|
18
18
|
steps?: string[] | undefined;
|
|
19
|
-
inputSchema?: any;
|
|
20
19
|
outputSchema?: any;
|
|
20
|
+
inputSchema?: any;
|
|
21
21
|
}, {
|
|
22
22
|
file: string;
|
|
23
23
|
name: string;
|
|
24
24
|
description?: string | undefined;
|
|
25
25
|
steps?: string[] | undefined;
|
|
26
|
-
inputSchema?: any;
|
|
27
26
|
outputSchema?: any;
|
|
27
|
+
inputSchema?: any;
|
|
28
28
|
}>, "many">;
|
|
29
29
|
projectStructure: z.ZodObject<{
|
|
30
30
|
success: z.ZodBoolean;
|
|
@@ -106,14 +106,14 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
106
106
|
snippet: z.ZodString;
|
|
107
107
|
relevance: z.ZodNumber;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
url: string;
|
|
110
109
|
relevance: number;
|
|
111
110
|
title: string;
|
|
111
|
+
url: string;
|
|
112
112
|
snippet: string;
|
|
113
113
|
}, {
|
|
114
|
-
url: string;
|
|
115
114
|
relevance: number;
|
|
116
115
|
title: string;
|
|
116
|
+
url: string;
|
|
117
117
|
snippet: string;
|
|
118
118
|
}>, "many">;
|
|
119
119
|
message: z.ZodString;
|
|
@@ -127,9 +127,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
127
127
|
bestPractices: string[];
|
|
128
128
|
};
|
|
129
129
|
webResources: {
|
|
130
|
-
url: string;
|
|
131
130
|
relevance: number;
|
|
132
131
|
title: string;
|
|
132
|
+
url: string;
|
|
133
133
|
snippet: string;
|
|
134
134
|
}[];
|
|
135
135
|
error?: string | undefined;
|
|
@@ -142,9 +142,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
142
142
|
bestPractices: string[];
|
|
143
143
|
};
|
|
144
144
|
webResources: {
|
|
145
|
-
url: string;
|
|
146
145
|
relevance: number;
|
|
147
146
|
title: string;
|
|
147
|
+
url: string;
|
|
148
148
|
snippet: string;
|
|
149
149
|
}[];
|
|
150
150
|
error?: string | undefined;
|
|
@@ -157,8 +157,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
157
157
|
name: string;
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
steps?: string[] | undefined;
|
|
160
|
-
inputSchema?: any;
|
|
161
160
|
outputSchema?: any;
|
|
161
|
+
inputSchema?: any;
|
|
162
162
|
}[];
|
|
163
163
|
projectStructure: {
|
|
164
164
|
message: string;
|
|
@@ -184,9 +184,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
184
184
|
bestPractices: string[];
|
|
185
185
|
};
|
|
186
186
|
webResources: {
|
|
187
|
-
url: string;
|
|
188
187
|
relevance: number;
|
|
189
188
|
title: string;
|
|
189
|
+
url: string;
|
|
190
190
|
snippet: string;
|
|
191
191
|
}[];
|
|
192
192
|
error?: string | undefined;
|
|
@@ -202,8 +202,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
202
202
|
name: string;
|
|
203
203
|
description?: string | undefined;
|
|
204
204
|
steps?: string[] | undefined;
|
|
205
|
-
inputSchema?: any;
|
|
206
205
|
outputSchema?: any;
|
|
206
|
+
inputSchema?: any;
|
|
207
207
|
}[];
|
|
208
208
|
projectStructure: {
|
|
209
209
|
message: string;
|
|
@@ -229,9 +229,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
229
229
|
bestPractices: string[];
|
|
230
230
|
};
|
|
231
231
|
webResources: {
|
|
232
|
-
url: string;
|
|
233
232
|
relevance: number;
|
|
234
233
|
title: string;
|
|
234
|
+
url: string;
|
|
235
235
|
snippet: string;
|
|
236
236
|
}[];
|
|
237
237
|
error?: string | undefined;
|
|
@@ -665,15 +665,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
665
665
|
name: string;
|
|
666
666
|
description?: string | undefined;
|
|
667
667
|
steps?: string[] | undefined;
|
|
668
|
-
inputSchema?: any;
|
|
669
668
|
outputSchema?: any;
|
|
669
|
+
inputSchema?: any;
|
|
670
670
|
}, {
|
|
671
671
|
file: string;
|
|
672
672
|
name: string;
|
|
673
673
|
description?: string | undefined;
|
|
674
674
|
steps?: string[] | undefined;
|
|
675
|
-
inputSchema?: any;
|
|
676
675
|
outputSchema?: any;
|
|
676
|
+
inputSchema?: any;
|
|
677
677
|
}>, "many">;
|
|
678
678
|
projectStructure: z.ZodObject<{
|
|
679
679
|
success: z.ZodBoolean;
|
|
@@ -755,14 +755,14 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
755
755
|
snippet: z.ZodString;
|
|
756
756
|
relevance: z.ZodNumber;
|
|
757
757
|
}, "strip", z.ZodTypeAny, {
|
|
758
|
-
url: string;
|
|
759
758
|
relevance: number;
|
|
760
759
|
title: string;
|
|
760
|
+
url: string;
|
|
761
761
|
snippet: string;
|
|
762
762
|
}, {
|
|
763
|
-
url: string;
|
|
764
763
|
relevance: number;
|
|
765
764
|
title: string;
|
|
765
|
+
url: string;
|
|
766
766
|
snippet: string;
|
|
767
767
|
}>, "many">;
|
|
768
768
|
message: z.ZodString;
|
|
@@ -776,9 +776,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
776
776
|
bestPractices: string[];
|
|
777
777
|
};
|
|
778
778
|
webResources: {
|
|
779
|
-
url: string;
|
|
780
779
|
relevance: number;
|
|
781
780
|
title: string;
|
|
781
|
+
url: string;
|
|
782
782
|
snippet: string;
|
|
783
783
|
}[];
|
|
784
784
|
error?: string | undefined;
|
|
@@ -791,9 +791,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
791
791
|
bestPractices: string[];
|
|
792
792
|
};
|
|
793
793
|
webResources: {
|
|
794
|
-
url: string;
|
|
795
794
|
relevance: number;
|
|
796
795
|
title: string;
|
|
796
|
+
url: string;
|
|
797
797
|
snippet: string;
|
|
798
798
|
}[];
|
|
799
799
|
error?: string | undefined;
|
|
@@ -806,8 +806,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
806
806
|
name: string;
|
|
807
807
|
description?: string | undefined;
|
|
808
808
|
steps?: string[] | undefined;
|
|
809
|
-
inputSchema?: any;
|
|
810
809
|
outputSchema?: any;
|
|
810
|
+
inputSchema?: any;
|
|
811
811
|
}[];
|
|
812
812
|
projectStructure: {
|
|
813
813
|
message: string;
|
|
@@ -833,9 +833,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
833
833
|
bestPractices: string[];
|
|
834
834
|
};
|
|
835
835
|
webResources: {
|
|
836
|
-
url: string;
|
|
837
836
|
relevance: number;
|
|
838
837
|
title: string;
|
|
838
|
+
url: string;
|
|
839
839
|
snippet: string;
|
|
840
840
|
}[];
|
|
841
841
|
error?: string | undefined;
|
|
@@ -851,8 +851,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
851
851
|
name: string;
|
|
852
852
|
description?: string | undefined;
|
|
853
853
|
steps?: string[] | undefined;
|
|
854
|
-
inputSchema?: any;
|
|
855
854
|
outputSchema?: any;
|
|
855
|
+
inputSchema?: any;
|
|
856
856
|
}[];
|
|
857
857
|
projectStructure: {
|
|
858
858
|
message: string;
|
|
@@ -878,9 +878,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
878
878
|
bestPractices: string[];
|
|
879
879
|
};
|
|
880
880
|
webResources: {
|
|
881
|
-
url: string;
|
|
882
881
|
relevance: number;
|
|
883
882
|
title: string;
|
|
883
|
+
url: string;
|
|
884
884
|
snippet: string;
|
|
885
885
|
}[];
|
|
886
886
|
error?: string | undefined;
|
|
@@ -1021,15 +1021,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1021
1021
|
name: string;
|
|
1022
1022
|
description?: string | undefined;
|
|
1023
1023
|
steps?: string[] | undefined;
|
|
1024
|
-
inputSchema?: any;
|
|
1025
1024
|
outputSchema?: any;
|
|
1025
|
+
inputSchema?: any;
|
|
1026
1026
|
}, {
|
|
1027
1027
|
file: string;
|
|
1028
1028
|
name: string;
|
|
1029
1029
|
description?: string | undefined;
|
|
1030
1030
|
steps?: string[] | undefined;
|
|
1031
|
-
inputSchema?: any;
|
|
1032
1031
|
outputSchema?: any;
|
|
1032
|
+
inputSchema?: any;
|
|
1033
1033
|
}>, "many">;
|
|
1034
1034
|
mastraIndexExists: z.ZodBoolean;
|
|
1035
1035
|
message: z.ZodString;
|
|
@@ -1042,8 +1042,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1042
1042
|
name: string;
|
|
1043
1043
|
description?: string | undefined;
|
|
1044
1044
|
steps?: string[] | undefined;
|
|
1045
|
-
inputSchema?: any;
|
|
1046
1045
|
outputSchema?: any;
|
|
1046
|
+
inputSchema?: any;
|
|
1047
1047
|
}[];
|
|
1048
1048
|
mastraIndexExists: boolean;
|
|
1049
1049
|
error?: string | undefined;
|
|
@@ -1055,8 +1055,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1055
1055
|
name: string;
|
|
1056
1056
|
description?: string | undefined;
|
|
1057
1057
|
steps?: string[] | undefined;
|
|
1058
|
-
inputSchema?: any;
|
|
1059
1058
|
outputSchema?: any;
|
|
1059
|
+
inputSchema?: any;
|
|
1060
1060
|
}[];
|
|
1061
1061
|
mastraIndexExists: boolean;
|
|
1062
1062
|
error?: string | undefined;
|
|
@@ -1074,15 +1074,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1074
1074
|
name: string;
|
|
1075
1075
|
description?: string | undefined;
|
|
1076
1076
|
steps?: string[] | undefined;
|
|
1077
|
-
inputSchema?: any;
|
|
1078
1077
|
outputSchema?: any;
|
|
1078
|
+
inputSchema?: any;
|
|
1079
1079
|
}, {
|
|
1080
1080
|
file: string;
|
|
1081
1081
|
name: string;
|
|
1082
1082
|
description?: string | undefined;
|
|
1083
1083
|
steps?: string[] | undefined;
|
|
1084
|
-
inputSchema?: any;
|
|
1085
1084
|
outputSchema?: any;
|
|
1085
|
+
inputSchema?: any;
|
|
1086
1086
|
}>, "many">;
|
|
1087
1087
|
mastraIndexExists: z.ZodBoolean;
|
|
1088
1088
|
message: z.ZodString;
|
|
@@ -1095,8 +1095,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1095
1095
|
name: string;
|
|
1096
1096
|
description?: string | undefined;
|
|
1097
1097
|
steps?: string[] | undefined;
|
|
1098
|
-
inputSchema?: any;
|
|
1099
1098
|
outputSchema?: any;
|
|
1099
|
+
inputSchema?: any;
|
|
1100
1100
|
}[];
|
|
1101
1101
|
mastraIndexExists: boolean;
|
|
1102
1102
|
error?: string | undefined;
|
|
@@ -1108,8 +1108,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1108
1108
|
name: string;
|
|
1109
1109
|
description?: string | undefined;
|
|
1110
1110
|
steps?: string[] | undefined;
|
|
1111
|
-
inputSchema?: any;
|
|
1112
1111
|
outputSchema?: any;
|
|
1112
|
+
inputSchema?: any;
|
|
1113
1113
|
}[];
|
|
1114
1114
|
mastraIndexExists: boolean;
|
|
1115
1115
|
error?: string | undefined;
|
|
@@ -1250,14 +1250,14 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1250
1250
|
snippet: z.ZodString;
|
|
1251
1251
|
relevance: z.ZodNumber;
|
|
1252
1252
|
}, "strip", z.ZodTypeAny, {
|
|
1253
|
-
url: string;
|
|
1254
1253
|
relevance: number;
|
|
1255
1254
|
title: string;
|
|
1255
|
+
url: string;
|
|
1256
1256
|
snippet: string;
|
|
1257
1257
|
}, {
|
|
1258
|
-
url: string;
|
|
1259
1258
|
relevance: number;
|
|
1260
1259
|
title: string;
|
|
1260
|
+
url: string;
|
|
1261
1261
|
snippet: string;
|
|
1262
1262
|
}>, "many">;
|
|
1263
1263
|
message: z.ZodString;
|
|
@@ -1271,9 +1271,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1271
1271
|
bestPractices: string[];
|
|
1272
1272
|
};
|
|
1273
1273
|
webResources: {
|
|
1274
|
-
url: string;
|
|
1275
1274
|
relevance: number;
|
|
1276
1275
|
title: string;
|
|
1276
|
+
url: string;
|
|
1277
1277
|
snippet: string;
|
|
1278
1278
|
}[];
|
|
1279
1279
|
error?: string | undefined;
|
|
@@ -1286,9 +1286,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1286
1286
|
bestPractices: string[];
|
|
1287
1287
|
};
|
|
1288
1288
|
webResources: {
|
|
1289
|
-
url: string;
|
|
1290
1289
|
relevance: number;
|
|
1291
1290
|
title: string;
|
|
1291
|
+
url: string;
|
|
1292
1292
|
snippet: string;
|
|
1293
1293
|
}[];
|
|
1294
1294
|
error?: string | undefined;
|
|
@@ -1501,15 +1501,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1501
1501
|
name: string;
|
|
1502
1502
|
description?: string | undefined;
|
|
1503
1503
|
steps?: string[] | undefined;
|
|
1504
|
-
inputSchema?: any;
|
|
1505
1504
|
outputSchema?: any;
|
|
1505
|
+
inputSchema?: any;
|
|
1506
1506
|
}, {
|
|
1507
1507
|
file: string;
|
|
1508
1508
|
name: string;
|
|
1509
1509
|
description?: string | undefined;
|
|
1510
1510
|
steps?: string[] | undefined;
|
|
1511
|
-
inputSchema?: any;
|
|
1512
1511
|
outputSchema?: any;
|
|
1512
|
+
inputSchema?: any;
|
|
1513
1513
|
}>, "many">;
|
|
1514
1514
|
mastraIndexExists: z.ZodBoolean;
|
|
1515
1515
|
message: z.ZodString;
|
|
@@ -1522,8 +1522,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1522
1522
|
name: string;
|
|
1523
1523
|
description?: string | undefined;
|
|
1524
1524
|
steps?: string[] | undefined;
|
|
1525
|
-
inputSchema?: any;
|
|
1526
1525
|
outputSchema?: any;
|
|
1526
|
+
inputSchema?: any;
|
|
1527
1527
|
}[];
|
|
1528
1528
|
mastraIndexExists: boolean;
|
|
1529
1529
|
error?: string | undefined;
|
|
@@ -1535,8 +1535,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1535
1535
|
name: string;
|
|
1536
1536
|
description?: string | undefined;
|
|
1537
1537
|
steps?: string[] | undefined;
|
|
1538
|
-
inputSchema?: any;
|
|
1539
1538
|
outputSchema?: any;
|
|
1539
|
+
inputSchema?: any;
|
|
1540
1540
|
}[];
|
|
1541
1541
|
mastraIndexExists: boolean;
|
|
1542
1542
|
error?: string | undefined;
|
|
@@ -1621,14 +1621,14 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1621
1621
|
snippet: z.ZodString;
|
|
1622
1622
|
relevance: z.ZodNumber;
|
|
1623
1623
|
}, "strip", z.ZodTypeAny, {
|
|
1624
|
-
url: string;
|
|
1625
1624
|
relevance: number;
|
|
1626
1625
|
title: string;
|
|
1626
|
+
url: string;
|
|
1627
1627
|
snippet: string;
|
|
1628
1628
|
}, {
|
|
1629
|
-
url: string;
|
|
1630
1629
|
relevance: number;
|
|
1631
1630
|
title: string;
|
|
1631
|
+
url: string;
|
|
1632
1632
|
snippet: string;
|
|
1633
1633
|
}>, "many">;
|
|
1634
1634
|
message: z.ZodString;
|
|
@@ -1642,9 +1642,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1642
1642
|
bestPractices: string[];
|
|
1643
1643
|
};
|
|
1644
1644
|
webResources: {
|
|
1645
|
-
url: string;
|
|
1646
1645
|
relevance: number;
|
|
1647
1646
|
title: string;
|
|
1647
|
+
url: string;
|
|
1648
1648
|
snippet: string;
|
|
1649
1649
|
}[];
|
|
1650
1650
|
error?: string | undefined;
|
|
@@ -1657,9 +1657,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1657
1657
|
bestPractices: string[];
|
|
1658
1658
|
};
|
|
1659
1659
|
webResources: {
|
|
1660
|
-
url: string;
|
|
1661
1660
|
relevance: number;
|
|
1662
1661
|
title: string;
|
|
1662
|
+
url: string;
|
|
1663
1663
|
snippet: string;
|
|
1664
1664
|
}[];
|
|
1665
1665
|
error?: string | undefined;
|
|
@@ -1914,9 +1914,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1914
1914
|
bestPractices: string[];
|
|
1915
1915
|
};
|
|
1916
1916
|
webResources: {
|
|
1917
|
-
url: string;
|
|
1918
1917
|
relevance: number;
|
|
1919
1918
|
title: string;
|
|
1919
|
+
url: string;
|
|
1920
1920
|
snippet: string;
|
|
1921
1921
|
}[];
|
|
1922
1922
|
error?: string | undefined;
|
|
@@ -1930,8 +1930,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
1930
1930
|
name: string;
|
|
1931
1931
|
description?: string | undefined;
|
|
1932
1932
|
steps?: string[] | undefined;
|
|
1933
|
-
inputSchema?: any;
|
|
1934
1933
|
outputSchema?: any;
|
|
1934
|
+
inputSchema?: any;
|
|
1935
1935
|
}[];
|
|
1936
1936
|
mastraIndexExists: boolean;
|
|
1937
1937
|
error?: string | undefined;
|
|
@@ -2024,9 +2024,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2024
2024
|
bestPractices: string[];
|
|
2025
2025
|
};
|
|
2026
2026
|
webResources: {
|
|
2027
|
-
url: string;
|
|
2028
2027
|
relevance: number;
|
|
2029
2028
|
title: string;
|
|
2029
|
+
url: string;
|
|
2030
2030
|
snippet: string;
|
|
2031
2031
|
}[];
|
|
2032
2032
|
error?: string | undefined;
|
|
@@ -2040,8 +2040,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2040
2040
|
name: string;
|
|
2041
2041
|
description?: string | undefined;
|
|
2042
2042
|
steps?: string[] | undefined;
|
|
2043
|
-
inputSchema?: any;
|
|
2044
2043
|
outputSchema?: any;
|
|
2044
|
+
inputSchema?: any;
|
|
2045
2045
|
}[];
|
|
2046
2046
|
mastraIndexExists: boolean;
|
|
2047
2047
|
error?: string | undefined;
|
|
@@ -2115,15 +2115,15 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2115
2115
|
name: string;
|
|
2116
2116
|
description?: string | undefined;
|
|
2117
2117
|
steps?: string[] | undefined;
|
|
2118
|
-
inputSchema?: any;
|
|
2119
2118
|
outputSchema?: any;
|
|
2119
|
+
inputSchema?: any;
|
|
2120
2120
|
}, {
|
|
2121
2121
|
file: string;
|
|
2122
2122
|
name: string;
|
|
2123
2123
|
description?: string | undefined;
|
|
2124
2124
|
steps?: string[] | undefined;
|
|
2125
|
-
inputSchema?: any;
|
|
2126
2125
|
outputSchema?: any;
|
|
2126
|
+
inputSchema?: any;
|
|
2127
2127
|
}>, "many">;
|
|
2128
2128
|
mastraIndexExists: z.ZodBoolean;
|
|
2129
2129
|
message: z.ZodString;
|
|
@@ -2136,8 +2136,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2136
2136
|
name: string;
|
|
2137
2137
|
description?: string | undefined;
|
|
2138
2138
|
steps?: string[] | undefined;
|
|
2139
|
-
inputSchema?: any;
|
|
2140
2139
|
outputSchema?: any;
|
|
2140
|
+
inputSchema?: any;
|
|
2141
2141
|
}[];
|
|
2142
2142
|
mastraIndexExists: boolean;
|
|
2143
2143
|
error?: string | undefined;
|
|
@@ -2149,8 +2149,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2149
2149
|
name: string;
|
|
2150
2150
|
description?: string | undefined;
|
|
2151
2151
|
steps?: string[] | undefined;
|
|
2152
|
-
inputSchema?: any;
|
|
2153
2152
|
outputSchema?: any;
|
|
2153
|
+
inputSchema?: any;
|
|
2154
2154
|
}[];
|
|
2155
2155
|
mastraIndexExists: boolean;
|
|
2156
2156
|
error?: string | undefined;
|
|
@@ -2235,14 +2235,14 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2235
2235
|
snippet: z.ZodString;
|
|
2236
2236
|
relevance: z.ZodNumber;
|
|
2237
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2238
|
-
url: string;
|
|
2239
2238
|
relevance: number;
|
|
2240
2239
|
title: string;
|
|
2240
|
+
url: string;
|
|
2241
2241
|
snippet: string;
|
|
2242
2242
|
}, {
|
|
2243
|
-
url: string;
|
|
2244
2243
|
relevance: number;
|
|
2245
2244
|
title: string;
|
|
2245
|
+
url: string;
|
|
2246
2246
|
snippet: string;
|
|
2247
2247
|
}>, "many">;
|
|
2248
2248
|
message: z.ZodString;
|
|
@@ -2256,9 +2256,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2256
2256
|
bestPractices: string[];
|
|
2257
2257
|
};
|
|
2258
2258
|
webResources: {
|
|
2259
|
-
url: string;
|
|
2260
2259
|
relevance: number;
|
|
2261
2260
|
title: string;
|
|
2261
|
+
url: string;
|
|
2262
2262
|
snippet: string;
|
|
2263
2263
|
}[];
|
|
2264
2264
|
error?: string | undefined;
|
|
@@ -2271,9 +2271,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2271
2271
|
bestPractices: string[];
|
|
2272
2272
|
};
|
|
2273
2273
|
webResources: {
|
|
2274
|
-
url: string;
|
|
2275
2274
|
relevance: number;
|
|
2276
2275
|
title: string;
|
|
2276
|
+
url: string;
|
|
2277
2277
|
snippet: string;
|
|
2278
2278
|
}[];
|
|
2279
2279
|
error?: string | undefined;
|
|
@@ -2528,9 +2528,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2528
2528
|
bestPractices: string[];
|
|
2529
2529
|
};
|
|
2530
2530
|
webResources: {
|
|
2531
|
-
url: string;
|
|
2532
2531
|
relevance: number;
|
|
2533
2532
|
title: string;
|
|
2533
|
+
url: string;
|
|
2534
2534
|
snippet: string;
|
|
2535
2535
|
}[];
|
|
2536
2536
|
error?: string | undefined;
|
|
@@ -2544,8 +2544,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2544
2544
|
name: string;
|
|
2545
2545
|
description?: string | undefined;
|
|
2546
2546
|
steps?: string[] | undefined;
|
|
2547
|
-
inputSchema?: any;
|
|
2548
2547
|
outputSchema?: any;
|
|
2548
|
+
inputSchema?: any;
|
|
2549
2549
|
}[];
|
|
2550
2550
|
mastraIndexExists: boolean;
|
|
2551
2551
|
error?: string | undefined;
|
|
@@ -2638,9 +2638,9 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2638
2638
|
bestPractices: string[];
|
|
2639
2639
|
};
|
|
2640
2640
|
webResources: {
|
|
2641
|
-
url: string;
|
|
2642
2641
|
relevance: number;
|
|
2643
2642
|
title: string;
|
|
2643
|
+
url: string;
|
|
2644
2644
|
snippet: string;
|
|
2645
2645
|
}[];
|
|
2646
2646
|
error?: string | undefined;
|
|
@@ -2654,8 +2654,8 @@ export declare const workflowBuilderWorkflow: import("@mastra/core/workflows").W
|
|
|
2654
2654
|
name: string;
|
|
2655
2655
|
description?: string | undefined;
|
|
2656
2656
|
steps?: string[] | undefined;
|
|
2657
|
-
inputSchema?: any;
|
|
2658
2657
|
outputSchema?: any;
|
|
2658
|
+
inputSchema?: any;
|
|
2659
2659
|
}[];
|
|
2660
2660
|
mastraIndexExists: boolean;
|
|
2661
2661
|
error?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-builder.d.ts","sourceRoot":"","sources":["../../../src/workflows/workflow-builder/workflow-builder.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"workflow-builder.d.ts","sourceRoot":"","sources":["../../../src/workflows/workflow-builder/workflow-builder.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmgB7B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEzB,CAAC"}
|