@tangle-network/agent-runtime 0.223.0 → 0.224.2

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 (51) hide show
  1. package/dist/{activation-DQseYGj1.js → activation-DQ_hkk7P.js} +2 -2
  2. package/dist/{activation-DQseYGj1.js.map → activation-DQ_hkk7P.js.map} +1 -1
  3. package/dist/{activation-ojBkrqcl.d.ts → activation-DVBlhoLp.d.ts} +3 -3
  4. package/dist/agent.d.ts +1 -1
  5. package/dist/agent.js +2 -2
  6. package/dist/{coordination-driver-9I9bvmU7.js → coordination-driver-nx4_rGR5.js} +3 -2
  7. package/dist/coordination-driver-nx4_rGR5.js.map +1 -0
  8. package/dist/{delegate-C6YK72Cu.js → delegate-CUpNuPNi.js} +2 -2
  9. package/dist/{delegate-C6YK72Cu.js.map → delegate-CUpNuPNi.js.map} +1 -1
  10. package/dist/durable.d.ts +2 -2
  11. package/dist/durable.js +2 -2
  12. package/dist/{graph-oFuyqROQ.js → graph-BC7dHj5x.js} +3 -3
  13. package/dist/{graph-oFuyqROQ.js.map → graph-BC7dHj5x.js.map} +1 -1
  14. package/dist/{improvement-cycle-o6XXAZ6L.js → improvement-cycle-BAIb1LPs.js} +4 -4
  15. package/dist/improvement-cycle-BAIb1LPs.js.map +1 -0
  16. package/dist/{index-C8i3o4mJ.d.ts → index-DoYdcnIt.d.ts} +2 -2
  17. package/dist/index.d.ts +4 -4
  18. package/dist/index.js +7 -7
  19. package/dist/intelligence.d.ts +2 -2
  20. package/dist/intelligence.js +3 -3
  21. package/dist/kernel.d.ts +2 -2
  22. package/dist/kernel.js +8 -8
  23. package/dist/{loop-runner-bin-DiAaRQud.js → loop-runner-bin-B-PXUbjh.js} +3 -3
  24. package/dist/{loop-runner-bin-DiAaRQud.js.map → loop-runner-bin-B-PXUbjh.js.map} +1 -1
  25. package/dist/{loop-runner-bin-zaiQXpVo.d.ts → loop-runner-bin-SVLOSCrt.d.ts} +3 -3
  26. package/dist/loop-runner-bin.d.ts +1 -1
  27. package/dist/loop-runner-bin.js +1 -1
  28. package/dist/mcp/bin.js +3 -3
  29. package/dist/mcp/index.d.ts +2 -2
  30. package/dist/mcp/index.js +4 -4
  31. package/dist/{provision-supervisor-BalCsZB7.js → provision-supervisor-Cq0Bh0ea.js} +3 -3
  32. package/dist/{provision-supervisor-BalCsZB7.js.map → provision-supervisor-Cq0Bh0ea.js.map} +1 -1
  33. package/dist/{runtime-C77tIYS6.js → runtime-C55MMC3L.js} +8 -8
  34. package/dist/{runtime-C77tIYS6.js.map → runtime-C55MMC3L.js.map} +1 -1
  35. package/dist/{server-Bk92H603.js → server-COCDO8Ke.js} +3 -3
  36. package/dist/{server-Bk92H603.js.map → server-COCDO8Ke.js.map} +1 -1
  37. package/dist/{stream-agent-turn-CKyDuKIj.d.ts → stream-agent-turn-V9uKc3a9.d.ts} +5 -2
  38. package/dist/{structural-rollout-Bb4Vstic.js → structural-rollout-CpSz-kPV.js} +2 -2
  39. package/dist/{structural-rollout-Bb4Vstic.js.map → structural-rollout-CpSz-kPV.js.map} +1 -1
  40. package/dist/{supervise-B1IioRQs.js → supervise-lch5HIgz.js} +3 -3
  41. package/dist/{supervise-B1IioRQs.js.map → supervise-lch5HIgz.js.map} +1 -1
  42. package/dist/{supervisor-CuBPrwGp.js → supervisor-2fsHN1Mf.js} +49 -14
  43. package/dist/supervisor-2fsHN1Mf.js.map +1 -0
  44. package/dist/testing.d.ts +2 -2
  45. package/dist/testing.js +12 -12
  46. package/dist/tui/index.d.ts +1 -1
  47. package/dist/tui/index.js +1 -1
  48. package/package.json +4 -4
  49. package/dist/coordination-driver-9I9bvmU7.js.map +0 -1
  50. package/dist/improvement-cycle-o6XXAZ6L.js.map +0 -1
  51. package/dist/supervisor-CuBPrwGp.js.map +0 -1
@@ -764,7 +764,8 @@ function cloneSpend(spend) {
764
764
  ...spend.usdKnown === false ? { usdKnown: false } : {},
765
765
  ...spend.usdEstimated !== void 0 ? { usdEstimated: spend.usdEstimated } : {},
766
766
  ms: spend.ms,
767
- ...boxMinutesOf(spend)
767
+ ...boxMinutesOf(spend),
768
+ ...spend.tokensProvenance === void 0 ? {} : { tokensProvenance: spend.tokensProvenance }
768
769
  };
769
770
  }
770
771
  /**
@@ -15505,6 +15506,7 @@ async function replaySpawnTree(journal, blobs, root) {
15505
15506
  kind: "down",
15506
15507
  handle: handleFor(ev.id, "cancelled"),
15507
15508
  reason: ev.reason,
15509
+ ...ev.outRef === void 0 ? {} : { outRef: ev.outRef },
15508
15510
  infra: ev.infra === true,
15509
15511
  ...ev.providerModel === void 0 ? {} : { providerModel: copyProviderModelEvidence(ev.providerModel) },
15510
15512
  ...budgetViolationOf(ev),
@@ -15524,6 +15526,7 @@ async function replaySpawnTree(journal, blobs, root) {
15524
15526
  kind: "down",
15525
15527
  handle: handleFor(ev.id, "failed"),
15526
15528
  reason: ev.reason ?? ev.verdict?.notes ?? "child down",
15529
+ ...ev.outRef === void 0 ? {} : { outRef: ev.outRef },
15527
15530
  infra: ev.infra === true,
15528
15531
  ...ev.providerModel === void 0 ? {} : { providerModel: copyProviderModelEvidence(ev.providerModel) },
15529
15532
  ...budgetViolationOf(ev),
@@ -20535,7 +20538,7 @@ function createScope(args) {
20535
20538
  try {
20536
20539
  await interactiveBindingCommitted;
20537
20540
  } catch {
20538
- resolution = downRecord("interactive worker binding persistence failed", true, s.trace, s.metered, s.providerModel);
20541
+ resolution = downRecord("interactive worker binding persistence failed", true, s.trace, s.metered, s.providerModel, s.outRef);
20539
20542
  }
20540
20543
  live.resolved = resolution;
20541
20544
  return resolution;
@@ -21268,6 +21271,7 @@ async function finalizeSettlement(child, settlement, seq, args, now) {
21268
21271
  if (settlement.kind === "down") {
21269
21272
  const cancellation = child.cancellationReason;
21270
21273
  child.status = cancellation === void 0 ? "failed" : "cancelled";
21274
+ child.outRef = settlement.outRef;
21271
21275
  child.trace = settlement.trace;
21272
21276
  child.providerModel = settlement.providerModel;
21273
21277
  if (!child.recoveryPending) await args.journal.appendEvent(args.root, {
@@ -21301,6 +21305,7 @@ async function finalizeSettlement(child, settlement, seq, args, now) {
21301
21305
  payload: {
21302
21306
  childId: child.id,
21303
21307
  status: "down",
21308
+ ...settlement.outRef === void 0 ? {} : { outRef: settlement.outRef },
21304
21309
  reason: settlement.reason,
21305
21310
  infra: settlement.infra,
21306
21311
  spent: child.spent,
@@ -21312,6 +21317,7 @@ async function finalizeSettlement(child, settlement, seq, args, now) {
21312
21317
  handle,
21313
21318
  reason: settlement.reason,
21314
21319
  infra: settlement.infra,
21320
+ ...settlement.outRef === void 0 ? {} : { outRef: settlement.outRef },
21315
21321
  ...settlement.providerModel ? { providerModel: settlement.providerModel } : {},
21316
21322
  ...child.budgetViolation ? { budgetViolation: child.budgetViolation } : {},
21317
21323
  trace: settlement.trace,
@@ -21471,6 +21477,28 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21471
21477
  let terminalTelemetryCaptured = false;
21472
21478
  let teardownStarted = false;
21473
21479
  let traceEvidence;
21480
+ let retainedOutputRef;
21481
+ const retainOutput = async (result, measured = result.spent) => {
21482
+ let usageError;
21483
+ try {
21484
+ assertReportedSpend(result.spent, `scope.spawn ${live.id}`);
21485
+ live.spent = executor.accounting?.()?.reported ?? measured;
21486
+ terminalTelemetryCaptured = true;
21487
+ live.executorDone = true;
21488
+ } catch (error) {
21489
+ usageError = error;
21490
+ }
21491
+ const out = detachedSnapshot(result.out, "scope child output");
21492
+ const outRef = contentAddress(out);
21493
+ await blobs.put(outRef, out);
21494
+ retainedOutputRef = outRef;
21495
+ if (usageError !== void 0) throw usageError;
21496
+ return {
21497
+ ...result,
21498
+ out,
21499
+ outRef
21500
+ };
21501
+ };
21474
21502
  const captureTraceOnce = async () => {
21475
21503
  traceEvidence ??= await captureWorkerTraceEvidence(live.readTraceSource, blobs, started);
21476
21504
  return traceEvidence;
@@ -21537,9 +21565,9 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21537
21565
  });
21538
21566
  }, childAbort.signal);
21539
21567
  live.spent = spend;
21568
+ const reported = executor.resultArtifact();
21569
+ artifact = await retainOutput(reported, preserveUnknownTelemetry(spend, reported.spent));
21540
21570
  await executionEvidence.complete();
21541
- artifact = executor.resultArtifact();
21542
- assertReportedSpend(artifact.spent, `scope.spawn ${live.id}`);
21543
21571
  const accounting = executor.accounting?.();
21544
21572
  const terminalSpend = preserveUnknownTelemetry(spend, artifact.spent);
21545
21573
  live.spent = accounting?.reported ?? terminalSpend;
@@ -21548,8 +21576,7 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21548
21576
  const reconcileError = reconcileOnce(accounting?.reservation ?? terminalSpend);
21549
21577
  if (reconcileError !== void 0) throw reconcileError;
21550
21578
  } else {
21551
- const terminal = await awaitAbortable(Promise.resolve(ran), childAbort.signal);
21552
- assertReportedSpend(terminal.spent, `scope.spawn ${live.id}`);
21579
+ const terminal = await retainOutput(await awaitAbortable(Promise.resolve(ran), childAbort.signal));
21553
21580
  await executionEvidence.complete();
21554
21581
  const accounting = executor.accounting?.();
21555
21582
  live.spent = accounting?.reported ?? terminal.spent;
@@ -21564,10 +21591,9 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21564
21591
  const trace = await captureTraceOnce();
21565
21592
  if (childAbort.signal.aborted && live.acceptedResult === void 0) {
21566
21593
  await teardownOnce(opts.shutdown ?? "brutalKill");
21567
- return downRecord("aborted before settle", true, trace, ownMetered, runtimeOwnedExecutorProviderEvidence(executor));
21594
+ return downRecord("aborted before settle", true, trace, ownMetered, runtimeOwnedExecutorProviderEvidence(executor), retainedOutputRef);
21568
21595
  }
21569
- const outRef = contentAddress(artifact.out);
21570
- await blobs.put(outRef, artifact.out);
21596
+ const outRef = artifact.outRef;
21571
21597
  const failureReason = executorFailureReason(artifact);
21572
21598
  if (failureReason !== void 0) {
21573
21599
  await teardownOnce(opts.shutdown ?? 5e3).catch(() => void 0);
@@ -21638,7 +21664,7 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21638
21664
  }
21639
21665
  live.budgetViolation = void 0;
21640
21666
  return {
21641
- ...downRecord(errMessage(err), true, trace, executor.metered?.()),
21667
+ ...downRecord(errMessage(err), true, trace, executor.metered?.(), void 0, retainedOutputRef),
21642
21668
  reconciled: live.spent
21643
21669
  };
21644
21670
  }
@@ -21662,7 +21688,7 @@ async function runChild(live, executor, childAbort, task, opts, pool, ticket, bl
21662
21688
  const aborted = childAbort.signal.aborted || isAbortError(err);
21663
21689
  if (started && !terminalTelemetryCaptured && accounting === void 0) live.spent = unknownFloor(live.spent);
21664
21690
  const reconcileError = reconcileOnce(accounting?.reservation ?? live.spent);
21665
- return downRecord(errMessage(err), evidenceError !== void 0 || teardownError !== void 0 || reconcileError !== void 0 || aborted || isInfraError(err), trace, executor.metered?.(), providerModel);
21691
+ return downRecord(errMessage(err), evidenceError !== void 0 || teardownError !== void 0 || reconcileError !== void 0 || aborted || isInfraError(err), trace, executor.metered?.(), providerModel, retainedOutputRef);
21666
21692
  } finally {
21667
21693
  await closeRetainedWrites();
21668
21694
  }
@@ -21900,14 +21926,15 @@ function unknownFloor(spend) {
21900
21926
  }])) }
21901
21927
  };
21902
21928
  }
21903
- function downRecord(reason, infra, trace, metered, providerModel) {
21929
+ function downRecord(reason, infra, trace, metered, providerModel, outRef) {
21904
21930
  return {
21905
21931
  kind: "down",
21906
21932
  reason,
21907
21933
  infra,
21908
21934
  trace,
21909
21935
  ...providerModel ? { providerModel } : {},
21910
- ...metered ? { metered } : {}
21936
+ ...metered ? { metered } : {},
21937
+ ...outRef === void 0 ? {} : { outRef }
21911
21938
  };
21912
21939
  }
21913
21940
  /** The one place an absent interactive process is spelled, so every refusal reads the same. */
@@ -22525,6 +22552,9 @@ async function runDriverWithRetry(run) {
22525
22552
  };
22526
22553
  const decision = await run.reprompt?.onUnmetContract?.(context) ?? { steer: defaultUnmetContractSteer(context) };
22527
22554
  if (decision === "stop") return { refusedBy: "caller-stop" };
22555
+ if (run.signal.aborted) return { refusedBy: "aborted" };
22556
+ const afterHook = budgetStop(run.budget(), now());
22557
+ if (afterHook === "deadline" || afterHook === "budget-exhausted") return { refusedBy: afterHook };
22528
22558
  const steer = typeof decision.steer === "string" ? decision.steer.trim() : "";
22529
22559
  if (steer.length === 0) throw new ValidationError$1("runDriverWithRetry: onUnmetContract returned an empty steer — return a non-empty instruction or 'stop'");
22530
22560
  return { steer };
@@ -22532,6 +22562,11 @@ async function runDriverWithRetry(run) {
22532
22562
  for (let attempt = 1;; attempt += 1) {
22533
22563
  const before = run.progress();
22534
22564
  const startedAt = now();
22565
+ const admissionStop = run.signal.aborted ? "aborted" : budgetStop(run.budget(), now());
22566
+ if (admissionStop !== void 0) {
22567
+ if (reentry !== void 0) return;
22568
+ throw new DriverAttemptsExhaustedError(run.signal.aborted ? run.signal.reason : new ValidationError$1(`driver admission: ${admissionStop}`), attempts, admissionStop);
22569
+ }
22535
22570
  try {
22536
22571
  await run.drive(attempt, reentry);
22537
22572
  } catch (error) {
@@ -23476,4 +23511,4 @@ function isNonEmptySpend(s) {
23476
23511
  //#endregion
23477
23512
  export { bindReusableExecutorExecutionId as $, exportEvalRuns as $n, runtimeOwnedExecutorExecutionBinding as $r, bridgeModelRouteRefusal as $t, waitUntil as A, promptCacheTokenClasses as Ai, retainedExecutorSeamKey as An, promptOnlyProfileMaterialization as Ar, spendFromUsageEvents as At, readWorkerInteractiveBinding as B, resourceTelemetry as Bi, defaultRedactor as Bn, prepareJsonlAppend as Br, readWorkerProgress as Bt, scopeOwnerExecutorNodeContext as C, sumSandboxUsage as Ci, providerAsSandboxClient as Cn, assertProfileMaterialization as Cr, workerTraceAnalysisStore as Ct, pollFor as D, deleteBoxSafe as Di, decodeToolPart as Dn, profileMaterializationAxes$1 as Dr, createBudgetPool as Dt, isWaitOutcome as E, cloneSpend as Ei, createPushTraceSource as En, fullProfileMaterialization as Er, assertValidBudget as Et, scopeRetainedOwnerResult as F, throwIfAborted as Fi, reconnectRetainedRun as Fn, unsupportedProfileDimensions as Fr, workerTraceHeaders as Ft, startRetainedInteractiveRun as G, promptFromAgentTurnInput as Gi, readTraceContextFromEnv as Gn, finalizeRuntimeOwnedPendingExecutor as Gr, claimsAuthority as Gt, workerInteractiveBindingsDir as H, decodeHarnessUsage as Hi, resolveRedactor as Hn, attestRuntimeOwnedPendingExecutor as Hr, AUTHORITY_MARKERS as Ht, interactiveAdmissionSeamKey as I, unmeteredSpend as Ii, recoverRetainedRun as In, validateProfileMaterialization as Ir, workerTraceSeamKey as It, freeSlots as J, buildLoopOtelSpans as Jn, knownMaterializationReceipt as Jr, peerMailTools as Jt, destroyInteractiveEnvironment as K, promptOptionsFromAgentTurnInput as Ki, traceContextToEnv as Kn, inheritRuntimeOwnedExecutorAttestation as Kr, createPeerMailbox as Kt, readWorkerInteractiveAdmissions as L, withTimeout as Li, startRetainedRun as Ln, worktreeCliProfileMaterialization as Lr, taskToPrompt as Lt, prepareScopeRetainedOwnerTask as M, sleep as Mi, abortError as Mn, renderProfileMaterializationIssues as Mr, WORKER_TRACE_PROPAGATION as Mt, scopeRetainedOwnerContext as N, stringifySafe as Ni, linkAbort as Nn, renderUnsupported as Nr, readWorkerTraceContext as Nt, timerAt as O, hasCompleteCacheBreakdown as Oi, sandboxSessionTraceSource as On, promptControlProfileMaterialization as Or, meterUsageEvent as Ot, scopeRetainedOwnerPriorSpend as P, throwAbort as Pi, runAbortable as Pn, sandboxActProfileMaterialization as Pr, workerTraceEnv as Pt, teardownExecutor as Q, createOtelExporter as Qn, runtimeOwnedDriveHarnessProviderEvidence as Qr, bridgeAdmissionRefusal as Qt, workerInteractiveAdmissionFile as R, zeroSpend as Ri, startRetainedRunInEnvironment as Rn, isNoEntError as Rr, DEFAULT_STALL_AFTER_MS as Rt, restoreScopeOwnerAcceptedExecution as S, sandboxProgressEvents as Si, providerAsExecutor as Sn, AGENT_PROFILE_MATERIALIZATION_AXES as Sr, parseWorkerToolTraceArtifact as St, createWaitProbes as T, chargedTokens as Ti, sandboxClientAsProvider as Tn, defineProfileMaterializationContract as Tr, BudgetReconcileFault as Tt, reconnectRetainedInteractiveRun as U, abortError$2 as Ui, createPropagatingTraceEmitter as Un, attestRuntimeOwnedScopeOwner as Ur, DEFAULT_PEER_MAIL_LIMITS as Ut, workerInteractiveBindingFile as V, withBudgetResources as Vi, defaultRedactorIdentityMaterial as Vn, writeAllBytes as Vr, createInbox as Vt, recoverRetainedInteractiveRun as W, awaitAbortable$1 as Wi, mergeTraceEnv as Wn, authoredProfileDigest as Wr, PEER_MAIL_WIRE_KEY as Wt, rollingDispatch as X, buildRuntimeEventOtelSpans as Xn, providerAttemptEvidence as Xr, isLiveNodeStatus as Xt, queueOf as Y, buildLoopSpanNodes as Yn, newExecutionAttemptId as Yr, peerMailVerbNames as Yt, DEFAULT_SUCCESSFUL_SHUTDOWN_MS as Z, createOpenInferenceFileExporter as Zn, recordRuntimeOwnedDriveHarnessProviderEvidence as Zr, isTerminalNodeStatus as Zt, createScope as _, isSandboxTerminalEvent as _i, runBrainLoop as _n, LOCAL_HARNESSES as _r, pendingWaits as _t, pickBestDelivered as a, unknownMaterializationReceipt as ai, bridgeStopSignalKey as an, toOtelAttributes as ar, snapshotExecutorConfig as at, meterRuntimeOwnedProviderAttempt as b, notifySandboxEventObserver as bi, DEFAULT_SANDBOX_IDLE_TIMEOUT_SECONDS as bn, parseCodexTokenUsage as br, captureWorkerTraceEvidence as bt, DriverAttemptsExhaustedError as c, detachedFrozen as ci, defaultSelectWinner as cn, sanitizeAgentRuntimeEvent as cr, createSteerableSandboxSession as ct, runDriverWithRetry as d, readSandboxOutcome as di, createSandboxLineage as dn, runSettledCommand as dr, FileSpawnJournal as dt, runtimeOwnedExecutorMaterialization as ei, addHarnessUsage as en, flatOtelSpan as er, captureReusableExecutorConfig as et, driverChild as f, assertSandboxServedModel as fi, probeSandboxCapabilities as fn, runWorktreeHarness as fr, InMemoryResultBlobStore as ft, beginScopeOwnerAttempt as g, extractLlmCallEvent as gi, routerBrain as gn, DEFAULT_LOCAL_HARNESS as gr, materializeTreeView as gt, withDriverExecutor as h, createSandboxUsageLedger as hi, readPromptOptions as hn, removeWorktree as hr, loadSpawnForest as ht, collectDelivered as i, unknownExecutionBindingReceipt as ii, bridgeRuntimeAttachmentsKey as in, padTraceId as ir, createExecutorRegistry as it, consumeScopeRetainedOwnerResult as j, randomSuffix as ji, RunCancellationReason as jn, promptResourceProfileMaterialization as jr, spendFromUsageTotals as jt, validateWaitSpec as k, isAbortError$2 as ki, registerRetainedExecutorPreparation as kn, promptModelProfileMaterialization as kr, newUsageTotals as kt, classifyDriverFailure as l, detachedSnapshot as li, isTerminalDecision as ln, sanitizeKnowledgeReadinessReport as lr, createInPlaceCliExecutor as lt, isDriverSpec as m, createSandboxToolPartState as mi, assertBoxlessPromptOptions as mn, createWorktree as mr, insideCursorNamespace as mt, createSupervisor as n, runtimeOwnedPendingExecutorMaterialization as ni, harnessUsageIsEmpty as nn, loopEventToOtelSpan as nr, cliWorktreeExecutor as nt, runFinalizer as o, executableAgentProfileSnapshot as oi, TERMINAL_DECISIONS as on, createRuntimeEventCollector as or, createWorktreeCliExecutor as ot, driverExecutorFactory as p, canonicalStreamEventFromSandboxEvent as pi, acquireSandbox as pn, captureWorktreeDiff as pr, InMemorySpawnJournal as pt, effectiveConcurrency as q, providerMessageText as qi, INTELLIGENCE_WIRE_VERSION as qn, knownExecutionBindingReceipt as qr, isPeerMailEnvelope as qt, bestDelivered as r, runtimeOwnedScopeOwnerRuntime as ri, readCodexRolloutSession as rn, padSpanId as rr, createExecutor as rt, runTree as s, executableAgentSpecSnapshot as si, createSandboxForSpec as sn, createRuntimeStreamEventCollector as sr, DEFAULT_SANDBOX_STEERING_MAX_TURNS as st, createRootHandle as t, runtimeOwnedExecutorProviderEvidence as ti, createCodexRolloutStoreReader as tn, generateSpanId as tr, cliInPlaceExecutor as tt, defaultUnmetContractSteer as u, projectSandboxOutcome as ui, runAgentRounds as un, sanitizeRuntimeStreamEvent as ur, FileResultBlobStore as ut, deriveNodeExecutionIdentity as v, mapSandboxEvent as vi, canonicalObservedModelParts as vn, harnessSupportsReasoningEffort as vr, replaySpawnTree as vt, settledToIteration as w, addSpend as wi, resolveAgentEnvironmentProvider as wn, controlProfileMaterialization as wr, contentAddress as wt, recordScopeOwnerMaterialization as x, sandboxEventServedBackend as xi, createAgentEnvironmentProviderRegistry as xn, CodexExecutionDiagnosticError as xr, isTraceAnalysisStore as xt, meterRuntimeOwnedAccounting as y, mapSandboxToolEvent as yi, observedModelMatchesDeclared as yn, localHarnessExecutable as yr, WORKER_TOOL_TRACE_SCHEMA_VERSION as yt, attachWorker as z, addResourceSpend as zi, retainedCreateMaterial as zn, parseCommittedJsonLines as zr, createActivityLog as zt };
23478
23513
 
23479
- //# sourceMappingURL=supervisor-CuBPrwGp.js.map
23514
+ //# sourceMappingURL=supervisor-2fsHN1Mf.js.map