@desplega.ai/agent-swarm 1.111.0 → 1.112.0
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/{actions-a4crgvtd.js → actions-eckb4g8r.js} +6 -6
- package/dist/{app-va5mr9yw.js → app-b05sgm02.js} +3 -3
- package/dist/{assistant-0jm4vy8r.js → assistant-7255sbyw.js} +9 -9
- package/dist/{boot-reembed-50zzk97q.js → boot-reembed-y1bt3ttn.js} +4 -4
- package/dist/{boot-reembed-0t815mmm.js → boot-reembed-yv7awg4y.js} +3 -3
- package/dist/{boot-scrub-logs-r99nbmxh.js → boot-scrub-logs-ddyaeqar.js} +2 -2
- package/dist/{cli-aqr96mny.js → cli-0c3n0eba.js} +1 -1
- package/dist/{cli-dza5039b.js → cli-15598a4k.js} +299 -38
- package/dist/{cli-jrmjxsnk.js → cli-30d2ct3k.js} +3 -3
- package/dist/{cli-4f6vw5vy.js → cli-3r5y6ayj.js} +2 -2
- package/dist/{cli-3cm8ar1c.js → cli-52tbq17n.js} +1 -1
- package/dist/{cli-gchg43wt.js → cli-56s4ehzw.js} +1 -1
- package/dist/{cli-0d5xddf1.js → cli-709t753c.js} +1 -1
- package/dist/{cli-xqzvygxp.js → cli-76d1vtvq.js} +11 -2
- package/dist/{cli-0d404x64.js → cli-7xkwgkrs.js} +1 -1
- package/dist/{cli-kavm2cv5.js → cli-8f0dwca2.js} +1 -1
- package/dist/{cli-r3y5chyg.js → cli-94vzr3nq.js} +4 -4
- package/dist/{cli-4ke1amr9.js → cli-951w7c79.js} +1 -1
- package/dist/{cli-2b0ew5v8.js → cli-9p0qhead.js} +1 -1
- package/dist/{cli-z626gjqj.js → cli-a5e8n5hg.js} +1 -1
- package/dist/{cli-y7v6e7yr.js → cli-h9jx5mag.js} +4 -4
- package/dist/{cli-f1f82qgv.js → cli-hm27prrc.js} +5 -5
- package/dist/{cli-t8m00q3b.js → cli-pt7c7qxz.js} +3 -3
- package/dist/{cli-ee3fkebs.js → cli-r1btc895.js} +2 -2
- package/dist/{cli-6tfm5fr1.js → cli-rp8pca98.js} +1 -1
- package/dist/{cli-h3vhr1gj.js → cli-s9pj3c7z.js} +2 -2
- package/dist/{cli-8j1h9627.js → cli-tch0ypp6.js} +61 -14
- package/dist/{cli-1aqc46he.js → cli-tg0f2wmz.js} +5 -5
- package/dist/{cli-fdnpymsv.js → cli-tp7e60s3.js} +4 -2
- package/dist/cli.js +8 -8
- package/dist/{commands-t3rdvb55.js → commands-14g7taf4.js} +2 -2
- package/dist/{db-mjqc8hj6.js → db-3tge4jrn.js} +2 -2
- package/dist/{handlers-mcmg5qgc.js → handlers-sy64egg6.js} +9 -9
- package/dist/{hook-0p4q1tym.js → hook-rnkzw8vp.js} +1 -1
- package/dist/{http-gs6fk9sg.js → http-xx9xptcs.js} +33 -31
- package/dist/{index-w15fk28m.js → index-3wr6v2mm.js} +7 -7
- package/dist/{index-744yvc8x.js → index-brma88d4.js} +9 -9
- package/dist/{index-6zpajd9e.js → index-ha8e9xn2.js} +6 -6
- package/dist/{index-20mf9wvc.js → index-zfx5p959.js} +8 -8
- package/dist/{keepalive-3gvnbxaj.js → keepalive-rbz05zad.js} +4 -4
- package/dist/{lead-yjbmhj3g.js → lead-s790v7r0.js} +17 -17
- package/dist/{maintenance-jbvy2bfg.js → maintenance-420rmadb.js} +4 -4
- package/dist/{onboard-sexatejh.js → onboard-jgqamqnw.js} +2 -2
- package/dist/{otel-impl-sgqvcw0f.js → otel-impl-ch3n3783.js} +1 -1
- package/dist/{pricing-refresh-rat240yg.js → pricing-refresh-rmtrby6h.js} +4 -4
- package/dist/{seed-pricing-7yfaf123.js → seed-pricing-1szjzfj1.js} +3 -3
- package/dist/{setup-vm5vcc6c.js → setup-8jfzkyzv.js} +2 -2
- package/dist/{worker-02y2r0r2.js → worker-40vq0pm8.js} +17 -17
- package/openapi.json +1 -1
- package/package.json +1 -1
- package/src/be/scripts/typecheck.ts +2 -0
- package/src/commands/runner.ts +154 -8
- package/src/github/handlers.ts +128 -25
- package/src/scripts-runtime/sdk-allowlist.ts +2 -0
- package/src/scripts-runtime/types/swarm-sdk.d.ts +2 -0
- package/src/server.ts +4 -0
- package/src/slack/message-text.ts +25 -0
- package/src/tests/github-event-filter.test.ts +3 -2
- package/src/tests/github-handlers-inline-comments.test.ts +114 -24
- package/src/tests/runner-repo-autostash.test.ts +168 -1
- package/src/tests/slack-delete.test.ts +157 -0
- package/src/tests/slack-message-text.test.ts +37 -1
- package/src/tests/slack-update.test.ts +167 -0
- package/src/tests/tool-annotations.test.ts +3 -0
- package/src/tools/slack-delete.ts +102 -0
- package/src/tools/slack-reply.ts +11 -3
- package/src/tools/slack-start-thread.ts +2 -0
- package/src/tools/slack-update.ts +127 -0
- package/src/tools/tool-config.ts +3 -1
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
withRemoteContext,
|
|
112
112
|
withSpanContext,
|
|
113
113
|
writeSkillsToFilesystem
|
|
114
|
-
} from "./cli-
|
|
114
|
+
} from "./cli-15598a4k.js";
|
|
115
115
|
import {
|
|
116
116
|
BROWSER_SDK_JS,
|
|
117
117
|
SWARM_UI_JS
|
|
@@ -144,11 +144,11 @@ import {
|
|
|
144
144
|
getOAuthApp,
|
|
145
145
|
getOAuthTokens,
|
|
146
146
|
releaseOAuthRefreshLock
|
|
147
|
-
} from "./cli-
|
|
148
|
-
import"./cli-
|
|
147
|
+
} from "./cli-52tbq17n.js";
|
|
148
|
+
import"./cli-r1btc895.js";
|
|
149
149
|
import {
|
|
150
150
|
normalizeModelKey
|
|
151
|
-
} from "./cli-
|
|
151
|
+
} from "./cli-rp8pca98.js";
|
|
152
152
|
import {
|
|
153
153
|
SCRIPT_STDLIB_TYPES,
|
|
154
154
|
ensureAgentFsCredentialsForAgent,
|
|
@@ -156,16 +156,16 @@ import {
|
|
|
156
156
|
extractScriptSignature,
|
|
157
157
|
scriptSdkTypesWithGeneratedApis,
|
|
158
158
|
typecheckScript
|
|
159
|
-
} from "./cli-
|
|
159
|
+
} from "./cli-tp7e60s3.js";
|
|
160
160
|
import {
|
|
161
161
|
checkHeartbeatChecklist,
|
|
162
162
|
runHeartbeatSweep,
|
|
163
163
|
stopHeartbeat
|
|
164
|
-
} from "./cli-
|
|
164
|
+
} from "./cli-pt7c7qxz.js";
|
|
165
165
|
import {
|
|
166
166
|
createResumeFollowUp,
|
|
167
167
|
createWorkerTaskFollowUp
|
|
168
|
-
} from "./cli-
|
|
168
|
+
} from "./cli-56s4ehzw.js";
|
|
169
169
|
import"./cli-fad8m16k.js";
|
|
170
170
|
import {
|
|
171
171
|
calculateNextRun,
|
|
@@ -173,7 +173,7 @@ import {
|
|
|
173
173
|
ensure,
|
|
174
174
|
initialize,
|
|
175
175
|
require_dist
|
|
176
|
-
} from "./cli-
|
|
176
|
+
} from "./cli-94vzr3nq.js";
|
|
177
177
|
import {
|
|
178
178
|
RawLlmConfigSchema,
|
|
179
179
|
TriggerSchemaError,
|
|
@@ -193,7 +193,7 @@ import {
|
|
|
193
193
|
validateDefinition,
|
|
194
194
|
validateJsonSchema,
|
|
195
195
|
verifyHmacSignature
|
|
196
|
-
} from "./cli-
|
|
196
|
+
} from "./cli-tg0f2wmz.js";
|
|
197
197
|
import {
|
|
198
198
|
getApiKey
|
|
199
199
|
} from "./cli-f14fvzag.js";
|
|
@@ -214,10 +214,10 @@ import {
|
|
|
214
214
|
rotateScriptApiSecret,
|
|
215
215
|
updateScriptApi,
|
|
216
216
|
upsertScriptByName
|
|
217
|
-
} from "./cli-
|
|
217
|
+
} from "./cli-3r5y6ayj.js";
|
|
218
218
|
import {
|
|
219
219
|
searchScripts
|
|
220
|
-
} from "./cli-
|
|
220
|
+
} from "./cli-s9pj3c7z.js";
|
|
221
221
|
import {
|
|
222
222
|
CANDIDATE_SET_MULTIPLIER,
|
|
223
223
|
getEmbeddingProvider,
|
|
@@ -225,19 +225,19 @@ import {
|
|
|
225
225
|
init_constants,
|
|
226
226
|
init_reranker,
|
|
227
227
|
rerank
|
|
228
|
-
} from "./cli-
|
|
228
|
+
} from "./cli-709t753c.js";
|
|
229
229
|
import"./cli-q25ejbyn.js";
|
|
230
|
-
import"./cli-
|
|
230
|
+
import"./cli-76d1vtvq.js";
|
|
231
231
|
import {
|
|
232
232
|
getSlackApp,
|
|
233
233
|
startSlackApp,
|
|
234
234
|
stopSlackApp
|
|
235
|
-
} from "./cli-
|
|
235
|
+
} from "./cli-hm27prrc.js";
|
|
236
236
|
import"./cli-rkndnn90.js";
|
|
237
237
|
import"./cli-b0p7rfnd.js";
|
|
238
238
|
import {
|
|
239
239
|
recordUnmappedIdentity
|
|
240
|
-
} from "./cli-
|
|
240
|
+
} from "./cli-9p0qhead.js";
|
|
241
241
|
import {
|
|
242
242
|
findOrCreateUserByEmail,
|
|
243
243
|
findUserByExternalId,
|
|
@@ -251,7 +251,7 @@ import {
|
|
|
251
251
|
resolveUserByToken,
|
|
252
252
|
revokeToken,
|
|
253
253
|
unlinkIdentity
|
|
254
|
-
} from "./cli-
|
|
254
|
+
} from "./cli-7xkwgkrs.js";
|
|
255
255
|
import"./cli-6xd0bvf8.js";
|
|
256
256
|
import"./cli-wspgs9bt.js";
|
|
257
257
|
import {
|
|
@@ -259,7 +259,7 @@ import {
|
|
|
259
259
|
createTaskWithSiblingAwareness,
|
|
260
260
|
gitlabContextKey,
|
|
261
261
|
pageContextKey
|
|
262
|
-
} from "./cli-
|
|
262
|
+
} from "./cli-0c3n0eba.js";
|
|
263
263
|
import {
|
|
264
264
|
getAppUrl,
|
|
265
265
|
getConfiguredAppUrls,
|
|
@@ -571,7 +571,7 @@ import {
|
|
|
571
571
|
upsertSwarmConfig,
|
|
572
572
|
validateConfigValue,
|
|
573
573
|
withFavoriteFlags
|
|
574
|
-
} from "./cli-
|
|
574
|
+
} from "./cli-951w7c79.js";
|
|
575
575
|
import"./cli-z2zcxes1.js";
|
|
576
576
|
import {
|
|
577
577
|
init_zod
|
|
@@ -586,7 +586,7 @@ import {
|
|
|
586
586
|
import {
|
|
587
587
|
init_package,
|
|
588
588
|
package_default
|
|
589
|
-
} from "./cli-
|
|
589
|
+
} from "./cli-8f0dwca2.js";
|
|
590
590
|
import {
|
|
591
591
|
init_secret_scrubber,
|
|
592
592
|
registerVolatileSecret,
|
|
@@ -6314,6 +6314,8 @@ var SDK_TOOL_NAME_MAP = {
|
|
|
6314
6314
|
slack_startThread: "slack-start-thread",
|
|
6315
6315
|
slack_uploadFile: "slack-upload-file",
|
|
6316
6316
|
slack_downloadFile: "slack-download-file",
|
|
6317
|
+
slack_delete: "slack-delete",
|
|
6318
|
+
slack_update: "slack-update",
|
|
6317
6319
|
message_read: "read-messages",
|
|
6318
6320
|
message_post: "post-message",
|
|
6319
6321
|
profile_update: "update-profile",
|
|
@@ -19025,14 +19027,14 @@ async function shutdown() {
|
|
|
19025
19027
|
sessionsProcessed: getServerSessionsProcessed()
|
|
19026
19028
|
});
|
|
19027
19029
|
if (hasCapability("scheduling")) {
|
|
19028
|
-
const { stopScheduler } = await import("./index-
|
|
19030
|
+
const { stopScheduler } = await import("./index-zfx5p959.js");
|
|
19029
19031
|
stopScheduler();
|
|
19030
19032
|
}
|
|
19031
19033
|
stopHeartbeat();
|
|
19032
19034
|
stopScriptRunSupervisor();
|
|
19033
19035
|
await stopSlackApp();
|
|
19034
19036
|
if (process.env.OAUTH_KEEPALIVE_DISABLE !== "true") {
|
|
19035
|
-
const { stopOAuthKeepalive } = await import("./keepalive-
|
|
19037
|
+
const { stopOAuthKeepalive } = await import("./keepalive-rbz05zad.js");
|
|
19036
19038
|
await stopOAuthKeepalive();
|
|
19037
19039
|
}
|
|
19038
19040
|
stopMcpOAuthPendingGc();
|
|
@@ -19085,15 +19087,15 @@ try {
|
|
|
19085
19087
|
throw err;
|
|
19086
19088
|
}
|
|
19087
19089
|
try {
|
|
19088
|
-
const { seedPricingFromModelsDev } = await import("./seed-pricing-
|
|
19090
|
+
const { seedPricingFromModelsDev } = await import("./seed-pricing-1szjzfj1.js");
|
|
19089
19091
|
seedPricingFromModelsDev();
|
|
19090
|
-
const { startPricingRefreshLoop } = await import("./pricing-refresh-
|
|
19092
|
+
const { startPricingRefreshLoop } = await import("./pricing-refresh-rmtrby6h.js");
|
|
19091
19093
|
startPricingRefreshLoop();
|
|
19092
19094
|
} catch (err) {
|
|
19093
19095
|
console.error("[startup] Failed to seed pricing rows:", err);
|
|
19094
19096
|
}
|
|
19095
19097
|
try {
|
|
19096
|
-
const { runAllSeeders } = await import("./index-
|
|
19098
|
+
const { runAllSeeders } = await import("./index-ha8e9xn2.js");
|
|
19097
19099
|
await runAllSeeders({ scriptEmbeddingMode: "skip" });
|
|
19098
19100
|
} catch (err) {
|
|
19099
19101
|
console.error("[startup] Failed to seed built-in entities:", err);
|
|
@@ -19126,31 +19128,31 @@ httpServer.listen(port, async () => {
|
|
|
19126
19128
|
initWorkflows();
|
|
19127
19129
|
startScriptRunSupervisor(getMcpBaseUrl());
|
|
19128
19130
|
if (hasCapability("scheduling")) {
|
|
19129
|
-
const { startScheduler } = await import("./index-
|
|
19130
|
-
const { getExecutorRegistry: getExecutorRegistry2 } = await import("./index-
|
|
19131
|
+
const { startScheduler } = await import("./index-zfx5p959.js");
|
|
19132
|
+
const { getExecutorRegistry: getExecutorRegistry2 } = await import("./index-3wr6v2mm.js");
|
|
19131
19133
|
const intervalMs = Number(process.env.SCHEDULER_INTERVAL_MS) || 1e4;
|
|
19132
19134
|
startScheduler(getExecutorRegistry2(), intervalMs, {
|
|
19133
19135
|
runId: globalState.__runId
|
|
19134
19136
|
});
|
|
19135
19137
|
}
|
|
19136
19138
|
if (process.env.HEARTBEAT_DISABLE !== "true") {
|
|
19137
|
-
const { startHeartbeat } = await import("./index-
|
|
19139
|
+
const { startHeartbeat } = await import("./index-brma88d4.js");
|
|
19138
19140
|
const heartbeatMs = Number(process.env.HEARTBEAT_INTERVAL_MS) || 90000;
|
|
19139
19141
|
startHeartbeat(heartbeatMs);
|
|
19140
19142
|
}
|
|
19141
19143
|
if (process.env.OAUTH_KEEPALIVE_DISABLE !== "true") {
|
|
19142
|
-
const { startOAuthKeepalive } = await import("./keepalive-
|
|
19144
|
+
const { startOAuthKeepalive } = await import("./keepalive-rbz05zad.js");
|
|
19143
19145
|
startOAuthKeepalive();
|
|
19144
19146
|
}
|
|
19145
19147
|
startMcpOAuthPendingGc();
|
|
19146
19148
|
startMemoryGc();
|
|
19147
|
-
import("./boot-reembed-
|
|
19149
|
+
import("./boot-reembed-yv7awg4y.js").then(({ runBootReembed }) => runBootReembed()).catch((err) => {
|
|
19148
19150
|
console.error("[boot-reembed] startup backfill failed (non-fatal):", err);
|
|
19149
19151
|
});
|
|
19150
|
-
import("./boot-reembed-
|
|
19152
|
+
import("./boot-reembed-y1bt3ttn.js").then(({ runBootReembedScripts }) => runBootReembedScripts()).catch((err) => {
|
|
19151
19153
|
console.error("[boot-reembed-scripts] startup backfill failed (non-fatal):", err);
|
|
19152
19154
|
});
|
|
19153
|
-
import("./boot-scrub-logs-
|
|
19155
|
+
import("./boot-scrub-logs-ddyaeqar.js").then(({ runBootScrubLogs }) => runBootScrubLogs()).catch((err) => {
|
|
19154
19156
|
console.error("[boot-scrub-logs] startup scrub failed (non-fatal):", err);
|
|
19155
19157
|
});
|
|
19156
19158
|
}).on("error", (err) => {
|
|
@@ -20,21 +20,21 @@ import {
|
|
|
20
20
|
stopWaitPoller,
|
|
21
21
|
subscribeWaitToBus,
|
|
22
22
|
validateTemplateVariables
|
|
23
|
-
} from "./cli-
|
|
23
|
+
} from "./cli-tg0f2wmz.js";
|
|
24
24
|
import"./cli-f14fvzag.js";
|
|
25
|
-
import"./cli-
|
|
26
|
-
import"./cli-
|
|
27
|
-
import"./cli-
|
|
25
|
+
import"./cli-3r5y6ayj.js";
|
|
26
|
+
import"./cli-s9pj3c7z.js";
|
|
27
|
+
import"./cli-709t753c.js";
|
|
28
28
|
import"./cli-q25ejbyn.js";
|
|
29
|
-
import"./cli-
|
|
29
|
+
import"./cli-0c3n0eba.js";
|
|
30
30
|
import"./cli-dh55d5fg.js";
|
|
31
31
|
import {
|
|
32
32
|
interpolate
|
|
33
|
-
} from "./cli-
|
|
33
|
+
} from "./cli-951w7c79.js";
|
|
34
34
|
import"./cli-z2zcxes1.js";
|
|
35
35
|
import"./cli-q21d49ac.js";
|
|
36
36
|
import"./cli-anrj584m.js";
|
|
37
|
-
import"./cli-
|
|
37
|
+
import"./cli-8f0dwca2.js";
|
|
38
38
|
import"./cli-4j2mrzag.js";
|
|
39
39
|
import {
|
|
40
40
|
workflowEventBus
|
|
@@ -4,22 +4,22 @@ import {
|
|
|
4
4
|
runRebootSweep,
|
|
5
5
|
startHeartbeat,
|
|
6
6
|
stopHeartbeat
|
|
7
|
-
} from "./cli-
|
|
8
|
-
import"./cli-
|
|
9
|
-
import"./cli-
|
|
7
|
+
} from "./cli-pt7c7qxz.js";
|
|
8
|
+
import"./cli-56s4ehzw.js";
|
|
9
|
+
import"./cli-tg0f2wmz.js";
|
|
10
10
|
import"./cli-f14fvzag.js";
|
|
11
|
-
import"./cli-
|
|
12
|
-
import"./cli-
|
|
13
|
-
import"./cli-
|
|
11
|
+
import"./cli-3r5y6ayj.js";
|
|
12
|
+
import"./cli-s9pj3c7z.js";
|
|
13
|
+
import"./cli-709t753c.js";
|
|
14
14
|
import"./cli-q25ejbyn.js";
|
|
15
15
|
import"./cli-wspgs9bt.js";
|
|
16
|
-
import"./cli-
|
|
16
|
+
import"./cli-0c3n0eba.js";
|
|
17
17
|
import"./cli-dh55d5fg.js";
|
|
18
|
-
import"./cli-
|
|
18
|
+
import"./cli-951w7c79.js";
|
|
19
19
|
import"./cli-z2zcxes1.js";
|
|
20
20
|
import"./cli-q21d49ac.js";
|
|
21
21
|
import"./cli-anrj584m.js";
|
|
22
|
-
import"./cli-
|
|
22
|
+
import"./cli-8f0dwca2.js";
|
|
23
23
|
import"./cli-4j2mrzag.js";
|
|
24
24
|
import"./cli-9aryf9tv.js";
|
|
25
25
|
import"./cli-p9swy5t3.js";
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
extractArgsJsonSchema,
|
|
4
4
|
extractScriptSignature,
|
|
5
5
|
typecheckScript
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-tp7e60s3.js";
|
|
7
7
|
import {
|
|
8
8
|
getScript,
|
|
9
9
|
upsertScriptByName,
|
|
10
10
|
validateScriptImports
|
|
11
|
-
} from "./cli-
|
|
12
|
-
import"./cli-
|
|
13
|
-
import"./cli-
|
|
11
|
+
} from "./cli-3r5y6ayj.js";
|
|
12
|
+
import"./cli-s9pj3c7z.js";
|
|
13
|
+
import"./cli-709t753c.js";
|
|
14
14
|
import"./cli-q25ejbyn.js";
|
|
15
15
|
import {
|
|
16
16
|
computeContentHash,
|
|
@@ -19,11 +19,11 @@ import {
|
|
|
19
19
|
getSkillByName,
|
|
20
20
|
init_db,
|
|
21
21
|
updateSkill
|
|
22
|
-
} from "./cli-
|
|
22
|
+
} from "./cli-951w7c79.js";
|
|
23
23
|
import"./cli-z2zcxes1.js";
|
|
24
24
|
import"./cli-q21d49ac.js";
|
|
25
25
|
import"./cli-anrj584m.js";
|
|
26
|
-
import"./cli-
|
|
26
|
+
import"./cli-8f0dwca2.js";
|
|
27
27
|
import"./cli-4j2mrzag.js";
|
|
28
28
|
import"./cli-p9swy5t3.js";
|
|
29
29
|
|
|
@@ -4,20 +4,20 @@ import {
|
|
|
4
4
|
runScheduleNow,
|
|
5
5
|
startScheduler,
|
|
6
6
|
stopScheduler
|
|
7
|
-
} from "./cli-
|
|
8
|
-
import"./cli-
|
|
7
|
+
} from "./cli-94vzr3nq.js";
|
|
8
|
+
import"./cli-tg0f2wmz.js";
|
|
9
9
|
import"./cli-f14fvzag.js";
|
|
10
|
-
import"./cli-
|
|
11
|
-
import"./cli-
|
|
12
|
-
import"./cli-
|
|
10
|
+
import"./cli-3r5y6ayj.js";
|
|
11
|
+
import"./cli-s9pj3c7z.js";
|
|
12
|
+
import"./cli-709t753c.js";
|
|
13
13
|
import"./cli-q25ejbyn.js";
|
|
14
|
-
import"./cli-
|
|
14
|
+
import"./cli-0c3n0eba.js";
|
|
15
15
|
import"./cli-dh55d5fg.js";
|
|
16
|
-
import"./cli-
|
|
16
|
+
import"./cli-951w7c79.js";
|
|
17
17
|
import"./cli-z2zcxes1.js";
|
|
18
18
|
import"./cli-q21d49ac.js";
|
|
19
19
|
import"./cli-anrj584m.js";
|
|
20
|
-
import"./cli-
|
|
20
|
+
import"./cli-8f0dwca2.js";
|
|
21
21
|
import"./cli-4j2mrzag.js";
|
|
22
22
|
import"./cli-9aryf9tv.js";
|
|
23
23
|
import"./cli-p9swy5t3.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureTokenOrThrow
|
|
3
|
-
} from "./cli-
|
|
4
|
-
import"./cli-
|
|
3
|
+
} from "./cli-52tbq17n.js";
|
|
4
|
+
import"./cli-951w7c79.js";
|
|
5
5
|
import"./cli-z2zcxes1.js";
|
|
6
6
|
import"./cli-q21d49ac.js";
|
|
7
7
|
import"./cli-anrj584m.js";
|
|
8
|
-
import"./cli-
|
|
8
|
+
import"./cli-8f0dwca2.js";
|
|
9
9
|
import"./cli-4j2mrzag.js";
|
|
10
10
|
import {
|
|
11
11
|
__require
|
|
@@ -54,7 +54,7 @@ async function notifySlack(text) {
|
|
|
54
54
|
return;
|
|
55
55
|
}
|
|
56
56
|
try {
|
|
57
|
-
const { getSlackApp } = await import("./app-
|
|
57
|
+
const { getSlackApp } = await import("./app-b05sgm02.js");
|
|
58
58
|
const app = getSlackApp();
|
|
59
59
|
if (!app) {
|
|
60
60
|
console.warn("[OAuth Keepalive] Slack not available, cannot send notification");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgent
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-tch0ypp6.js";
|
|
4
4
|
import"./cli-ceewqajw.js";
|
|
5
5
|
import"./cli-6wscj9z0.js";
|
|
6
6
|
import"./cli-2r7s8jhp.js";
|
|
@@ -14,7 +14,7 @@ import"./cli-d6n0thxw.js";
|
|
|
14
14
|
import"./cli-hx1dcevq.js";
|
|
15
15
|
import {
|
|
16
16
|
getEnabledCapabilities
|
|
17
|
-
} from "./cli-
|
|
17
|
+
} from "./cli-15598a4k.js";
|
|
18
18
|
import"./cli-1z7048dy.js";
|
|
19
19
|
import"./cli-dcfyyh3t.js";
|
|
20
20
|
import"./cli-tk9vyqzh.js";
|
|
@@ -25,32 +25,32 @@ import"./cli-tng3131n.js";
|
|
|
25
25
|
import"./cli-zm7njwzd.js";
|
|
26
26
|
import"./cli-tghre7g6.js";
|
|
27
27
|
import"./cli-tkmm5nf9.js";
|
|
28
|
-
import"./cli-
|
|
29
|
-
import"./cli-
|
|
30
|
-
import"./cli-
|
|
31
|
-
import"./cli-
|
|
28
|
+
import"./cli-52tbq17n.js";
|
|
29
|
+
import"./cli-r1btc895.js";
|
|
30
|
+
import"./cli-rp8pca98.js";
|
|
31
|
+
import"./cli-56s4ehzw.js";
|
|
32
32
|
import"./cli-fad8m16k.js";
|
|
33
|
-
import"./cli-
|
|
34
|
-
import"./cli-
|
|
33
|
+
import"./cli-94vzr3nq.js";
|
|
34
|
+
import"./cli-tg0f2wmz.js";
|
|
35
35
|
import"./cli-f14fvzag.js";
|
|
36
|
-
import"./cli-
|
|
37
|
-
import"./cli-
|
|
38
|
-
import"./cli-
|
|
36
|
+
import"./cli-3r5y6ayj.js";
|
|
37
|
+
import"./cli-s9pj3c7z.js";
|
|
38
|
+
import"./cli-709t753c.js";
|
|
39
39
|
import"./cli-q25ejbyn.js";
|
|
40
|
-
import"./cli-
|
|
41
|
-
import"./cli-
|
|
40
|
+
import"./cli-76d1vtvq.js";
|
|
41
|
+
import"./cli-hm27prrc.js";
|
|
42
42
|
import"./cli-rkndnn90.js";
|
|
43
43
|
import"./cli-b0p7rfnd.js";
|
|
44
|
-
import"./cli-
|
|
44
|
+
import"./cli-7xkwgkrs.js";
|
|
45
45
|
import"./cli-6xd0bvf8.js";
|
|
46
46
|
import"./cli-wspgs9bt.js";
|
|
47
|
-
import"./cli-
|
|
47
|
+
import"./cli-0c3n0eba.js";
|
|
48
48
|
import"./cli-dh55d5fg.js";
|
|
49
|
-
import"./cli-
|
|
49
|
+
import"./cli-951w7c79.js";
|
|
50
50
|
import"./cli-z2zcxes1.js";
|
|
51
51
|
import"./cli-q21d49ac.js";
|
|
52
52
|
import"./cli-anrj584m.js";
|
|
53
|
-
import"./cli-
|
|
53
|
+
import"./cli-8f0dwca2.js";
|
|
54
54
|
import"./cli-4j2mrzag.js";
|
|
55
55
|
import"./cli-e15jhafb.js";
|
|
56
56
|
import"./cli-9aryf9tv.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reembedAllScripts
|
|
3
|
-
} from "./cli-
|
|
4
|
-
import"./cli-
|
|
3
|
+
} from "./cli-s9pj3c7z.js";
|
|
4
|
+
import"./cli-709t753c.js";
|
|
5
5
|
import"./cli-q25ejbyn.js";
|
|
6
|
-
import"./cli-
|
|
6
|
+
import"./cli-951w7c79.js";
|
|
7
7
|
import"./cli-z2zcxes1.js";
|
|
8
8
|
import"./cli-q21d49ac.js";
|
|
9
9
|
import"./cli-anrj584m.js";
|
|
10
|
-
import"./cli-
|
|
10
|
+
import"./cli-8f0dwca2.js";
|
|
11
11
|
import"./cli-4j2mrzag.js";
|
|
12
12
|
import"./cli-p9swy5t3.js";
|
|
13
13
|
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createDefaultMcpJson,
|
|
4
4
|
createDefaultSettingsLocal,
|
|
5
5
|
createHooksConfig
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-a5e8n5hg.js";
|
|
7
7
|
import {
|
|
8
8
|
require_jsx_dev_runtime
|
|
9
9
|
} from "./cli-wx82tw1k.js";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
init_package,
|
|
15
15
|
package_default
|
|
16
|
-
} from "./cli-
|
|
16
|
+
} from "./cli-8f0dwca2.js";
|
|
17
17
|
import {
|
|
18
18
|
Box_default,
|
|
19
19
|
Select,
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
PRICING_REFRESH_INTERVAL_MS,
|
|
3
3
|
refreshPricingFromModelsDev,
|
|
4
4
|
startPricingRefreshLoop
|
|
5
|
-
} from "./cli-
|
|
6
|
-
import"./cli-
|
|
7
|
-
import"./cli-
|
|
5
|
+
} from "./cli-r1btc895.js";
|
|
6
|
+
import"./cli-rp8pca98.js";
|
|
7
|
+
import"./cli-951w7c79.js";
|
|
8
8
|
import"./cli-z2zcxes1.js";
|
|
9
9
|
import"./cli-q21d49ac.js";
|
|
10
10
|
import"./cli-anrj584m.js";
|
|
11
|
-
import"./cli-
|
|
11
|
+
import"./cli-8f0dwca2.js";
|
|
12
12
|
import"./cli-4j2mrzag.js";
|
|
13
13
|
import"./cli-p9swy5t3.js";
|
|
14
14
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
buildModelsDevSeedRows,
|
|
3
3
|
seedPricingFromModelsDev
|
|
4
|
-
} from "./cli-
|
|
5
|
-
import"./cli-
|
|
4
|
+
} from "./cli-rp8pca98.js";
|
|
5
|
+
import"./cli-951w7c79.js";
|
|
6
6
|
import"./cli-z2zcxes1.js";
|
|
7
7
|
import"./cli-q21d49ac.js";
|
|
8
8
|
import"./cli-anrj584m.js";
|
|
9
|
-
import"./cli-
|
|
9
|
+
import"./cli-8f0dwca2.js";
|
|
10
10
|
import"./cli-4j2mrzag.js";
|
|
11
11
|
import"./cli-p9swy5t3.js";
|
|
12
12
|
export {
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
createDefaultMcpJson,
|
|
5
5
|
createDefaultSettingsLocal,
|
|
6
6
|
createHooksConfig
|
|
7
|
-
} from "./cli-
|
|
7
|
+
} from "./cli-a5e8n5hg.js";
|
|
8
8
|
import {
|
|
9
9
|
require_jsx_dev_runtime
|
|
10
10
|
} from "./cli-wx82tw1k.js";
|
|
11
11
|
import {
|
|
12
12
|
getApiKey
|
|
13
13
|
} from "./cli-f14fvzag.js";
|
|
14
|
-
import"./cli-
|
|
14
|
+
import"./cli-8f0dwca2.js";
|
|
15
15
|
import {
|
|
16
16
|
Box_default,
|
|
17
17
|
Spinner,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runAgent
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-tch0ypp6.js";
|
|
4
4
|
import"./cli-ceewqajw.js";
|
|
5
5
|
import"./cli-6wscj9z0.js";
|
|
6
6
|
import"./cli-2r7s8jhp.js";
|
|
@@ -14,7 +14,7 @@ import"./cli-d6n0thxw.js";
|
|
|
14
14
|
import"./cli-hx1dcevq.js";
|
|
15
15
|
import {
|
|
16
16
|
getEnabledCapabilities
|
|
17
|
-
} from "./cli-
|
|
17
|
+
} from "./cli-15598a4k.js";
|
|
18
18
|
import"./cli-1z7048dy.js";
|
|
19
19
|
import"./cli-dcfyyh3t.js";
|
|
20
20
|
import"./cli-tk9vyqzh.js";
|
|
@@ -25,32 +25,32 @@ import"./cli-tng3131n.js";
|
|
|
25
25
|
import"./cli-zm7njwzd.js";
|
|
26
26
|
import"./cli-tghre7g6.js";
|
|
27
27
|
import"./cli-tkmm5nf9.js";
|
|
28
|
-
import"./cli-
|
|
29
|
-
import"./cli-
|
|
30
|
-
import"./cli-
|
|
31
|
-
import"./cli-
|
|
28
|
+
import"./cli-52tbq17n.js";
|
|
29
|
+
import"./cli-r1btc895.js";
|
|
30
|
+
import"./cli-rp8pca98.js";
|
|
31
|
+
import"./cli-56s4ehzw.js";
|
|
32
32
|
import"./cli-fad8m16k.js";
|
|
33
|
-
import"./cli-
|
|
34
|
-
import"./cli-
|
|
33
|
+
import"./cli-94vzr3nq.js";
|
|
34
|
+
import"./cli-tg0f2wmz.js";
|
|
35
35
|
import"./cli-f14fvzag.js";
|
|
36
|
-
import"./cli-
|
|
37
|
-
import"./cli-
|
|
38
|
-
import"./cli-
|
|
36
|
+
import"./cli-3r5y6ayj.js";
|
|
37
|
+
import"./cli-s9pj3c7z.js";
|
|
38
|
+
import"./cli-709t753c.js";
|
|
39
39
|
import"./cli-q25ejbyn.js";
|
|
40
|
-
import"./cli-
|
|
41
|
-
import"./cli-
|
|
40
|
+
import"./cli-76d1vtvq.js";
|
|
41
|
+
import"./cli-hm27prrc.js";
|
|
42
42
|
import"./cli-rkndnn90.js";
|
|
43
43
|
import"./cli-b0p7rfnd.js";
|
|
44
|
-
import"./cli-
|
|
44
|
+
import"./cli-7xkwgkrs.js";
|
|
45
45
|
import"./cli-6xd0bvf8.js";
|
|
46
46
|
import"./cli-wspgs9bt.js";
|
|
47
|
-
import"./cli-
|
|
47
|
+
import"./cli-0c3n0eba.js";
|
|
48
48
|
import"./cli-dh55d5fg.js";
|
|
49
|
-
import"./cli-
|
|
49
|
+
import"./cli-951w7c79.js";
|
|
50
50
|
import"./cli-z2zcxes1.js";
|
|
51
51
|
import"./cli-q21d49ac.js";
|
|
52
52
|
import"./cli-anrj584m.js";
|
|
53
|
-
import"./cli-
|
|
53
|
+
import"./cli-8f0dwca2.js";
|
|
54
54
|
import"./cli-4j2mrzag.js";
|
|
55
55
|
import"./cli-e15jhafb.js";
|
|
56
56
|
import"./cli-9aryf9tv.js";
|
package/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Agent Swarm API",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.112.0",
|
|
6
6
|
"description": "Multi-agent orchestration API for Claude Code, Codex, and Gemini CLI. Enables task distribution, agent communication, and service discovery.\n\nMCP tools are documented separately in [MCP.md](./MCP.md)."
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desplega.ai/agent-swarm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.112.0",
|
|
4
4
|
"description": "Multi-agent orchestration for Claude Code, Codex, Gemini CLI, and other AI coding assistants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "desplega.sh <contact@desplega.sh>",
|
|
@@ -137,6 +137,8 @@ export interface SwarmSdk {
|
|
|
137
137
|
slack_startThread(args: { channelId: string; message: string }): Promise<unknown>;
|
|
138
138
|
slack_uploadFile(args: Record<string, unknown>): Promise<unknown>;
|
|
139
139
|
slack_downloadFile(args: { url: string }): Promise<unknown>;
|
|
140
|
+
slack_delete(args: { channelId: string; messageTs: string }): Promise<unknown>;
|
|
141
|
+
slack_update(args: { channelId: string; messageTs: string; message: string }): Promise<unknown>;
|
|
140
142
|
|
|
141
143
|
// --- write: messaging (internal) ---
|
|
142
144
|
message_post(args: { channel?: string; content: string; to?: string }): Promise<unknown>;
|