agent-transport-system 0.4.2 → 0.4.4
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/ats-dev.js +2 -2
- package/dist/ats.js +316 -71
- package/dist/ats.js.map +1 -1
- package/dist/{daemon-runtime-lease-Bs_rD8WX.js → daemon-runtime-lease-BCpF6ncF.js} +1 -1
- package/dist/{lock-CLqqzR_x.js → lock-DNHgZaBJ.js} +223 -16
- package/dist/lock-DNHgZaBJ.js.map +1 -0
- package/dist/{runtime-config-CPtfyCpL.js → runtime-config-JF1fXrHX.js} +2 -2
- package/dist/{runtime-config-CPtfyCpL.js.map → runtime-config-JF1fXrHX.js.map} +1 -1
- package/package.json +2 -2
- package/dist/lock-CLqqzR_x.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
import "./lock-
|
|
3
|
+
import "./lock-DNHgZaBJ.js";
|
|
4
4
|
import { i as writeDaemonRuntimeLease, n as daemonRuntimeLeasePath, r as readDaemonRuntimeLease, t as clearDaemonRuntimeLease } from "./ats.js";
|
|
5
5
|
|
|
6
6
|
export { clearDaemonRuntimeLease };
|
|
@@ -4146,7 +4146,7 @@ const daemonRouteObservationSummarySchema = strictObject({
|
|
|
4146
4146
|
});
|
|
4147
4147
|
|
|
4148
4148
|
//#endregion
|
|
4149
|
-
//#region ../../packages/schemas/dist/entry-brief-
|
|
4149
|
+
//#region ../../packages/schemas/dist/entry-brief-B_alfQP5.js
|
|
4150
4150
|
const providerConversationExternalImportCapabilitySchema = _enum(["unsupported", "by_ref_id"]);
|
|
4151
4151
|
const providerConversationResumeCapabilitySchema = _enum(["unsupported", "by_ref_id"]);
|
|
4152
4152
|
const providerConversationDiscoverCapabilitySchema = literal("unsupported");
|
|
@@ -4230,16 +4230,16 @@ const upstreamConversationRefKindSchema = _enum([
|
|
|
4230
4230
|
"thread",
|
|
4231
4231
|
"context"
|
|
4232
4232
|
]);
|
|
4233
|
-
const trimmedNonEmptyStringSchema$
|
|
4233
|
+
const trimmedNonEmptyStringSchema$8 = string().trim().min(1);
|
|
4234
4234
|
const canonicalUpstreamConversationRefSchema = strictObject({
|
|
4235
|
-
providerId: trimmedNonEmptyStringSchema$
|
|
4235
|
+
providerId: trimmedNonEmptyStringSchema$8,
|
|
4236
4236
|
refKind: upstreamConversationRefKindSchema,
|
|
4237
|
-
conversationRefId: trimmedNonEmptyStringSchema$
|
|
4237
|
+
conversationRefId: trimmedNonEmptyStringSchema$8
|
|
4238
4238
|
});
|
|
4239
4239
|
const legacyUpstreamConversationRefSchema = strictObject({
|
|
4240
|
-
providerId: trimmedNonEmptyStringSchema$
|
|
4240
|
+
providerId: trimmedNonEmptyStringSchema$8,
|
|
4241
4241
|
refKind: upstreamConversationRefKindSchema,
|
|
4242
|
-
refId: trimmedNonEmptyStringSchema$
|
|
4242
|
+
refId: trimmedNonEmptyStringSchema$8
|
|
4243
4243
|
}).transform((input) => ({
|
|
4244
4244
|
providerId: input.providerId,
|
|
4245
4245
|
refKind: input.refKind,
|
|
@@ -4364,6 +4364,74 @@ const profileSchema = object({
|
|
|
4364
4364
|
...workingDirectory ? { workingDirectory } : {}
|
|
4365
4365
|
};
|
|
4366
4366
|
});
|
|
4367
|
+
const ISO_DATE_TIME_SCHEMA$6 = datetime({ offset: true });
|
|
4368
|
+
const trimmedNonEmptyStringSchema$7 = string().trim().min(1);
|
|
4369
|
+
const nullableTrimmedStringSchema$6 = union([trimmedNonEmptyStringSchema$7, _null()]);
|
|
4370
|
+
const nullableIsoDateTimeSchema$3 = union([ISO_DATE_TIME_SCHEMA$6, _null()]);
|
|
4371
|
+
const nullableControllerKindSchema$1 = union([_enum(["builtin", "custom"]), _null()]);
|
|
4372
|
+
const agentExecutionReadinessRouteParamsSchema = strictObject({ agentProfileId: agentProfileIdSchema });
|
|
4373
|
+
const getAgentExecutionReadinessBatchBodySchema = strictObject({ agentProfileIds: array(agentProfileIdSchema).min(1).max(100) });
|
|
4374
|
+
const agentExecutionReadinessPrimaryActionSchema = _enum([
|
|
4375
|
+
"none",
|
|
4376
|
+
"reconnect_binding",
|
|
4377
|
+
"run_prepare",
|
|
4378
|
+
"check_status"
|
|
4379
|
+
]);
|
|
4380
|
+
const agentExecutionReadinessSchema = strictObject({
|
|
4381
|
+
agentProfileId: agentProfileIdSchema,
|
|
4382
|
+
displayState: _enum([
|
|
4383
|
+
"ready",
|
|
4384
|
+
"not_ready",
|
|
4385
|
+
"blocked",
|
|
4386
|
+
"unknown"
|
|
4387
|
+
]),
|
|
4388
|
+
facts: strictObject({
|
|
4389
|
+
binding: strictObject({
|
|
4390
|
+
reasonCodes: array(trimmedNonEmptyStringSchema$7),
|
|
4391
|
+
routable: boolean(),
|
|
4392
|
+
source: _enum([
|
|
4393
|
+
"binding_truth",
|
|
4394
|
+
"blocked",
|
|
4395
|
+
"compatibility_only",
|
|
4396
|
+
"missing",
|
|
4397
|
+
"unavailable"
|
|
4398
|
+
])
|
|
4399
|
+
}),
|
|
4400
|
+
claim: strictObject({
|
|
4401
|
+
executionBlocked: boolean(),
|
|
4402
|
+
grantsClaimSuccess: literal(false),
|
|
4403
|
+
reasonCodes: array(trimmedNonEmptyStringSchema$7),
|
|
4404
|
+
source: _enum(["claim_diagnostics", "not_checked"])
|
|
4405
|
+
}),
|
|
4406
|
+
route: strictObject({
|
|
4407
|
+
deviceId: nullableTrimmedStringSchema$6,
|
|
4408
|
+
observedAt: nullableIsoDateTimeSchema$3,
|
|
4409
|
+
online: boolean(),
|
|
4410
|
+
reasonCodes: array(trimmedNonEmptyStringSchema$7),
|
|
4411
|
+
source: _enum(["daemon_route", "missing"])
|
|
4412
|
+
}),
|
|
4413
|
+
runtime: strictObject({
|
|
4414
|
+
ready: boolean(),
|
|
4415
|
+
reasonCodes: array(trimmedNonEmptyStringSchema$7),
|
|
4416
|
+
source: _enum(["missing", "prepare_readiness"])
|
|
4417
|
+
})
|
|
4418
|
+
}),
|
|
4419
|
+
primaryAction: agentExecutionReadinessPrimaryActionSchema,
|
|
4420
|
+
reasonCodes: array(trimmedNonEmptyStringSchema$7)
|
|
4421
|
+
});
|
|
4422
|
+
const getAgentExecutionReadinessResponseSchema = strictObject({
|
|
4423
|
+
agentExecutionReadiness: agentExecutionReadinessSchema,
|
|
4424
|
+
agentProfileId: agentProfileIdSchema,
|
|
4425
|
+
controllerKind: nullableControllerKindSchema$1,
|
|
4426
|
+
controllerRef: nullableTrimmedStringSchema$6,
|
|
4427
|
+
daemonRouteObservation: daemonRouteObservationSummarySchema,
|
|
4428
|
+
generatedAt: ISO_DATE_TIME_SCHEMA$6,
|
|
4429
|
+
ownerUserId: nullableTrimmedStringSchema$6,
|
|
4430
|
+
profileName: nullableTrimmedStringSchema$6,
|
|
4431
|
+
routeDeviceId: nullableTrimmedStringSchema$6,
|
|
4432
|
+
runtimeDeviceDisplayName: nullableTrimmedStringSchema$6
|
|
4433
|
+
});
|
|
4434
|
+
const getAgentExecutionReadinessBatchResponseSchema = strictObject({ items: array(getAgentExecutionReadinessResponseSchema) });
|
|
4367
4435
|
const ISO_DATE_TIME_SCHEMA$5 = datetime({ offset: true });
|
|
4368
4436
|
const MAX_SPACE_MEMBERS_BATCH_SIZE = 100;
|
|
4369
4437
|
const trimmedNonEmptyStringSchema$6 = string().trim().min(1);
|
|
@@ -4391,12 +4459,7 @@ const spaceMemberSourceSchema = _enum([
|
|
|
4391
4459
|
]);
|
|
4392
4460
|
const spaceMemberAgentWakeStateSchema = _enum(["wakeable", "offline"]);
|
|
4393
4461
|
const spaceMemberAgentWakeabilityStatusSchema = _enum(["ready", "blocked"]);
|
|
4394
|
-
const spaceMemberAgentWakeabilityReasonCodeSchema =
|
|
4395
|
-
"profile.unbound",
|
|
4396
|
-
"controller.binding.disabled",
|
|
4397
|
-
"route.not_registered",
|
|
4398
|
-
"route.unavailable"
|
|
4399
|
-
]);
|
|
4462
|
+
const spaceMemberAgentWakeabilityReasonCodeSchema = trimmedNonEmptyStringSchema$6;
|
|
4400
4463
|
const spaceMemberAgentWakeabilitySchema = strictObject({
|
|
4401
4464
|
status: spaceMemberAgentWakeabilityStatusSchema,
|
|
4402
4465
|
reasonCodes: array(spaceMemberAgentWakeabilityReasonCodeSchema),
|
|
@@ -4413,6 +4476,7 @@ const spaceMemberAgentWakeabilitySchema = strictObject({
|
|
|
4413
4476
|
path: ["reasonCodes"]
|
|
4414
4477
|
});
|
|
4415
4478
|
});
|
|
4479
|
+
const spaceMemberAgentExecutionReadinessSchema = agentExecutionReadinessSchema;
|
|
4416
4480
|
const baseSpaceMemberSnapshotSchema = strictObject({
|
|
4417
4481
|
profileId: profileIdSchema,
|
|
4418
4482
|
profileName: trimmedNonEmptyStringSchema$6,
|
|
@@ -4460,6 +4524,7 @@ const spaceMemberAgentSnapshotSchema = baseSpaceMemberSnapshotSchema.extend({
|
|
|
4460
4524
|
agentContextId: nullableTrimmedStringSchema$5,
|
|
4461
4525
|
upstreamConversation: nullableUpstreamConversationRefSchema.optional(),
|
|
4462
4526
|
workingDirectory: profileWorkingDirectorySchema.nullable().optional(),
|
|
4527
|
+
agentExecutionReadiness: spaceMemberAgentExecutionReadinessSchema.optional(),
|
|
4463
4528
|
daemonRouteObservation: daemonRouteObservationSummarySchema,
|
|
4464
4529
|
wakeState: spaceMemberAgentWakeStateSchema,
|
|
4465
4530
|
wakeability: spaceMemberAgentWakeabilitySchema
|
|
@@ -5246,7 +5311,7 @@ function projectSpaceMentionLabelIdentity(identity) {
|
|
|
5246
5311
|
const normalizedMentionAlias = normalizeProjectableMentionLabel(identity.mentionAlias);
|
|
5247
5312
|
const profileNameWithShortId = normalizedProfileName ? `${normalizedProfileName}-${buildProfileIdShort(profileId)}` : null;
|
|
5248
5313
|
return {
|
|
5249
|
-
mentionAlias: normalizeOptionalText(identity.mentionAlias),
|
|
5314
|
+
mentionAlias: normalizeOptionalText$2(identity.mentionAlias),
|
|
5250
5315
|
normalizedMentionAlias,
|
|
5251
5316
|
normalizedProfileName,
|
|
5252
5317
|
profileId,
|
|
@@ -5323,7 +5388,7 @@ function normalizeRequiredProfileId(profileId) {
|
|
|
5323
5388
|
if (normalized.length === 0) throw new Error("Space mention labels require a non-empty profileId.");
|
|
5324
5389
|
return normalized;
|
|
5325
5390
|
}
|
|
5326
|
-
function normalizeOptionalText(value) {
|
|
5391
|
+
function normalizeOptionalText$2(value) {
|
|
5327
5392
|
const normalized = trimmedStringFromUnknown(value);
|
|
5328
5393
|
return normalized.length > 0 ? normalized : null;
|
|
5329
5394
|
}
|
|
@@ -9613,6 +9678,148 @@ function resolveBuiltinAgentControllerBrand(controllerRef) {
|
|
|
9613
9678
|
if (!(controllerId && isBuiltinAgentControllerBrandId(controllerId))) return null;
|
|
9614
9679
|
return BUILTIN_AGENT_CONTROLLER_BRANDS[controllerId];
|
|
9615
9680
|
}
|
|
9681
|
+
const CODEX_UPGRADE_REQUIRED_REASON = "Codex on this device is too old for the current model. Upgrade Codex on this device, then try again.";
|
|
9682
|
+
const PUBLIC_FAILURE_REASON_BY_CODE = [
|
|
9683
|
+
{
|
|
9684
|
+
patterns: [
|
|
9685
|
+
"claim_eligibility.binding_missing",
|
|
9686
|
+
"claim_eligibility.binding_disabled",
|
|
9687
|
+
"claim_eligibility.binding_legacy_bridge_not_claimable",
|
|
9688
|
+
"claim_eligibility.binding_not_routable",
|
|
9689
|
+
"dispatch.claim_eligibility.blocked",
|
|
9690
|
+
"dispatch.claim_eligibility.binding.disabled_historical",
|
|
9691
|
+
"dispatch.claim_eligibility.binding.enabled_primary",
|
|
9692
|
+
"dispatch.claim_eligibility.binding.legacy_bridge",
|
|
9693
|
+
"dispatch.claim_eligibility.binding.missing"
|
|
9694
|
+
],
|
|
9695
|
+
reason: "This agent needs setup before it can reply."
|
|
9696
|
+
},
|
|
9697
|
+
{
|
|
9698
|
+
patterns: [
|
|
9699
|
+
"claim_eligibility.binding_runtime_mismatch",
|
|
9700
|
+
"claim_eligibility.runtime_id_missing",
|
|
9701
|
+
"claim_eligibility.runtime_id_mismatch",
|
|
9702
|
+
"claim_eligibility.runtime_id_not_opaque",
|
|
9703
|
+
"claim_eligibility.runtime_identity_invalid",
|
|
9704
|
+
"claim_eligibility.runtime_missing",
|
|
9705
|
+
"claim_eligibility.runtime_unavailable",
|
|
9706
|
+
"claim_eligibility.runtime_capability_unknown",
|
|
9707
|
+
"claim_eligibility.runtime_capability_missing",
|
|
9708
|
+
"claim_eligibility.runtime_capability_stale",
|
|
9709
|
+
"claim_eligibility.runtime_capability_disabled",
|
|
9710
|
+
"claim_eligibility.runtime_capability_unavailable"
|
|
9711
|
+
],
|
|
9712
|
+
reason: "This agent is connected to an older computer setup. Update setup on this computer, then try again."
|
|
9713
|
+
},
|
|
9714
|
+
{
|
|
9715
|
+
patterns: ["claim_eligibility.binding_capability_mismatch"],
|
|
9716
|
+
reason: "This agent is connected to a different local agent setup. Update setup on this computer, then try again."
|
|
9717
|
+
},
|
|
9718
|
+
{
|
|
9719
|
+
patterns: [
|
|
9720
|
+
"claim_eligibility.binding_owner_mismatch",
|
|
9721
|
+
"claim_eligibility.owner_mismatch",
|
|
9722
|
+
"dispatch.claim_eligibility.binding.owner_mismatch"
|
|
9723
|
+
],
|
|
9724
|
+
reason: "This agent is connected to a different ATS account. Sign in with the correct ATS account, then run setup again."
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
patterns: [
|
|
9728
|
+
"claim_eligibility.binding_conflict",
|
|
9729
|
+
"claim_eligibility.lease_conflict",
|
|
9730
|
+
"claim_eligibility.runtime_conflict",
|
|
9731
|
+
"dispatch.claim_eligibility.binding.conflict"
|
|
9732
|
+
],
|
|
9733
|
+
reason: "This agent has a conflicting reply connection. Wait a moment, then run setup again if the issue continues."
|
|
9734
|
+
},
|
|
9735
|
+
{
|
|
9736
|
+
patterns: ["claim_eligibility.caller_not_allowed", "claim_eligibility.not_read_after_caller_authorization_failed"],
|
|
9737
|
+
reason: "ATS could not verify permission to run this agent. Sign in again, then try once more."
|
|
9738
|
+
},
|
|
9739
|
+
{
|
|
9740
|
+
patterns: [
|
|
9741
|
+
"claim_eligibility.non_wake_relation_not_dispatchable",
|
|
9742
|
+
"claim_eligibility.dispatch_evidence_missing",
|
|
9743
|
+
"claim_eligibility.dispatch_evidence_stale",
|
|
9744
|
+
"claim_eligibility.dispatch_missing",
|
|
9745
|
+
"claim_eligibility.dispatch_terminal",
|
|
9746
|
+
"claim_eligibility.wake_not_allowed_at_creation",
|
|
9747
|
+
"claim_eligibility.wake_no_longer_allowed_by_policy",
|
|
9748
|
+
"claim_eligibility.space_liveness_missing",
|
|
9749
|
+
"claim_eligibility.space_liveness_stale",
|
|
9750
|
+
"claim_eligibility.policy_version_mismatch"
|
|
9751
|
+
],
|
|
9752
|
+
reason: "This Wake request is no longer active. Send a new message and wake the agent again."
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
patterns: ["claim_eligibility.target_no_longer_member", "claim_eligibility.target_not_claimable_agent_member"],
|
|
9756
|
+
reason: "This agent is no longer available in this space. Add the agent to the space, then try again."
|
|
9757
|
+
},
|
|
9758
|
+
{
|
|
9759
|
+
patterns: ["controller.launch.choice_required", "launch choice"],
|
|
9760
|
+
reason: "ATS found more than one working install for this agent on this device. Choose which one ATS should use here, then try again."
|
|
9761
|
+
},
|
|
9762
|
+
{
|
|
9763
|
+
patterns: ["profile.workspace.missing"],
|
|
9764
|
+
reason: "This agent is missing its local workspace on this device. Run `ats doctor --repair`, then `ats agents prepare --profile <agent-profile-id>`, and try again."
|
|
9765
|
+
},
|
|
9766
|
+
{
|
|
9767
|
+
patterns: ["profile.workspace.invalid"],
|
|
9768
|
+
reason: "This agent's local workspace is broken on this device. Run `ats doctor --repair`, then `ats agents prepare --profile <agent-profile-id>`, and try again."
|
|
9769
|
+
},
|
|
9770
|
+
{
|
|
9771
|
+
patterns: [
|
|
9772
|
+
"auth",
|
|
9773
|
+
"credential",
|
|
9774
|
+
"login"
|
|
9775
|
+
],
|
|
9776
|
+
reason: "Authentication failed."
|
|
9777
|
+
},
|
|
9778
|
+
{
|
|
9779
|
+
patterns: ["model.unsupported", "unsupported_model"],
|
|
9780
|
+
reason: "The current model is not available for this agent's account."
|
|
9781
|
+
},
|
|
9782
|
+
{
|
|
9783
|
+
patterns: ["controller.client.upgrade_required"],
|
|
9784
|
+
reason: CODEX_UPGRADE_REQUIRED_REASON
|
|
9785
|
+
},
|
|
9786
|
+
{
|
|
9787
|
+
patterns: ["rate", "quota"],
|
|
9788
|
+
reason: "The agent hit a rate limit."
|
|
9789
|
+
},
|
|
9790
|
+
{
|
|
9791
|
+
patterns: [
|
|
9792
|
+
"permission",
|
|
9793
|
+
"forbidden",
|
|
9794
|
+
"unauthorized"
|
|
9795
|
+
],
|
|
9796
|
+
reason: "The agent does not have permission to reply here."
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
patterns: ["controller.launch.needs_repair"],
|
|
9800
|
+
reason: "ATS could not start this agent on this device. Repair it on this device, then try again."
|
|
9801
|
+
},
|
|
9802
|
+
{
|
|
9803
|
+
patterns: [
|
|
9804
|
+
"timeout",
|
|
9805
|
+
"network",
|
|
9806
|
+
"unavailable",
|
|
9807
|
+
"provider",
|
|
9808
|
+
"upstream"
|
|
9809
|
+
],
|
|
9810
|
+
reason: "The agent could not complete this reply right now."
|
|
9811
|
+
}
|
|
9812
|
+
];
|
|
9813
|
+
function resolveMappedPublicAgentFailureReason(errorCode) {
|
|
9814
|
+
const normalizedErrorCode = normalizeOptionalText(errorCode)?.toLowerCase();
|
|
9815
|
+
if (!normalizedErrorCode) return null;
|
|
9816
|
+
for (const mapping of PUBLIC_FAILURE_REASON_BY_CODE) if (mapping.patterns.some((pattern) => normalizedErrorCode.includes(pattern))) return mapping.reason;
|
|
9817
|
+
return null;
|
|
9818
|
+
}
|
|
9819
|
+
function normalizeOptionalText(value) {
|
|
9820
|
+
const normalized = typeof value === "string" ? value.trim() : "";
|
|
9821
|
+
return normalized.length > 0 ? normalized : null;
|
|
9822
|
+
}
|
|
9616
9823
|
|
|
9617
9824
|
//#endregion
|
|
9618
9825
|
//#region src/config/session-profile.ts
|
|
@@ -10003,5 +10210,5 @@ function toErrorMessage(error) {
|
|
|
10003
10210
|
}
|
|
10004
10211
|
|
|
10005
10212
|
//#endregion
|
|
10006
|
-
export {
|
|
10007
|
-
//# sourceMappingURL=lock-
|
|
10213
|
+
export { catchupResponseSchema as $, submitRuntimeCapabilityReportsResponseSchema as $n, normalizeListSignalsReadQuerySemantics as $t, MAX_SIGNAL_REPLY_TO_PREVIEW_LENGTH as A, serverErrorFrameSchema as An, gatewayErrorCodeSchema as At, atsProfileIdSchema as B, spaceDispatchTraceResponseSchema as Bn, getSpaceConversationStatusResponseSchema as Bt, CONVERSATION_CONTINUITY_WARNING_PURPOSE as C, resolveSingleSpaceMentionLabels as Cn, ensureAgentProfilePrimaryBindingBodySchema as Ct, DISPATCH_ACTIVITY_RETRYING_PURPOSE as D, runtimeAgentControllerLaunchContractSchema as Dn, forgetComputerResponseSchema as Dt, DISPATCH_ACTIVITY_FAILED_PURPOSE as E, resolveStartHandoffResponseSchema as En, finalClaimRouteParamsSchema as Et, SPACE_MENTION_REJECT_NOTICE_PURPOSE as F, spaceConversationBindingDeleteResponseSchema as Fn, getAgentProfilePrimaryBindingResponseSchema as Ft, atsdControlPlaneResponseSchema as G, startSessionProgressSchema as Gn, getSpaceUpdatesResponseSchema as Gt, atsRuntimeProfileIdSchema as H, spaceMetaSchema as Hn, getSpaceDispatchResultResponseSchema as Ht, SPACE_PASSWORD_MIN_LENGTH as I, spaceConversationBindingImportResponseSchema as In, getPrepareReadinessQuerySchema as It, atsdTaskResultPayloadSchema as J, startSessionSpaceChoiceResponseSchema as Jn, isExplicitBuiltinControllerRef as Jt, atsdTaskResultEnvelopeWriteSchema as K, startSessionResponseSchema as Kn, getSpaceWakeProgressResponseSchema as Kt, SPACE_UPDATES_MAX_LIMIT as L, spaceConversationBindingResponseSchema as Ln, getPrepareReadinessResponseSchema as Lt, SPACE_DISPATCH_TRACE_PROMPT_PREVIEW_MAX_CHARS as M, setOwnedDeviceDisplayNameBodySchema as Mn, getAgentExecutionReadinessBatchBodySchema as Mt, SPACE_MEMBER_JOIN_NOTICE_PURPOSE as N, signalEnvelopeSchema as Nn, getAgentExecutionReadinessBatchResponseSchema as Nt, LEGACY_RUNTIME_DISPATCH_POLICY as O, runtimeAgentControllerSettingsSchema as On, forgetCurrentComputerResponseSchema as Ot, SPACE_MEMBER_REMOVE_NOTICE_PURPOSE as P, spaceConversationBindingConflictResponseSchema as Pn, getAgentExecutionReadinessResponseSchema as Pt, canonicalizeControllerRefForKind as Q, submitRuntimeCapabilityReportsBodySchema as Qn, normalizeBuiltinControllerProviderId as Qt, agentExecutionReadinessRouteParamsSchema as R, spaceConversationBindingUpsertResponseSchema as Rn, getSpaceContractResponseSchema as Rt, ATSD_TASK_RESULT_SCHEMA_VERSION as S, resolveMessageEnvelopeTargetField as Sn, dispatchBriefSchema as St, DISPATCH_ACTIVITY_DISPATCHING_PURPOSE as T, resolveStartHandoffBodySchema as Tn, entryBriefSchema as Tt, atsSpaceEgressActionSchema as U, startDeviceProjectionSchema as Un, getSpaceMessageAddressingRelationSupportForTargetKind as Ut, atsRequestContextSchema as V, spaceMembersSnapshotSchema as Vn, getSpaceDispatchLookupResponseSchema as Vt, atsdControlPlaneRequestSchema as W, startProfileReadinessSummarySchema as Wn, getSpaceStatusResponseSchema as Wt, buildUpstreamConversationRef as X, startStateResponseSchema as Xn, listProfileSpaceHistoryResponseSchema as Xt, buildControllerRoutingKeyForKind as Y, startSessionWithTokenResponseSchema as Yn, leaveSpaceResponseSchema as Yt, canonicalizeBuiltinControllerRef as Z, structuredGuidePayloadFromInputSchema as Zn, normalizeBuiltinControllerAgentId as Zt, AGENT_REPLYING_END_PURPOSE as _, removeSpaceMembersResponseSchema as _n, daemonHubSubmitTaskResultRequestSchema as _t, runWithHeldLock as a, patchSpaceContractBodySchema as an, writeCurrentDeviceBootstrapObservationResponseSchema as ar, createSpaceBodySchema as at, AGENT_REPLY_PREVIEW_PURPOSE as b, resolveBuiltinProviderConversationCapability as bn, daemonServiceContractSchema as bt, LEGACY_ATS_RUNTIME_SESSION_ENV_KEY as c, postNormalMessageBodySchema as cn, writeStartObservationBodySchema as cr, currentDeviceTargetResponseSchema as ct, resolveRuntimeSession as d, postSpaceMembersResponseSchema as dn, writeStartObservedDeviceMetadataResponseSchema as dr, daemonHubDispatchPreviewEndRequestSchema as dt, normalizeMessageEnvelope as en, submitRuntimeRegistrationBodySchema as er, claimExecutionDiagnosticsQuerySchema as et, resolveRuntimeSessionId as f, prepareSessionResponseSchema as fn, writeStartSessionProgressBodySchema as fr, daemonHubDispatchPreviewRequestSchema as ft, resolveMappedPublicAgentFailureReason as g, querySpaceDeletionTombstonesResponseSchema as gn, daemonHubRegisterSessionResponseSchema as gt, resolveBuiltinAgentControllerBrand as h, providerDispatchRuntimeContextSchema as hn, daemonHubRegisterSessionRequestSchema as ht, releaseLock as i, patchProfileSpaceHistoryStatusResponseSchema as in, writeCurrentDeviceBootstrapObservationBodySchema as ir, conversationExecutionStateSchema as it, MESSAGE_MENTION_TYPE_VALUES as j, setCurrentDeviceTargetBodySchema as jn, gatewayErrorEnvelopeSchema as jt, MAX_PROFILE_WORKING_DIRECTORY_LENGTH as k, sanitizeSignalTextPreview as kn, formatCanonicalMentionLiteral as kt, listRuntimeSessionStates as l, postNormalMessageResponseSchema as ln, writeStartObservationResponseSchema as lr, daemonHubDeliverDispatchRequestSchema as lt, CODEX_UPGRADE_REQUIRED_REASON as m, profileWorkspaceModeSchema as mn, createDaemonRouteObservationSummary as mr, daemonHubHeartbeatResponseSchema as mt, isAtsLockError as n, ownedDevicesResponseSchema as nn, upsertProfileSpaceHistoryResponseSchema as nr, collectCanonicalMentionTextFragments as nt, tryCleanupStaleLock as o, patchSpaceContractResponseSchema as on, writeCurrentDeviceObservedMetadataBodySchema as or, createSpaceResponseSchema as ot, writeRuntimeSessionState as p, prepareSessionStreamServerFrameSchema as pn, writeStartSessionProgressResponseSchema as pr, daemonHubHeartbeatRequestSchema as pt, atsdTaskResultOpenClawGatewayVisibilityStatusSchema as q, startSessionSpaceChoiceBodySchema as qn, incomingServerMessageSchema as qt, readLockMeta as r, parseOptionalClientMessageId as rn, upsertSpaceDeletionTombstoneResponseSchema as rr, continuitySchema as rt, ATS_RUNTIME_SESSION_ENV_KEY as s, patchStartSessionBodySchema as sn, writeCurrentDeviceObservedMetadataResponseSchema as sr, createStartSessionBodySchema as st, acquireLock as t, normalizeOptionalWorkingDirectory as tn, submitRuntimeRegistrationResponseSchema as tr, claimExecutionDiagnosticsResponseSchema as tt, readRuntimeSessionState as u, postSpaceMembersBodySchema as un, writeStartObservedDeviceMetadataBodySchema as ur, daemonHubDispatchLifecycleRequestSchema as ut, AGENT_REPLYING_PURPOSE as v, reserveFinalClaimBodySchema as vn, daemonRouteObservationResponseSchema as vt, DAEMON_HUB_SCHEMA_VERSION as w, resolveSpaceMentionLabels as wn, ensureAgentProfilePrimaryBindingResponseSchema as wt, ATSD_CONTROL_PLANE_SCHEMA_VERSION as x, resolveBuiltinUpstreamConversationRefKind as xn, daemonStreamFrameSchema as xt, AGENT_REPLY_PREVIEW_END_PURPOSE as y, reserveFinalClaimResponseSchema as yn, daemonRuntimeLeaseSchema as yt, agentProfileBindingRouteParamsSchema as z, spaceCreatorSchema as zn, getSpaceConversationRemoteStatusResponseSchema as zt };
|
|
10214
|
+
//# sourceMappingURL=lock-DNHgZaBJ.js.map
|