@bubblelab/bubble-core 0.1.101 → 0.1.102
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
- package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
- package/dist/bubbles/service-bubble/github.d.ts +240 -240
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +638 -638
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
- 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 +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +109 -2
- package/package.json +2 -2
|
@@ -203,9 +203,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
203
203
|
ok: boolean;
|
|
204
204
|
status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
|
|
205
205
|
created_at?: string | undefined;
|
|
206
|
+
agent_name?: string | undefined;
|
|
206
207
|
session_id?: string | undefined;
|
|
207
208
|
vnc_url?: string | undefined;
|
|
208
|
-
agent_name?: string | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
success: boolean;
|
|
211
211
|
error: string;
|
|
@@ -213,9 +213,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
213
213
|
ok: boolean;
|
|
214
214
|
status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
|
|
215
215
|
created_at?: string | undefined;
|
|
216
|
+
agent_name?: string | undefined;
|
|
216
217
|
session_id?: string | undefined;
|
|
217
218
|
vnc_url?: string | undefined;
|
|
218
|
-
agent_name?: string | undefined;
|
|
219
219
|
}>, z.ZodObject<{
|
|
220
220
|
operation: z.ZodLiteral<"list_sessions">;
|
|
221
221
|
ok: z.ZodBoolean;
|
|
@@ -228,14 +228,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
230
230
|
created_at: string;
|
|
231
|
-
session_id: string;
|
|
232
231
|
agent_name: string;
|
|
232
|
+
session_id: string;
|
|
233
233
|
vnc_url?: string | undefined;
|
|
234
234
|
}, {
|
|
235
235
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
236
236
|
created_at: string;
|
|
237
|
-
session_id: string;
|
|
238
237
|
agent_name: string;
|
|
238
|
+
session_id: string;
|
|
239
239
|
vnc_url?: string | undefined;
|
|
240
240
|
}>, "many">>;
|
|
241
241
|
error: z.ZodString;
|
|
@@ -248,8 +248,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
248
248
|
sessions?: {
|
|
249
249
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
250
250
|
created_at: string;
|
|
251
|
-
session_id: string;
|
|
252
251
|
agent_name: string;
|
|
252
|
+
session_id: string;
|
|
253
253
|
vnc_url?: string | undefined;
|
|
254
254
|
}[] | undefined;
|
|
255
255
|
}, {
|
|
@@ -260,8 +260,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
260
260
|
sessions?: {
|
|
261
261
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
262
262
|
created_at: string;
|
|
263
|
-
session_id: string;
|
|
264
263
|
agent_name: string;
|
|
264
|
+
session_id: string;
|
|
265
265
|
vnc_url?: string | undefined;
|
|
266
266
|
}[] | undefined;
|
|
267
267
|
}>, z.ZodObject<{
|
|
@@ -276,14 +276,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
276
276
|
}, "strip", z.ZodTypeAny, {
|
|
277
277
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
278
278
|
created_at: string;
|
|
279
|
-
session_id: string;
|
|
280
279
|
agent_name: string;
|
|
280
|
+
session_id: string;
|
|
281
281
|
vnc_url?: string | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
284
284
|
created_at: string;
|
|
285
|
-
session_id: string;
|
|
286
285
|
agent_name: string;
|
|
286
|
+
session_id: string;
|
|
287
287
|
vnc_url?: string | undefined;
|
|
288
288
|
}>>;
|
|
289
289
|
error: z.ZodString;
|
|
@@ -296,8 +296,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
296
296
|
session?: {
|
|
297
297
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
298
298
|
created_at: string;
|
|
299
|
-
session_id: string;
|
|
300
299
|
agent_name: string;
|
|
300
|
+
session_id: string;
|
|
301
301
|
vnc_url?: string | undefined;
|
|
302
302
|
} | undefined;
|
|
303
303
|
}, {
|
|
@@ -308,8 +308,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
308
308
|
session?: {
|
|
309
309
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
310
310
|
created_at: string;
|
|
311
|
-
session_id: string;
|
|
312
311
|
agent_name: string;
|
|
312
|
+
session_id: string;
|
|
313
313
|
vnc_url?: string | undefined;
|
|
314
314
|
} | undefined;
|
|
315
315
|
}>, z.ZodObject<{
|
|
@@ -400,16 +400,16 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
400
400
|
timestamp: z.ZodString;
|
|
401
401
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
402
402
|
}, "strip", z.ZodTypeAny, {
|
|
403
|
-
type: "
|
|
403
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
404
404
|
content: string | Record<string, unknown>;
|
|
405
|
-
id: number;
|
|
406
405
|
timestamp: string;
|
|
406
|
+
id: number;
|
|
407
407
|
metadata?: Record<string, unknown> | undefined;
|
|
408
408
|
}, {
|
|
409
|
-
type: "
|
|
409
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
410
410
|
content: string | Record<string, unknown>;
|
|
411
|
-
id: number;
|
|
412
411
|
timestamp: string;
|
|
412
|
+
id: number;
|
|
413
413
|
metadata?: Record<string, unknown> | undefined;
|
|
414
414
|
}>, "many">>;
|
|
415
415
|
status: z.ZodOptional<z.ZodEnum<["running", "waiting_for_input", "finished", "error"]>>;
|
|
@@ -423,10 +423,10 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
423
423
|
ok: boolean;
|
|
424
424
|
status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
|
|
425
425
|
messages?: {
|
|
426
|
-
type: "
|
|
426
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
427
427
|
content: string | Record<string, unknown>;
|
|
428
|
-
id: number;
|
|
429
428
|
timestamp: string;
|
|
429
|
+
id: number;
|
|
430
430
|
metadata?: Record<string, unknown> | undefined;
|
|
431
431
|
}[] | undefined;
|
|
432
432
|
has_agent?: boolean | undefined;
|
|
@@ -437,10 +437,10 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
437
437
|
ok: boolean;
|
|
438
438
|
status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
|
|
439
439
|
messages?: {
|
|
440
|
-
type: "
|
|
440
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
441
441
|
content: string | Record<string, unknown>;
|
|
442
|
-
id: number;
|
|
443
442
|
timestamp: string;
|
|
443
|
+
id: number;
|
|
444
444
|
metadata?: Record<string, unknown> | undefined;
|
|
445
445
|
}[] | undefined;
|
|
446
446
|
has_agent?: boolean | undefined;
|
|
@@ -529,16 +529,16 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
529
529
|
error: string;
|
|
530
530
|
operation: "get_screenshot";
|
|
531
531
|
ok: boolean;
|
|
532
|
-
url?: string | undefined;
|
|
533
532
|
title?: string | undefined;
|
|
533
|
+
url?: string | undefined;
|
|
534
534
|
screenshot?: string | undefined;
|
|
535
535
|
}, {
|
|
536
536
|
success: boolean;
|
|
537
537
|
error: string;
|
|
538
538
|
operation: "get_screenshot";
|
|
539
539
|
ok: boolean;
|
|
540
|
-
url?: string | undefined;
|
|
541
540
|
title?: string | undefined;
|
|
541
|
+
url?: string | undefined;
|
|
542
542
|
screenshot?: string | undefined;
|
|
543
543
|
}>]>;
|
|
544
544
|
type AGIIncResult = z.output<typeof AGIIncResultSchema>;
|
|
@@ -756,9 +756,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
756
756
|
ok: boolean;
|
|
757
757
|
status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
|
|
758
758
|
created_at?: string | undefined;
|
|
759
|
+
agent_name?: string | undefined;
|
|
759
760
|
session_id?: string | undefined;
|
|
760
761
|
vnc_url?: string | undefined;
|
|
761
|
-
agent_name?: string | undefined;
|
|
762
762
|
}, {
|
|
763
763
|
success: boolean;
|
|
764
764
|
error: string;
|
|
@@ -766,9 +766,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
766
766
|
ok: boolean;
|
|
767
767
|
status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
|
|
768
768
|
created_at?: string | undefined;
|
|
769
|
+
agent_name?: string | undefined;
|
|
769
770
|
session_id?: string | undefined;
|
|
770
771
|
vnc_url?: string | undefined;
|
|
771
|
-
agent_name?: string | undefined;
|
|
772
772
|
}>, z.ZodObject<{
|
|
773
773
|
operation: z.ZodLiteral<"list_sessions">;
|
|
774
774
|
ok: z.ZodBoolean;
|
|
@@ -781,14 +781,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
781
781
|
}, "strip", z.ZodTypeAny, {
|
|
782
782
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
783
783
|
created_at: string;
|
|
784
|
-
session_id: string;
|
|
785
784
|
agent_name: string;
|
|
785
|
+
session_id: string;
|
|
786
786
|
vnc_url?: string | undefined;
|
|
787
787
|
}, {
|
|
788
788
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
789
789
|
created_at: string;
|
|
790
|
-
session_id: string;
|
|
791
790
|
agent_name: string;
|
|
791
|
+
session_id: string;
|
|
792
792
|
vnc_url?: string | undefined;
|
|
793
793
|
}>, "many">>;
|
|
794
794
|
error: z.ZodString;
|
|
@@ -801,8 +801,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
801
801
|
sessions?: {
|
|
802
802
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
803
803
|
created_at: string;
|
|
804
|
-
session_id: string;
|
|
805
804
|
agent_name: string;
|
|
805
|
+
session_id: string;
|
|
806
806
|
vnc_url?: string | undefined;
|
|
807
807
|
}[] | undefined;
|
|
808
808
|
}, {
|
|
@@ -813,8 +813,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
813
813
|
sessions?: {
|
|
814
814
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
815
815
|
created_at: string;
|
|
816
|
-
session_id: string;
|
|
817
816
|
agent_name: string;
|
|
817
|
+
session_id: string;
|
|
818
818
|
vnc_url?: string | undefined;
|
|
819
819
|
}[] | undefined;
|
|
820
820
|
}>, z.ZodObject<{
|
|
@@ -829,14 +829,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
829
829
|
}, "strip", z.ZodTypeAny, {
|
|
830
830
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
831
831
|
created_at: string;
|
|
832
|
-
session_id: string;
|
|
833
832
|
agent_name: string;
|
|
833
|
+
session_id: string;
|
|
834
834
|
vnc_url?: string | undefined;
|
|
835
835
|
}, {
|
|
836
836
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
837
837
|
created_at: string;
|
|
838
|
-
session_id: string;
|
|
839
838
|
agent_name: string;
|
|
839
|
+
session_id: string;
|
|
840
840
|
vnc_url?: string | undefined;
|
|
841
841
|
}>>;
|
|
842
842
|
error: z.ZodString;
|
|
@@ -849,8 +849,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
849
849
|
session?: {
|
|
850
850
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
851
851
|
created_at: string;
|
|
852
|
-
session_id: string;
|
|
853
852
|
agent_name: string;
|
|
853
|
+
session_id: string;
|
|
854
854
|
vnc_url?: string | undefined;
|
|
855
855
|
} | undefined;
|
|
856
856
|
}, {
|
|
@@ -861,8 +861,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
861
861
|
session?: {
|
|
862
862
|
status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
|
|
863
863
|
created_at: string;
|
|
864
|
-
session_id: string;
|
|
865
864
|
agent_name: string;
|
|
865
|
+
session_id: string;
|
|
866
866
|
vnc_url?: string | undefined;
|
|
867
867
|
} | undefined;
|
|
868
868
|
}>, z.ZodObject<{
|
|
@@ -953,16 +953,16 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
953
953
|
timestamp: z.ZodString;
|
|
954
954
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
955
955
|
}, "strip", z.ZodTypeAny, {
|
|
956
|
-
type: "
|
|
956
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
957
957
|
content: string | Record<string, unknown>;
|
|
958
|
-
id: number;
|
|
959
958
|
timestamp: string;
|
|
959
|
+
id: number;
|
|
960
960
|
metadata?: Record<string, unknown> | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
type: "
|
|
962
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
963
963
|
content: string | Record<string, unknown>;
|
|
964
|
-
id: number;
|
|
965
964
|
timestamp: string;
|
|
965
|
+
id: number;
|
|
966
966
|
metadata?: Record<string, unknown> | undefined;
|
|
967
967
|
}>, "many">>;
|
|
968
968
|
status: z.ZodOptional<z.ZodEnum<["running", "waiting_for_input", "finished", "error"]>>;
|
|
@@ -976,10 +976,10 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
976
976
|
ok: boolean;
|
|
977
977
|
status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
|
|
978
978
|
messages?: {
|
|
979
|
-
type: "
|
|
979
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
980
980
|
content: string | Record<string, unknown>;
|
|
981
|
-
id: number;
|
|
982
981
|
timestamp: string;
|
|
982
|
+
id: number;
|
|
983
983
|
metadata?: Record<string, unknown> | undefined;
|
|
984
984
|
}[] | undefined;
|
|
985
985
|
has_agent?: boolean | undefined;
|
|
@@ -990,10 +990,10 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
990
990
|
ok: boolean;
|
|
991
991
|
status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
|
|
992
992
|
messages?: {
|
|
993
|
-
type: "
|
|
993
|
+
type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
|
|
994
994
|
content: string | Record<string, unknown>;
|
|
995
|
-
id: number;
|
|
996
995
|
timestamp: string;
|
|
996
|
+
id: number;
|
|
997
997
|
metadata?: Record<string, unknown> | undefined;
|
|
998
998
|
}[] | undefined;
|
|
999
999
|
has_agent?: boolean | undefined;
|
|
@@ -1082,16 +1082,16 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
|
|
|
1082
1082
|
error: string;
|
|
1083
1083
|
operation: "get_screenshot";
|
|
1084
1084
|
ok: boolean;
|
|
1085
|
-
url?: string | undefined;
|
|
1086
1085
|
title?: string | undefined;
|
|
1086
|
+
url?: string | undefined;
|
|
1087
1087
|
screenshot?: string | undefined;
|
|
1088
1088
|
}, {
|
|
1089
1089
|
success: boolean;
|
|
1090
1090
|
error: string;
|
|
1091
1091
|
operation: "get_screenshot";
|
|
1092
1092
|
ok: boolean;
|
|
1093
|
-
url?: string | undefined;
|
|
1094
1093
|
title?: string | undefined;
|
|
1094
|
+
url?: string | undefined;
|
|
1095
1095
|
screenshot?: string | undefined;
|
|
1096
1096
|
}>]>;
|
|
1097
1097
|
static readonly shortDescription = "AGI Agent integration for browser automation and task execution";
|
|
@@ -56,12 +56,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
56
56
|
url: z.ZodString;
|
|
57
57
|
description: z.ZodOptional<z.ZodString>;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
url: string;
|
|
60
59
|
type: "url";
|
|
60
|
+
url: string;
|
|
61
61
|
description?: string | undefined;
|
|
62
62
|
}, {
|
|
63
|
-
url: string;
|
|
64
63
|
type: "url";
|
|
64
|
+
url: string;
|
|
65
65
|
description?: string | undefined;
|
|
66
66
|
}>]>, "many">>;
|
|
67
67
|
conversationHistory: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -181,10 +181,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
181
181
|
mimeType: string;
|
|
182
182
|
description?: string | undefined;
|
|
183
183
|
} | {
|
|
184
|
-
url: string;
|
|
185
184
|
type: "url";
|
|
185
|
+
url: string;
|
|
186
186
|
description?: string | undefined;
|
|
187
187
|
})[];
|
|
188
|
+
systemPrompt: string;
|
|
188
189
|
model: {
|
|
189
190
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
190
191
|
temperature: number;
|
|
@@ -201,7 +202,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
201
202
|
maxRetries?: number | undefined;
|
|
202
203
|
} | undefined;
|
|
203
204
|
};
|
|
204
|
-
systemPrompt: string;
|
|
205
205
|
tools: {
|
|
206
206
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
207
207
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -234,10 +234,17 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
234
234
|
description?: string | undefined;
|
|
235
235
|
mimeType?: string | undefined;
|
|
236
236
|
} | {
|
|
237
|
-
url: string;
|
|
238
237
|
type: "url";
|
|
238
|
+
url: string;
|
|
239
239
|
description?: string | undefined;
|
|
240
240
|
})[] | undefined;
|
|
241
|
+
conversationHistory?: {
|
|
242
|
+
role: "user" | "assistant" | "tool";
|
|
243
|
+
content: string;
|
|
244
|
+
toolCallId?: string | undefined;
|
|
245
|
+
name?: string | undefined;
|
|
246
|
+
}[] | undefined;
|
|
247
|
+
systemPrompt?: string | undefined;
|
|
241
248
|
model?: {
|
|
242
249
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
243
250
|
temperature?: number | undefined;
|
|
@@ -254,13 +261,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
254
261
|
maxRetries?: number | undefined;
|
|
255
262
|
} | undefined;
|
|
256
263
|
} | undefined;
|
|
257
|
-
conversationHistory?: {
|
|
258
|
-
role: "user" | "assistant" | "tool";
|
|
259
|
-
content: string;
|
|
260
|
-
toolCallId?: string | undefined;
|
|
261
|
-
name?: string | undefined;
|
|
262
|
-
}[] | undefined;
|
|
263
|
-
systemPrompt?: string | undefined;
|
|
264
264
|
tools?: {
|
|
265
265
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
266
266
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -361,12 +361,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
361
361
|
url: z.ZodString;
|
|
362
362
|
description: z.ZodOptional<z.ZodString>;
|
|
363
363
|
}, "strip", z.ZodTypeAny, {
|
|
364
|
-
url: string;
|
|
365
364
|
type: "url";
|
|
365
|
+
url: string;
|
|
366
366
|
description?: string | undefined;
|
|
367
367
|
}, {
|
|
368
|
-
url: string;
|
|
369
368
|
type: "url";
|
|
369
|
+
url: string;
|
|
370
370
|
description?: string | undefined;
|
|
371
371
|
}>]>, "many">>;
|
|
372
372
|
conversationHistory: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -486,10 +486,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
486
486
|
mimeType: string;
|
|
487
487
|
description?: string | undefined;
|
|
488
488
|
} | {
|
|
489
|
-
url: string;
|
|
490
489
|
type: "url";
|
|
490
|
+
url: string;
|
|
491
491
|
description?: string | undefined;
|
|
492
492
|
})[];
|
|
493
|
+
systemPrompt: string;
|
|
493
494
|
model: {
|
|
494
495
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
495
496
|
temperature: number;
|
|
@@ -506,7 +507,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
506
507
|
maxRetries?: number | undefined;
|
|
507
508
|
} | undefined;
|
|
508
509
|
};
|
|
509
|
-
systemPrompt: string;
|
|
510
510
|
tools: {
|
|
511
511
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
512
512
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -539,10 +539,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
539
539
|
description?: string | undefined;
|
|
540
540
|
mimeType?: string | undefined;
|
|
541
541
|
} | {
|
|
542
|
-
url: string;
|
|
543
542
|
type: "url";
|
|
543
|
+
url: string;
|
|
544
544
|
description?: string | undefined;
|
|
545
545
|
})[] | undefined;
|
|
546
|
+
conversationHistory?: {
|
|
547
|
+
role: "user" | "assistant" | "tool";
|
|
548
|
+
content: string;
|
|
549
|
+
toolCallId?: string | undefined;
|
|
550
|
+
name?: string | undefined;
|
|
551
|
+
}[] | undefined;
|
|
552
|
+
systemPrompt?: string | undefined;
|
|
546
553
|
model?: {
|
|
547
554
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
548
555
|
temperature?: number | undefined;
|
|
@@ -559,13 +566,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
559
566
|
maxRetries?: number | undefined;
|
|
560
567
|
} | undefined;
|
|
561
568
|
} | undefined;
|
|
562
|
-
conversationHistory?: {
|
|
563
|
-
role: "user" | "assistant" | "tool";
|
|
564
|
-
content: string;
|
|
565
|
-
toolCallId?: string | undefined;
|
|
566
|
-
name?: string | undefined;
|
|
567
|
-
}[] | undefined;
|
|
568
|
-
systemPrompt?: string | undefined;
|
|
569
569
|
tools?: {
|
|
570
570
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
571
571
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|