@bubblelab/bubble-core 0.1.67 → 0.1.68
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/dist/bubble-bundle.d.ts +100 -100
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +4 -3
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +98 -98
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +52 -52
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +755 -755
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/github.d.ts +160 -160
- package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
- package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1634 -1634
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +332 -332
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +94 -94
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -37,8 +37,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
37
37
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
38
38
|
}, "strip", import("zod").ZodTypeAny, {
|
|
39
39
|
operation: "add_to_cart";
|
|
40
|
-
product_url: string;
|
|
41
40
|
quantity: number;
|
|
41
|
+
product_url: string;
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
operation: "add_to_cart";
|
|
@@ -113,14 +113,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
113
113
|
cart_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
114
114
|
error: import("zod").ZodString;
|
|
115
115
|
}, "strip", import("zod").ZodTypeAny, {
|
|
116
|
-
success: boolean;
|
|
117
116
|
error: string;
|
|
117
|
+
success: boolean;
|
|
118
118
|
operation: "add_to_cart";
|
|
119
119
|
message?: string | undefined;
|
|
120
120
|
cart_count?: number | undefined;
|
|
121
121
|
}, {
|
|
122
|
-
success: boolean;
|
|
123
122
|
error: string;
|
|
123
|
+
success: boolean;
|
|
124
124
|
operation: "add_to_cart";
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
@@ -154,8 +154,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
154
154
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
155
|
error: import("zod").ZodString;
|
|
156
156
|
}, "strip", import("zod").ZodTypeAny, {
|
|
157
|
-
success: boolean;
|
|
158
157
|
error: string;
|
|
158
|
+
success: boolean;
|
|
159
159
|
operation: "get_cart";
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
@@ -169,8 +169,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
169
169
|
total_items?: number | undefined;
|
|
170
170
|
screenshot_url?: string | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
success: boolean;
|
|
173
172
|
error: string;
|
|
173
|
+
success: boolean;
|
|
174
174
|
operation: "get_cart";
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
@@ -210,8 +210,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
210
210
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
211
211
|
error: import("zod").ZodString;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
|
-
success: boolean;
|
|
214
213
|
error: string;
|
|
214
|
+
success: boolean;
|
|
215
215
|
operation: "checkout";
|
|
216
216
|
items?: {
|
|
217
217
|
title: string;
|
|
@@ -228,8 +228,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
228
228
|
shipping_address?: string | undefined;
|
|
229
229
|
payment_method?: string | undefined;
|
|
230
230
|
}, {
|
|
231
|
-
success: boolean;
|
|
232
231
|
error: string;
|
|
232
|
+
success: boolean;
|
|
233
233
|
operation: "checkout";
|
|
234
234
|
items?: {
|
|
235
235
|
title: string;
|
|
@@ -279,8 +279,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
279
279
|
total_results: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
280
280
|
error: import("zod").ZodString;
|
|
281
281
|
}, "strip", import("zod").ZodTypeAny, {
|
|
282
|
-
success: boolean;
|
|
283
282
|
error: string;
|
|
283
|
+
success: boolean;
|
|
284
284
|
operation: "search";
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
@@ -294,8 +294,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
294
294
|
}[] | undefined;
|
|
295
295
|
total_results?: number | undefined;
|
|
296
296
|
}, {
|
|
297
|
-
success: boolean;
|
|
298
297
|
error: string;
|
|
298
|
+
success: boolean;
|
|
299
299
|
operation: "search";
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
@@ -347,8 +347,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
347
347
|
}>>;
|
|
348
348
|
error: import("zod").ZodString;
|
|
349
349
|
}, "strip", import("zod").ZodTypeAny, {
|
|
350
|
-
success: boolean;
|
|
351
350
|
error: string;
|
|
351
|
+
success: boolean;
|
|
352
352
|
operation: "get_product";
|
|
353
353
|
product?: {
|
|
354
354
|
title: string;
|
|
@@ -363,8 +363,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
363
363
|
availability?: string | undefined;
|
|
364
364
|
} | undefined;
|
|
365
365
|
}, {
|
|
366
|
-
success: boolean;
|
|
367
366
|
error: string;
|
|
367
|
+
success: boolean;
|
|
368
368
|
operation: "get_product";
|
|
369
369
|
product?: {
|
|
370
370
|
title: string;
|
|
@@ -384,13 +384,13 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
384
384
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
385
385
|
error: import("zod").ZodString;
|
|
386
386
|
}, "strip", import("zod").ZodTypeAny, {
|
|
387
|
-
success: boolean;
|
|
388
387
|
error: string;
|
|
388
|
+
success: boolean;
|
|
389
389
|
operation: "screenshot";
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
|
-
success: boolean;
|
|
393
392
|
error: string;
|
|
393
|
+
success: boolean;
|
|
394
394
|
operation: "screenshot";
|
|
395
395
|
screenshot_url?: string | undefined;
|
|
396
396
|
}>]>;
|
|
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
operation: "screenshot";
|
|
100
100
|
full_page: boolean;
|
|
101
|
-
url?: string | undefined;
|
|
102
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
|
+
url?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
operation: "screenshot";
|
|
105
|
-
url?: string | undefined;
|
|
106
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
+
url?: string | undefined;
|
|
107
107
|
full_page?: boolean | undefined;
|
|
108
108
|
}>]>;
|
|
109
109
|
/**
|
|
@@ -94,13 +94,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
97
|
-
line: number;
|
|
98
97
|
column: number;
|
|
98
|
+
line: number;
|
|
99
99
|
}, {
|
|
100
100
|
type: string;
|
|
101
101
|
name: string;
|
|
102
|
-
line: number;
|
|
103
102
|
column: number;
|
|
103
|
+
line: number;
|
|
104
104
|
}>, "many">>;
|
|
105
105
|
metadata: z.ZodObject<{
|
|
106
106
|
validatedAt: z.ZodString;
|
|
@@ -119,13 +119,14 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
success: boolean;
|
|
123
122
|
error: string;
|
|
123
|
+
success: boolean;
|
|
124
124
|
metadata: {
|
|
125
125
|
strictMode: boolean;
|
|
126
126
|
validatedAt: string;
|
|
127
127
|
codeLength: number;
|
|
128
128
|
};
|
|
129
|
+
errors?: string[] | undefined;
|
|
129
130
|
bubbles?: {
|
|
130
131
|
bubbleName: string;
|
|
131
132
|
variableName: string;
|
|
@@ -134,23 +135,23 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
134
135
|
hasActionCall: boolean;
|
|
135
136
|
parameterCount: number;
|
|
136
137
|
}[] | undefined;
|
|
137
|
-
errors?: string[] | undefined;
|
|
138
|
-
bubbleCount?: number | undefined;
|
|
139
138
|
variableTypes?: {
|
|
140
139
|
type: string;
|
|
141
140
|
name: string;
|
|
142
|
-
line: number;
|
|
143
141
|
column: number;
|
|
142
|
+
line: number;
|
|
144
143
|
}[] | undefined;
|
|
144
|
+
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
success: boolean;
|
|
148
147
|
error: string;
|
|
148
|
+
success: boolean;
|
|
149
149
|
metadata: {
|
|
150
150
|
strictMode: boolean;
|
|
151
151
|
validatedAt: string;
|
|
152
152
|
codeLength: number;
|
|
153
153
|
};
|
|
154
|
+
errors?: string[] | undefined;
|
|
154
155
|
bubbles?: {
|
|
155
156
|
bubbleName: string;
|
|
156
157
|
variableName: string;
|
|
@@ -159,14 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
159
160
|
hasActionCall: boolean;
|
|
160
161
|
parameterCount: number;
|
|
161
162
|
}[] | undefined;
|
|
162
|
-
errors?: string[] | undefined;
|
|
163
|
-
bubbleCount?: number | undefined;
|
|
164
163
|
variableTypes?: {
|
|
165
164
|
type: string;
|
|
166
165
|
name: string;
|
|
167
|
-
line: number;
|
|
168
166
|
column: number;
|
|
167
|
+
line: number;
|
|
169
168
|
}[] | undefined;
|
|
169
|
+
bubbleCount?: number | undefined;
|
|
170
170
|
}>;
|
|
171
171
|
/**
|
|
172
172
|
* BubbleFlow Validation Tool
|
|
@@ -243,13 +243,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
244
|
type: string;
|
|
245
245
|
name: string;
|
|
246
|
-
line: number;
|
|
247
246
|
column: number;
|
|
247
|
+
line: number;
|
|
248
248
|
}, {
|
|
249
249
|
type: string;
|
|
250
250
|
name: string;
|
|
251
|
-
line: number;
|
|
252
251
|
column: number;
|
|
252
|
+
line: number;
|
|
253
253
|
}>, "many">>;
|
|
254
254
|
metadata: z.ZodObject<{
|
|
255
255
|
validatedAt: z.ZodString;
|
|
@@ -268,13 +268,14 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
success: boolean;
|
|
272
271
|
error: string;
|
|
272
|
+
success: boolean;
|
|
273
273
|
metadata: {
|
|
274
274
|
strictMode: boolean;
|
|
275
275
|
validatedAt: string;
|
|
276
276
|
codeLength: number;
|
|
277
277
|
};
|
|
278
|
+
errors?: string[] | undefined;
|
|
278
279
|
bubbles?: {
|
|
279
280
|
bubbleName: string;
|
|
280
281
|
variableName: string;
|
|
@@ -283,23 +284,23 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
283
284
|
hasActionCall: boolean;
|
|
284
285
|
parameterCount: number;
|
|
285
286
|
}[] | undefined;
|
|
286
|
-
errors?: string[] | undefined;
|
|
287
|
-
bubbleCount?: number | undefined;
|
|
288
287
|
variableTypes?: {
|
|
289
288
|
type: string;
|
|
290
289
|
name: string;
|
|
291
|
-
line: number;
|
|
292
290
|
column: number;
|
|
291
|
+
line: number;
|
|
293
292
|
}[] | undefined;
|
|
293
|
+
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
success: boolean;
|
|
297
296
|
error: string;
|
|
297
|
+
success: boolean;
|
|
298
298
|
metadata: {
|
|
299
299
|
strictMode: boolean;
|
|
300
300
|
validatedAt: string;
|
|
301
301
|
codeLength: number;
|
|
302
302
|
};
|
|
303
|
+
errors?: string[] | undefined;
|
|
303
304
|
bubbles?: {
|
|
304
305
|
bubbleName: string;
|
|
305
306
|
variableName: string;
|
|
@@ -308,14 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
308
309
|
hasActionCall: boolean;
|
|
309
310
|
parameterCount: number;
|
|
310
311
|
}[] | undefined;
|
|
311
|
-
errors?: string[] | undefined;
|
|
312
|
-
bubbleCount?: number | undefined;
|
|
313
312
|
variableTypes?: {
|
|
314
313
|
type: string;
|
|
315
314
|
name: string;
|
|
316
|
-
line: number;
|
|
317
315
|
column: number;
|
|
316
|
+
line: number;
|
|
318
317
|
}[] | undefined;
|
|
318
|
+
bubbleCount?: number | undefined;
|
|
319
319
|
}>;
|
|
320
320
|
static readonly shortDescription = "Validates BubbleFlow TypeScript code for syntax and structure";
|
|
321
321
|
static readonly longDescription = "\n A comprehensive validation tool for BubbleFlow TypeScript code.\n \n What it does:\n - Validates TypeScript syntax and compilation\n - Checks BubbleFlow class structure and requirements\n - Parses and analyzes bubble instantiations\n - Provides detailed error reporting with line numbers\n - Returns metadata about detected bubbles\n \n How it works:\n - Uses TypeScript compiler API for syntax validation\n - Validates that code extends BubbleFlow and has handle method\n - Parses bubble instantiations using AST analysis\n - Maps bubble class names to registered bubble types\n \n Use cases:\n - When an AI agent needs to validate user-provided BubbleFlow code\n - When checking code before execution or deployment\n - When providing feedback on BubbleFlow implementation\n - When analyzing bubble usage patterns in code\n ";
|
|
@@ -28,9 +28,9 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
28
28
|
yAxisLabel?: string | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
title?: string | undefined;
|
|
31
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
31
32
|
xAxisLabel?: string | undefined;
|
|
32
33
|
yAxisLabel?: string | undefined;
|
|
33
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
34
34
|
responsive?: boolean | undefined;
|
|
35
35
|
maintainAspectRatio?: boolean | undefined;
|
|
36
36
|
showLegend?: boolean | undefined;
|
|
@@ -62,7 +62,6 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
62
62
|
xAxisLabel?: string | undefined;
|
|
63
63
|
yAxisLabel?: string | undefined;
|
|
64
64
|
} | undefined;
|
|
65
|
-
filePath?: string | undefined;
|
|
66
65
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
66
|
config?: Record<string, unknown> | undefined;
|
|
68
67
|
fileName?: string | undefined;
|
|
@@ -70,31 +69,32 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
70
69
|
yColumn?: string | undefined;
|
|
71
70
|
groupByColumn?: string | undefined;
|
|
72
71
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
72
|
+
filePath?: string | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
data: Record<string, unknown>[];
|
|
75
75
|
reasoning: string;
|
|
76
76
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
77
77
|
options?: {
|
|
78
78
|
title?: string | undefined;
|
|
79
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
79
80
|
xAxisLabel?: string | undefined;
|
|
80
81
|
yAxisLabel?: string | undefined;
|
|
81
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
82
82
|
responsive?: boolean | undefined;
|
|
83
83
|
maintainAspectRatio?: boolean | undefined;
|
|
84
84
|
showLegend?: boolean | undefined;
|
|
85
85
|
showTooltips?: boolean | undefined;
|
|
86
86
|
} | undefined;
|
|
87
|
-
filePath?: string | undefined;
|
|
88
87
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
88
|
config?: Record<string, unknown> | undefined;
|
|
90
|
-
fileName?: string | undefined;
|
|
91
89
|
width?: number | undefined;
|
|
92
90
|
height?: number | undefined;
|
|
91
|
+
fileName?: string | undefined;
|
|
93
92
|
xColumn?: string | undefined;
|
|
94
93
|
yColumn?: string | undefined;
|
|
95
94
|
groupByColumn?: string | undefined;
|
|
96
95
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
97
96
|
generateFile?: boolean | undefined;
|
|
97
|
+
filePath?: string | undefined;
|
|
98
98
|
}>;
|
|
99
99
|
type ChartJSToolParamsInput = z.input<typeof ChartJSToolParamsSchema>;
|
|
100
100
|
type ChartJSToolParams = z.output<typeof ChartJSToolParamsSchema>;
|
|
@@ -139,8 +139,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
139
139
|
success: z.ZodBoolean;
|
|
140
140
|
error: z.ZodString;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
success: boolean;
|
|
143
142
|
error: string;
|
|
143
|
+
success: boolean;
|
|
144
144
|
metadata: {
|
|
145
145
|
colorScheme: string;
|
|
146
146
|
generatedAt: string;
|
|
@@ -156,12 +156,12 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
156
156
|
width: number;
|
|
157
157
|
height: number;
|
|
158
158
|
};
|
|
159
|
-
filePath?: string | undefined;
|
|
160
159
|
fileSize?: number | undefined;
|
|
160
|
+
filePath?: string | undefined;
|
|
161
161
|
fileExists?: boolean | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
success: boolean;
|
|
164
163
|
error: string;
|
|
164
|
+
success: boolean;
|
|
165
165
|
metadata: {
|
|
166
166
|
colorScheme: string;
|
|
167
167
|
generatedAt: string;
|
|
@@ -177,8 +177,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
177
177
|
width: number;
|
|
178
178
|
height: number;
|
|
179
179
|
};
|
|
180
|
-
filePath?: string | undefined;
|
|
181
180
|
fileSize?: number | undefined;
|
|
181
|
+
filePath?: string | undefined;
|
|
182
182
|
fileExists?: boolean | undefined;
|
|
183
183
|
}>;
|
|
184
184
|
/**
|
|
@@ -216,9 +216,9 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
216
216
|
yAxisLabel?: string | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
title?: string | undefined;
|
|
219
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
219
220
|
xAxisLabel?: string | undefined;
|
|
220
221
|
yAxisLabel?: string | undefined;
|
|
221
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
222
222
|
responsive?: boolean | undefined;
|
|
223
223
|
maintainAspectRatio?: boolean | undefined;
|
|
224
224
|
showLegend?: boolean | undefined;
|
|
@@ -250,7 +250,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
250
250
|
xAxisLabel?: string | undefined;
|
|
251
251
|
yAxisLabel?: string | undefined;
|
|
252
252
|
} | undefined;
|
|
253
|
-
filePath?: string | undefined;
|
|
254
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
255
254
|
config?: Record<string, unknown> | undefined;
|
|
256
255
|
fileName?: string | undefined;
|
|
@@ -258,31 +257,32 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
258
257
|
yColumn?: string | undefined;
|
|
259
258
|
groupByColumn?: string | undefined;
|
|
260
259
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
260
|
+
filePath?: string | undefined;
|
|
261
261
|
}, {
|
|
262
262
|
data: Record<string, unknown>[];
|
|
263
263
|
reasoning: string;
|
|
264
264
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
265
265
|
options?: {
|
|
266
266
|
title?: string | undefined;
|
|
267
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
267
268
|
xAxisLabel?: string | undefined;
|
|
268
269
|
yAxisLabel?: string | undefined;
|
|
269
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
270
270
|
responsive?: boolean | undefined;
|
|
271
271
|
maintainAspectRatio?: boolean | undefined;
|
|
272
272
|
showLegend?: boolean | undefined;
|
|
273
273
|
showTooltips?: boolean | undefined;
|
|
274
274
|
} | undefined;
|
|
275
|
-
filePath?: string | undefined;
|
|
276
275
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
277
276
|
config?: Record<string, unknown> | undefined;
|
|
278
|
-
fileName?: string | undefined;
|
|
279
277
|
width?: number | undefined;
|
|
280
278
|
height?: number | undefined;
|
|
279
|
+
fileName?: string | undefined;
|
|
281
280
|
xColumn?: string | undefined;
|
|
282
281
|
yColumn?: string | undefined;
|
|
283
282
|
groupByColumn?: string | undefined;
|
|
284
283
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
285
284
|
generateFile?: boolean | undefined;
|
|
285
|
+
filePath?: string | undefined;
|
|
286
286
|
}>;
|
|
287
287
|
static readonly resultSchema: z.ZodObject<{
|
|
288
288
|
chartConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -324,8 +324,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
324
324
|
success: z.ZodBoolean;
|
|
325
325
|
error: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
success: boolean;
|
|
328
327
|
error: string;
|
|
328
|
+
success: boolean;
|
|
329
329
|
metadata: {
|
|
330
330
|
colorScheme: string;
|
|
331
331
|
generatedAt: string;
|
|
@@ -341,12 +341,12 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
341
341
|
width: number;
|
|
342
342
|
height: number;
|
|
343
343
|
};
|
|
344
|
-
filePath?: string | undefined;
|
|
345
344
|
fileSize?: number | undefined;
|
|
345
|
+
filePath?: string | undefined;
|
|
346
346
|
fileExists?: boolean | undefined;
|
|
347
347
|
}, {
|
|
348
|
-
success: boolean;
|
|
349
348
|
error: string;
|
|
349
|
+
success: boolean;
|
|
350
350
|
metadata: {
|
|
351
351
|
colorScheme: string;
|
|
352
352
|
generatedAt: string;
|
|
@@ -362,8 +362,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
362
362
|
width: number;
|
|
363
363
|
height: number;
|
|
364
364
|
};
|
|
365
|
-
filePath?: string | undefined;
|
|
366
365
|
fileSize?: number | undefined;
|
|
366
|
+
filePath?: string | undefined;
|
|
367
367
|
fileExists?: boolean | undefined;
|
|
368
368
|
}>;
|
|
369
369
|
static readonly shortDescription = "Generate Chart.js configurations from data for interactive visualizations";
|
|
@@ -27,15 +27,15 @@ declare const EditBubbleFlowToolParamsSchema: z.ZodObject<{
|
|
|
27
27
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28
28
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
initialCode: string;
|
|
31
30
|
instructions: string;
|
|
31
|
+
initialCode: string;
|
|
32
32
|
codeEdit: string;
|
|
33
33
|
credentials?: Record<string, string> | undefined;
|
|
34
34
|
config?: Record<string, unknown> | undefined;
|
|
35
35
|
morphModel?: string | undefined;
|
|
36
36
|
}, {
|
|
37
|
-
initialCode: string;
|
|
38
37
|
instructions: string;
|
|
38
|
+
initialCode: string;
|
|
39
39
|
codeEdit: string;
|
|
40
40
|
credentials?: Record<string, string> | undefined;
|
|
41
41
|
config?: Record<string, unknown> | undefined;
|
|
@@ -73,8 +73,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
73
73
|
success: z.ZodBoolean;
|
|
74
74
|
error: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
success: boolean;
|
|
77
76
|
error: string;
|
|
77
|
+
success: boolean;
|
|
78
78
|
metadata: {
|
|
79
79
|
originalLength: number;
|
|
80
80
|
morphModel: string;
|
|
@@ -85,8 +85,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
85
85
|
applied: boolean;
|
|
86
86
|
diff?: string | undefined;
|
|
87
87
|
}, {
|
|
88
|
-
success: boolean;
|
|
89
88
|
error: string;
|
|
89
|
+
success: boolean;
|
|
90
90
|
metadata: {
|
|
91
91
|
originalLength: number;
|
|
92
92
|
morphModel: string;
|
|
@@ -115,15 +115,15 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
115
115
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
116
116
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
initialCode: string;
|
|
119
118
|
instructions: string;
|
|
119
|
+
initialCode: string;
|
|
120
120
|
codeEdit: string;
|
|
121
121
|
credentials?: Record<string, string> | undefined;
|
|
122
122
|
config?: Record<string, unknown> | undefined;
|
|
123
123
|
morphModel?: string | undefined;
|
|
124
124
|
}, {
|
|
125
|
-
initialCode: string;
|
|
126
125
|
instructions: string;
|
|
126
|
+
initialCode: string;
|
|
127
127
|
codeEdit: string;
|
|
128
128
|
credentials?: Record<string, string> | undefined;
|
|
129
129
|
config?: Record<string, unknown> | undefined;
|
|
@@ -152,8 +152,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
152
152
|
success: z.ZodBoolean;
|
|
153
153
|
error: z.ZodString;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
success: boolean;
|
|
156
155
|
error: string;
|
|
156
|
+
success: boolean;
|
|
157
157
|
metadata: {
|
|
158
158
|
originalLength: number;
|
|
159
159
|
morphModel: string;
|
|
@@ -164,8 +164,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
164
164
|
applied: boolean;
|
|
165
165
|
diff?: string | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
success: boolean;
|
|
168
167
|
error: string;
|
|
168
|
+
success: boolean;
|
|
169
169
|
metadata: {
|
|
170
170
|
originalLength: number;
|
|
171
171
|
morphModel: string;
|