@bubblelab/bubble-core 0.1.40 → 0.1.41

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.
Files changed (86) hide show
  1. package/dist/bubble-bundle.d.ts +146 -125
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
  20. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  21. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
  35. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  49. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  50. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  51. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
  54. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  56. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  57. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
  58. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  59. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
  60. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
  66. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  68. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
  81. package/dist/bubbles.json +125 -40
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/dist/index.js.map +1 -1
  86. package/package.json +2 -2
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
- error: string;
33
32
  success: boolean;
33
+ error: string;
34
34
  bubbles: {
35
35
  type: string;
36
36
  name: string;
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
40
40
  }[];
41
41
  totalCount: number;
42
42
  }, {
43
- error: string;
44
43
  success: boolean;
44
+ error: string;
45
45
  bubbles: {
46
46
  type: string;
47
47
  name: string;
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
- error: string;
82
81
  success: boolean;
82
+ error: string;
83
83
  bubbles: {
84
84
  type: string;
85
85
  name: string;
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
89
89
  }[];
90
90
  totalCount: number;
91
91
  }, {
92
- error: string;
93
92
  success: boolean;
93
+ error: string;
94
94
  bubbles: {
95
95
  type: string;
96
96
  name: string;
@@ -109,9 +109,9 @@ declare const PersonResultSchema: z.ZodObject<{
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  title: string | null;
111
111
  name: string | null;
112
- summary: string | null;
113
- location: string | null;
114
112
  headline: string | null;
113
+ location: string | null;
114
+ summary: string | null;
115
115
  seniorityLevel: string | null;
116
116
  emails: string[] | null;
117
117
  languages: string[] | null;
@@ -161,9 +161,9 @@ declare const PersonResultSchema: z.ZodObject<{
161
161
  }, {
162
162
  title: string | null;
163
163
  name: string | null;
164
- summary: string | null;
165
- location: string | null;
166
164
  headline: string | null;
165
+ location: string | null;
166
+ summary: string | null;
167
167
  seniorityLevel: string | null;
168
168
  emails: string[] | null;
169
169
  languages: string[] | null;
@@ -254,8 +254,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
254
254
  enrichEmails: boolean;
255
255
  includePersonalEmails: boolean;
256
256
  credentials?: Partial<Record<CredentialType, string>> | undefined;
257
- limit?: number | undefined;
258
257
  location?: string | undefined;
258
+ limit?: number | undefined;
259
259
  companyName?: string | undefined;
260
260
  companyLinkedinUrl?: string | undefined;
261
261
  city?: string | undefined;
@@ -285,8 +285,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
285
285
  excludeProfiles?: string[] | undefined;
286
286
  }, {
287
287
  credentials?: Partial<Record<CredentialType, string>> | undefined;
288
- limit?: number | undefined;
289
288
  location?: string | undefined;
289
+ limit?: number | undefined;
290
290
  companyName?: string | undefined;
291
291
  companyLinkedinUrl?: string | undefined;
292
292
  city?: string | undefined;
@@ -425,9 +425,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
425
425
  }, "strip", z.ZodTypeAny, {
426
426
  title: string | null;
427
427
  name: string | null;
428
- summary: string | null;
429
- location: string | null;
430
428
  headline: string | null;
429
+ location: string | null;
430
+ summary: string | null;
431
431
  seniorityLevel: string | null;
432
432
  emails: string[] | null;
433
433
  languages: string[] | null;
@@ -477,9 +477,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
477
477
  }, {
478
478
  title: string | null;
479
479
  name: string | null;
480
- summary: string | null;
481
- location: string | null;
482
480
  headline: string | null;
481
+ location: string | null;
482
+ summary: string | null;
483
483
  seniorityLevel: string | null;
484
484
  emails: string[] | null;
485
485
  languages: string[] | null;
@@ -531,14 +531,14 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
531
531
  success: z.ZodBoolean;
532
532
  error: z.ZodString;
533
533
  }, "strip", z.ZodTypeAny, {
534
- error: string;
535
534
  success: boolean;
535
+ error: string;
536
536
  people: {
537
537
  title: string | null;
538
538
  name: string | null;
539
- summary: string | null;
540
- location: string | null;
541
539
  headline: string | null;
540
+ location: string | null;
541
+ summary: string | null;
542
542
  seniorityLevel: string | null;
543
543
  emails: string[] | null;
544
544
  languages: string[] | null;
@@ -588,14 +588,14 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
588
588
  }[];
589
589
  totalCount: number;
590
590
  }, {
591
- error: string;
592
591
  success: boolean;
592
+ error: string;
593
593
  people: {
594
594
  title: string | null;
595
595
  name: string | null;
596
- summary: string | null;
597
- location: string | null;
598
596
  headline: string | null;
597
+ location: string | null;
598
+ summary: string | null;
599
599
  seniorityLevel: string | null;
600
600
  emails: string[] | null;
601
601
  languages: string[] | null;
@@ -717,8 +717,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
717
717
  enrichEmails: boolean;
718
718
  includePersonalEmails: boolean;
719
719
  credentials?: Partial<Record<CredentialType, string>> | undefined;
720
- limit?: number | undefined;
721
720
  location?: string | undefined;
721
+ limit?: number | undefined;
722
722
  companyName?: string | undefined;
723
723
  companyLinkedinUrl?: string | undefined;
724
724
  city?: string | undefined;
@@ -748,8 +748,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
748
748
  excludeProfiles?: string[] | undefined;
749
749
  }, {
750
750
  credentials?: Partial<Record<CredentialType, string>> | undefined;
751
- limit?: number | undefined;
752
751
  location?: string | undefined;
752
+ limit?: number | undefined;
753
753
  companyName?: string | undefined;
754
754
  companyLinkedinUrl?: string | undefined;
755
755
  city?: string | undefined;
@@ -888,9 +888,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
888
888
  }, "strip", z.ZodTypeAny, {
889
889
  title: string | null;
890
890
  name: string | null;
891
- summary: string | null;
892
- location: string | null;
893
891
  headline: string | null;
892
+ location: string | null;
893
+ summary: string | null;
894
894
  seniorityLevel: string | null;
895
895
  emails: string[] | null;
896
896
  languages: string[] | null;
@@ -940,9 +940,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
940
940
  }, {
941
941
  title: string | null;
942
942
  name: string | null;
943
- summary: string | null;
944
- location: string | null;
945
943
  headline: string | null;
944
+ location: string | null;
945
+ summary: string | null;
946
946
  seniorityLevel: string | null;
947
947
  emails: string[] | null;
948
948
  languages: string[] | null;
@@ -994,14 +994,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
994
994
  success: z.ZodBoolean;
995
995
  error: z.ZodString;
996
996
  }, "strip", z.ZodTypeAny, {
997
- error: string;
998
997
  success: boolean;
998
+ error: string;
999
999
  people: {
1000
1000
  title: string | null;
1001
1001
  name: string | null;
1002
- summary: string | null;
1003
- location: string | null;
1004
1002
  headline: string | null;
1003
+ location: string | null;
1004
+ summary: string | null;
1005
1005
  seniorityLevel: string | null;
1006
1006
  emails: string[] | null;
1007
1007
  languages: string[] | null;
@@ -1051,14 +1051,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1051
1051
  }[];
1052
1052
  totalCount: number;
1053
1053
  }, {
1054
- error: string;
1055
1054
  success: boolean;
1055
+ error: string;
1056
1056
  people: {
1057
1057
  title: string | null;
1058
1058
  name: string | null;
1059
- summary: string | null;
1060
- location: string | null;
1061
1059
  headline: string | null;
1060
+ location: string | null;
1061
+ summary: string | null;
1062
1062
  seniorityLevel: string | null;
1063
1063
  emails: string[] | null;
1064
1064
  languages: string[] | null;
@@ -28,8 +28,8 @@ declare const RedditPostSchema: z.ZodObject<{
28
28
  selftext: string;
29
29
  subreddit: string;
30
30
  isSelf: boolean;
31
- thumbnail?: string | undefined;
32
31
  domain?: string | undefined;
32
+ thumbnail?: string | undefined;
33
33
  postHint?: string | null | undefined;
34
34
  flair?: string | undefined;
35
35
  }, {
@@ -43,8 +43,8 @@ declare const RedditPostSchema: z.ZodObject<{
43
43
  selftext: string;
44
44
  subreddit: string;
45
45
  isSelf: boolean;
46
- thumbnail?: string | undefined;
47
46
  domain?: string | undefined;
47
+ thumbnail?: string | undefined;
48
48
  postHint?: string | null | undefined;
49
49
  flair?: string | undefined;
50
50
  }>;
@@ -103,8 +103,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
103
103
  selftext: string;
104
104
  subreddit: string;
105
105
  isSelf: boolean;
106
- thumbnail?: string | undefined;
107
106
  domain?: string | undefined;
107
+ thumbnail?: string | undefined;
108
108
  postHint?: string | null | undefined;
109
109
  flair?: string | undefined;
110
110
  }, {
@@ -118,8 +118,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
118
118
  selftext: string;
119
119
  subreddit: string;
120
120
  isSelf: boolean;
121
- thumbnail?: string | undefined;
122
121
  domain?: string | undefined;
122
+ thumbnail?: string | undefined;
123
123
  postHint?: string | null | undefined;
124
124
  flair?: string | undefined;
125
125
  }>, "many">;
@@ -154,8 +154,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
154
154
  success: z.ZodBoolean;
155
155
  error: z.ZodString;
156
156
  }, "strip", z.ZodTypeAny, {
157
- error: string;
158
157
  success: boolean;
158
+ error: string;
159
159
  metadata: {
160
160
  sort: string;
161
161
  scrapedAt: string;
@@ -177,14 +177,14 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
177
177
  selftext: string;
178
178
  subreddit: string;
179
179
  isSelf: boolean;
180
- thumbnail?: string | undefined;
181
180
  domain?: string | undefined;
181
+ thumbnail?: string | undefined;
182
182
  postHint?: string | null | undefined;
183
183
  flair?: string | undefined;
184
184
  }[];
185
185
  }, {
186
- error: string;
187
186
  success: boolean;
187
+ error: string;
188
188
  metadata: {
189
189
  sort: string;
190
190
  scrapedAt: string;
@@ -206,8 +206,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
206
206
  selftext: string;
207
207
  subreddit: string;
208
208
  isSelf: boolean;
209
- thumbnail?: string | undefined;
210
209
  domain?: string | undefined;
210
+ thumbnail?: string | undefined;
211
211
  postHint?: string | null | undefined;
212
212
  flair?: string | undefined;
213
213
  }[];
@@ -273,8 +273,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
273
273
  selftext: string;
274
274
  subreddit: string;
275
275
  isSelf: boolean;
276
- thumbnail?: string | undefined;
277
276
  domain?: string | undefined;
277
+ thumbnail?: string | undefined;
278
278
  postHint?: string | null | undefined;
279
279
  flair?: string | undefined;
280
280
  }, {
@@ -288,8 +288,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
288
288
  selftext: string;
289
289
  subreddit: string;
290
290
  isSelf: boolean;
291
- thumbnail?: string | undefined;
292
291
  domain?: string | undefined;
292
+ thumbnail?: string | undefined;
293
293
  postHint?: string | null | undefined;
294
294
  flair?: string | undefined;
295
295
  }>, "many">;
@@ -324,8 +324,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
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
  sort: string;
331
331
  scrapedAt: string;
@@ -347,14 +347,14 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
347
347
  selftext: string;
348
348
  subreddit: string;
349
349
  isSelf: boolean;
350
- thumbnail?: string | undefined;
351
350
  domain?: string | undefined;
351
+ thumbnail?: string | undefined;
352
352
  postHint?: string | null | undefined;
353
353
  flair?: string | undefined;
354
354
  }[];
355
355
  }, {
356
- error: string;
357
356
  success: boolean;
357
+ error: string;
358
358
  metadata: {
359
359
  sort: string;
360
360
  scrapedAt: string;
@@ -376,8 +376,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
376
376
  selftext: string;
377
377
  subreddit: string;
378
378
  isSelf: boolean;
379
- thumbnail?: string | undefined;
380
379
  domain?: string | undefined;
380
+ thumbnail?: string | undefined;
381
381
  postHint?: string | null | undefined;
382
382
  flair?: string | undefined;
383
383
  }[];
@@ -5,23 +5,23 @@ import { CredentialType, type BubbleName } from '@bubblelab/shared-schemas';
5
5
  declare const ResearchAgentToolParamsSchema: z.ZodObject<{
6
6
  task: z.ZodString;
7
7
  expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
8
- model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/x-ai/grok-4.1-fast", "openrouter/openai/gpt-oss-120b", "openrouter/deepseek/deepseek-chat-v3.1"]>>;
8
+ model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b"]>>;
9
9
  maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
10
10
  maxIterations: z.ZodDefault<z.ZodNumber>;
11
11
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/x-ai/grok-4.1-fast" | "openrouter/openai/gpt-oss-120b" | "openrouter/deepseek/deepseek-chat-v3.1";
13
+ 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b";
14
14
  maxIterations: number;
15
15
  task: string;
16
16
  expectedResultSchema: string | z.ZodTypeAny;
17
- maxTokens?: number | undefined;
18
17
  credentials?: Partial<Record<CredentialType, string>> | undefined;
18
+ maxTokens?: number | undefined;
19
19
  }, {
20
20
  task: string;
21
21
  expectedResultSchema: string | z.ZodTypeAny;
22
- 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/x-ai/grok-4.1-fast" | "openrouter/openai/gpt-oss-120b" | "openrouter/deepseek/deepseek-chat-v3.1" | undefined;
23
- maxTokens?: number | undefined;
24
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
+ 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | undefined;
24
+ maxTokens?: number | undefined;
25
25
  maxIterations?: number | undefined;
26
26
  }>;
27
27
  declare const ResearchAgentToolResultSchema: z.ZodObject<{
@@ -32,15 +32,15 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
32
32
  success: z.ZodBoolean;
33
33
  error: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
- error: string;
36
35
  success: boolean;
36
+ error: string;
37
37
  summary: string;
38
38
  sourcesUsed: string[];
39
39
  iterationsUsed: number;
40
40
  result?: any;
41
41
  }, {
42
- error: string;
43
42
  success: boolean;
43
+ error: string;
44
44
  summary: string;
45
45
  sourcesUsed: string[];
46
46
  iterationsUsed: number;
@@ -54,23 +54,23 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
54
54
  static readonly schema: z.ZodObject<{
55
55
  task: z.ZodString;
56
56
  expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
57
- model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/x-ai/grok-4.1-fast", "openrouter/openai/gpt-oss-120b", "openrouter/deepseek/deepseek-chat-v3.1"]>>;
57
+ model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b"]>>;
58
58
  maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
59
59
  maxIterations: z.ZodDefault<z.ZodNumber>;
60
60
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
61
61
  }, "strip", z.ZodTypeAny, {
62
- 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/x-ai/grok-4.1-fast" | "openrouter/openai/gpt-oss-120b" | "openrouter/deepseek/deepseek-chat-v3.1";
62
+ 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b";
63
63
  maxIterations: number;
64
64
  task: string;
65
65
  expectedResultSchema: string | z.ZodTypeAny;
66
- maxTokens?: number | undefined;
67
66
  credentials?: Partial<Record<CredentialType, string>> | undefined;
67
+ maxTokens?: number | undefined;
68
68
  }, {
69
69
  task: string;
70
70
  expectedResultSchema: string | z.ZodTypeAny;
71
- 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/x-ai/grok-4.1-fast" | "openrouter/openai/gpt-oss-120b" | "openrouter/deepseek/deepseek-chat-v3.1" | undefined;
72
- maxTokens?: number | undefined;
73
71
  credentials?: Partial<Record<CredentialType, string>> | undefined;
72
+ 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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | undefined;
73
+ maxTokens?: number | undefined;
74
74
  maxIterations?: number | undefined;
75
75
  }>;
76
76
  static readonly resultSchema: z.ZodObject<{
@@ -81,15 +81,15 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
81
81
  success: z.ZodBoolean;
82
82
  error: z.ZodString;
83
83
  }, "strip", z.ZodTypeAny, {
84
- error: string;
85
84
  success: boolean;
85
+ error: string;
86
86
  summary: string;
87
87
  sourcesUsed: string[];
88
88
  iterationsUsed: number;
89
89
  result?: any;
90
90
  }, {
91
- error: string;
92
91
  success: boolean;
92
+ error: string;
93
93
  summary: string;
94
94
  sourcesUsed: string[];
95
95
  iterationsUsed: number;
@@ -38,20 +38,20 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
38
38
  success: z.ZodBoolean;
39
39
  error: z.ZodString;
40
40
  }, "strip", z.ZodTypeAny, {
41
- error: string;
42
41
  success: boolean;
43
- rowCount: number;
42
+ error: string;
44
43
  executionTime: number;
44
+ rowCount: number;
45
45
  rows?: Record<string, unknown>[] | undefined;
46
46
  fields?: {
47
47
  name: string;
48
48
  dataTypeID?: number | undefined;
49
49
  }[] | undefined;
50
50
  }, {
51
- error: string;
52
51
  success: boolean;
53
- rowCount: number;
52
+ error: string;
54
53
  executionTime: number;
54
+ rowCount: number;
55
55
  rows?: Record<string, unknown>[] | undefined;
56
56
  fields?: {
57
57
  name: string;
@@ -101,20 +101,20 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
101
101
  success: z.ZodBoolean;
102
102
  error: z.ZodString;
103
103
  }, "strip", z.ZodTypeAny, {
104
- error: string;
105
104
  success: boolean;
106
- rowCount: number;
105
+ error: string;
107
106
  executionTime: number;
107
+ rowCount: number;
108
108
  rows?: Record<string, unknown>[] | undefined;
109
109
  fields?: {
110
110
  name: string;
111
111
  dataTypeID?: number | undefined;
112
112
  }[] | undefined;
113
113
  }, {
114
- error: string;
115
114
  success: boolean;
116
- rowCount: number;
115
+ error: string;
117
116
  executionTime: number;
117
+ rowCount: number;
118
118
  rows?: Record<string, unknown>[] | undefined;
119
119
  fields?: {
120
120
  name: string;