@desplega.ai/agent-swarm 1.103.0 → 1.104.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/README.md +2 -0
- package/dist/{actions-7txktrdj.js → actions-2expzt47.js} +6 -6
- package/dist/{app-xm3xsdye.js → app-dr8hwx7z.js} +3 -3
- package/dist/{assistant-qpv63wk6.js → assistant-9rhgsw7v.js} +9 -10
- package/dist/{boot-reembed-chxhrwv8.js → boot-reembed-3q1aywnz.js} +5 -4
- package/dist/{boot-reembed-9cxqka3e.js → boot-reembed-9kt97g1z.js} +4 -3
- package/dist/{boot-scrub-logs-8qtfkcz8.js → boot-scrub-logs-vskq108e.js} +2 -2
- package/dist/{cli-fedn86nz.js → cli-0jw6j755.js} +8 -3
- package/dist/{cli-yeemwevj.js → cli-23zk7xqy.js} +20 -16
- package/dist/{cli-v9283nma.js → cli-2g9jf9ek.js} +1 -1
- package/dist/{cli-rvae030h.js → cli-2hap19dv.js} +3 -3
- package/dist/{cli-wjyyv518.js → cli-3j01d33e.js} +9 -14
- package/dist/{cli-8hyv6c2v.js → cli-54h5daha.js} +41 -23
- package/dist/{cli-fygaw191.js → cli-5pf0b84v.js} +2 -2
- package/dist/{cli-m8f6qzck.js → cli-7v4y3hyd.js} +1 -1
- package/dist/{cli-fwxdt7kt.js → cli-d4z1csms.js} +30 -5
- package/dist/{cli-jt9d9fjw.js → cli-e7bwjntj.js} +1 -1
- package/dist/{cli-s14sb64w.js → cli-etvgz5x8.js} +5 -7
- package/dist/{cli-2qynerth.js → cli-gj2n2ec1.js} +1 -1
- package/dist/{cli-dz3d6zjg.js → cli-nzc0h54v.js} +121 -2
- package/dist/{cli-8w95v19d.js → cli-p4cj4vhc.js} +351 -24
- package/dist/{cli-xmtsan9k.js → cli-q5tshxd6.js} +1 -1
- package/dist/{http-zts4haq7.js → cli-qvzgncd8.js} +83966 -76422
- package/dist/{cli-4fnp2tc3.js → cli-s42f54ja.js} +1 -1
- package/dist/{cli-krvxq8bc.js → cli-t9v14cnd.js} +23 -4
- package/dist/{cli-gzepjz54.js → cli-v1syqkcb.js} +900 -352
- package/dist/{cli-ksq38x4n.js → cli-w1nfskkg.js} +2 -2
- package/dist/{cli-ns0r7mkr.js → cli-y9p3e94h.js} +3 -3
- package/dist/{cli-85pf4z38.js → cli-yjt8a36k.js} +3 -3
- package/dist/{cli-yfwwjeft.js → cli-yvektv79.js} +1 -1
- package/dist/{cli-kk51f3tf.js → cli-zaxksbgj.js} +5 -5
- package/dist/{cli-rttgde5f.js → cli-zghef0em.js} +1 -1
- package/dist/cli.js +10 -10
- package/dist/{commands-aqn63mcw.js → commands-wfrkef57.js} +2 -2
- package/dist/{db-azrvwsnj.js → db-c42pxt7h.js} +2 -2
- package/dist/{handlers-hf61har3.js → handlers-n36zkfvx.js} +10 -12
- package/dist/{hook-306p3yz4.js → hook-gw3vhv6s.js} +7 -5
- package/dist/http-59ygpn2h.js +17263 -0
- package/dist/{index-h2yqjyk0.js → index-881c1baf.js} +9 -8
- package/dist/{index-29vg51x6.js → index-jca7jdpt.js} +23 -10
- package/dist/{index-bfh9hgek.js → index-xf6fp4y1.js} +5 -5
- package/dist/{index-3c651yfk.js → index-xz8vaa5c.js} +14 -11
- package/dist/{keepalive-a0dg5pds.js → keepalive-mj4302vw.js} +4 -4
- package/dist/{lead-7mcxedkc.js → lead-qm0xjvkv.js} +19 -19
- package/dist/{maintenance-mrzqd53t.js → maintenance-xppxbe4t.js} +5 -4
- package/dist/{onboard-4dkpv9wa.js → onboard-ejx6yxh8.js} +2 -2
- package/dist/{otel-impl-jt7gpyp9.js → otel-impl-zs5exkpk.js} +1 -1
- package/dist/{pricing-refresh-xqnzh8dt.js → pricing-refresh-nqyf8bkb.js} +4 -4
- package/dist/{seed-pricing-56tjm1fj.js → seed-pricing-w3x550cj.js} +3 -3
- package/dist/{setup-tbwk8j10.js → setup-7729ktfj.js} +2 -2
- package/dist/{worker-e03za92t.js → worker-4ttemwhw.js} +19 -19
- package/openapi.json +90 -4
- package/package.json +3 -3
- package/src/be/memory/constants.ts +6 -0
- package/src/be/memory/providers/sqlite-store.ts +468 -71
- package/src/be/memory/raters/retrieval.ts +4 -2
- package/src/be/memory/reranker.ts +5 -2
- package/src/be/memory/retrieval-store.ts +2 -0
- package/src/be/memory/types.ts +46 -0
- package/src/be/migrations/099_memory_structured_key_versioning.sql +41 -0
- package/src/be/migrations/100_memory_retrieval_source.sql +8 -0
- package/src/be/migrations/101_script_connections.sql +67 -0
- package/src/be/script-connections.ts +744 -0
- package/src/be/script-credential-broker.ts +38 -0
- package/src/be/scripts/typecheck.ts +23 -2
- package/src/be/seed-scripts/catalog/boot-triage.inline.ts +16 -4
- package/src/be/seed-scripts/catalog/boot-triage.ts +16 -4
- package/src/commands/runner.ts +8 -6
- package/src/heartbeat/heartbeat.ts +42 -1
- package/src/heartbeat/index.ts +7 -1
- package/src/http/memory.ts +127 -14
- package/src/http/scripts.ts +15 -14
- package/src/scripts-runtime/api-client.ts +100 -0
- package/src/scripts-runtime/api-types.ts +45 -0
- package/src/scripts-runtime/credential-broker/README.md +40 -0
- package/src/scripts-runtime/credential-broker/broker.ts +51 -0
- package/src/scripts-runtime/credential-broker/default-bindings.ts +19 -0
- package/src/scripts-runtime/credential-broker/fetch-patch.ts +102 -0
- package/src/scripts-runtime/credential-broker/index.ts +17 -0
- package/src/scripts-runtime/credential-broker/store.ts +72 -0
- package/src/scripts-runtime/credential-broker/types.ts +54 -0
- package/src/scripts-runtime/ctx.ts +11 -1
- package/src/scripts-runtime/egress-secrets.ts +14 -76
- package/src/scripts-runtime/eval-harness.ts +1 -1
- package/src/scripts-runtime/executors/types.ts +5 -5
- package/src/scripts-runtime/loader.ts +6 -1
- package/src/scripts-runtime/sdk-allowlist.ts +1 -0
- package/src/scripts-runtime/types/stdlib.d.ts +11 -0
- package/src/scripts-runtime/types/swarm-sdk.d.ts +11 -0
- package/src/server.ts +6 -0
- package/src/tests/credential-broker.test.ts +281 -0
- package/src/tests/heartbeat.test.ts +239 -0
- package/src/tests/memory-edit.test.ts +177 -0
- package/src/tests/memory-hybrid.test.ts +212 -0
- package/src/tests/runner-repo-autostash.test.ts +39 -8
- package/src/tests/script-connections.test.ts +360 -0
- package/src/tests/scripts-http.test.ts +16 -10
- package/src/tests/scripts-runtime-secret-egress.test.ts +26 -5
- package/src/tests/swarm-config-reserved-keys.test.ts +23 -0
- package/src/tests/update-schedule-mcp-tool.test.ts +83 -4
- package/src/tools/credential-bindings/index.ts +1 -0
- package/src/tools/credential-bindings/tool.ts +238 -0
- package/src/tools/memory-edit.ts +148 -0
- package/src/tools/memory-search.ts +17 -10
- package/src/tools/schedules/delete-schedule.ts +18 -8
- package/src/tools/schedules/update-schedule.ts +4 -9
- package/src/tools/script-connections/index.ts +1 -0
- package/src/tools/script-connections/tool.ts +167 -0
- package/src/tools/swarm-config/delete-config.ts +5 -0
- package/src/tools/swarm-config/set-config.ts +23 -1
- package/src/tools/tool-config.ts +6 -1
- package/src/types.ts +6 -0
- package/src/workflows/executors/swarm-script.ts +2 -0
- package/templates/community/dora-metrics/PLAYBOOK.md +294 -0
- package/templates/community/dora-metrics/README.md +39 -0
- package/templates/community/dora-metrics/lead-prompt.md +56 -0
- package/templates/community/dora-metrics/report.mjs +393 -0
- package/templates/community/dora-metrics/run.sh +113 -0
- package/templates/schedules/weekly-dora-metrics/config.json +13 -0
- package/templates/schedules/weekly-dora-metrics/content.md +61 -0
- package/dist/cli-2307phk1.js +0 -24223
- package/dist/cli-2deg0cen.js +0 -120
package/dist/cli-2deg0cen.js
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
// src/slack/message-text.ts
|
|
2
|
-
function collectRichTextParts(node, parts) {
|
|
3
|
-
if (node == null || typeof node !== "object")
|
|
4
|
-
return;
|
|
5
|
-
const n = node;
|
|
6
|
-
if (n.type === "text" && n.text) {
|
|
7
|
-
parts.push(n.text);
|
|
8
|
-
}
|
|
9
|
-
if (Array.isArray(n.elements)) {
|
|
10
|
-
for (const child of n.elements) {
|
|
11
|
-
collectRichTextParts(child, parts);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
function extractSlackMessageText(msg) {
|
|
16
|
-
const topText = msg.text?.trim() ?? "";
|
|
17
|
-
const attachmentParts = [];
|
|
18
|
-
if (Array.isArray(msg.attachments) && msg.attachments.length > 0) {
|
|
19
|
-
for (const raw of msg.attachments) {
|
|
20
|
-
if (raw == null || typeof raw !== "object")
|
|
21
|
-
continue;
|
|
22
|
-
const a = raw;
|
|
23
|
-
const attParts = [];
|
|
24
|
-
const titleText = a.title_link && a.title ? `<${a.title_link}|${a.title}>` : a.title;
|
|
25
|
-
const seenPrimary = new Set;
|
|
26
|
-
for (const part of [a.pretext, titleText, a.text, a.fallback]) {
|
|
27
|
-
const s = part?.trim();
|
|
28
|
-
if (s && !seenPrimary.has(s)) {
|
|
29
|
-
seenPrimary.add(s);
|
|
30
|
-
attParts.push(s);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
if (Array.isArray(a.fields)) {
|
|
34
|
-
for (const field of a.fields) {
|
|
35
|
-
if (field == null || typeof field !== "object")
|
|
36
|
-
continue;
|
|
37
|
-
const f = field;
|
|
38
|
-
if (f.title && f.value)
|
|
39
|
-
attParts.push(`${f.title}: ${f.value}`);
|
|
40
|
-
else if (f.title)
|
|
41
|
-
attParts.push(f.title);
|
|
42
|
-
else if (f.value)
|
|
43
|
-
attParts.push(f.value);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
if (Array.isArray(a.actions)) {
|
|
47
|
-
for (const action of a.actions) {
|
|
48
|
-
if (action == null || typeof action !== "object")
|
|
49
|
-
continue;
|
|
50
|
-
const act = action;
|
|
51
|
-
if (act.url) {
|
|
52
|
-
attParts.push(act.text ? `<${act.url}|${act.text}>` : act.url);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
if (attParts.length > 0)
|
|
57
|
-
attachmentParts.push(attParts.join(`
|
|
58
|
-
`));
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
const blockParts = [];
|
|
62
|
-
if (Array.isArray(msg.blocks) && msg.blocks.length > 0) {
|
|
63
|
-
for (const rawBlock of msg.blocks) {
|
|
64
|
-
if (rawBlock == null || typeof rawBlock !== "object")
|
|
65
|
-
continue;
|
|
66
|
-
const block = rawBlock;
|
|
67
|
-
if (block.type === "section") {
|
|
68
|
-
if (block.text?.text)
|
|
69
|
-
blockParts.push(block.text.text);
|
|
70
|
-
if (Array.isArray(block.fields)) {
|
|
71
|
-
for (const field of block.fields) {
|
|
72
|
-
if (field != null && typeof field === "object" && field.text) {
|
|
73
|
-
blockParts.push(field.text);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
} else if (block.type === "rich_text" && Array.isArray(block.elements)) {
|
|
78
|
-
for (const el of block.elements) {
|
|
79
|
-
collectRichTextParts(el, blockParts);
|
|
80
|
-
}
|
|
81
|
-
} else if (block.type === "header") {
|
|
82
|
-
if (block.text?.text)
|
|
83
|
-
blockParts.push(block.text.text);
|
|
84
|
-
} else if (block.type === "context" && Array.isArray(block.elements)) {
|
|
85
|
-
for (const el of block.elements) {
|
|
86
|
-
if (el == null || typeof el !== "object")
|
|
87
|
-
continue;
|
|
88
|
-
const e = el;
|
|
89
|
-
if (e.text)
|
|
90
|
-
blockParts.push(e.text);
|
|
91
|
-
}
|
|
92
|
-
} else if (block.type === "actions" && Array.isArray(block.elements)) {
|
|
93
|
-
for (const el of block.elements) {
|
|
94
|
-
if (el == null || typeof el !== "object")
|
|
95
|
-
continue;
|
|
96
|
-
const e = el;
|
|
97
|
-
const label = e.text?.text;
|
|
98
|
-
const url = e.url;
|
|
99
|
-
if (label && url)
|
|
100
|
-
blockParts.push(`<${url}|${label}>`);
|
|
101
|
-
else if (label)
|
|
102
|
-
blockParts.push(label);
|
|
103
|
-
else if (url)
|
|
104
|
-
blockParts.push(url);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
const bodyText = [...attachmentParts, ...blockParts].filter(Boolean).join(`
|
|
110
|
-
`);
|
|
111
|
-
const bodyLines = new Set(bodyText.split(`
|
|
112
|
-
`).map((l) => l.trim()).filter(Boolean));
|
|
113
|
-
if (topText && !bodyLines.has(topText)) {
|
|
114
|
-
return bodyText ? `${topText}
|
|
115
|
-
${bodyText}` : topText;
|
|
116
|
-
}
|
|
117
|
-
return bodyText || topText;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export { extractSlackMessageText };
|