@sentry/junior 0.110.0 → 0.111.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/{agent-hooks-ELT4ODFF.js → agent-hooks-QQ2IWKOP.js} +8 -8
- package/dist/api.js +11 -11
- package/dist/app.js +521 -394
- package/dist/build/virtual-config.d.ts +2 -0
- package/dist/{catalog-runtime-4GI22PXK.js → catalog-runtime-D22W6QEJ.js} +5 -5
- package/dist/chat/agent/request.d.ts +3 -6
- package/dist/chat/agent/sandbox.d.ts +36 -11
- package/dist/chat/agent/tools.d.ts +5 -8
- package/dist/chat/config.d.ts +8 -1
- package/dist/chat/pi/sdk.d.ts +1 -1
- package/dist/chat/plugins/agent-hooks.d.ts +2 -2
- package/dist/chat/runtime/agent-continue-runner.d.ts +7 -3
- package/dist/chat/runtime/slack-runtime.d.ts +1 -2
- package/dist/chat/runtime/thread-state.d.ts +3 -7
- package/dist/chat/runtime/turn-preparation.d.ts +2 -2
- package/dist/chat/sandbox/command-result.d.ts +91 -0
- package/dist/chat/sandbox/errors.d.ts +3 -1
- package/dist/chat/sandbox/ref.d.ts +5 -0
- package/dist/chat/sandbox/sandbox.d.ts +19 -46
- package/dist/chat/sandbox/session.d.ts +16 -20
- package/dist/chat/sandbox/skill-sync.d.ts +2 -2
- package/dist/chat/sandbox/workspace.d.ts +14 -12
- package/dist/chat/services/turn-result.d.ts +3 -4
- package/dist/chat/task-execution/slack-work.d.ts +3 -1
- package/dist/chat/task-execution/state.d.ts +75 -22
- package/dist/chat/task-execution/store.d.ts +34 -3
- package/dist/chat/task-execution/worker.d.ts +0 -1
- package/dist/chat/tool-support/normalize-result.d.ts +2 -2
- package/dist/chat/tool-support/pi-tool-adapter.d.ts +2 -2
- package/dist/chat/tool-support/structured-result.d.ts +1 -2
- package/dist/chat/tools/sandbox/file-uploads.d.ts +1 -1
- package/dist/chat/{runtime → tools/sandbox}/generated-artifacts.d.ts +3 -3
- package/dist/chat/tools/types.d.ts +1 -1
- package/dist/chat/tools/web/fetch-content.d.ts +5 -0
- package/dist/chat/tools/web/image-generate.d.ts +2 -1
- package/dist/chat/tools/web/search.d.ts +1 -1
- package/dist/{chunk-W6RJZG7F.js → chunk-B45FPP2A.js} +306 -31
- package/dist/{chunk-SBOBTS27.js → chunk-BTRNMS6A.js} +2 -2
- package/dist/{chunk-L5XQPJ7T.js → chunk-IFAHK54X.js} +2 -2
- package/dist/{chunk-IYKPU7H6.js → chunk-J7APPQIJ.js} +1 -1
- package/dist/{chunk-3S7YYHBI.js → chunk-L6JPKANW.js} +1 -1
- package/dist/{chunk-W75ZPAGG.js → chunk-MPVES2IC.js} +1 -1
- package/dist/{chunk-WNOVRQ67.js → chunk-NQLWOTY4.js} +46 -18
- package/dist/{chunk-RHHRKSPI.js → chunk-OOLU34J4.js} +8714 -9027
- package/dist/{chunk-GK47NBDE.js → chunk-PYKKM4MM.js} +1 -1
- package/dist/{chunk-3UBQI73J.js → chunk-PZELBSHC.js} +7 -8
- package/dist/{chunk-2T7TIEXI.js → chunk-QQIVLZW4.js} +11 -15
- package/dist/{chunk-C5XAFTHY.js → chunk-SL3ZKNLQ.js} +16 -13
- package/dist/{chunk-3TV7OEHL.js → chunk-WSRBFHPX.js} +1 -1
- package/dist/{chunk-Y3H2DN6F.js → chunk-XQAYFRWT.js} +1 -1
- package/dist/{chunk-Y5FK3CNG.js → chunk-Z2W4SJZ7.js} +1 -1
- package/dist/{chunk-ZKIOWEFL.js → chunk-Z4G3WCP3.js} +1 -1
- package/dist/{chunk-4QU44P7Q.js → chunk-ZRZ4SVWG.js} +2 -2
- package/dist/cli/chat.js +19 -19
- package/dist/cli/check.js +6 -6
- package/dist/cli/plugins.js +11 -11
- package/dist/cli/snapshot-warmup.js +8 -8
- package/dist/cli/upgrade.js +5 -5
- package/dist/{db-Y6W6CWWW.js → db-WXQOQESG.js} +5 -5
- package/dist/instrumentation.js +2 -2
- package/dist/nitro.js +14 -8
- package/dist/{runner-BBFV5GLR.js → runner-4QY4XH4B.js} +19 -28
- package/dist/{skills-AR4AF32L.js → skills-P5MU4EBX.js} +6 -6
- package/dist/{validation-FBIEPTC2.js → validation-PQF5OP6T.js} +6 -6
- package/dist/version.js +1 -1
- package/package.json +6 -6
package/dist/app.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
processPluginTask,
|
|
7
7
|
requireTurnFailureEventId,
|
|
8
8
|
scheduleSessionCompletedPluginTasks
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-PZELBSHC.js";
|
|
10
10
|
import {
|
|
11
11
|
GET,
|
|
12
12
|
buildSentryConversationUrl,
|
|
13
13
|
conversationVisibilityFromSlackChannelType,
|
|
14
14
|
resolveSlackChannelTypeFromMessage,
|
|
15
15
|
resolveSlackConversationContext
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-L6JPKANW.js";
|
|
17
17
|
import "./chunk-2ZTTXTSZ.js";
|
|
18
18
|
import {
|
|
19
19
|
ConversationQueueMessageRejectedError,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
import {
|
|
32
32
|
validatePluginEgressCredentialHooks,
|
|
33
33
|
validatePluginRegistrations
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-Z2W4SJZ7.js";
|
|
35
35
|
import {
|
|
36
36
|
defineJuniorPlugins,
|
|
37
37
|
pluginCatalogConfigFromEnv,
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
splitSlackReplyText,
|
|
85
85
|
startOAuthFlow,
|
|
86
86
|
truncateStatusText
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-OOLU34J4.js";
|
|
88
88
|
import {
|
|
89
89
|
ConversationTurnBoundaryError,
|
|
90
90
|
CooperativeTurnYieldError,
|
|
@@ -143,8 +143,8 @@ import {
|
|
|
143
143
|
turnHasReply,
|
|
144
144
|
updateConversationStats,
|
|
145
145
|
upsertConversationMessage
|
|
146
|
-
} from "./chunk-
|
|
147
|
-
import "./chunk-
|
|
146
|
+
} from "./chunk-SL3ZKNLQ.js";
|
|
147
|
+
import "./chunk-B45FPP2A.js";
|
|
148
148
|
import "./chunk-MU6HHZEN.js";
|
|
149
149
|
import "./chunk-PDO5BLNM.js";
|
|
150
150
|
import "./chunk-UIE3R5XU.js";
|
|
@@ -163,12 +163,12 @@ import {
|
|
|
163
163
|
validatePlugins,
|
|
164
164
|
verifyScheduledTaskCredentialSubject,
|
|
165
165
|
verifySlackDirectCredentialSubject
|
|
166
|
-
} from "./chunk-
|
|
166
|
+
} from "./chunk-QQIVLZW4.js";
|
|
167
167
|
import {
|
|
168
168
|
acquireActiveLock,
|
|
169
169
|
getDefaultRedisStateAdapterFor,
|
|
170
170
|
getStateAdapter
|
|
171
|
-
} from "./chunk-
|
|
171
|
+
} from "./chunk-PYKKM4MM.js";
|
|
172
172
|
import {
|
|
173
173
|
SlackActionError,
|
|
174
174
|
downloadPrivateSlackFile,
|
|
@@ -179,7 +179,7 @@ import {
|
|
|
179
179
|
normalizeSlackConversationId,
|
|
180
180
|
runWithSlackInstallationToken,
|
|
181
181
|
runWithWorkspaceTeamId
|
|
182
|
-
} from "./chunk-
|
|
182
|
+
} from "./chunk-IFAHK54X.js";
|
|
183
183
|
import {
|
|
184
184
|
contextProvenance,
|
|
185
185
|
createSlackDestination,
|
|
@@ -193,7 +193,7 @@ import {
|
|
|
193
193
|
requireSlackDestination,
|
|
194
194
|
sameDestination,
|
|
195
195
|
withConversationEventLock
|
|
196
|
-
} from "./chunk-
|
|
196
|
+
} from "./chunk-ZRZ4SVWG.js";
|
|
197
197
|
import {
|
|
198
198
|
juniorConversationEvents,
|
|
199
199
|
juniorConversations
|
|
@@ -206,6 +206,7 @@ import {
|
|
|
206
206
|
botConfig,
|
|
207
207
|
completeObject,
|
|
208
208
|
completeText,
|
|
209
|
+
configureFunctionMaxDurationSeconds,
|
|
209
210
|
escapeXml,
|
|
210
211
|
getChatConfig,
|
|
211
212
|
getRuntimeMetadata,
|
|
@@ -221,7 +222,7 @@ import {
|
|
|
221
222
|
standardModelId,
|
|
222
223
|
stripRuntimeTurnContext,
|
|
223
224
|
trimTrailingAssistantMessages
|
|
224
|
-
} from "./chunk-
|
|
225
|
+
} from "./chunk-NQLWOTY4.js";
|
|
225
226
|
import {
|
|
226
227
|
juniorDestinations
|
|
227
228
|
} from "./chunk-VFUK3X5B.js";
|
|
@@ -233,16 +234,16 @@ import {
|
|
|
233
234
|
} from "./chunk-6Y5L4BOM.js";
|
|
234
235
|
import {
|
|
235
236
|
discoverSkills
|
|
236
|
-
} from "./chunk-
|
|
237
|
+
} from "./chunk-BTRNMS6A.js";
|
|
237
238
|
import {
|
|
238
239
|
pluginCatalogRuntime
|
|
239
|
-
} from "./chunk-
|
|
240
|
+
} from "./chunk-WSRBFHPX.js";
|
|
240
241
|
import {
|
|
241
242
|
buildOAuthTokenRequest,
|
|
242
243
|
credentialSubjectSchema,
|
|
243
244
|
hasRequiredOAuthScope,
|
|
244
245
|
parseOAuthTokenResponse
|
|
245
|
-
} from "./chunk-
|
|
246
|
+
} from "./chunk-XQAYFRWT.js";
|
|
246
247
|
import {
|
|
247
248
|
createActor,
|
|
248
249
|
createSlackActor,
|
|
@@ -267,7 +268,7 @@ import {
|
|
|
267
268
|
setTags,
|
|
268
269
|
withContext,
|
|
269
270
|
withSpan
|
|
270
|
-
} from "./chunk-
|
|
271
|
+
} from "./chunk-J7APPQIJ.js";
|
|
271
272
|
import {
|
|
272
273
|
isRecord,
|
|
273
274
|
parseSlackChannelId,
|
|
@@ -284,10 +285,10 @@ import {
|
|
|
284
285
|
} from "./chunk-3V7OFJZC.js";
|
|
285
286
|
import {
|
|
286
287
|
JUNIOR_PLUGIN_TASK_CALLBACK_ROUTE
|
|
287
|
-
} from "./chunk-
|
|
288
|
+
} from "./chunk-MPVES2IC.js";
|
|
288
289
|
import {
|
|
289
290
|
JUNIOR_VERSION
|
|
290
|
-
} from "./chunk-
|
|
291
|
+
} from "./chunk-Z4G3WCP3.js";
|
|
291
292
|
import "./chunk-MLKGABMK.js";
|
|
292
293
|
|
|
293
294
|
// src/app.ts
|
|
@@ -823,8 +824,7 @@ async function persistRuntimePatch(args) {
|
|
|
823
824
|
await persistThreadStateById(args.threadId, {
|
|
824
825
|
artifacts: args.artifacts,
|
|
825
826
|
conversation: args.conversation,
|
|
826
|
-
|
|
827
|
-
sandboxDependencyProfileHash: args.sandboxDependencyProfileHash
|
|
827
|
+
sandboxRef: args.sandboxRef
|
|
828
828
|
});
|
|
829
829
|
}
|
|
830
830
|
async function markDispatch(args) {
|
|
@@ -946,8 +946,7 @@ async function runAgentDispatchSlice(callback, deps) {
|
|
|
946
946
|
return;
|
|
947
947
|
}
|
|
948
948
|
let artifacts = coerceThreadArtifactsState(persisted);
|
|
949
|
-
let
|
|
950
|
-
let sandboxDependencyProfileHash = typeof persisted.app_sandbox_dependency_profile_hash === "string" ? persisted.app_sandbox_dependency_profile_hash : void 0;
|
|
949
|
+
let sandboxRef = getPersistedSandboxState(persisted);
|
|
951
950
|
const channelConfiguration = getChannelConfigurationServiceById(
|
|
952
951
|
dispatch.destination.channelId
|
|
953
952
|
);
|
|
@@ -1052,24 +1051,19 @@ async function runAgentDispatchSlice(callback, deps) {
|
|
|
1052
1051
|
},
|
|
1053
1052
|
state: {
|
|
1054
1053
|
artifactState: artifacts,
|
|
1055
|
-
|
|
1056
|
-
sandboxId,
|
|
1057
|
-
sandboxDependencyProfileHash
|
|
1058
|
-
}
|
|
1054
|
+
sandboxRef
|
|
1059
1055
|
},
|
|
1060
1056
|
delivery: {
|
|
1061
1057
|
onAssistantMessage: deliverAssistantMessage
|
|
1062
1058
|
},
|
|
1063
1059
|
durability: {
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
sandboxDependencyProfileHash = sandbox.sandboxDependencyProfileHash;
|
|
1060
|
+
onSandboxRefChanged: async (nextSandboxRef) => {
|
|
1061
|
+
sandboxRef = nextSandboxRef;
|
|
1067
1062
|
await persistRuntimePatch({
|
|
1068
1063
|
threadId: conversationId,
|
|
1069
1064
|
conversation,
|
|
1070
1065
|
artifacts,
|
|
1071
|
-
|
|
1072
|
-
sandboxDependencyProfileHash
|
|
1066
|
+
sandboxRef
|
|
1073
1067
|
});
|
|
1074
1068
|
},
|
|
1075
1069
|
onArtifactStateUpdated: async (nextArtifacts2) => {
|
|
@@ -1078,8 +1072,7 @@ async function runAgentDispatchSlice(callback, deps) {
|
|
|
1078
1072
|
threadId: conversationId,
|
|
1079
1073
|
conversation,
|
|
1080
1074
|
artifacts,
|
|
1081
|
-
|
|
1082
|
-
sandboxDependencyProfileHash
|
|
1075
|
+
sandboxRef
|
|
1083
1076
|
});
|
|
1084
1077
|
}
|
|
1085
1078
|
}
|
|
@@ -1141,8 +1134,7 @@ async function runAgentDispatchSlice(callback, deps) {
|
|
|
1141
1134
|
threadId: conversationId,
|
|
1142
1135
|
conversation,
|
|
1143
1136
|
artifacts: nextArtifacts,
|
|
1144
|
-
|
|
1145
|
-
sandboxDependencyProfileHash: reply.sandboxDependencyProfileHash ?? sandboxDependencyProfileHash
|
|
1137
|
+
sandboxRef: reply.sandboxRef ?? sandboxRef
|
|
1146
1138
|
});
|
|
1147
1139
|
});
|
|
1148
1140
|
statePersisted = true;
|
|
@@ -1313,8 +1305,10 @@ import { timingSafeEqual as timingSafeEqual2 } from "crypto";
|
|
|
1313
1305
|
|
|
1314
1306
|
// src/chat/task-execution/state.ts
|
|
1315
1307
|
import { randomUUID } from "crypto";
|
|
1308
|
+
import { destinationSchema as destinationSchema2 } from "@sentry/junior-plugin-api";
|
|
1309
|
+
import { z as z2 } from "zod";
|
|
1316
1310
|
var CONVERSATION_PREFIX = "junior:conversation";
|
|
1317
|
-
var CONVERSATION_SCHEMA_VERSION =
|
|
1311
|
+
var CONVERSATION_SCHEMA_VERSION = 2;
|
|
1318
1312
|
var CONVERSATION_ACTIVITY_INDEX_MAX_LENGTH = 1e4;
|
|
1319
1313
|
var CONVERSATION_INDEX_LOCK_TTL_MS = 1e4;
|
|
1320
1314
|
var CONVERSATION_INDEX_LOCK_WAIT_MS = 2e3;
|
|
@@ -1345,6 +1339,36 @@ var CONVERSATION_WORK_LEASE_TTL_MS = 9e4;
|
|
|
1345
1339
|
var CONVERSATION_WORK_CHECK_IN_INTERVAL_MS = 15e3;
|
|
1346
1340
|
var CONVERSATION_WORK_STALE_ENQUEUE_MS = 6e4;
|
|
1347
1341
|
var CONVERSATION_WORK_MAX_DELIVERY_ATTEMPTS = 5;
|
|
1342
|
+
var inboundMessageSourceSchema = z2.enum([
|
|
1343
|
+
"api",
|
|
1344
|
+
"internal",
|
|
1345
|
+
"local",
|
|
1346
|
+
"plugin",
|
|
1347
|
+
"resource_event",
|
|
1348
|
+
"scheduler",
|
|
1349
|
+
"slack"
|
|
1350
|
+
]);
|
|
1351
|
+
var agentInputSchema = z2.object({
|
|
1352
|
+
attachments: z2.array(z2.unknown()).optional(),
|
|
1353
|
+
authorId: z2.string().min(1).optional(),
|
|
1354
|
+
metadata: z2.record(z2.string(), z2.unknown()).optional(),
|
|
1355
|
+
text: z2.string()
|
|
1356
|
+
}).strict().refine((input) => input.text.trim() || input.attachments?.length, {
|
|
1357
|
+
message: "agent input requires text or attachments"
|
|
1358
|
+
});
|
|
1359
|
+
var inboundMessageDeliverySchema = z2.enum(["defer", "interrupt"]);
|
|
1360
|
+
var inboundMessageSchema = z2.object({
|
|
1361
|
+
attemptCount: z2.number().finite().optional(),
|
|
1362
|
+
conversationId: z2.string().refine((value) => value.trim().length > 0),
|
|
1363
|
+
createdAtMs: z2.number().finite(),
|
|
1364
|
+
delivery: inboundMessageDeliverySchema,
|
|
1365
|
+
destination: destinationSchema2,
|
|
1366
|
+
inboundMessageId: z2.string().refine((value) => value.trim().length > 0),
|
|
1367
|
+
injectedAtMs: z2.number().finite().optional(),
|
|
1368
|
+
input: agentInputSchema,
|
|
1369
|
+
receivedAtMs: z2.number().finite(),
|
|
1370
|
+
source: inboundMessageSourceSchema
|
|
1371
|
+
}).strict();
|
|
1348
1372
|
function conversationKey(conversationId) {
|
|
1349
1373
|
return `${CONVERSATION_PREFIX}:${conversationId}`;
|
|
1350
1374
|
}
|
|
@@ -1364,10 +1388,16 @@ function inputHasAttachments(input) {
|
|
|
1364
1388
|
return Array.isArray(input.attachments) && input.attachments.length > 0;
|
|
1365
1389
|
}
|
|
1366
1390
|
function upgradedPendingMessage(stored, duplicate) {
|
|
1367
|
-
|
|
1391
|
+
const promotesInterrupt = stored.delivery === "defer" && duplicate.delivery === "interrupt";
|
|
1392
|
+
const delivery = promotesInterrupt ? "interrupt" : stored.delivery;
|
|
1393
|
+
const input = promotesInterrupt ? {
|
|
1394
|
+
...duplicate.input,
|
|
1395
|
+
...inputHasAttachments(duplicate.input) || !inputHasAttachments(stored.input) ? {} : { attachments: stored.input.attachments }
|
|
1396
|
+
} : inputHasAttachments(duplicate.input) && !inputHasAttachments(stored.input) ? duplicate.input : stored.input;
|
|
1397
|
+
if (input === stored.input && delivery === stored.delivery) {
|
|
1368
1398
|
return stored;
|
|
1369
1399
|
}
|
|
1370
|
-
return { ...stored,
|
|
1400
|
+
return { ...stored, delivery, input };
|
|
1371
1401
|
}
|
|
1372
1402
|
function compareIndexDescending(left, right) {
|
|
1373
1403
|
return right.score - left.score || right.conversationId.localeCompare(left.conversationId);
|
|
@@ -1379,10 +1409,8 @@ function uniqueStrings(values) {
|
|
|
1379
1409
|
return [...new Set(values)];
|
|
1380
1410
|
}
|
|
1381
1411
|
function normalizeSource(value) {
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
}
|
|
1385
|
-
return void 0;
|
|
1412
|
+
const parsed = inboundMessageSourceSchema.safeParse(value);
|
|
1413
|
+
return parsed.success ? parsed.data : void 0;
|
|
1386
1414
|
}
|
|
1387
1415
|
function normalizeExecutionStatus(value) {
|
|
1388
1416
|
if (value === "awaiting_resume" || value === "failed" || value === "idle" || value === "pending" || value === "running") {
|
|
@@ -1390,53 +1418,13 @@ function normalizeExecutionStatus(value) {
|
|
|
1390
1418
|
}
|
|
1391
1419
|
return void 0;
|
|
1392
1420
|
}
|
|
1393
|
-
function
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
if (!isRecord(value)) {
|
|
1401
|
-
return void 0;
|
|
1402
|
-
}
|
|
1403
|
-
const text = typeof value.text === "string" ? value.text : void 0;
|
|
1404
|
-
const attachments = Array.isArray(value.attachments) ? [...value.attachments] : void 0;
|
|
1405
|
-
if (text === void 0 || !text.trim() && !attachments?.length) {
|
|
1406
|
-
return void 0;
|
|
1407
|
-
}
|
|
1408
|
-
return {
|
|
1409
|
-
text,
|
|
1410
|
-
authorId: toOptionalString(value.authorId),
|
|
1411
|
-
attachments,
|
|
1412
|
-
metadata: normalizeMetadata2(value.metadata)
|
|
1413
|
-
};
|
|
1414
|
-
}
|
|
1415
|
-
function normalizeMessage(value) {
|
|
1416
|
-
if (!isRecord(value)) {
|
|
1417
|
-
return void 0;
|
|
1418
|
-
}
|
|
1419
|
-
const conversationId = toOptionalString(value.conversationId);
|
|
1420
|
-
const inboundMessageId = toOptionalString(value.inboundMessageId);
|
|
1421
|
-
const source = normalizeSource(value.source);
|
|
1422
|
-
const destination = parseDestination(value.destination);
|
|
1423
|
-
const createdAtMs = toOptionalNumber(value.createdAtMs);
|
|
1424
|
-
const receivedAtMs = toOptionalNumber(value.receivedAtMs);
|
|
1425
|
-
const input = normalizeInput(value.input);
|
|
1426
|
-
if (!conversationId || !destination || !inboundMessageId || !source || typeof createdAtMs !== "number" || typeof receivedAtMs !== "number" || !input) {
|
|
1427
|
-
return void 0;
|
|
1428
|
-
}
|
|
1429
|
-
return {
|
|
1430
|
-
conversationId,
|
|
1431
|
-
destination,
|
|
1432
|
-
inboundMessageId,
|
|
1433
|
-
source,
|
|
1434
|
-
createdAtMs,
|
|
1435
|
-
receivedAtMs,
|
|
1436
|
-
input,
|
|
1437
|
-
injectedAtMs: toOptionalNumber(value.injectedAtMs),
|
|
1438
|
-
attemptCount: toOptionalNumber(value.attemptCount)
|
|
1439
|
-
};
|
|
1421
|
+
function normalizeMessage(value, schemaVersion) {
|
|
1422
|
+
const candidate = schemaVersion === 1 && isRecord(value) && value.delivery === void 0 ? {
|
|
1423
|
+
...value,
|
|
1424
|
+
delivery: "defer"
|
|
1425
|
+
} : value;
|
|
1426
|
+
const parsed = inboundMessageSchema.safeParse(candidate);
|
|
1427
|
+
return parsed.success ? parsed.data : void 0;
|
|
1440
1428
|
}
|
|
1441
1429
|
function isFinalAttempt(message) {
|
|
1442
1430
|
return (message.attemptCount ?? 0) >= CONVERSATION_WORK_MAX_DELIVERY_ATTEMPTS - 1;
|
|
@@ -1462,7 +1450,7 @@ function normalizeLease(value) {
|
|
|
1462
1450
|
expiresAtMs
|
|
1463
1451
|
};
|
|
1464
1452
|
}
|
|
1465
|
-
function normalizeExecution(conversationId, value) {
|
|
1453
|
+
function normalizeExecution(conversationId, value, schemaVersion) {
|
|
1466
1454
|
if (!isRecord(value)) {
|
|
1467
1455
|
return void 0;
|
|
1468
1456
|
}
|
|
@@ -1470,7 +1458,20 @@ function normalizeExecution(conversationId, value) {
|
|
|
1470
1458
|
if (!status) {
|
|
1471
1459
|
return void 0;
|
|
1472
1460
|
}
|
|
1473
|
-
const pendingMessages2 =
|
|
1461
|
+
const pendingMessages2 = [];
|
|
1462
|
+
if (Array.isArray(value.pendingMessages)) {
|
|
1463
|
+
for (const rawMessage of value.pendingMessages) {
|
|
1464
|
+
const message = normalizeMessage(rawMessage, schemaVersion);
|
|
1465
|
+
if (!message || message.conversationId !== conversationId) {
|
|
1466
|
+
return void 0;
|
|
1467
|
+
}
|
|
1468
|
+
if (message.injectedAtMs !== void 0) {
|
|
1469
|
+
continue;
|
|
1470
|
+
}
|
|
1471
|
+
pendingMessages2.push(message);
|
|
1472
|
+
}
|
|
1473
|
+
pendingMessages2.sort(compareMessages);
|
|
1474
|
+
}
|
|
1474
1475
|
const inboundMessageIds = Array.isArray(value.inboundMessageIds) ? uniqueStrings(
|
|
1475
1476
|
value.inboundMessageIds.map((id) => typeof id === "string" ? id : void 0).filter((id) => Boolean(id))
|
|
1476
1477
|
) : [];
|
|
@@ -1492,14 +1493,19 @@ function normalizeExecution(conversationId, value) {
|
|
|
1492
1493
|
};
|
|
1493
1494
|
}
|
|
1494
1495
|
function normalizeConversation(conversationId, value) {
|
|
1495
|
-
if (!isRecord(value) || value.schemaVersion !== CONVERSATION_SCHEMA_VERSION) {
|
|
1496
|
+
if (!isRecord(value) || value.schemaVersion !== 1 && value.schemaVersion !== CONVERSATION_SCHEMA_VERSION) {
|
|
1496
1497
|
return void 0;
|
|
1497
1498
|
}
|
|
1499
|
+
const schemaVersion = value.schemaVersion;
|
|
1498
1500
|
const storedConversationId = toOptionalString(value.conversationId);
|
|
1499
1501
|
const createdAtMs = toOptionalNumber(value.createdAtMs);
|
|
1500
1502
|
const lastActivityAtMs = toOptionalNumber(value.lastActivityAtMs);
|
|
1501
1503
|
const updatedAtMs = toOptionalNumber(value.updatedAtMs);
|
|
1502
|
-
const execution = normalizeExecution(
|
|
1504
|
+
const execution = normalizeExecution(
|
|
1505
|
+
conversationId,
|
|
1506
|
+
value.execution,
|
|
1507
|
+
schemaVersion
|
|
1508
|
+
);
|
|
1503
1509
|
const destination = value.destination === void 0 ? void 0 : parseDestination(value.destination);
|
|
1504
1510
|
if (storedConversationId !== conversationId || typeof createdAtMs !== "number" || typeof lastActivityAtMs !== "number" || typeof updatedAtMs !== "number" || !execution || value.destination !== void 0 && !destination) {
|
|
1505
1511
|
return void 0;
|
|
@@ -2107,7 +2113,7 @@ async function startConversationWork(args) {
|
|
|
2107
2113
|
{
|
|
2108
2114
|
...current.execution,
|
|
2109
2115
|
lease,
|
|
2110
|
-
status: "running",
|
|
2116
|
+
status: current.execution.status === "awaiting_resume" ? "awaiting_resume" : "running",
|
|
2111
2117
|
runId: current.execution.runId ?? randomUUID(),
|
|
2112
2118
|
lastEnqueuedAtMs: void 0
|
|
2113
2119
|
},
|
|
@@ -2159,22 +2165,25 @@ async function drainConversationMailbox(args) {
|
|
|
2159
2165
|
return pendingMessages(current);
|
|
2160
2166
|
});
|
|
2161
2167
|
if (pending.length === 0) {
|
|
2162
|
-
return [];
|
|
2168
|
+
return { changed: false, messages: [] };
|
|
2163
2169
|
}
|
|
2164
|
-
const
|
|
2170
|
+
const result = await args.handle(pending);
|
|
2165
2171
|
const pendingIds = new Set(
|
|
2166
2172
|
pending.map((message) => message.inboundMessageId)
|
|
2167
2173
|
);
|
|
2168
|
-
|
|
2174
|
+
const acknowledgedIds = new Set(
|
|
2175
|
+
result ?? pending.map((message) => message.inboundMessageId)
|
|
2176
|
+
);
|
|
2177
|
+
for (const inboundMessageId of acknowledgedIds) {
|
|
2169
2178
|
if (!pendingIds.has(inboundMessageId)) {
|
|
2170
2179
|
throw new Error(
|
|
2171
|
-
`Conversation mailbox
|
|
2180
|
+
`Conversation mailbox drain result is not pending for ${args.conversationId}`
|
|
2172
2181
|
);
|
|
2173
2182
|
}
|
|
2174
2183
|
}
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2184
|
+
if (acknowledgedIds.size === 0) {
|
|
2185
|
+
return { changed: false, messages: [] };
|
|
2186
|
+
}
|
|
2178
2187
|
await withConversationMutation(args, async (state, lock) => {
|
|
2179
2188
|
const current = await readConversation(state, args.conversationId);
|
|
2180
2189
|
if (!current || current.execution.lease?.token !== args.leaseToken) {
|
|
@@ -2183,7 +2192,7 @@ async function drainConversationMailbox(args) {
|
|
|
2183
2192
|
);
|
|
2184
2193
|
}
|
|
2185
2194
|
const pendingMessages2 = current.execution.pendingMessages.filter(
|
|
2186
|
-
(message) => !
|
|
2195
|
+
(message) => !acknowledgedIds.has(message.inboundMessageId)
|
|
2187
2196
|
);
|
|
2188
2197
|
await writeConversation(
|
|
2189
2198
|
state,
|
|
@@ -2199,7 +2208,12 @@ async function drainConversationMailbox(args) {
|
|
|
2199
2208
|
)
|
|
2200
2209
|
);
|
|
2201
2210
|
});
|
|
2202
|
-
return
|
|
2211
|
+
return {
|
|
2212
|
+
changed: true,
|
|
2213
|
+
messages: pending.filter(
|
|
2214
|
+
(message) => acknowledgedIds.has(message.inboundMessageId)
|
|
2215
|
+
)
|
|
2216
|
+
};
|
|
2203
2217
|
}
|
|
2204
2218
|
async function ackMessages(args) {
|
|
2205
2219
|
const nowMs = args.nowMs ?? now();
|
|
@@ -2260,6 +2274,28 @@ async function requestConversationContinuation(args) {
|
|
|
2260
2274
|
return true;
|
|
2261
2275
|
});
|
|
2262
2276
|
}
|
|
2277
|
+
async function beginConversationResume(args) {
|
|
2278
|
+
const nowMs = args.nowMs ?? now();
|
|
2279
|
+
return await withConversationMutation(args, async (state, lock) => {
|
|
2280
|
+
const current = await readConversation(state, args.conversationId);
|
|
2281
|
+
if (!current || current.execution.lease?.token !== args.leaseToken || current.execution.status !== "awaiting_resume") {
|
|
2282
|
+
return false;
|
|
2283
|
+
}
|
|
2284
|
+
await writeConversation(
|
|
2285
|
+
state,
|
|
2286
|
+
lock,
|
|
2287
|
+
withExecutionUpdate(
|
|
2288
|
+
current,
|
|
2289
|
+
{
|
|
2290
|
+
...current.execution,
|
|
2291
|
+
status: "running"
|
|
2292
|
+
},
|
|
2293
|
+
nowMs
|
|
2294
|
+
)
|
|
2295
|
+
);
|
|
2296
|
+
return true;
|
|
2297
|
+
});
|
|
2298
|
+
}
|
|
2263
2299
|
async function releaseConversationWork(args) {
|
|
2264
2300
|
const nowMs = args.nowMs ?? now();
|
|
2265
2301
|
return await withConversationMutation(args, async (state, lock) => {
|
|
@@ -2301,7 +2337,7 @@ async function completeConversationWork(args) {
|
|
|
2301
2337
|
{
|
|
2302
2338
|
...current.execution,
|
|
2303
2339
|
lease: void 0,
|
|
2304
|
-
status:
|
|
2340
|
+
status: needsRun ? "awaiting_resume" : hasPending ? "pending" : "idle",
|
|
2305
2341
|
runId: runnable ? current.execution.runId : void 0
|
|
2306
2342
|
},
|
|
2307
2343
|
nowMs
|
|
@@ -2410,7 +2446,7 @@ async function clearExpiredConversationLease(args) {
|
|
|
2410
2446
|
{
|
|
2411
2447
|
...current.execution,
|
|
2412
2448
|
lease: void 0,
|
|
2413
|
-
status: "
|
|
2449
|
+
status: "awaiting_resume"
|
|
2414
2450
|
},
|
|
2415
2451
|
nowMs
|
|
2416
2452
|
)
|
|
@@ -2501,6 +2537,9 @@ async function ensureConversationWake(args) {
|
|
|
2501
2537
|
if (!conversation.destination) {
|
|
2502
2538
|
return { status: "no_work" };
|
|
2503
2539
|
}
|
|
2540
|
+
if (args.replaceExistingWake !== true && conversation.execution.lease && conversation.execution.lease.expiresAtMs > nowMs) {
|
|
2541
|
+
return { status: "lease_active" };
|
|
2542
|
+
}
|
|
2504
2543
|
if (args.replaceExistingWake !== true && hasRecentEnqueueMarker(conversation, nowMs)) {
|
|
2505
2544
|
return { status: "already_enqueued" };
|
|
2506
2545
|
}
|
|
@@ -2612,10 +2651,10 @@ async function checkInConversationWork2(args) {
|
|
|
2612
2651
|
}
|
|
2613
2652
|
async function drainConversationMailbox2(args) {
|
|
2614
2653
|
const result = await drainConversationMailbox(args);
|
|
2615
|
-
if (result.
|
|
2654
|
+
if (result.changed) {
|
|
2616
2655
|
await recordExecutionMetadata(args);
|
|
2617
2656
|
}
|
|
2618
|
-
return result;
|
|
2657
|
+
return result.messages;
|
|
2619
2658
|
}
|
|
2620
2659
|
async function ackMessages2(args) {
|
|
2621
2660
|
const result = await ackMessages(args);
|
|
@@ -2627,6 +2666,13 @@ async function requestConversationContinuation2(args) {
|
|
|
2627
2666
|
await recordExecutionMetadata(args);
|
|
2628
2667
|
return result;
|
|
2629
2668
|
}
|
|
2669
|
+
async function beginConversationResume2(args) {
|
|
2670
|
+
const result = await beginConversationResume(args);
|
|
2671
|
+
if (result) {
|
|
2672
|
+
await recordExecutionMetadata(args);
|
|
2673
|
+
}
|
|
2674
|
+
return result;
|
|
2675
|
+
}
|
|
2630
2676
|
async function releaseConversationWork2(args) {
|
|
2631
2677
|
const result = await releaseConversationWork(args);
|
|
2632
2678
|
await recordExecutionMetadata(args);
|
|
@@ -4313,12 +4359,11 @@ function createResumeReplyContext(args, statusSession, delivery) {
|
|
|
4313
4359
|
delivery,
|
|
4314
4360
|
durability: {
|
|
4315
4361
|
...replyContext.durability,
|
|
4316
|
-
|
|
4362
|
+
onSandboxRefChanged: async (sandboxRef) => {
|
|
4317
4363
|
await persistThreadStateById(threadId, {
|
|
4318
|
-
|
|
4319
|
-
sandboxDependencyProfileHash: sandbox.sandboxDependencyProfileHash
|
|
4364
|
+
sandboxRef
|
|
4320
4365
|
});
|
|
4321
|
-
await replyContext.durability?.
|
|
4366
|
+
await replyContext.durability?.onSandboxRefChanged?.(sandboxRef);
|
|
4322
4367
|
},
|
|
4323
4368
|
onArtifactStateUpdated: async (artifacts) => {
|
|
4324
4369
|
await persistThreadStateById(threadId, { artifacts });
|
|
@@ -5067,7 +5112,7 @@ async function resumeAuthorizedMcpTurn(args) {
|
|
|
5067
5112
|
state: {
|
|
5068
5113
|
artifactState: lockedArtifacts,
|
|
5069
5114
|
pendingAuth: lockedPendingAuth,
|
|
5070
|
-
|
|
5115
|
+
sandboxRef: getPersistedSandboxState(lockedState)
|
|
5071
5116
|
},
|
|
5072
5117
|
durability: {
|
|
5073
5118
|
recordPendingAuth: async (nextPendingAuth) => {
|
|
@@ -5665,7 +5710,7 @@ async function resumeOAuthSessionRecordTurn(stored, options) {
|
|
|
5665
5710
|
state: {
|
|
5666
5711
|
artifactState: lockedArtifacts,
|
|
5667
5712
|
pendingAuth: lockedPendingAuth,
|
|
5668
|
-
|
|
5713
|
+
sandboxRef: getPersistedSandboxState(lockedState)
|
|
5669
5714
|
},
|
|
5670
5715
|
durability: {
|
|
5671
5716
|
recordPendingAuth: async (nextPendingAuth) => {
|
|
@@ -6302,7 +6347,7 @@ import {
|
|
|
6302
6347
|
Message,
|
|
6303
6348
|
ThreadImpl
|
|
6304
6349
|
} from "chat";
|
|
6305
|
-
import { z as
|
|
6350
|
+
import { z as z4 } from "zod";
|
|
6306
6351
|
|
|
6307
6352
|
// src/chat/ingress/message-router.ts
|
|
6308
6353
|
function normalizeIncomingSlackThreadId(threadId, message) {
|
|
@@ -6473,14 +6518,14 @@ async function ensureSlackMessageActorIdentity(message, teamId, lookupSlackUser2
|
|
|
6473
6518
|
}
|
|
6474
6519
|
|
|
6475
6520
|
// src/chat/slack/user.ts
|
|
6476
|
-
import { z as
|
|
6477
|
-
var slackUserInfoSchema =
|
|
6478
|
-
ok:
|
|
6479
|
-
user:
|
|
6480
|
-
name:
|
|
6481
|
-
profile:
|
|
6482
|
-
email:
|
|
6483
|
-
real_name:
|
|
6521
|
+
import { z as z3 } from "zod";
|
|
6522
|
+
var slackUserInfoSchema = z3.object({
|
|
6523
|
+
ok: z3.literal(true),
|
|
6524
|
+
user: z3.object({
|
|
6525
|
+
name: z3.string().nullish(),
|
|
6526
|
+
profile: z3.object({
|
|
6527
|
+
email: z3.string().nullish(),
|
|
6528
|
+
real_name: z3.string().nullish()
|
|
6484
6529
|
}).optional()
|
|
6485
6530
|
})
|
|
6486
6531
|
});
|
|
@@ -6568,14 +6613,14 @@ async function lookupSlackUser(teamId, userId) {
|
|
|
6568
6613
|
}
|
|
6569
6614
|
|
|
6570
6615
|
// src/chat/task-execution/slack-work.ts
|
|
6571
|
-
var slackConversationRouteSchema =
|
|
6572
|
-
var serializedDateSchema =
|
|
6573
|
-
var mdastPointSchema =
|
|
6574
|
-
column:
|
|
6575
|
-
line:
|
|
6576
|
-
offset:
|
|
6616
|
+
var slackConversationRouteSchema = z4.enum(["mention", "subscribed"]);
|
|
6617
|
+
var serializedDateSchema = z4.iso.datetime();
|
|
6618
|
+
var mdastPointSchema = z4.object({
|
|
6619
|
+
column: z4.number().int().positive(),
|
|
6620
|
+
line: z4.number().int().positive(),
|
|
6621
|
+
offset: z4.number().int().nonnegative().optional()
|
|
6577
6622
|
}).strict();
|
|
6578
|
-
var mdastPositionSchema =
|
|
6623
|
+
var mdastPositionSchema = z4.object({
|
|
6579
6624
|
end: mdastPointSchema,
|
|
6580
6625
|
start: mdastPointSchema
|
|
6581
6626
|
}).strict();
|
|
@@ -6687,7 +6732,7 @@ function isFormattedContentNode(value) {
|
|
|
6687
6732
|
return false;
|
|
6688
6733
|
}
|
|
6689
6734
|
}
|
|
6690
|
-
var formattedContentSchema =
|
|
6735
|
+
var formattedContentSchema = z4.custom(
|
|
6691
6736
|
(value) => {
|
|
6692
6737
|
if (typeof value !== "object" || value === null || Array.isArray(value)) {
|
|
6693
6738
|
return false;
|
|
@@ -6697,79 +6742,79 @@ var formattedContentSchema = z3.custom(
|
|
|
6697
6742
|
},
|
|
6698
6743
|
"must be a valid formatted-content root"
|
|
6699
6744
|
);
|
|
6700
|
-
var serializedMessageSchema =
|
|
6701
|
-
_type:
|
|
6702
|
-
attachments:
|
|
6703
|
-
|
|
6704
|
-
type:
|
|
6705
|
-
url:
|
|
6706
|
-
name:
|
|
6707
|
-
mimeType:
|
|
6708
|
-
size:
|
|
6709
|
-
width:
|
|
6710
|
-
height:
|
|
6711
|
-
fetchMetadata:
|
|
6745
|
+
var serializedMessageSchema = z4.object({
|
|
6746
|
+
_type: z4.literal("chat:Message"),
|
|
6747
|
+
attachments: z4.array(
|
|
6748
|
+
z4.object({
|
|
6749
|
+
type: z4.enum(["image", "file", "video", "audio"]),
|
|
6750
|
+
url: z4.string().optional(),
|
|
6751
|
+
name: z4.string().optional(),
|
|
6752
|
+
mimeType: z4.string().optional(),
|
|
6753
|
+
size: z4.number().finite().optional(),
|
|
6754
|
+
width: z4.number().finite().optional(),
|
|
6755
|
+
height: z4.number().finite().optional(),
|
|
6756
|
+
fetchMetadata: z4.record(z4.string(), z4.string()).optional()
|
|
6712
6757
|
}).strict()
|
|
6713
6758
|
),
|
|
6714
|
-
author:
|
|
6715
|
-
userId:
|
|
6716
|
-
userName:
|
|
6717
|
-
fullName:
|
|
6718
|
-
isBot:
|
|
6719
|
-
isMe:
|
|
6759
|
+
author: z4.object({
|
|
6760
|
+
userId: z4.string(),
|
|
6761
|
+
userName: z4.string(),
|
|
6762
|
+
fullName: z4.string(),
|
|
6763
|
+
isBot: z4.union([z4.boolean(), z4.literal("unknown")]),
|
|
6764
|
+
isMe: z4.boolean()
|
|
6720
6765
|
}).strict(),
|
|
6721
6766
|
formatted: formattedContentSchema,
|
|
6722
|
-
id:
|
|
6723
|
-
isMention:
|
|
6724
|
-
links:
|
|
6725
|
-
|
|
6726
|
-
url:
|
|
6727
|
-
title:
|
|
6728
|
-
description:
|
|
6729
|
-
imageUrl:
|
|
6730
|
-
siteName:
|
|
6767
|
+
id: z4.string().min(1),
|
|
6768
|
+
isMention: z4.boolean().optional(),
|
|
6769
|
+
links: z4.array(
|
|
6770
|
+
z4.object({
|
|
6771
|
+
url: z4.string(),
|
|
6772
|
+
title: z4.string().optional(),
|
|
6773
|
+
description: z4.string().optional(),
|
|
6774
|
+
imageUrl: z4.string().optional(),
|
|
6775
|
+
siteName: z4.string().optional()
|
|
6731
6776
|
}).strict()
|
|
6732
6777
|
).optional(),
|
|
6733
|
-
metadata:
|
|
6778
|
+
metadata: z4.object({
|
|
6734
6779
|
dateSent: serializedDateSchema,
|
|
6735
|
-
edited:
|
|
6780
|
+
edited: z4.boolean(),
|
|
6736
6781
|
editedAt: serializedDateSchema.optional()
|
|
6737
6782
|
}).strict(),
|
|
6738
|
-
raw:
|
|
6739
|
-
text:
|
|
6740
|
-
threadId:
|
|
6783
|
+
raw: z4.unknown(),
|
|
6784
|
+
text: z4.string(),
|
|
6785
|
+
threadId: z4.string().min(1)
|
|
6741
6786
|
}).strict();
|
|
6742
|
-
var serializedThreadSchema =
|
|
6743
|
-
_type:
|
|
6744
|
-
adapterName:
|
|
6745
|
-
channelId:
|
|
6746
|
-
channelVisibility:
|
|
6787
|
+
var serializedThreadSchema = z4.object({
|
|
6788
|
+
_type: z4.literal("chat:Thread"),
|
|
6789
|
+
adapterName: z4.literal("slack"),
|
|
6790
|
+
channelId: z4.string().min(1),
|
|
6791
|
+
channelVisibility: z4.enum(["private", "workspace", "external", "unknown"]).optional(),
|
|
6747
6792
|
currentMessage: serializedMessageSchema.optional(),
|
|
6748
|
-
id:
|
|
6749
|
-
isDM:
|
|
6793
|
+
id: z4.string().min(1),
|
|
6794
|
+
isDM: z4.boolean()
|
|
6750
6795
|
}).strict();
|
|
6751
|
-
var slackInstallationSchema =
|
|
6752
|
-
enterpriseId:
|
|
6753
|
-
isEnterpriseInstall:
|
|
6754
|
-
teamId:
|
|
6796
|
+
var slackInstallationSchema = z4.object({
|
|
6797
|
+
enterpriseId: z4.string().optional(),
|
|
6798
|
+
isEnterpriseInstall: z4.boolean().optional(),
|
|
6799
|
+
teamId: z4.string().optional()
|
|
6755
6800
|
}).strict();
|
|
6756
|
-
var slackConversationMessageMetadataBaseSchema =
|
|
6801
|
+
var slackConversationMessageMetadataBaseSchema = z4.object({
|
|
6757
6802
|
installation: slackInstallationSchema.optional(),
|
|
6758
6803
|
message: serializedMessageSchema,
|
|
6759
|
-
platform:
|
|
6804
|
+
platform: z4.literal("slack"),
|
|
6760
6805
|
route: slackConversationRouteSchema,
|
|
6761
6806
|
thread: serializedThreadSchema
|
|
6762
6807
|
});
|
|
6763
|
-
var slackConversationMessageMetadataSchema =
|
|
6808
|
+
var slackConversationMessageMetadataSchema = z4.union([
|
|
6764
6809
|
slackConversationMessageMetadataBaseSchema.strict(),
|
|
6765
6810
|
slackConversationMessageMetadataBaseSchema.extend({
|
|
6766
|
-
kind:
|
|
6767
|
-
resourceEvent:
|
|
6768
|
-
eventKey:
|
|
6769
|
-
eventType:
|
|
6770
|
-
provider:
|
|
6771
|
-
resourceRef:
|
|
6772
|
-
subscriptionId:
|
|
6811
|
+
kind: z4.literal("resource_event"),
|
|
6812
|
+
resourceEvent: z4.object({
|
|
6813
|
+
eventKey: z4.string(),
|
|
6814
|
+
eventType: z4.string(),
|
|
6815
|
+
provider: z4.string(),
|
|
6816
|
+
resourceRef: z4.string(),
|
|
6817
|
+
subscriptionId: z4.string()
|
|
6773
6818
|
}).strict()
|
|
6774
6819
|
}).strict()
|
|
6775
6820
|
]);
|
|
@@ -6859,6 +6904,7 @@ function createSlackResourceEventInboundMessage(input) {
|
|
|
6859
6904
|
createdAtMs: input.event.occurredAtMs,
|
|
6860
6905
|
destination,
|
|
6861
6906
|
inboundMessageId: `resource-event:${input.subscription.id}:${input.event.eventKey}`,
|
|
6907
|
+
delivery: "defer",
|
|
6862
6908
|
source: "resource_event",
|
|
6863
6909
|
receivedAtMs: Date.now(),
|
|
6864
6910
|
input: {
|
|
@@ -6903,10 +6949,6 @@ function routeForRecords(records) {
|
|
|
6903
6949
|
return metadata.route === "mention";
|
|
6904
6950
|
}) ? "mention" : "subscribed";
|
|
6905
6951
|
}
|
|
6906
|
-
function isSlackAssistantThreadUserMessage(message) {
|
|
6907
|
-
const raw = message.raw && typeof message.raw === "object" ? message.raw : void 0;
|
|
6908
|
-
return raw?.channel_type === "im" && typeof raw.thread_ts === "string" && raw.thread_ts.trim().length > 0;
|
|
6909
|
-
}
|
|
6910
6952
|
function isResourceEventNotificationMessage(message) {
|
|
6911
6953
|
const raw = message.raw && typeof message.raw === "object" ? message.raw : void 0;
|
|
6912
6954
|
return raw?.event_type === "resource_event";
|
|
@@ -7001,7 +7043,9 @@ function createSlackConversationWorker(options) {
|
|
|
7001
7043
|
installation: { teamId: destination.teamId },
|
|
7002
7044
|
state,
|
|
7003
7045
|
task: async () => {
|
|
7004
|
-
await options.resumeAwaitingContinuation(context.conversationId
|
|
7046
|
+
await options.resumeAwaitingContinuation(context.conversationId, {
|
|
7047
|
+
shouldYield: context.shouldYield
|
|
7048
|
+
});
|
|
7005
7049
|
}
|
|
7006
7050
|
});
|
|
7007
7051
|
return { status: "completed" };
|
|
@@ -7069,21 +7113,12 @@ function createSlackConversationWorker(options) {
|
|
|
7069
7113
|
};
|
|
7070
7114
|
const drainSteeringMessages = async (accept) => {
|
|
7071
7115
|
await context.attempt.drain(async (pendingRecords) => {
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
if (!metadata) {
|
|
7075
|
-
throw new Error(
|
|
7076
|
-
"Conversation mailbox record is not Slack metadata"
|
|
7077
|
-
);
|
|
7078
|
-
}
|
|
7079
|
-
const message = restoreMessage({ adapter, record });
|
|
7080
|
-
return {
|
|
7081
|
-
activeRequest: metadata.route === "mention" || isSlackAssistantThreadUserMessage(message),
|
|
7116
|
+
return await accept(
|
|
7117
|
+
pendingRecords.map((record) => ({
|
|
7082
7118
|
inboundMessageId: record.inboundMessageId,
|
|
7083
|
-
message
|
|
7084
|
-
}
|
|
7085
|
-
|
|
7086
|
-
return await accept(messages2);
|
|
7119
|
+
message: restoreMessage({ adapter, record })
|
|
7120
|
+
}))
|
|
7121
|
+
);
|
|
7087
7122
|
});
|
|
7088
7123
|
};
|
|
7089
7124
|
try {
|
|
@@ -7096,16 +7131,20 @@ function createSlackConversationWorker(options) {
|
|
|
7096
7131
|
isFinalAttempt: context.attempt.isFinalAttempt,
|
|
7097
7132
|
shouldYield: context.shouldYield
|
|
7098
7133
|
});
|
|
7099
|
-
|
|
7134
|
+
} else {
|
|
7135
|
+
await options.runtime.handleSubscribedMessage(
|
|
7136
|
+
thread,
|
|
7137
|
+
latestMessage,
|
|
7138
|
+
{
|
|
7139
|
+
destination: context.destination,
|
|
7140
|
+
messageContext,
|
|
7141
|
+
drainSteeringMessages,
|
|
7142
|
+
ack,
|
|
7143
|
+
isFinalAttempt: context.attempt.isFinalAttempt,
|
|
7144
|
+
shouldYield: context.shouldYield
|
|
7145
|
+
}
|
|
7146
|
+
);
|
|
7100
7147
|
}
|
|
7101
|
-
await options.runtime.handleSubscribedMessage(thread, latestMessage, {
|
|
7102
|
-
destination: context.destination,
|
|
7103
|
-
messageContext,
|
|
7104
|
-
drainSteeringMessages,
|
|
7105
|
-
ack,
|
|
7106
|
-
isFinalAttempt: context.attempt.isFinalAttempt,
|
|
7107
|
-
shouldYield: context.shouldYield
|
|
7108
|
-
});
|
|
7109
7148
|
} catch (error) {
|
|
7110
7149
|
if (isTurnInputDeferredError(error)) {
|
|
7111
7150
|
return { status: "deferred" };
|
|
@@ -7144,6 +7183,7 @@ function buildSlackInboundMessage(args) {
|
|
|
7144
7183
|
args.conversationId,
|
|
7145
7184
|
args.message.id
|
|
7146
7185
|
].join(":"),
|
|
7186
|
+
delivery: args.message.isMention ? "interrupt" : "defer",
|
|
7147
7187
|
source: "slack",
|
|
7148
7188
|
createdAtMs: args.message.metadata.dateSent.getTime(),
|
|
7149
7189
|
receivedAtMs: args.receivedAtMs,
|
|
@@ -7935,15 +7975,24 @@ import {
|
|
|
7935
7975
|
|
|
7936
7976
|
// src/chat/task-execution/worker.ts
|
|
7937
7977
|
var CONVERSATION_WORK_DEFER_DELAY_MS = 15e3;
|
|
7938
|
-
var CONVERSATION_WORK_SOFT_YIELD_AFTER_MS = 24e4;
|
|
7939
7978
|
function now3(options) {
|
|
7940
7979
|
return options.nowMs?.() ?? Date.now();
|
|
7941
7980
|
}
|
|
7981
|
+
function selectAttemptMessages(work) {
|
|
7982
|
+
const messages = work.messages;
|
|
7983
|
+
const interrupts = messages.filter(
|
|
7984
|
+
(message) => message.delivery === "interrupt"
|
|
7985
|
+
);
|
|
7986
|
+
if (interrupts.length > 0) {
|
|
7987
|
+
return interrupts;
|
|
7988
|
+
}
|
|
7989
|
+
return work.execution.status === "awaiting_resume" ? [] : messages;
|
|
7990
|
+
}
|
|
7942
7991
|
function nudgeIdempotencyKey(reason, conversationId, nowMs) {
|
|
7943
7992
|
return `${reason}:${conversationId}:${nowMs}`;
|
|
7944
7993
|
}
|
|
7945
7994
|
async function requestLostLeaseRecovery(args) {
|
|
7946
|
-
const
|
|
7995
|
+
const resumeRequested = await requestConversationContinuation2({
|
|
7947
7996
|
conversationId: args.conversationId,
|
|
7948
7997
|
destination: args.destination,
|
|
7949
7998
|
leaseToken: args.leaseToken,
|
|
@@ -7951,7 +8000,7 @@ async function requestLostLeaseRecovery(args) {
|
|
|
7951
8000
|
nowMs: args.nowMs,
|
|
7952
8001
|
state: args.options.state
|
|
7953
8002
|
});
|
|
7954
|
-
if (!
|
|
8003
|
+
if (!resumeRequested) {
|
|
7955
8004
|
return;
|
|
7956
8005
|
}
|
|
7957
8006
|
const released = await releaseConversationWork2({
|
|
@@ -8115,15 +8164,8 @@ async function processConversationWork(message, options) {
|
|
|
8115
8164
|
return { status: "active" };
|
|
8116
8165
|
}
|
|
8117
8166
|
const startedAtMs = now3(options);
|
|
8118
|
-
const softYieldDeadlineMs = startedAtMs + (options.softYieldAfterMs ??
|
|
8119
|
-
|
|
8120
|
-
conversationId,
|
|
8121
|
-
state: options.state
|
|
8122
|
-
});
|
|
8123
|
-
const attemptMessages = leasedWork?.messages ?? initial.messages;
|
|
8124
|
-
const attemptMessageIds = attemptMessages.map(
|
|
8125
|
-
(message2) => message2.inboundMessageId
|
|
8126
|
-
);
|
|
8167
|
+
const softYieldDeadlineMs = startedAtMs + (options.softYieldAfterMs ?? getChatConfig().conversationWorkSoftYieldAfterMs);
|
|
8168
|
+
let attemptMessageIds = [];
|
|
8127
8169
|
let leaseLost = false;
|
|
8128
8170
|
const markLeaseLost = () => {
|
|
8129
8171
|
leaseLost = true;
|
|
@@ -8143,166 +8185,246 @@ async function processConversationWork(message, options) {
|
|
|
8143
8185
|
},
|
|
8144
8186
|
"Conversation work lease acquired"
|
|
8145
8187
|
);
|
|
8146
|
-
const
|
|
8188
|
+
const drain = (handle) => drainConversationMailbox2({
|
|
8147
8189
|
conversationId,
|
|
8148
8190
|
leaseToken: lease.leaseToken,
|
|
8149
8191
|
conversationStore: options.conversationStore,
|
|
8150
|
-
handle
|
|
8192
|
+
handle: async (messages) => {
|
|
8193
|
+
const candidates = messages.filter(
|
|
8194
|
+
(message2) => message2.delivery === "interrupt"
|
|
8195
|
+
);
|
|
8196
|
+
if (candidates.length === 0) {
|
|
8197
|
+
return [];
|
|
8198
|
+
}
|
|
8199
|
+
return await handle(candidates) ?? candidates.map((message2) => message2.inboundMessageId);
|
|
8200
|
+
},
|
|
8151
8201
|
nowMs: now3(options),
|
|
8152
8202
|
state: options.state
|
|
8153
8203
|
});
|
|
8154
|
-
const
|
|
8155
|
-
|
|
8204
|
+
const shouldYield = () => leaseLost || now3(options) >= softYieldDeadlineMs;
|
|
8205
|
+
const checkIn = async () => {
|
|
8206
|
+
const checkedIn = await checkInConversationWork2({
|
|
8156
8207
|
conversationId,
|
|
8157
|
-
inboundMessageIds: attemptMessageIds,
|
|
8158
8208
|
leaseToken: lease.leaseToken,
|
|
8159
8209
|
conversationStore: options.conversationStore,
|
|
8160
8210
|
nowMs: now3(options),
|
|
8161
8211
|
state: options.state
|
|
8162
8212
|
});
|
|
8163
|
-
if (!
|
|
8213
|
+
if (!checkedIn) {
|
|
8164
8214
|
markLeaseLost();
|
|
8165
|
-
throw new Error(
|
|
8166
|
-
`Conversation work lease lost before inbox ack for ${conversationId}`
|
|
8167
|
-
);
|
|
8168
8215
|
}
|
|
8216
|
+
return checkedIn;
|
|
8169
8217
|
};
|
|
8170
|
-
const
|
|
8171
|
-
|
|
8172
|
-
|
|
8218
|
+
const yieldWork = async () => {
|
|
8219
|
+
const yieldNowMs = now3(options);
|
|
8220
|
+
await ensureConversationWake({
|
|
8173
8221
|
conversationId,
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
}
|
|
8181
|
-
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
state: options.state
|
|
8191
|
-
});
|
|
8192
|
-
if (!checkedIn) {
|
|
8193
|
-
markLeaseLost();
|
|
8194
|
-
}
|
|
8195
|
-
return checkedIn;
|
|
8222
|
+
conversationStore: options.conversationStore,
|
|
8223
|
+
idempotencyKey: nudgeIdempotencyKey("yield", conversationId, yieldNowMs),
|
|
8224
|
+
nowMs: yieldNowMs,
|
|
8225
|
+
queue: options.queue,
|
|
8226
|
+
replaceExistingWake: true,
|
|
8227
|
+
state: options.state
|
|
8228
|
+
});
|
|
8229
|
+
const released = await releaseConversationWork2({
|
|
8230
|
+
conversationId,
|
|
8231
|
+
leaseToken: lease.leaseToken,
|
|
8232
|
+
conversationStore: options.conversationStore,
|
|
8233
|
+
nowMs: yieldNowMs,
|
|
8234
|
+
state: options.state
|
|
8235
|
+
});
|
|
8236
|
+
if (!released) {
|
|
8237
|
+
return { status: "lost_lease" };
|
|
8196
8238
|
}
|
|
8239
|
+
logInfo(
|
|
8240
|
+
"conversation_work_cooperative_yield",
|
|
8241
|
+
{ conversationId },
|
|
8242
|
+
{
|
|
8243
|
+
"app.worker.elapsed_ms": now3(options) - startedAtMs,
|
|
8244
|
+
"app.worker.soft_yield_deadline_ms": softYieldDeadlineMs
|
|
8245
|
+
},
|
|
8246
|
+
"Conversation work yielded cooperatively"
|
|
8247
|
+
);
|
|
8248
|
+
return { status: "yielded" };
|
|
8197
8249
|
};
|
|
8198
8250
|
try {
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
destination,
|
|
8204
|
-
leaseToken: lease.leaseToken,
|
|
8205
|
-
nowMs: now3(options),
|
|
8206
|
-
options
|
|
8207
|
-
});
|
|
8208
|
-
return { status: "lost_lease" };
|
|
8209
|
-
}
|
|
8210
|
-
if (leaseLost) {
|
|
8211
|
-
await requestLostLeaseRecovery({
|
|
8251
|
+
let hasRun = false;
|
|
8252
|
+
while (true) {
|
|
8253
|
+
attemptMessageIds = [];
|
|
8254
|
+
const leasedWork = await getConversationWorkState2({
|
|
8212
8255
|
conversationId,
|
|
8213
|
-
destination,
|
|
8214
|
-
leaseToken: lease.leaseToken,
|
|
8215
|
-
nowMs: now3(options),
|
|
8216
|
-
options
|
|
8217
|
-
});
|
|
8218
|
-
return { status: "lost_lease" };
|
|
8219
|
-
}
|
|
8220
|
-
if (result.status === "yielded") {
|
|
8221
|
-
const yieldNowMs = now3(options);
|
|
8222
|
-
const continuationMarked = await requestConversationContinuation2({
|
|
8223
|
-
conversationId,
|
|
8224
|
-
destination,
|
|
8225
|
-
leaseToken: lease.leaseToken,
|
|
8226
|
-
conversationStore: options.conversationStore,
|
|
8227
|
-
nowMs: yieldNowMs,
|
|
8228
8256
|
state: options.state
|
|
8229
8257
|
});
|
|
8230
|
-
if (!
|
|
8258
|
+
if (!leasedWork || leasedWork.lease?.leaseToken !== lease.leaseToken || leaseLost) {
|
|
8259
|
+
markLeaseLost();
|
|
8260
|
+
await requestLostLeaseRecovery({
|
|
8261
|
+
conversationId,
|
|
8262
|
+
destination,
|
|
8263
|
+
leaseToken: lease.leaseToken,
|
|
8264
|
+
nowMs: now3(options),
|
|
8265
|
+
options
|
|
8266
|
+
});
|
|
8231
8267
|
return { status: "lost_lease" };
|
|
8232
8268
|
}
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8269
|
+
const resumePending = leasedWork.execution.status === "awaiting_resume";
|
|
8270
|
+
const attemptMessages = selectAttemptMessages(leasedWork);
|
|
8271
|
+
if (hasRun && shouldYield()) {
|
|
8272
|
+
if (resumePending) {
|
|
8273
|
+
return await yieldWork();
|
|
8274
|
+
}
|
|
8275
|
+
break;
|
|
8276
|
+
}
|
|
8277
|
+
if (resumePending && attemptMessages.length === 0) {
|
|
8278
|
+
const resumeStarted = await beginConversationResume2({
|
|
8238
8279
|
conversationId,
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8242
|
-
|
|
8243
|
-
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8248
|
-
|
|
8249
|
-
|
|
8250
|
-
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
|
|
8258
|
-
},
|
|
8259
|
-
"Conversation work yielded cooperatively"
|
|
8280
|
+
leaseToken: lease.leaseToken,
|
|
8281
|
+
conversationStore: options.conversationStore,
|
|
8282
|
+
nowMs: now3(options),
|
|
8283
|
+
state: options.state
|
|
8284
|
+
});
|
|
8285
|
+
if (!resumeStarted) {
|
|
8286
|
+
markLeaseLost();
|
|
8287
|
+
await requestLostLeaseRecovery({
|
|
8288
|
+
conversationId,
|
|
8289
|
+
destination,
|
|
8290
|
+
leaseToken: lease.leaseToken,
|
|
8291
|
+
nowMs: now3(options),
|
|
8292
|
+
options
|
|
8293
|
+
});
|
|
8294
|
+
return { status: "lost_lease" };
|
|
8295
|
+
}
|
|
8296
|
+
}
|
|
8297
|
+
attemptMessageIds = attemptMessages.map(
|
|
8298
|
+
(message2) => message2.inboundMessageId
|
|
8260
8299
|
);
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8300
|
+
const ack = async () => {
|
|
8301
|
+
const acknowledged = await ackMessages2({
|
|
8302
|
+
conversationId,
|
|
8303
|
+
inboundMessageIds: attemptMessageIds,
|
|
8304
|
+
leaseToken: lease.leaseToken,
|
|
8305
|
+
conversationStore: options.conversationStore,
|
|
8306
|
+
nowMs: now3(options),
|
|
8307
|
+
state: options.state
|
|
8308
|
+
});
|
|
8309
|
+
if (!acknowledged) {
|
|
8310
|
+
markLeaseLost();
|
|
8311
|
+
throw new Error(
|
|
8312
|
+
`Conversation work lease lost before inbox ack for ${conversationId}`
|
|
8313
|
+
);
|
|
8314
|
+
}
|
|
8315
|
+
};
|
|
8316
|
+
const workerContext = {
|
|
8317
|
+
attempt: {
|
|
8318
|
+
ack,
|
|
8319
|
+
conversationId,
|
|
8320
|
+
destination,
|
|
8321
|
+
drain,
|
|
8322
|
+
isFinalAttempt: attemptMessages.some(
|
|
8323
|
+
(message2) => isFinalAttempt(message2)
|
|
8324
|
+
),
|
|
8325
|
+
messages: attemptMessages
|
|
8326
|
+
},
|
|
8266
8327
|
conversationId,
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8328
|
+
destination,
|
|
8329
|
+
shouldYield,
|
|
8330
|
+
checkIn
|
|
8331
|
+
};
|
|
8332
|
+
const result = await options.run(workerContext);
|
|
8333
|
+
hasRun = true;
|
|
8334
|
+
if (result.status === "lost_lease") {
|
|
8335
|
+
await requestLostLeaseRecovery({
|
|
8336
|
+
conversationId,
|
|
8337
|
+
destination,
|
|
8338
|
+
leaseToken: lease.leaseToken,
|
|
8339
|
+
nowMs: now3(options),
|
|
8340
|
+
options
|
|
8341
|
+
});
|
|
8273
8342
|
return { status: "lost_lease" };
|
|
8274
8343
|
}
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
conversationStore: options.conversationStore,
|
|
8278
|
-
idempotencyKey: nudgeIdempotencyKey(
|
|
8279
|
-
"deferred",
|
|
8344
|
+
if (leaseLost) {
|
|
8345
|
+
await requestLostLeaseRecovery({
|
|
8280
8346
|
conversationId,
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
const failure = await recordFailedDeliveryAttempt({
|
|
8291
|
-
conversationId,
|
|
8292
|
-
leaseToken: lease.leaseToken,
|
|
8293
|
-
nowMs: now3(options),
|
|
8294
|
-
messageIds: attemptMessageIds,
|
|
8295
|
-
options
|
|
8296
|
-
});
|
|
8297
|
-
if (isTerminalFailure(failure)) {
|
|
8298
|
-
await deadLetterAttempt2({
|
|
8347
|
+
destination,
|
|
8348
|
+
leaseToken: lease.leaseToken,
|
|
8349
|
+
nowMs: now3(options),
|
|
8350
|
+
options
|
|
8351
|
+
});
|
|
8352
|
+
return { status: "lost_lease" };
|
|
8353
|
+
}
|
|
8354
|
+
if (result.status === "yielded") {
|
|
8355
|
+
const resumeRequested = await requestConversationContinuation2({
|
|
8299
8356
|
conversationId,
|
|
8357
|
+
destination,
|
|
8300
8358
|
leaseToken: lease.leaseToken,
|
|
8301
8359
|
conversationStore: options.conversationStore,
|
|
8302
8360
|
nowMs: now3(options),
|
|
8303
8361
|
state: options.state
|
|
8304
8362
|
});
|
|
8305
|
-
|
|
8363
|
+
if (!resumeRequested) {
|
|
8364
|
+
return { status: "lost_lease" };
|
|
8365
|
+
}
|
|
8366
|
+
return await yieldWork();
|
|
8367
|
+
}
|
|
8368
|
+
if (result.status === "deferred") {
|
|
8369
|
+
const deferredNowMs = now3(options);
|
|
8370
|
+
const released = await releaseConversationWork2({
|
|
8371
|
+
conversationId,
|
|
8372
|
+
leaseToken: lease.leaseToken,
|
|
8373
|
+
conversationStore: options.conversationStore,
|
|
8374
|
+
nowMs: deferredNowMs,
|
|
8375
|
+
state: options.state
|
|
8376
|
+
});
|
|
8377
|
+
if (!released) {
|
|
8378
|
+
return { status: "lost_lease" };
|
|
8379
|
+
}
|
|
8380
|
+
const wake = await ensureConversationWake({
|
|
8381
|
+
conversationId,
|
|
8382
|
+
conversationStore: options.conversationStore,
|
|
8383
|
+
idempotencyKey: nudgeIdempotencyKey(
|
|
8384
|
+
"deferred",
|
|
8385
|
+
conversationId,
|
|
8386
|
+
deferredNowMs
|
|
8387
|
+
),
|
|
8388
|
+
nowMs: deferredNowMs,
|
|
8389
|
+
queue: options.queue,
|
|
8390
|
+
state: options.state
|
|
8391
|
+
});
|
|
8392
|
+
return wake.status === "enqueued" ? { status: "pending_requeued" } : { status: "completed" };
|
|
8393
|
+
}
|
|
8394
|
+
if (attemptMessageIds.length > 0) {
|
|
8395
|
+
const failure = await recordFailedDeliveryAttempt({
|
|
8396
|
+
conversationId,
|
|
8397
|
+
leaseToken: lease.leaseToken,
|
|
8398
|
+
nowMs: now3(options),
|
|
8399
|
+
messageIds: attemptMessageIds,
|
|
8400
|
+
options
|
|
8401
|
+
});
|
|
8402
|
+
if (isTerminalFailure(failure)) {
|
|
8403
|
+
await deadLetterAttempt2({
|
|
8404
|
+
conversationId,
|
|
8405
|
+
leaseToken: lease.leaseToken,
|
|
8406
|
+
conversationStore: options.conversationStore,
|
|
8407
|
+
nowMs: now3(options),
|
|
8408
|
+
state: options.state
|
|
8409
|
+
});
|
|
8410
|
+
return { status: "failed" };
|
|
8411
|
+
}
|
|
8412
|
+
if (failure.status === "lost_lease") {
|
|
8413
|
+
return { status: "lost_lease" };
|
|
8414
|
+
}
|
|
8415
|
+
if (failure.status === "recorded") {
|
|
8416
|
+
break;
|
|
8417
|
+
}
|
|
8418
|
+
}
|
|
8419
|
+
const next = await getConversationWorkState2({
|
|
8420
|
+
conversationId,
|
|
8421
|
+
state: options.state
|
|
8422
|
+
});
|
|
8423
|
+
if (!next || next.lease?.leaseToken !== lease.leaseToken) {
|
|
8424
|
+
return { status: "lost_lease" };
|
|
8425
|
+
}
|
|
8426
|
+
if (next.execution.status !== "awaiting_resume" && countPendingConversationMessages(next) === 0) {
|
|
8427
|
+
break;
|
|
8306
8428
|
}
|
|
8307
8429
|
}
|
|
8308
8430
|
const completion = await completeConversationWork2({
|
|
@@ -8360,7 +8482,7 @@ async function processConversationWork(message, options) {
|
|
|
8360
8482
|
state: options.state
|
|
8361
8483
|
});
|
|
8362
8484
|
} else {
|
|
8363
|
-
const
|
|
8485
|
+
const resumeRequested = await requestConversationContinuation2({
|
|
8364
8486
|
conversationId,
|
|
8365
8487
|
destination,
|
|
8366
8488
|
leaseToken: lease.leaseToken,
|
|
@@ -8368,7 +8490,7 @@ async function processConversationWork(message, options) {
|
|
|
8368
8490
|
nowMs: errorNowMs,
|
|
8369
8491
|
state: options.state
|
|
8370
8492
|
});
|
|
8371
|
-
if (
|
|
8493
|
+
if (resumeRequested) {
|
|
8372
8494
|
await ensureConversationWake({
|
|
8373
8495
|
conversationId,
|
|
8374
8496
|
conversationStore: options.conversationStore,
|
|
@@ -8379,6 +8501,7 @@ async function processConversationWork(message, options) {
|
|
|
8379
8501
|
),
|
|
8380
8502
|
nowMs: errorNowMs,
|
|
8381
8503
|
queue: options.queue,
|
|
8504
|
+
replaceExistingWake: true,
|
|
8382
8505
|
state: options.state
|
|
8383
8506
|
});
|
|
8384
8507
|
}
|
|
@@ -8580,14 +8703,14 @@ function registerVercelPluginTaskDevConsumer() {
|
|
|
8580
8703
|
}
|
|
8581
8704
|
|
|
8582
8705
|
// src/chat/services/subscribed-decision.ts
|
|
8583
|
-
import { z as
|
|
8584
|
-
var replyDecisionSchema =
|
|
8585
|
-
should_reply:
|
|
8586
|
-
should_unsubscribe:
|
|
8706
|
+
import { z as z5 } from "zod";
|
|
8707
|
+
var replyDecisionSchema = z5.object({
|
|
8708
|
+
should_reply: z5.boolean().describe("Whether Junior should respond to this thread message."),
|
|
8709
|
+
should_unsubscribe: z5.boolean().describe(
|
|
8587
8710
|
"Whether Junior should unsubscribe from this thread because the user clearly asked it to stop participating."
|
|
8588
8711
|
),
|
|
8589
|
-
confidence:
|
|
8590
|
-
reason:
|
|
8712
|
+
confidence: z5.number().min(0).max(1).describe("Classifier confidence from 0 to 1."),
|
|
8713
|
+
reason: z5.string().describe("Short reason for the decision; use an empty string if none.")
|
|
8591
8714
|
}).strict();
|
|
8592
8715
|
var ROUTER_CONFIDENCE_THRESHOLD = 0.8;
|
|
8593
8716
|
var ROUTER_CLASSIFIER_MAX_TOKENS = 240;
|
|
@@ -8961,12 +9084,14 @@ function createAcceptedSteeringDrain(hooks, options) {
|
|
|
8961
9084
|
await hooks.drainSteeringMessages(async (messages) => {
|
|
8962
9085
|
const selection = await options.selectMessages(messages, context);
|
|
8963
9086
|
await options.onSkipped?.(selection.skipped);
|
|
8964
|
-
const interrupted = selection.accepted.
|
|
9087
|
+
const interrupted = selection.accepted.map(
|
|
9088
|
+
(accepted) => accepted.message
|
|
9089
|
+
);
|
|
8965
9090
|
await accept(getQueuedMessagesFromSlackMessages(interrupted, options));
|
|
8966
9091
|
interruptedMessages = interrupted;
|
|
8967
9092
|
await options.onAcceptedForProcessing?.(interrupted);
|
|
8968
9093
|
return [
|
|
8969
|
-
...selection.accepted.
|
|
9094
|
+
...selection.accepted.map((accepted) => accepted.inboundMessageId),
|
|
8970
9095
|
...selection.skipped.map((skipped) => skipped.inboundMessageId)
|
|
8971
9096
|
];
|
|
8972
9097
|
});
|
|
@@ -9100,19 +9225,17 @@ function createSlackTurnRuntime(deps) {
|
|
|
9100
9225
|
rawText: appendSlackLegacyAttachmentText(message.text, message.raw),
|
|
9101
9226
|
userText: appendSlackLegacyAttachmentText(strippedUserText, message.raw)
|
|
9102
9227
|
};
|
|
9103
|
-
const isActiveRequest = candidate.activeRequest || Boolean(message.isMention);
|
|
9104
9228
|
const decision = await deps.decideSubscribedReply({
|
|
9105
9229
|
rawText: text.rawText,
|
|
9106
9230
|
text: text.userText,
|
|
9107
9231
|
conversationContext,
|
|
9108
9232
|
hasAttachments: message.attachments.length > 0 || legacyAttachmentText !== "",
|
|
9109
|
-
isExplicitMention:
|
|
9233
|
+
isExplicitMention: true,
|
|
9110
9234
|
context
|
|
9111
9235
|
});
|
|
9112
9236
|
return {
|
|
9113
9237
|
context,
|
|
9114
9238
|
decision,
|
|
9115
|
-
mode: isActiveRequest ? "interrupt" : "defer",
|
|
9116
9239
|
text
|
|
9117
9240
|
};
|
|
9118
9241
|
};
|
|
@@ -9166,7 +9289,6 @@ function createSlackTurnRuntime(deps) {
|
|
|
9166
9289
|
context: decision.context,
|
|
9167
9290
|
decision: decision.decision,
|
|
9168
9291
|
inboundMessageId: candidate.inboundMessageId,
|
|
9169
|
-
mode: decision.mode,
|
|
9170
9292
|
message: candidate.message,
|
|
9171
9293
|
text: decision.text
|
|
9172
9294
|
});
|
|
@@ -9188,8 +9310,7 @@ function createSlackTurnRuntime(deps) {
|
|
|
9188
9310
|
return {
|
|
9189
9311
|
accepted: selected.filter((message) => message.decision.shouldReply).map((message) => ({
|
|
9190
9312
|
inboundMessageId: message.inboundMessageId,
|
|
9191
|
-
message: message.message
|
|
9192
|
-
mode: message.mode
|
|
9313
|
+
message: message.message
|
|
9193
9314
|
})),
|
|
9194
9315
|
skipped: selected.filter((message) => !message.decision.shouldReply)
|
|
9195
9316
|
};
|
|
@@ -10354,11 +10475,11 @@ function getSlackMessageTs(message) {
|
|
|
10354
10475
|
}
|
|
10355
10476
|
|
|
10356
10477
|
// src/chat/slack/action-token.ts
|
|
10357
|
-
import { z as
|
|
10358
|
-
var slackActionTokenSchema =
|
|
10359
|
-
var slackMessageEnvelopeSchema =
|
|
10360
|
-
raw:
|
|
10361
|
-
action_token:
|
|
10478
|
+
import { z as z6 } from "zod";
|
|
10479
|
+
var slackActionTokenSchema = z6.string().trim().min(1).brand();
|
|
10480
|
+
var slackMessageEnvelopeSchema = z6.object({
|
|
10481
|
+
raw: z6.object({
|
|
10482
|
+
action_token: z6.unknown().optional()
|
|
10362
10483
|
}).optional()
|
|
10363
10484
|
});
|
|
10364
10485
|
function readSlackActionToken(message) {
|
|
@@ -11353,10 +11474,7 @@ function createReplyToThread(deps) {
|
|
|
11353
11474
|
state: {
|
|
11354
11475
|
artifactState: preparedState.artifacts,
|
|
11355
11476
|
pendingAuth: preparedState.conversation.processing.pendingAuth,
|
|
11356
|
-
|
|
11357
|
-
sandboxId: preparedState.sandboxId,
|
|
11358
|
-
sandboxDependencyProfileHash: preparedState.sandboxDependencyProfileHash
|
|
11359
|
-
}
|
|
11477
|
+
sandboxRef: preparedState.sandboxRef
|
|
11360
11478
|
},
|
|
11361
11479
|
observers: {
|
|
11362
11480
|
onStatus: (nextStatus) => status.update(nextStatus),
|
|
@@ -11369,10 +11487,9 @@ function createReplyToThread(deps) {
|
|
|
11369
11487
|
onInputCommitted: options.ack,
|
|
11370
11488
|
drainSteeringMessages,
|
|
11371
11489
|
shouldYield: options.shouldYield,
|
|
11372
|
-
|
|
11490
|
+
onSandboxRefChanged: async (sandboxRef) => {
|
|
11373
11491
|
await persistThreadState(thread, {
|
|
11374
|
-
|
|
11375
|
-
sandboxDependencyProfileHash: sandbox.sandboxDependencyProfileHash
|
|
11492
|
+
sandboxRef
|
|
11376
11493
|
});
|
|
11377
11494
|
},
|
|
11378
11495
|
onArtifactStateUpdated: async (artifacts) => {
|
|
@@ -11932,12 +12049,7 @@ async function seedConversationBackfill(thread, conversation, currentTurn) {
|
|
|
11932
12049
|
function createPrepareTurnState(deps) {
|
|
11933
12050
|
return async function prepareTurnState(args) {
|
|
11934
12051
|
const existingState = await args.thread.state;
|
|
11935
|
-
const
|
|
11936
|
-
existingState.app_sandbox_id
|
|
11937
|
-
) : void 0;
|
|
11938
|
-
const existingSandboxDependencyProfileHash = existingState ? toOptionalString(
|
|
11939
|
-
existingState.app_sandbox_dependency_profile_hash
|
|
11940
|
-
) : void 0;
|
|
12052
|
+
const sandboxRef = getPersistedSandboxState(existingState ?? {});
|
|
11941
12053
|
const artifacts = coerceThreadArtifactsState(existingState);
|
|
11942
12054
|
const conversation = coerceThreadConversationState(existingState);
|
|
11943
12055
|
const conversationId = args.context.threadId ?? args.context.runId;
|
|
@@ -12006,8 +12118,7 @@ function createPrepareTurnState(deps) {
|
|
|
12006
12118
|
configuration,
|
|
12007
12119
|
channelConfiguration,
|
|
12008
12120
|
conversation,
|
|
12009
|
-
|
|
12010
|
-
sandboxDependencyProfileHash: existingSandboxDependencyProfileHash,
|
|
12121
|
+
sandboxRef,
|
|
12011
12122
|
conversationContext,
|
|
12012
12123
|
userMessageAlreadyReplied,
|
|
12013
12124
|
userMessageId
|
|
@@ -12315,7 +12426,7 @@ async function failUnresumableContinuation(args) {
|
|
|
12315
12426
|
errorMessage: args.errorMessage
|
|
12316
12427
|
});
|
|
12317
12428
|
}
|
|
12318
|
-
async function continueSlackAgentRun(payload, options) {
|
|
12429
|
+
async function continueSlackAgentRun(payload, options, runOptions = {}) {
|
|
12319
12430
|
const thread = parseSlackThreadId(payload.conversationId);
|
|
12320
12431
|
if (!thread) {
|
|
12321
12432
|
throw new Error(
|
|
@@ -12368,7 +12479,7 @@ async function continueSlackAgentRun(payload, options) {
|
|
|
12368
12479
|
const conversationContext = buildConversationContext(conversation, {
|
|
12369
12480
|
excludeMessageId: userMessage.id
|
|
12370
12481
|
});
|
|
12371
|
-
const
|
|
12482
|
+
const sandboxRef = getPersistedSandboxState(currentState);
|
|
12372
12483
|
const destination = requireSlackDestination(
|
|
12373
12484
|
payload.destination,
|
|
12374
12485
|
"Slack continuation"
|
|
@@ -12440,9 +12551,10 @@ async function continueSlackAgentRun(payload, options) {
|
|
|
12440
12551
|
state: {
|
|
12441
12552
|
artifactState: artifacts,
|
|
12442
12553
|
pendingAuth: conversation.processing.pendingAuth,
|
|
12443
|
-
|
|
12554
|
+
sandboxRef
|
|
12444
12555
|
},
|
|
12445
12556
|
durability: {
|
|
12557
|
+
shouldYield: runOptions.shouldYield,
|
|
12446
12558
|
recordPendingAuth: async (nextPendingAuth) => {
|
|
12447
12559
|
conversation.processing.pendingAuth = nextPendingAuth;
|
|
12448
12560
|
await persistThreadStateById(payload.conversationId, {
|
|
@@ -12605,7 +12717,11 @@ async function recoverStrandedRunningSession(args) {
|
|
|
12605
12717
|
});
|
|
12606
12718
|
return false;
|
|
12607
12719
|
}
|
|
12608
|
-
if (await continueSlackAgentRunWithLockRetry(
|
|
12720
|
+
if (await continueSlackAgentRunWithLockRetry(
|
|
12721
|
+
request,
|
|
12722
|
+
args.options,
|
|
12723
|
+
args.runOptions
|
|
12724
|
+
)) {
|
|
12609
12725
|
return true;
|
|
12610
12726
|
}
|
|
12611
12727
|
await failUnresumableContinuation({
|
|
@@ -12616,13 +12732,14 @@ async function recoverStrandedRunningSession(args) {
|
|
|
12616
12732
|
});
|
|
12617
12733
|
return false;
|
|
12618
12734
|
}
|
|
12619
|
-
async function resumeAwaitingSlackContinuation(conversationId, options) {
|
|
12735
|
+
async function resumeAwaitingSlackContinuation(conversationId, options, runOptions = {}) {
|
|
12620
12736
|
const summaries = await listAgentTurnSessionSummariesForConversation(conversationId);
|
|
12621
12737
|
const newest = summaries[0];
|
|
12622
12738
|
if (newest?.state === "running") {
|
|
12623
12739
|
return await recoverStrandedRunningSession({
|
|
12624
12740
|
conversationId,
|
|
12625
12741
|
options,
|
|
12742
|
+
runOptions,
|
|
12626
12743
|
summary: newest
|
|
12627
12744
|
});
|
|
12628
12745
|
}
|
|
@@ -12642,7 +12759,7 @@ async function resumeAwaitingSlackContinuation(conversationId, options) {
|
|
|
12642
12759
|
});
|
|
12643
12760
|
continue;
|
|
12644
12761
|
}
|
|
12645
|
-
if (await continueSlackAgentRunWithLockRetry(request, options)) {
|
|
12762
|
+
if (await continueSlackAgentRunWithLockRetry(request, options, runOptions)) {
|
|
12646
12763
|
return true;
|
|
12647
12764
|
}
|
|
12648
12765
|
await failUnresumableContinuation({
|
|
@@ -12654,14 +12771,14 @@ async function resumeAwaitingSlackContinuation(conversationId, options) {
|
|
|
12654
12771
|
}
|
|
12655
12772
|
return false;
|
|
12656
12773
|
}
|
|
12657
|
-
async function continueSlackAgentRunWithLockRetry(payload, options) {
|
|
12774
|
+
async function continueSlackAgentRunWithLockRetry(payload, options, runOptions = {}) {
|
|
12658
12775
|
const scheduleAgentContinue2 = options.scheduleAgentContinue ?? scheduleAgentContinue;
|
|
12659
12776
|
for (const [attempt, delayMs] of [
|
|
12660
12777
|
...AGENT_CONTINUE_LOCK_RETRY_DELAYS_MS,
|
|
12661
12778
|
void 0
|
|
12662
12779
|
].entries()) {
|
|
12663
12780
|
try {
|
|
12664
|
-
return await continueSlackAgentRun(payload, options);
|
|
12781
|
+
return await continueSlackAgentRun(payload, options, runOptions);
|
|
12665
12782
|
} catch (error) {
|
|
12666
12783
|
if (!(error instanceof ResumeTurnBusyError)) {
|
|
12667
12784
|
throw error;
|
|
@@ -12756,10 +12873,14 @@ function createProductionConversationWorkOptions(options) {
|
|
|
12756
12873
|
run: createSlackConversationWorker({
|
|
12757
12874
|
getSlackAdapter: getProductionSlackAdapter,
|
|
12758
12875
|
conversationStore,
|
|
12759
|
-
resumeAwaitingContinuation: async (conversationId) => await resumeAwaitingSlackContinuation(
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12876
|
+
resumeAwaitingContinuation: async (conversationId, runOptions) => await resumeAwaitingSlackContinuation(
|
|
12877
|
+
conversationId,
|
|
12878
|
+
{
|
|
12879
|
+
agentRunner,
|
|
12880
|
+
scheduleSessionCompletedPluginTasks: services.replyExecutor?.scheduleSessionCompletedPluginTasks
|
|
12881
|
+
},
|
|
12882
|
+
runOptions
|
|
12883
|
+
),
|
|
12763
12884
|
runtime
|
|
12764
12885
|
})
|
|
12765
12886
|
};
|
|
@@ -12889,6 +13010,7 @@ async function resolveVirtualConfig() {
|
|
|
12889
13010
|
const mod = await import("#junior/config");
|
|
12890
13011
|
return {
|
|
12891
13012
|
createDashboardApp: mod.createDashboardApp,
|
|
13013
|
+
functionMaxDurationSeconds: mod.functionMaxDurationSeconds,
|
|
12892
13014
|
dashboard: mod.dashboard,
|
|
12893
13015
|
pluginSet: mod.pluginSet,
|
|
12894
13016
|
plugins: mod.plugins,
|
|
@@ -13142,6 +13264,11 @@ function mountRoutes(app, routes) {
|
|
|
13142
13264
|
}
|
|
13143
13265
|
async function createApp(options) {
|
|
13144
13266
|
const virtualConfig = await resolveVirtualConfig();
|
|
13267
|
+
if (virtualConfig?.functionMaxDurationSeconds !== void 0) {
|
|
13268
|
+
configureFunctionMaxDurationSeconds(
|
|
13269
|
+
virtualConfig.functionMaxDurationSeconds
|
|
13270
|
+
);
|
|
13271
|
+
}
|
|
13145
13272
|
const dashboard = options?.dashboard ?? virtualConfig?.dashboard;
|
|
13146
13273
|
const configuredPlugins = options?.plugins ?? virtualConfig?.pluginSet;
|
|
13147
13274
|
const plugins = pluginRuntimeRegistrationsFromPluginSet(configuredPlugins);
|