@bubblelab/bubble-core 0.1.19 → 0.1.20
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 +70 -70
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +58 -58
- package/dist/bubbles/service-bubble/airtable.d.ts +106 -106
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +47 -47
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +730 -730
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
- package/dist/bubbles/service-bubble/google-calendar.d.ts +1148 -346
- package/dist/bubbles/service-bubble/google-calendar.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.js +51 -9
- package/dist/bubbles/service-bubble/google-calendar.js.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.d.ts +259 -114
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +95 -0
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +987 -987
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +40 -40
- package/dist/bubbles/service-bubble/slack/slack.d.ts +314 -314
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- 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 +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +68 -68
- 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 +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- 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 +106 -106
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +3 -3
- package/package.json +2 -2
|
@@ -69,13 +69,13 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
69
69
|
max_results: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
70
70
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
71
71
|
}, "strip", import("zod").ZodTypeAny, {
|
|
72
|
-
operation: "search";
|
|
73
72
|
query: string;
|
|
73
|
+
operation: "search";
|
|
74
74
|
max_results: number;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
operation: "search";
|
|
78
77
|
query: string;
|
|
78
|
+
operation: "search";
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
max_results?: number | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
@@ -113,15 +113,15 @@ 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
|
-
operation: "add_to_cart";
|
|
117
|
-
error: string;
|
|
118
116
|
success: boolean;
|
|
117
|
+
error: string;
|
|
118
|
+
operation: "add_to_cart";
|
|
119
119
|
message?: string | undefined;
|
|
120
120
|
cart_count?: number | undefined;
|
|
121
121
|
}, {
|
|
122
|
-
operation: "add_to_cart";
|
|
123
|
-
error: string;
|
|
124
122
|
success: boolean;
|
|
123
|
+
error: string;
|
|
124
|
+
operation: "add_to_cart";
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
127
127
|
}>, import("zod").ZodObject<{
|
|
@@ -139,46 +139,46 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
139
139
|
price: string;
|
|
140
140
|
quantity: number;
|
|
141
141
|
asin: string;
|
|
142
|
-
image?: string | undefined;
|
|
143
142
|
url?: string | undefined;
|
|
143
|
+
image?: string | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
price: string;
|
|
147
147
|
quantity: number;
|
|
148
148
|
asin: string;
|
|
149
|
-
image?: string | undefined;
|
|
150
149
|
url?: string | undefined;
|
|
150
|
+
image?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
152
152
|
subtotal: import("zod").ZodOptional<import("zod").ZodString>;
|
|
153
153
|
total_items: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
154
154
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
155
|
error: import("zod").ZodString;
|
|
156
156
|
}, "strip", import("zod").ZodTypeAny, {
|
|
157
|
-
operation: "get_cart";
|
|
158
|
-
error: string;
|
|
159
157
|
success: boolean;
|
|
158
|
+
error: string;
|
|
159
|
+
operation: "get_cart";
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
162
162
|
price: string;
|
|
163
163
|
quantity: number;
|
|
164
164
|
asin: string;
|
|
165
|
-
image?: string | undefined;
|
|
166
165
|
url?: string | undefined;
|
|
166
|
+
image?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
168
|
subtotal?: string | undefined;
|
|
169
169
|
total_items?: number | undefined;
|
|
170
170
|
screenshot_url?: string | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
operation: "get_cart";
|
|
173
|
-
error: string;
|
|
174
172
|
success: boolean;
|
|
173
|
+
error: string;
|
|
174
|
+
operation: "get_cart";
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
177
177
|
price: string;
|
|
178
178
|
quantity: number;
|
|
179
179
|
asin: string;
|
|
180
|
-
image?: string | undefined;
|
|
181
180
|
url?: string | undefined;
|
|
181
|
+
image?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
subtotal?: string | undefined;
|
|
184
184
|
total_items?: number | undefined;
|
|
@@ -210,9 +210,9 @@ 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
|
-
operation: "checkout";
|
|
214
|
-
error: string;
|
|
215
213
|
success: boolean;
|
|
214
|
+
error: string;
|
|
215
|
+
operation: "checkout";
|
|
216
216
|
items?: {
|
|
217
217
|
title: string;
|
|
218
218
|
price?: string | undefined;
|
|
@@ -228,9 +228,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
228
228
|
shipping_address?: string | undefined;
|
|
229
229
|
payment_method?: string | undefined;
|
|
230
230
|
}, {
|
|
231
|
-
operation: "checkout";
|
|
232
|
-
error: string;
|
|
233
231
|
success: boolean;
|
|
232
|
+
error: string;
|
|
233
|
+
operation: "checkout";
|
|
234
234
|
items?: {
|
|
235
235
|
title: string;
|
|
236
236
|
price?: string | undefined;
|
|
@@ -279,9 +279,9 @@ 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
|
-
operation: "search";
|
|
283
|
-
error: string;
|
|
284
282
|
success: boolean;
|
|
283
|
+
error: string;
|
|
284
|
+
operation: "search";
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
287
287
|
url: string;
|
|
@@ -294,9 +294,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
294
294
|
}[] | undefined;
|
|
295
295
|
total_results?: number | undefined;
|
|
296
296
|
}, {
|
|
297
|
-
operation: "search";
|
|
298
|
-
error: string;
|
|
299
297
|
success: boolean;
|
|
298
|
+
error: string;
|
|
299
|
+
operation: "search";
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
302
302
|
url: string;
|
|
@@ -347,9 +347,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
347
347
|
}>>;
|
|
348
348
|
error: import("zod").ZodString;
|
|
349
349
|
}, "strip", import("zod").ZodTypeAny, {
|
|
350
|
-
operation: "get_product";
|
|
351
|
-
error: string;
|
|
352
350
|
success: boolean;
|
|
351
|
+
error: string;
|
|
352
|
+
operation: "get_product";
|
|
353
353
|
product?: {
|
|
354
354
|
title: string;
|
|
355
355
|
url: string;
|
|
@@ -363,9 +363,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
363
363
|
availability?: string | undefined;
|
|
364
364
|
} | undefined;
|
|
365
365
|
}, {
|
|
366
|
-
operation: "get_product";
|
|
367
|
-
error: string;
|
|
368
366
|
success: boolean;
|
|
367
|
+
error: string;
|
|
368
|
+
operation: "get_product";
|
|
369
369
|
product?: {
|
|
370
370
|
title: string;
|
|
371
371
|
url: string;
|
|
@@ -384,14 +384,14 @@ 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
|
-
operation: "screenshot";
|
|
388
|
-
error: string;
|
|
389
387
|
success: boolean;
|
|
388
|
+
error: string;
|
|
389
|
+
operation: "screenshot";
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
|
-
operation: "screenshot";
|
|
393
|
-
error: string;
|
|
394
392
|
success: boolean;
|
|
393
|
+
error: string;
|
|
394
|
+
operation: "screenshot";
|
|
395
395
|
screenshot_url?: string | undefined;
|
|
396
396
|
}>]>;
|
|
397
397
|
static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
|
|
@@ -94,13 +94,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
97
|
-
column: number;
|
|
98
97
|
line: number;
|
|
98
|
+
column: number;
|
|
99
99
|
}, {
|
|
100
100
|
type: string;
|
|
101
101
|
name: string;
|
|
102
|
-
column: number;
|
|
103
102
|
line: number;
|
|
103
|
+
column: number;
|
|
104
104
|
}>, "many">>;
|
|
105
105
|
metadata: z.ZodObject<{
|
|
106
106
|
validatedAt: z.ZodString;
|
|
@@ -119,8 +119,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
error: string;
|
|
123
122
|
success: boolean;
|
|
123
|
+
error: string;
|
|
124
124
|
metadata: {
|
|
125
125
|
strictMode: boolean;
|
|
126
126
|
validatedAt: string;
|
|
@@ -135,17 +135,17 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
135
135
|
parameterCount: number;
|
|
136
136
|
}[] | undefined;
|
|
137
137
|
errors?: string[] | undefined;
|
|
138
|
+
bubbleCount?: number | undefined;
|
|
138
139
|
variableTypes?: {
|
|
139
140
|
type: string;
|
|
140
141
|
name: string;
|
|
141
|
-
column: number;
|
|
142
142
|
line: number;
|
|
143
|
+
column: number;
|
|
143
144
|
}[] | undefined;
|
|
144
|
-
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
error: string;
|
|
148
147
|
success: boolean;
|
|
148
|
+
error: string;
|
|
149
149
|
metadata: {
|
|
150
150
|
strictMode: boolean;
|
|
151
151
|
validatedAt: string;
|
|
@@ -160,13 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
parameterCount: number;
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
errors?: string[] | undefined;
|
|
163
|
+
bubbleCount?: number | undefined;
|
|
163
164
|
variableTypes?: {
|
|
164
165
|
type: string;
|
|
165
166
|
name: string;
|
|
166
|
-
column: number;
|
|
167
167
|
line: number;
|
|
168
|
+
column: number;
|
|
168
169
|
}[] | 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
|
-
column: number;
|
|
247
246
|
line: number;
|
|
247
|
+
column: number;
|
|
248
248
|
}, {
|
|
249
249
|
type: string;
|
|
250
250
|
name: string;
|
|
251
|
-
column: number;
|
|
252
251
|
line: number;
|
|
252
|
+
column: number;
|
|
253
253
|
}>, "many">>;
|
|
254
254
|
metadata: z.ZodObject<{
|
|
255
255
|
validatedAt: z.ZodString;
|
|
@@ -268,8 +268,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
error: string;
|
|
272
271
|
success: boolean;
|
|
272
|
+
error: string;
|
|
273
273
|
metadata: {
|
|
274
274
|
strictMode: boolean;
|
|
275
275
|
validatedAt: string;
|
|
@@ -284,17 +284,17 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
284
284
|
parameterCount: number;
|
|
285
285
|
}[] | undefined;
|
|
286
286
|
errors?: string[] | undefined;
|
|
287
|
+
bubbleCount?: number | undefined;
|
|
287
288
|
variableTypes?: {
|
|
288
289
|
type: string;
|
|
289
290
|
name: string;
|
|
290
|
-
column: number;
|
|
291
291
|
line: number;
|
|
292
|
+
column: number;
|
|
292
293
|
}[] | undefined;
|
|
293
|
-
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
error: string;
|
|
297
296
|
success: boolean;
|
|
297
|
+
error: string;
|
|
298
298
|
metadata: {
|
|
299
299
|
strictMode: boolean;
|
|
300
300
|
validatedAt: string;
|
|
@@ -309,13 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
309
309
|
parameterCount: number;
|
|
310
310
|
}[] | undefined;
|
|
311
311
|
errors?: string[] | undefined;
|
|
312
|
+
bubbleCount?: number | undefined;
|
|
312
313
|
variableTypes?: {
|
|
313
314
|
type: string;
|
|
314
315
|
name: string;
|
|
315
|
-
column: number;
|
|
316
316
|
line: number;
|
|
317
|
+
column: number;
|
|
317
318
|
}[] | 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;
|
|
32
31
|
xAxisLabel?: string | undefined;
|
|
33
32
|
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;
|
|
@@ -47,9 +47,9 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
47
47
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
49
|
data: Record<string, unknown>[];
|
|
50
|
-
reasoning: string;
|
|
51
50
|
width: number;
|
|
52
51
|
height: number;
|
|
52
|
+
reasoning: string;
|
|
53
53
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
54
54
|
generateFile: boolean;
|
|
55
55
|
options?: {
|
|
@@ -62,6 +62,7 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
62
62
|
xAxisLabel?: string | undefined;
|
|
63
63
|
yAxisLabel?: string | undefined;
|
|
64
64
|
} | undefined;
|
|
65
|
+
filePath?: string | undefined;
|
|
65
66
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
66
67
|
config?: Record<string, unknown> | undefined;
|
|
67
68
|
fileName?: string | undefined;
|
|
@@ -69,32 +70,31 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
69
70
|
yColumn?: string | undefined;
|
|
70
71
|
groupByColumn?: string | undefined;
|
|
71
72
|
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;
|
|
80
79
|
xAxisLabel?: string | undefined;
|
|
81
80
|
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;
|
|
87
88
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
88
89
|
config?: Record<string, unknown> | undefined;
|
|
90
|
+
fileName?: string | undefined;
|
|
89
91
|
width?: number | undefined;
|
|
90
92
|
height?: number | undefined;
|
|
91
|
-
fileName?: string | undefined;
|
|
92
93
|
xColumn?: string | undefined;
|
|
93
94
|
yColumn?: string | undefined;
|
|
94
95
|
groupByColumn?: string | undefined;
|
|
95
96
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
96
97
|
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
|
-
error: string;
|
|
143
142
|
success: boolean;
|
|
143
|
+
error: string;
|
|
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
|
-
fileSize?: number | undefined;
|
|
160
159
|
filePath?: string | undefined;
|
|
160
|
+
fileSize?: number | undefined;
|
|
161
161
|
fileExists?: boolean | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
error: string;
|
|
164
163
|
success: boolean;
|
|
164
|
+
error: string;
|
|
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
|
-
fileSize?: number | undefined;
|
|
181
180
|
filePath?: string | undefined;
|
|
181
|
+
fileSize?: number | 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;
|
|
220
219
|
xAxisLabel?: string | undefined;
|
|
221
220
|
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;
|
|
@@ -235,9 +235,9 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
235
235
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
data: Record<string, unknown>[];
|
|
238
|
-
reasoning: string;
|
|
239
238
|
width: number;
|
|
240
239
|
height: number;
|
|
240
|
+
reasoning: string;
|
|
241
241
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
242
242
|
generateFile: boolean;
|
|
243
243
|
options?: {
|
|
@@ -250,6 +250,7 @@ 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;
|
|
253
254
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
255
|
config?: Record<string, unknown> | undefined;
|
|
255
256
|
fileName?: string | undefined;
|
|
@@ -257,32 +258,31 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
257
258
|
yColumn?: string | undefined;
|
|
258
259
|
groupByColumn?: string | undefined;
|
|
259
260
|
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;
|
|
268
267
|
xAxisLabel?: string | undefined;
|
|
269
268
|
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;
|
|
275
276
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
276
277
|
config?: Record<string, unknown> | undefined;
|
|
278
|
+
fileName?: string | undefined;
|
|
277
279
|
width?: number | undefined;
|
|
278
280
|
height?: number | undefined;
|
|
279
|
-
fileName?: string | undefined;
|
|
280
281
|
xColumn?: string | undefined;
|
|
281
282
|
yColumn?: string | undefined;
|
|
282
283
|
groupByColumn?: string | undefined;
|
|
283
284
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
284
285
|
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
|
-
error: string;
|
|
328
327
|
success: boolean;
|
|
328
|
+
error: string;
|
|
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
|
-
fileSize?: number | undefined;
|
|
345
344
|
filePath?: string | undefined;
|
|
345
|
+
fileSize?: number | undefined;
|
|
346
346
|
fileExists?: boolean | undefined;
|
|
347
347
|
}, {
|
|
348
|
-
error: string;
|
|
349
348
|
success: boolean;
|
|
349
|
+
error: string;
|
|
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
|
-
fileSize?: number | undefined;
|
|
366
365
|
filePath?: string | undefined;
|
|
366
|
+
fileSize?: number | 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
|
-
instructions: string;
|
|
31
30
|
initialCode: string;
|
|
31
|
+
instructions: 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
|
-
instructions: string;
|
|
38
37
|
initialCode: string;
|
|
38
|
+
instructions: 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
|
-
error: string;
|
|
77
76
|
success: boolean;
|
|
77
|
+
error: string;
|
|
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
|
-
error: string;
|
|
89
88
|
success: boolean;
|
|
89
|
+
error: string;
|
|
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
|
-
instructions: string;
|
|
119
118
|
initialCode: string;
|
|
119
|
+
instructions: 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
|
-
instructions: string;
|
|
126
125
|
initialCode: string;
|
|
126
|
+
instructions: 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
|
-
error: string;
|
|
156
155
|
success: boolean;
|
|
156
|
+
error: string;
|
|
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
|
-
error: string;
|
|
168
167
|
success: boolean;
|
|
168
|
+
error: string;
|
|
169
169
|
metadata: {
|
|
170
170
|
originalLength: number;
|
|
171
171
|
morphModel: string;
|
|
@@ -28,16 +28,16 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
error: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
name: string;
|
|
31
|
-
error: string;
|
|
32
31
|
success: boolean;
|
|
32
|
+
error: string;
|
|
33
33
|
outputSchema: string;
|
|
34
34
|
usageExample: string;
|
|
35
35
|
alias?: string | undefined;
|
|
36
36
|
inputSchema?: string | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
name: string;
|
|
39
|
-
error: string;
|
|
40
39
|
success: boolean;
|
|
40
|
+
error: string;
|
|
41
41
|
outputSchema: string;
|
|
42
42
|
usageExample: string;
|
|
43
43
|
alias?: string | undefined;
|
|
@@ -69,16 +69,16 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
69
69
|
error: z.ZodString;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
name: string;
|
|
72
|
-
error: string;
|
|
73
72
|
success: boolean;
|
|
73
|
+
error: string;
|
|
74
74
|
outputSchema: string;
|
|
75
75
|
usageExample: string;
|
|
76
76
|
alias?: string | undefined;
|
|
77
77
|
inputSchema?: string | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
name: string;
|
|
80
|
-
error: string;
|
|
81
80
|
success: boolean;
|
|
81
|
+
error: string;
|
|
82
82
|
outputSchema: string;
|
|
83
83
|
usageExample: string;
|
|
84
84
|
alias?: string | undefined;
|
|
@@ -38,8 +38,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
error: string;
|
|
42
41
|
success: boolean;
|
|
42
|
+
error: string;
|
|
43
43
|
description?: string | undefined;
|
|
44
44
|
triggerType?: string | undefined;
|
|
45
45
|
serviceName?: string | undefined;
|
|
@@ -53,8 +53,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
friendlyName: string;
|
|
54
54
|
}[] | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
description?: string | undefined;
|
|
59
59
|
triggerType?: string | undefined;
|
|
60
60
|
serviceName?: string | undefined;
|
|
@@ -106,8 +106,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
106
106
|
success: z.ZodBoolean;
|
|
107
107
|
error: z.ZodString;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
error: string;
|
|
110
109
|
success: boolean;
|
|
110
|
+
error: string;
|
|
111
111
|
description?: string | undefined;
|
|
112
112
|
triggerType?: string | undefined;
|
|
113
113
|
serviceName?: string | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
121
121
|
friendlyName: string;
|
|
122
122
|
}[] | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
error: string;
|
|
125
124
|
success: boolean;
|
|
125
|
+
error: string;
|
|
126
126
|
description?: string | undefined;
|
|
127
127
|
triggerType?: string | undefined;
|
|
128
128
|
serviceName?: string | undefined;
|