@tangle-network/agent-runtime 0.210.0 → 0.212.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.
Files changed (50) hide show
  1. package/dist/{activation-Bwyehqhg.js → activation-BVq-alfZ.js} +2 -2
  2. package/dist/{activation-Bwyehqhg.js.map → activation-BVq-alfZ.js.map} +1 -1
  3. package/dist/{activation-4oMAHaQz.d.ts → activation-r96R8a7k.d.ts} +2 -2
  4. package/dist/agent.d.ts +1 -1
  5. package/dist/agent.js +2 -2
  6. package/dist/{coordination-driver-Bp9a4LdC.js → coordination-driver-CLfIhtEw.js} +2 -2
  7. package/dist/{coordination-driver-Bp9a4LdC.js.map → coordination-driver-CLfIhtEw.js.map} +1 -1
  8. package/dist/{delegate-Dmm9ITBZ.js → delegate-BcStnnoc.js} +2 -2
  9. package/dist/{delegate-Dmm9ITBZ.js.map → delegate-BcStnnoc.js.map} +1 -1
  10. package/dist/durable.d.ts +20 -3
  11. package/dist/durable.js +20 -3
  12. package/dist/durable.js.map +1 -1
  13. package/dist/{graph-D1QQu6lY.js → graph-p_1slU4g.js} +3 -3
  14. package/dist/{graph-D1QQu6lY.js.map → graph-p_1slU4g.js.map} +1 -1
  15. package/dist/{improvement-cycle-BlvbrKLq.js → improvement-cycle-R4vC2wfp.js} +3 -3
  16. package/dist/{improvement-cycle-BlvbrKLq.js.map → improvement-cycle-R4vC2wfp.js.map} +1 -1
  17. package/dist/{index-lXtwqnQA.d.ts → index-BxIucF40.d.ts} +8 -2
  18. package/dist/index.d.ts +4 -4
  19. package/dist/index.js +7 -7
  20. package/dist/intelligence.d.ts +2 -2
  21. package/dist/intelligence.js +3 -3
  22. package/dist/kernel.d.ts +3 -3
  23. package/dist/kernel.js +8 -8
  24. package/dist/{loop-runner-bin-CpJtH4zl.d.ts → loop-runner-bin-Bz0RR-dg.d.ts} +3 -3
  25. package/dist/{loop-runner-bin-QKH_nf8M.js → loop-runner-bin-Da7tTOAK.js} +3 -3
  26. package/dist/{loop-runner-bin-QKH_nf8M.js.map → loop-runner-bin-Da7tTOAK.js.map} +1 -1
  27. package/dist/loop-runner-bin.d.ts +1 -1
  28. package/dist/loop-runner-bin.js +1 -1
  29. package/dist/mcp/bin.js +3 -3
  30. package/dist/mcp/index.d.ts +2 -2
  31. package/dist/mcp/index.js +4 -4
  32. package/dist/{provision-supervisor-Dq81wDhU.js → provision-supervisor-HN7ZJojn.js} +3 -3
  33. package/dist/{provision-supervisor-Dq81wDhU.js.map → provision-supervisor-HN7ZJojn.js.map} +1 -1
  34. package/dist/{redact-CE6Hfkrp.js → redact-m6KGpTVH.js} +79 -10
  35. package/dist/redact-m6KGpTVH.js.map +1 -0
  36. package/dist/{runtime-BgOCbw6N.js → runtime-BDHwrKH0.js} +8 -8
  37. package/dist/{runtime-BgOCbw6N.js.map → runtime-BDHwrKH0.js.map} +1 -1
  38. package/dist/{server-xYvBM-Te.js → server-D29wAvY7.js} +3 -3
  39. package/dist/{server-xYvBM-Te.js.map → server-D29wAvY7.js.map} +1 -1
  40. package/dist/{stream-agent-turn-BXZMQQ0K.d.ts → stream-agent-turn-B7YnjmXV.d.ts} +57 -10
  41. package/dist/{structural-rollout-CcO70n6X.js → structural-rollout-Dlyc95Nx.js} +2 -2
  42. package/dist/{structural-rollout-CcO70n6X.js.map → structural-rollout-Dlyc95Nx.js.map} +1 -1
  43. package/dist/{supervise-DNh1_cHO.js → supervise-C-0FmGGf.js} +3 -3
  44. package/dist/{supervise-DNh1_cHO.js.map → supervise-C-0FmGGf.js.map} +1 -1
  45. package/dist/testing.d.ts +2 -2
  46. package/dist/testing.js +12 -12
  47. package/dist/tui/index.d.ts +1 -1
  48. package/dist/tui/index.js +1 -1
  49. package/package.json +1 -1
  50. package/dist/redact-CE6Hfkrp.js.map +0 -1
@@ -7330,6 +7330,7 @@ async function* streamProviderExecutor(args) {
7330
7330
  ...sawCompleteTokenReceipt && !sawIncompleteTokenReceipt ? {} : { tokensKnown: false },
7331
7331
  usd,
7332
7332
  usdKnown: false,
7333
+ ...usd > 0 ? { usdEstimated: usd } : {},
7333
7334
  ms: Date.now() - started
7334
7335
  };
7335
7336
  const verdict = await args.options.validator?.validate(result, {
@@ -7395,6 +7396,7 @@ async function* streamProviderExecutor(args) {
7395
7396
  kind: "cost",
7396
7397
  usdKnown: false,
7397
7398
  usd: receipt.costUsd,
7399
+ usdEstimated: receipt.costUsd,
7398
7400
  provenance: "uncaptured"
7399
7401
  };
7400
7402
  }
@@ -11794,6 +11796,21 @@ const bridgeUsageCostSchema = "cli-bridge.usage-cost.v1";
11794
11796
  /** Ceiling on one run-state read. A bridge that hangs must not pin `refreshing` forever and
11795
11797
  * silently stop every later refresh. */
11796
11798
  const BRIDGE_RUN_STATE_TIMEOUT_MS = 2e3;
11799
+ /** Ceiling on one model-route probe. This is deliberately not the run-state budget: a slow
11800
+ * run-state read costs one skipped refresh, while a slow route probe refuses a spawn or a driver
11801
+ * turn, and three refusals in a row end the run at zero tokens. On a host at load average 261
11802
+ * `GET /v1/capabilities` measured 12-15 s while `POST /v1/chat/completions` on the same bridge
11803
+ * and model returned 200, so a 2 s budget reported a live bridge as one that routes nothing.
11804
+ * Half the bridge's own admission acquire deadline (60 s): a hung bridge still refuses. */
11805
+ const BRIDGE_ROUTE_PROBE_TIMEOUT_MS = 3e4;
11806
+ /** Wire models a probe has seen each bridge route, keyed by bridge URL and then by model. Whether a
11807
+ * bridge routes a model is a fact about its catalog, not about this turn, and `bridgeExecutor`
11808
+ * rebuilds its seam per turn, so the key is the pair and not the seam object. Only a positive
11809
+ * answer is kept: a cached refusal would be the mirror of the silent admission the preflight
11810
+ * exists to remove, refusing a bridge that has since gained the backend until the process
11811
+ * restarted. A positive that goes stale fails at dispatch with the bridge's own retained error,
11812
+ * which is what a child saw before the preflight existed. */
11813
+ const routedModels = /* @__PURE__ */ new Map();
11797
11814
  /** One bridge GET over the `node:http(s)` core client — the same transport every other bridge
11798
11815
  * read uses, so a computed provider endpoint never reaches global `fetch`. Resolves the status
11799
11816
  * and the body text; a transport failure rejects. */
@@ -11840,9 +11857,10 @@ function bridgeGet(seam, path, timeoutMs, signal) {
11840
11857
  */
11841
11858
  async function bridgeModelRouteRefusal(seam, wireModel, signal) {
11842
11859
  const base = seam.bridgeUrl.replace(/\/$/, "");
11860
+ if (routedModels.get(base)?.has(wireModel)) return void 0;
11843
11861
  let answer;
11844
11862
  try {
11845
- answer = await bridgeGet(seam, `/v1/capabilities?model=${encodeURIComponent(wireModel)}`, BRIDGE_RUN_STATE_TIMEOUT_MS, signal);
11863
+ answer = await bridgeGet(seam, `/v1/capabilities?model=${encodeURIComponent(wireModel)}`, BRIDGE_ROUTE_PROBE_TIMEOUT_MS, signal);
11846
11864
  } catch (error) {
11847
11865
  if (signal?.aborted) throw error;
11848
11866
  return {
@@ -11850,7 +11868,15 @@ async function bridgeModelRouteRefusal(seam, wireModel, signal) {
11850
11868
  retryable: true
11851
11869
  };
11852
11870
  }
11853
- if (answer.status === 200) return void 0;
11871
+ if (answer.status === 200) {
11872
+ let routed = routedModels.get(base);
11873
+ if (routed === void 0) {
11874
+ routed = /* @__PURE__ */ new Set();
11875
+ routedModels.set(base, routed);
11876
+ }
11877
+ routed.add(wireModel);
11878
+ return;
11879
+ }
11854
11880
  if (answer.status === 404) return {
11855
11881
  detail: `bridge ${base} routes no backend for model ${JSON.stringify(wireModel)}`,
11856
11882
  retryable: false,
@@ -14016,8 +14042,8 @@ function createBudgetPool(root, runStartedAtMs, restore = {}) {
14016
14042
  return violation;
14017
14043
  }
14018
14044
  let nextTicketId = 0;
14019
- const open = /* @__PURE__ */ new Set();
14020
- function reserve(b) {
14045
+ const open = /* @__PURE__ */ new Map();
14046
+ function reserve(b, holder = { stage: "admitted" }) {
14021
14047
  assertValidBudget(b, "reservation budget");
14022
14048
  for (const [name, state] of resources) {
14023
14049
  const wanted = b.resources?.[name];
@@ -14066,7 +14092,7 @@ function createBudgetPool(root, runStartedAtMs, restore = {}) {
14066
14092
  reservedUsd += wantUsd;
14067
14093
  }
14068
14094
  const id = nextTicketId++;
14069
- open.add(id);
14095
+ open.set(id, holder);
14070
14096
  return {
14071
14097
  ok: true,
14072
14098
  ticket: {
@@ -14081,6 +14107,14 @@ function createBudgetPool(root, runStartedAtMs, restore = {}) {
14081
14107
  }
14082
14108
  };
14083
14109
  }
14110
+ function attribute(ticket, holder) {
14111
+ const current = open.get(ticket.id);
14112
+ if (current === void 0) return;
14113
+ open.set(ticket.id, {
14114
+ ...current,
14115
+ ...holder
14116
+ });
14117
+ }
14084
14118
  function reconcile(ticket, spent) {
14085
14119
  if (!open.has(ticket.id)) throw new Error(`budget pool: reconcile of unknown or already-settled ticket ${ticket.id}`);
14086
14120
  assertValidSpend(spent, `budget pool ticket ${ticket.id} spend`);
@@ -14147,8 +14181,14 @@ function createBudgetPool(root, runStartedAtMs, restore = {}) {
14147
14181
  reservedTokens
14148
14182
  };
14149
14183
  }
14184
+ function openReservations() {
14185
+ return [...open].map(([ticketId, holder]) => Object.freeze({
14186
+ ticketId,
14187
+ ...holder
14188
+ }));
14189
+ }
14150
14190
  function assertNoOpenTickets() {
14151
- if (open.size > 0) throw new Error(`budget pool: ${open.size} reservation(s) still open at join barrier (leaked ticket ids: ${[...open].join(", ")}) — conserved-pool invariant violated`);
14191
+ if (open.size > 0) throw new Error(`budget pool: ${open.size} reservation(s) still open at join barrier (${openReservations().map(describeLeakedReservation).join("; ")}) — conserved-pool invariant violated`);
14152
14192
  }
14153
14193
  if (restore.committed !== void 0) {
14154
14194
  assertValidSpend(restore.committed, "budget restore committed");
@@ -14198,13 +14238,25 @@ function createBudgetPool(root, runStartedAtMs, restore = {}) {
14198
14238
  }
14199
14239
  return {
14200
14240
  reserve,
14241
+ attribute,
14201
14242
  reconcile,
14202
14243
  spendFrom: foldUsage,
14203
14244
  readout,
14204
14245
  observe,
14205
- assertNoOpenTickets
14246
+ assertNoOpenTickets,
14247
+ openReservations
14206
14248
  };
14207
14249
  }
14250
+ /** Name one leaked reservation by its holder, so the invariant message points at the work that
14251
+ * holds the ticket rather than at a counter an operator cannot chase. */
14252
+ function describeLeakedReservation(leak) {
14253
+ const parts = [`ticket ${leak.ticketId}`];
14254
+ if (leak.childId !== void 0) parts.push(`child ${leak.childId}`);
14255
+ if (leak.label !== void 0) parts.push(`label ${leak.label}`);
14256
+ if (leak.assignment !== void 0) parts.push(`assignment ${leak.assignment}`);
14257
+ parts.push(`stage ${leak.stage}`);
14258
+ return parts.join(", ");
14259
+ }
14208
14260
  //#endregion
14209
14261
  //#region src/durable/content-address.ts
14210
14262
  /** Stable content address shared by result and trace artifacts. */
@@ -15554,6 +15606,7 @@ function createSteerableSandboxSession(args) {
15554
15606
  kind: "cost",
15555
15607
  usd: call.costUsd,
15556
15608
  usdKnown: false,
15609
+ usdEstimated: call.costUsd,
15557
15610
  provenance: "uncaptured"
15558
15611
  };
15559
15612
  }
@@ -15670,6 +15723,7 @@ function createSteerableSandboxSession(args) {
15670
15723
  ...tokensKnown ? {} : { tokensKnown: false },
15671
15724
  usd,
15672
15725
  ...state.turns > 0 ? { usdKnown: false } : {},
15726
+ ...state.turns > 0 && usd > 0 ? { usdEstimated: usd } : {},
15673
15727
  ms: now() - started
15674
15728
  };
15675
15729
  const out = {
@@ -16693,6 +16747,7 @@ async function* streamSandboxLeaf(args) {
16693
16747
  } : result.winner?.verdict ?? leafVerdict(result);
16694
16748
  const tokensKnown = result.tokenUsage.tokensKnown !== false;
16695
16749
  const usdKnown = result.costUsdKnown !== false;
16750
+ const usdEstimated = usdKnown || result.costUsd <= 0 ? void 0 : result.costUsd;
16696
16751
  const outWithUsage = {
16697
16752
  ...outWithOutcome,
16698
16753
  ...result.estimatedCostUsd !== void 0 ? { estimatedCostUsd: result.estimatedCostUsd } : {},
@@ -16705,6 +16760,7 @@ async function* streamSandboxLeaf(args) {
16705
16760
  ...tokensKnown ? {} : { tokensKnown: false },
16706
16761
  usd: result.costUsd,
16707
16762
  ...usdKnown ? {} : { usdKnown: false },
16763
+ ...usdEstimated === void 0 ? {} : { usdEstimated },
16708
16764
  ms: Date.now() - started,
16709
16765
  ...boxMinutes === void 0 ? {
16710
16766
  boxMinutesKnown: false,
@@ -16744,6 +16800,7 @@ async function* streamSandboxLeaf(args) {
16744
16800
  kind: "cost",
16745
16801
  usdKnown: false,
16746
16802
  usd: result.costUsd,
16803
+ ...usdEstimated === void 0 ? {} : { usdEstimated },
16747
16804
  provenance: "uncaptured"
16748
16805
  };
16749
16806
  } finally {
@@ -19552,9 +19609,14 @@ function createScope(args) {
19552
19609
  ok: false,
19553
19610
  reason: "max-live-workers"
19554
19611
  };
19612
+ const assignment = opts.assignmentId ?? opts.key;
19555
19613
  let reservation;
19556
19614
  try {
19557
- reservation = args.pool.reserve(opts.budget);
19615
+ reservation = args.pool.reserve(opts.budget, {
19616
+ ...assignment === void 0 ? {} : { assignment },
19617
+ label: opts.label,
19618
+ stage: "admitted"
19619
+ });
19558
19620
  } catch (error) {
19559
19621
  permit.release();
19560
19622
  throw error;
@@ -19597,6 +19659,10 @@ function createScope(args) {
19597
19659
  try {
19598
19660
  const ordinal = recovery?.spawned.seq ?? spawnOrdinal++;
19599
19661
  const id = recovery?.spawned.id ?? `${args.parentId}:s${ordinal}`;
19662
+ args.pool.attribute(reservation.ticket, {
19663
+ childId: id,
19664
+ stage: "admitted"
19665
+ });
19600
19666
  const attemptId = newExecutionAttemptId(id);
19601
19667
  const startedAt = recovery ? Date.parse(recovery.spawned.at) : now();
19602
19668
  if (!Number.isFinite(startedAt)) throw new ValidationError$1("scope recovery has an invalid original start time");
@@ -19917,6 +19983,7 @@ function createScope(args) {
19917
19983
  complete: async () => pendingEvidence?.complete(),
19918
19984
  fail: async () => pendingEvidence?.fail()
19919
19985
  }, childDeadlineAtMs, recovery !== void 0, closeRetainedWrites);
19986
+ args.pool.attribute(reservation.ticket, { stage: "executing" });
19920
19987
  const interactiveBindingCommitted = spawnCommitted.then(async () => {
19921
19988
  if (args.interactiveBindingDir === void 0) return;
19922
19989
  const immediate = readInteractiveSession(live);
@@ -22118,12 +22185,13 @@ function createSupervisor() {
22118
22185
  rootLease?.release();
22119
22186
  }
22120
22187
  const tree = runTree(scope);
22121
- pool.assertNoOpenTickets();
22188
+ const leakedReservations = pool.openReservations();
22122
22189
  if (controller.signal.reason instanceof RunCancellationReason) return noWinner();
22123
22190
  if (actOutcome.ok) {
22124
22191
  if (executionAborted) return noWinner();
22125
22192
  const out = actOutcome.out;
22126
22193
  if (out !== void 0) {
22194
+ pool.assertNoOpenTickets();
22127
22195
  const outRef = contentAddress(out);
22128
22196
  await opts.blobs.put(outRef, out);
22129
22197
  const { spentTotal, childWork, driverInference, gaps, providerModel } = await terminalAccounting(journal, opts.runId, now() - runEpochMs);
@@ -22154,6 +22222,7 @@ function createSupervisor() {
22154
22222
  spentTotal,
22155
22223
  providerModel,
22156
22224
  ...teardownUnconfirmed.length > 0 ? { teardownUnconfirmed } : {},
22225
+ ...leakedReservations.length > 0 ? { leakedReservations } : {},
22157
22226
  ...gaps.length > 0 ? { spendGaps: gaps } : {}
22158
22227
  };
22159
22228
  const lifecycle = classifyNoWinner(executionAborted, pool, opts, breaker, deadlineExceeded, allChildrenDownAtSettle, downCountAtSettle);
@@ -22566,4 +22635,4 @@ function resolveRedactor(redact) {
22566
22635
  //#endregion
22567
22636
  export { captureReusableExecutorConfig as $, traceContextToEnv as $n, inheritRuntimeOwnedExecutorAttestation as $r, bridgeRuntimeAttachmentsKey as $t, consumeScopeRetainedOwnerResult as A, sumSandboxUsage as Ai, throwAbort as An, assertProfileMaterialization as Ar, workerTraceHeaders as At, workerInteractiveBindingFile as B, registerRetainedExecutorPreparation as Bn, renderUnsupported as Br, claimsAuthority as Bt, settledToIteration as C, extractLlmCallEvent as Ci, deleteBoxSafe as Cn, DEFAULT_LOCAL_HARNESS as Cr, contentAddress as Ct, timerAt as D, notifySandboxEventObserver as Di, randomSuffix as Dn, parseCodexTokenUsage as Dr, WORKER_TRACE_PROPAGATION as Dt, pollFor as E, mapSandboxToolEvent as Ei, promptCacheTokenClasses as En, localHarnessExecutable as Er, spendFromUsageEvents as Et, interactiveAdmissionSeamKey as F, promptOptionsFromAgentTurnInput as Fi, resourceTelemetry as Fn, promptControlProfileMaterialization as Fr, readWorkerProgress as Ft, destroyInteractiveEnvironment as G, reconnectRetainedRun as Gn, isNoEntError as Gr, isLiveNodeStatus as Gt, reconnectRetainedInteractiveRun as H, RunCancellationReason as Hn, unsupportedProfileDimensions as Hr, isPeerMailEnvelope as Ht, readWorkerInteractiveAdmissions as I, providerMessageText as Ii, withBudgetResources as In, promptModelProfileMaterialization as Ir, createInbox as It, queueOf as J, startRetainedRunInEnvironment as Jn, writeAllBytes as Jr, bridgeModelRouteRefusal as Jt, effectiveConcurrency as K, recoverRetainedRun as Kn, parseCommittedJsonLines as Kr, isTerminalNodeStatus as Kt, workerInteractiveAdmissionFile as L, createPushTraceSource as Ln, promptOnlyProfileMaterialization as Lr, AUTHORITY_MARKERS as Lt, scopeRetainedOwnerContext as M, abortError$2 as Mi, unmeteredSpend as Mn, defineProfileMaterializationContract as Mr, taskToPrompt as Mt, scopeRetainedOwnerPriorSpend as N, awaitAbortable$1 as Ni, zeroSpend as Nn, fullProfileMaterialization as Nr, DEFAULT_STALL_AFTER_MS as Nt, validateWaitSpec as O, sandboxEventServedBackend as Oi, sleep as On, CodexExecutionDiagnosticError as Or, readWorkerTraceContext as Ot, scopeRetainedOwnerResult as P, promptFromAgentTurnInput as Pi, addResourceSpend as Pn, profileMaterializationAxes$1 as Pr, createActivityLog as Pt, bindReusableExecutorExecutionId as Q, readTraceContextFromEnv as Qn, finalizeRuntimeOwnedPendingExecutor as Qr, readCodexRolloutSession as Qt, attachWorker as R, decodeToolPart as Rn, promptResourceProfileMaterialization as Rr, DEFAULT_PEER_MAIL_LIMITS as Rt, scopeOwnerExecutorNodeContext as S, createSandboxUsageLedger as Si, cloneSpend as Sn, removeWorktree as Sr, workerTraceAnalysisStore as St, isWaitOutcome as T, mapSandboxEvent as Ti, isAbortError$2 as Tn, harnessSupportsReasoningEffort as Tr, createBudgetPool as Tt, recoverRetainedInteractiveRun as U, abortError$1 as Un, validateProfileMaterialization as Ur, peerMailTools as Ut, workerInteractiveBindingsDir as V, retainedExecutorSeamKey as Vn, sandboxActProfileMaterialization as Vr, createPeerMailbox as Vt, startRetainedInteractiveRun as W, linkAbort as Wn, worktreeCliProfileMaterialization as Wr, peerMailVerbNames as Wt, DEFAULT_SUCCESSFUL_SHUTDOWN_MS as X, createPropagatingTraceEmitter as Xn, attestRuntimeOwnedScopeOwner as Xr, createCodexRolloutStoreReader as Xt, rollingDispatch as Y, retainedCreateMaterial as Yn, attestRuntimeOwnedPendingExecutor as Yr, addHarnessUsage as Yt, teardownExecutor as Z, mergeTraceEnv as Zn, authoredProfileDigest as Zr, harnessUsageIsEmpty as Zt, deriveNodeExecutionIdentity as _, projectSandboxOutcome as _i, providerAsSandboxClient as _n, sanitizeRuntimeStreamEvent as _r, replaySpawnTree as _t, createSupervisor as a, runtimeOwnedDriveHarnessProviderEvidence as ai, runAgentRounds as an, createOtelExporter as ar, createWorktreeCliExecutor as at, recordScopeOwnerMaterialization as b, canonicalStreamEventFromSandboxEvent as bi, addSpend as bn, captureWorktreeDiff as br, isTraceAnalysisStore as bt, pickBestDelivered as c, runtimeOwnedExecutorProviderEvidence as ci, acquireSandbox as cn, generateSpanId as cr, createInPlaceCliExecutor as ct, driverChild as d, unknownExecutionBindingReceipt as di, routerBrain as dn, padTraceId as dr, InMemoryResultBlobStore as dt, knownExecutionBindingReceipt as ei, bridgeStopSignalKey as en, INTELLIGENCE_WIRE_VERSION as er, cliInPlaceExecutor as et, driverExecutorFactory as f, unknownMaterializationReceipt as fi, runBrainLoop as fn, toOtelAttributes as fr, InMemorySpawnJournal as ft, createScope as g, detachedSnapshot as gi, providerAsExecutor as gn, sanitizeKnowledgeReadinessReport as gr, pendingWaits as gt, beginScopeOwnerAttempt as h, detachedFrozen as hi, createAgentEnvironmentProviderRegistry as hn, sanitizeAgentRuntimeEvent as hr, materializeTreeView as ht, createRootHandle as i, recordRuntimeOwnedDriveHarnessProviderEvidence as ii, isTerminalDecision as in, createOpenInferenceFileExporter as ir, snapshotExecutorConfig as it, prepareScopeRetainedOwnerTask as j, decodeHarnessUsage as ji, throwIfAborted as jn, controlProfileMaterialization as jr, workerTraceSeamKey as jt, waitUntil as k, sandboxProgressEvents as ki, stringifySafe as kn, AGENT_PROFILE_MATERIALIZATION_AXES as kr, workerTraceEnv as kt, runFinalizer as l, runtimeOwnedPendingExecutorMaterialization as li, assertBoxlessPromptOptions as ln, loopEventToOtelSpan as lr, FileResultBlobStore as lt, withDriverExecutor as m, executableAgentSpecSnapshot as mi, observedModelMatchesDeclared as mn, createRuntimeStreamEventCollector as mr, loadSpawnForest as mt, defaultRedactorIdentityMaterial as n, newExecutionAttemptId as ni, createSandboxForSpec as nn, buildLoopSpanNodes as nr, createExecutor as nt, bestDelivered as o, runtimeOwnedExecutorExecutionBinding as oi, createSandboxLineage as on, exportEvalRuns as or, DEFAULT_SANDBOX_STEERING_MAX_TURNS as ot, isDriverSpec as p, executableAgentProfileSnapshot as pi, canonicalObservedModelParts as pn, createRuntimeEventCollector as pr, insideCursorNamespace as pt, freeSlots as q, startRetainedRun as qn, prepareJsonlAppend as qr, bridgeAdmissionRefusal as qt, resolveRedactor as r, providerAttemptEvidence as ri, defaultSelectWinner as rn, buildRuntimeEventOtelSpans as rr, createExecutorRegistry as rt, collectDelivered as s, runtimeOwnedExecutorMaterialization as si, probeSandboxCapabilities as sn, flatOtelSpan as sr, createSteerableSandboxSession as st, defaultRedactor as t, knownMaterializationReceipt as ti, TERMINAL_DECISIONS as tn, buildLoopOtelSpans as tr, cliWorktreeExecutor as tt, runTree as u, runtimeOwnedScopeOwnerRuntime as ui, readPromptOptions as un, padSpanId as ur, FileSpawnJournal as ut, meterRuntimeOwnedAccounting as v, readSandboxOutcome as vi, resolveAgentEnvironmentProvider as vn, runSettledCommand as vr, WORKER_TOOL_TRACE_SCHEMA_VERSION as vt, createWaitProbes as w, isSandboxTerminalEvent as wi, hasCompleteCacheBreakdown as wn, LOCAL_HARNESSES as wr, assertValidBudget as wt, restoreScopeOwnerAcceptedExecution as x, createSandboxToolPartState as xi, chargedTokens as xn, createWorktree as xr, parseWorkerToolTraceArtifact as xt, meterRuntimeOwnedProviderAttempt as y, assertSandboxServedModel as yi, sandboxClientAsProvider as yn, runWorktreeHarness as yr, captureWorkerTraceEvidence as yt, readWorkerInteractiveBinding as z, sandboxSessionTraceSource as zn, renderProfileMaterializationIssues as zr, PEER_MAIL_WIRE_KEY as zt };
22568
22637
 
22569
- //# sourceMappingURL=redact-CE6Hfkrp.js.map
22638
+ //# sourceMappingURL=redact-m6KGpTVH.js.map