@bubblelab/bubble-core 0.1.243 → 0.1.244
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 +83 -83
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +25 -4
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.js +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
- package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
- package/dist/bubbles/service-bubble/github.d.ts +110 -110
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
- package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
- package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
- package/dist/bubbles/service-bubble/storage.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -32,8 +32,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
32
32
|
operation: "list_people";
|
|
33
33
|
credentials?: Record<string, string> | undefined;
|
|
34
34
|
search?: string | undefined;
|
|
35
|
-
channel?: string | undefined;
|
|
36
35
|
limit?: number | undefined;
|
|
36
|
+
channel?: string | undefined;
|
|
37
37
|
offset?: number | undefined;
|
|
38
38
|
team?: string | undefined;
|
|
39
39
|
site?: string | undefined;
|
|
@@ -110,9 +110,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
110
110
|
person_id: string;
|
|
111
111
|
email?: string | undefined;
|
|
112
112
|
credentials?: Record<string, string> | undefined;
|
|
113
|
-
channels?: string[] | undefined;
|
|
114
113
|
first_name?: string | undefined;
|
|
115
114
|
last_name?: string | undefined;
|
|
115
|
+
channels?: string[] | undefined;
|
|
116
116
|
teams?: string[] | undefined;
|
|
117
117
|
timezone?: string | undefined;
|
|
118
118
|
site?: string | undefined;
|
|
@@ -123,9 +123,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
123
123
|
person_id: string;
|
|
124
124
|
email?: string | undefined;
|
|
125
125
|
credentials?: Record<string, string> | undefined;
|
|
126
|
-
channels?: string[] | undefined;
|
|
127
126
|
first_name?: string | undefined;
|
|
128
127
|
last_name?: string | undefined;
|
|
128
|
+
channels?: string[] | undefined;
|
|
129
129
|
teams?: string[] | undefined;
|
|
130
130
|
timezone?: string | undefined;
|
|
131
131
|
site?: string | undefined;
|
|
@@ -292,14 +292,14 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
292
292
|
error: string;
|
|
293
293
|
success: boolean;
|
|
294
294
|
operation: "list_people";
|
|
295
|
-
people?: Record<string, unknown>[] | undefined;
|
|
296
295
|
total?: number | undefined;
|
|
296
|
+
people?: Record<string, unknown>[] | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
error: string;
|
|
299
299
|
success: boolean;
|
|
300
300
|
operation: "list_people";
|
|
301
|
-
people?: Record<string, unknown>[] | undefined;
|
|
302
301
|
total?: number | undefined;
|
|
302
|
+
people?: Record<string, unknown>[] | undefined;
|
|
303
303
|
}>, import("zod").ZodObject<{
|
|
304
304
|
operation: import("zod").ZodLiteral<"get_person">;
|
|
305
305
|
success: import("zod").ZodBoolean;
|
|
@@ -169,6 +169,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
169
169
|
captchaImageSelector?: string | undefined;
|
|
170
170
|
captchaInputSelector?: string | undefined;
|
|
171
171
|
} | undefined;
|
|
172
|
+
context_id?: string | undefined;
|
|
172
173
|
cookies?: {
|
|
173
174
|
value: string;
|
|
174
175
|
path: string;
|
|
@@ -178,7 +179,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
178
179
|
httpOnly: boolean;
|
|
179
180
|
secure: boolean;
|
|
180
181
|
}[] | undefined;
|
|
181
|
-
context_id?: string | undefined;
|
|
182
182
|
proxies?: true | ({
|
|
183
183
|
type: "browserbase";
|
|
184
184
|
geolocation?: {
|
|
@@ -204,6 +204,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
204
204
|
captchaImageSelector?: string | undefined;
|
|
205
205
|
captchaInputSelector?: string | undefined;
|
|
206
206
|
} | undefined;
|
|
207
|
+
context_id?: string | undefined;
|
|
207
208
|
cookies?: {
|
|
208
209
|
value: string;
|
|
209
210
|
path: string;
|
|
@@ -213,7 +214,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
213
214
|
httpOnly: boolean;
|
|
214
215
|
secure: boolean;
|
|
215
216
|
}[] | undefined;
|
|
216
|
-
context_id?: string | undefined;
|
|
217
217
|
viewport_width?: number | undefined;
|
|
218
218
|
viewport_height?: number | undefined;
|
|
219
219
|
proxies?: true | ({
|
|
@@ -537,14 +537,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
537
537
|
error: string;
|
|
538
538
|
success: boolean;
|
|
539
539
|
operation: "screenshot";
|
|
540
|
-
format?: string | undefined;
|
|
541
540
|
data?: string | undefined;
|
|
541
|
+
format?: string | undefined;
|
|
542
542
|
}, {
|
|
543
543
|
error: string;
|
|
544
544
|
success: boolean;
|
|
545
545
|
operation: "screenshot";
|
|
546
|
-
format?: string | undefined;
|
|
547
546
|
data?: string | undefined;
|
|
547
|
+
format?: string | undefined;
|
|
548
548
|
}>, import("zod").ZodObject<{
|
|
549
549
|
operation: import("zod").ZodLiteral<"wait">;
|
|
550
550
|
success: import("zod").ZodBoolean;
|
|
@@ -9,12 +9,12 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
|
|
|
9
9
|
params.model.reasoningEffort = 'medium';
|
|
10
10
|
}
|
|
11
11
|
else {
|
|
12
|
-
// Single-cap: sub-agents (multi-cap delegation) default to Gemini 3 Flash +
|
|
12
|
+
// Single-cap: sub-agents (multi-cap delegation) default to Gemini 3 Flash + low thinking
|
|
13
13
|
const isSubAgent = params.name?.startsWith('Capability Agent: ');
|
|
14
14
|
if (isSubAgent) {
|
|
15
15
|
params.model.model =
|
|
16
16
|
RECOMMENDED_MODELS.GOOGLE_FLAGSHIP;
|
|
17
|
-
params.model.reasoningEffort =
|
|
17
|
+
params.model.reasoningEffort = 'low';
|
|
18
18
|
}
|
|
19
19
|
// Apply capability modelConfigOverride on top (capabilities can override model/thinking)
|
|
20
20
|
for (const capConfig of caps) {
|
|
@@ -76,9 +76,9 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
|
|
|
76
76
|
const safeName = entry.name
|
|
77
77
|
.replace(/[\n\r]/g, ' ')
|
|
78
78
|
.slice(0, 100);
|
|
79
|
-
summary += `\n -
|
|
79
|
+
summary += `\n - "${safeName}"`;
|
|
80
80
|
}
|
|
81
|
-
summary += `\n Pass 'credentials: { ${credType}: <
|
|
81
|
+
summary += `\n Pass 'credentials: { ${credType}: "<account name>" }' to use-capability to select a specific account.`;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AACA,OAAO,EACL,kBAAkB,GAGnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,aAAa,GAEd,MAAM,6BAA6B,CAAC;AAarC,MAAM,CAAC,KAAK,UAAU,4BAA4B,CAChD,MAA2B,EAC3B,aAAwC,EACxC,4BAA0D,EAC1D,cAAuE;IAEvE,MAAM,IAAI,GAAG,MAAM,CAAC,YAAY,IAAI,EAAE,CAAC;IACvC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACpB,8EAA8E;QAC9E,qEAAqE;QACrE,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAiC,CAAC;QAC1E,MAAM,CAAC,KAAK,CAAC,eAAe,GAAG,QAAQ,CAAC;IAC1C,CAAC;SAAM,CAAC;QACN,
|
|
1
|
+
{"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"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"}
|
|
@@ -42,13 +42,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
42
42
|
operation: "list_spaces";
|
|
43
43
|
limit: number;
|
|
44
44
|
type?: "global" | "personal" | undefined;
|
|
45
|
-
status?: "
|
|
45
|
+
status?: "current" | "archived" | undefined;
|
|
46
46
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
47
47
|
cursor?: string | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
operation: "list_spaces";
|
|
50
50
|
type?: "global" | "personal" | undefined;
|
|
51
|
-
status?: "
|
|
51
|
+
status?: "current" | "archived" | undefined;
|
|
52
52
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
53
53
|
limit?: number | undefined;
|
|
54
54
|
cursor?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
77
77
|
operation: "list_pages";
|
|
78
78
|
limit: number;
|
|
79
79
|
title?: string | undefined;
|
|
80
|
-
status?: "
|
|
80
|
+
status?: "current" | "trashed" | "draft" | undefined;
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
82
|
cursor?: string | undefined;
|
|
83
83
|
space_id?: string | undefined;
|
|
@@ -85,7 +85,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
85
85
|
}, {
|
|
86
86
|
operation: "list_pages";
|
|
87
87
|
title?: string | undefined;
|
|
88
|
-
status?: "
|
|
88
|
+
status?: "current" | "trashed" | "draft" | undefined;
|
|
89
89
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
90
|
limit?: number | undefined;
|
|
91
91
|
cursor?: string | undefined;
|
|
@@ -117,21 +117,21 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
117
117
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
118
118
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119
119
|
title: string;
|
|
120
|
-
status: "
|
|
120
|
+
status: "current" | "draft";
|
|
121
121
|
operation: "create_page";
|
|
122
122
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
123
|
-
body?: string | undefined;
|
|
124
123
|
space_id?: string | undefined;
|
|
125
124
|
space_key?: string | undefined;
|
|
125
|
+
body?: string | undefined;
|
|
126
126
|
parent_id?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
title: string;
|
|
129
129
|
operation: "create_page";
|
|
130
|
-
status?: "
|
|
130
|
+
status?: "current" | "draft" | undefined;
|
|
131
131
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
132
|
-
body?: string | undefined;
|
|
133
132
|
space_id?: string | undefined;
|
|
134
133
|
space_key?: string | undefined;
|
|
134
|
+
body?: string | undefined;
|
|
135
135
|
parent_id?: string | undefined;
|
|
136
136
|
}>, import("zod").ZodObject<{
|
|
137
137
|
operation: import("zod").ZodLiteral<"update_page">;
|
|
@@ -145,7 +145,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
145
145
|
operation: "update_page";
|
|
146
146
|
page_id: string;
|
|
147
147
|
title?: string | undefined;
|
|
148
|
-
status?: "
|
|
148
|
+
status?: "current" | "draft" | undefined;
|
|
149
149
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
150
|
body?: string | undefined;
|
|
151
151
|
version_message?: string | undefined;
|
|
@@ -153,7 +153,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
153
153
|
operation: "update_page";
|
|
154
154
|
page_id: string;
|
|
155
155
|
title?: string | undefined;
|
|
156
|
-
status?: "
|
|
156
|
+
status?: "current" | "draft" | undefined;
|
|
157
157
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
158
158
|
body?: string | undefined;
|
|
159
159
|
version_message?: string | undefined;
|
|
@@ -194,13 +194,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
194
194
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
195
195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196
196
|
operation: "add_comment";
|
|
197
|
-
body: string;
|
|
198
197
|
page_id: string;
|
|
198
|
+
body: string;
|
|
199
199
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
operation: "add_comment";
|
|
202
|
-
body: string;
|
|
203
202
|
page_id: string;
|
|
203
|
+
body: string;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}>, import("zod").ZodObject<{
|
|
206
206
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -1285,7 +1285,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1285
1285
|
operation: "search";
|
|
1286
1286
|
start?: number | undefined;
|
|
1287
1287
|
limit?: number | undefined;
|
|
1288
|
-
total?: number | undefined;
|
|
1289
1288
|
results?: import("zod").objectOutputType<{
|
|
1290
1289
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1291
1290
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1339,13 +1338,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1339
1338
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1340
1339
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1341
1340
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1341
|
+
total?: number | undefined;
|
|
1342
1342
|
}, {
|
|
1343
1343
|
error: string;
|
|
1344
1344
|
success: boolean;
|
|
1345
1345
|
operation: "search";
|
|
1346
1346
|
start?: number | undefined;
|
|
1347
1347
|
limit?: number | undefined;
|
|
1348
|
-
total?: number | undefined;
|
|
1349
1348
|
results?: import("zod").objectInputType<{
|
|
1350
1349
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1351
1350
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1399,6 +1398,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1399
1398
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1400
1399
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1401
1400
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1401
|
+
total?: number | undefined;
|
|
1402
1402
|
}>, import("zod").ZodObject<{
|
|
1403
1403
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
1404
1404
|
success: import("zod").ZodBoolean;
|