@tangle-network/agent-runtime 0.112.0 → 0.113.1

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 (46) hide show
  1. package/dist/{activation-Cdc_tRNR.js → activation-UZ1JenNv.js} +2 -2
  2. package/dist/{activation-Cdc_tRNR.js.map → activation-UZ1JenNv.js.map} +1 -1
  3. package/dist/agent.d.ts +1 -1
  4. package/dist/agent.js +2 -2
  5. package/dist/{environment-provider-Cl97VeCv.d.ts → environment-provider-DG-cSx89.d.ts} +9 -4
  6. package/dist/environment-provider.d.ts +1 -1
  7. package/dist/{improvement-cycle-BCjD-g_C.js → improvement-cycle-C3CrNfcy.js} +3 -3
  8. package/dist/{improvement-cycle-BCjD-g_C.js.map → improvement-cycle-C3CrNfcy.js.map} +1 -1
  9. package/dist/{index-B6glsqBp.d.ts → index-B6WclhZI.d.ts} +3 -3
  10. package/dist/{index-C9vg2af7.d.ts → index-Cr7QlEUL.d.ts} +6 -6
  11. package/dist/{index-B0sAaAO_.d.ts → index-zMAqz53v.d.ts} +9 -5
  12. package/dist/index.d.ts +7 -7
  13. package/dist/index.js +7 -7
  14. package/dist/intelligence.d.ts +3 -3
  15. package/dist/intelligence.js +2 -2
  16. package/dist/kernel.d.ts +4 -4
  17. package/dist/kernel.js +4 -4
  18. package/dist/{knowledge-In_1LsHg.js → knowledge-GAJFl_gz.js} +3 -3
  19. package/dist/{knowledge-In_1LsHg.js.map → knowledge-GAJFl_gz.js.map} +1 -1
  20. package/dist/knowledge.d.ts +1 -1
  21. package/dist/knowledge.js +1 -1
  22. package/dist/{local-harness-Dh8PJ0ot.d.ts → local-harness-Ce1emWJE.d.ts} +11 -1
  23. package/dist/{loop-runner-bin-CHnWCyiB.d.ts → loop-runner-bin-Cba5tsdb.d.ts} +3 -3
  24. package/dist/{loop-runner-bin-DF98VMqr.js → loop-runner-bin-DvLdFo38.js} +3 -3
  25. package/dist/{loop-runner-bin-DF98VMqr.js.map → loop-runner-bin-DvLdFo38.js.map} +1 -1
  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 +1 -1
  29. package/dist/mcp/index.d.ts +2 -2
  30. package/dist/mcp/index.js +4 -4
  31. package/dist/{openai-tools-g5FS2twc.js → openai-tools-DftmzKLc.js} +2 -2
  32. package/dist/{openai-tools-g5FS2twc.js.map → openai-tools-DftmzKLc.js.map} +1 -1
  33. package/dist/primeintellect/index.d.ts +1 -1
  34. package/dist/{redact-BkasKlyd.d.ts → redact-xZvPu9qe.d.ts} +2 -2
  35. package/dist/{runtime-6sL2vhTQ.js → runtime-DlSPFm9o.js} +4 -4
  36. package/dist/{runtime-6sL2vhTQ.js.map → runtime-DlSPFm9o.js.map} +1 -1
  37. package/dist/{structural-rollout-D5GbH3cy.js → structural-rollout-R_ZqFaB5.js} +2 -2
  38. package/dist/{structural-rollout-D5GbH3cy.js.map → structural-rollout-R_ZqFaB5.js.map} +1 -1
  39. package/dist/{supervise-6jSTe0kO.js → supervise-BDvAFOTM.js} +3 -2
  40. package/dist/supervise-BDvAFOTM.js.map +1 -0
  41. package/dist/{supervisor-B4hOPKJV.js → supervisor-DS278ICs.js} +8 -3
  42. package/dist/supervisor-DS278ICs.js.map +1 -0
  43. package/dist/testing.js +8 -8
  44. package/package.json +1 -1
  45. package/dist/supervise-6jSTe0kO.js.map +0 -1
  46. package/dist/supervisor-B4hOPKJV.js.map +0 -1
@@ -1,5 +1,5 @@
1
- import { R as Budget, dt as SupervisedResult } from "./environment-provider-Cl97VeCv.js";
2
- import { H as SuperviseOptions, Id as DeliverableSpec, Mt as SupervisorProfile, Nc as ExecutorConfig } from "./index-B0sAaAO_.js";
1
+ import { R as Budget, dt as SupervisedResult } from "./environment-provider-DG-cSx89.js";
2
+ import { H as SuperviseOptions, Ld as DeliverableSpec, Mt as SupervisorProfile, Pc as ExecutorConfig } from "./index-zMAqz53v.js";
3
3
  import { y as AgentCandidateOutputArtifactPort } from "./types-BaIpb0XT.js";
4
4
  import { i as AgentImprovementActivationTransition, n as AgentImprovementActivationResultStore, t as AgentImprovementActivationReconciliation } from "./activation-DyWB0K6E.js";
5
5
  import { AgentCandidateBundle, AgentCandidateCapturedArtifact, AgentCandidateKnowledge } from "@tangle-network/agent-interface";
@@ -137,4 +137,4 @@ declare function runKnowledgeImprovementJob(options: RunKnowledgeImprovementJobO
137
137
  declare function buildKnowledgeImprovementExperimentBundles(bundle: AgentCandidateBundle, knowledge: KnowledgeImprovementCandidatePair): KnowledgeImprovementExperimentBundles;
138
138
  //#endregion
139
139
  export { KnowledgeImprovementActivationExecutor as C, CreateKnowledgeImprovementActivationExecutorOptions as S, SupervisedKnowledgeUpdater as _, KnowledgeImprovementJobResult as a, knowledgeReadinessDeliverable as b, createAgentKnowledgeReadinessCheck as c, KnowledgeReadinessCheckInput as d, KnowledgeReadinessCheckResult as f, SupervisedKnowledgeUpdateResult as g, SupervisedKnowledgeUpdateOptions as h, KnowledgeImprovementJobMeasurement as i, runKnowledgeImprovementJob as l, SupervisedKnowledgeUpdateInput as m, KnowledgeImprovementCandidatePair as n, RunKnowledgeImprovementJobOptions as o, RESEARCH_SUPERVISOR_SYSTEM_PROMPT as p, KnowledgeImprovementExperimentBundles as r, buildKnowledgeImprovementExperimentBundles as s, AgentKnowledgeReadinessCheckOptions as t, KnowledgeReadinessCheck as u, createSupervisedKnowledgeUpdater as v, createKnowledgeImprovementActivationExecutor as w, runSupervisedKnowledgeUpdate as x, formatSupervisedKnowledgeTask as y };
140
- //# sourceMappingURL=index-B6glsqBp.d.ts.map
140
+ //# sourceMappingURL=index-B6WclhZI.d.ts.map
@@ -2,13 +2,13 @@ import { _ as RunAgentTaskOptions, b as RuntimeSessionStore, g as OpenAIChatTool
2
2
  import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
3
3
  import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
4
4
  import "./types-DnNGJ5Gz.js";
5
- import { Rn as StructuralRolloutPolicy, bd as ConfigError } from "./index-B0sAaAO_.js";
6
- import { D as RuntimeTelemetryOptions, c as runLocalHarness, i as LocalHarness, y as ToolLoopChat } from "./local-harness-Dh8PJ0ot.js";
5
+ import { xd as ConfigError, zn as StructuralRolloutPolicy } from "./index-zMAqz53v.js";
6
+ import { D as RuntimeTelemetryOptions, c as runLocalHarness, i as LocalHarness, y as ToolLoopChat } from "./local-harness-Ce1emWJE.js";
7
7
  import "./index-C-FYUuFG.js";
8
8
  import "./index-Efjb3nrQ.js";
9
- import { H as CandidateGenerator, L as Verifier, a as ImproveCandidateValidationInput, j as ReadonlyAgentProfile, p as ImproveMethodFactory, t as Redactor } from "./redact-BkasKlyd.js";
10
- import "./index-B6glsqBp.js";
11
- import "./loop-runner-bin-CHnWCyiB.js";
9
+ import { H as CandidateGenerator, L as Verifier, a as ImproveCandidateValidationInput, j as ReadonlyAgentProfile, p as ImproveMethodFactory, t as Redactor } from "./redact-xZvPu9qe.js";
10
+ import "./index-B6WclhZI.js";
11
+ import "./loop-runner-bin-Cba5tsdb.js";
12
12
  import "./openai-tools-B68JaOCx.js";
13
13
  import { ControlBudget as ControlBudget$1, ControlDecision as ControlDecision$1, ControlEvalResult, ControlEvalResult as ControlEvalResult$1, ControlRunResult as ControlRunResult$1, ControlStep as ControlStep$1, DataAcquisitionPlan as DataAcquisitionPlan$1, KnowledgeReadinessReport, KnowledgeReadinessReport as KnowledgeReadinessReport$1, KnowledgeRequirement as KnowledgeRequirement$1, ProposalFinding, RunRecord, RunRecord as RunRecord$1 } from "@tangle-network/agent-eval";
14
14
  import { GepaOptimizationMethodConfig, SkillOptOptimizationMethodConfig } from "@tangle-network/agent-eval/campaign";
@@ -541,4 +541,4 @@ declare function readinessServerSentEvent(report: KnowledgeReadinessReport, opti
541
541
  declare function runtimeStreamServerSentEvent(event: RuntimeStreamEvent, options?: RuntimeTelemetryOptions & ServerSentEventOptions): string;
542
542
  //#endregion
543
543
  export { McpServeSpec as $, resolveRouterBaseUrl as A, RawTraceDistillerOptions as B, DEFAULT_ROUTER_BASE_URL as C, cleanModelId as D, RouterEnv as E, parseRolloutPolicy as F, strategyAuthorMethod as G, buildDriverSystem as H, serializeRolloutPolicy as I, OfficialOptimizerUnavailableError as J, OfficialGepaOptions as K, structuralRolloutPolicyFromProfile as L, ROLLOUT_POLICY_EXTENSION as M, applyRolloutPolicyToProfile as N, getModels as O, normalizeRolloutPolicy as P, officialSkillOpt as Q, ReflectiveGeneratorOptions as R, ChatModelValidation as S, ResolvedChatModel as T, optimizerMethod as U, rawTraceDistiller as V, researchDriverNote as W, OfficialSkillOptOptions as X, OfficialSensitiveCandidateInput as Y, officialGepa as Z, AgentBackendKind as _, ControlStep$1 as a, mcpBuildPrompt as at, decideKnowledgeReadiness as b, KnowledgeRequirement$1 as c, createIterableBackend as ct, readinessServerSentEvent as d, mcpServeVerifier as et, runtimeStreamServerSentEvent as f, runAgentTaskStream as g, runAgentTask as h, ControlRunResult$1 as i, findingLines as it, validateChatModelId as j, resolveChatModel as k, RunRecord$1 as l, createOpenAICompatibleBackend as lt, applyRunRecordDefaults as m, ControlDecision$1 as n, driverLoopGenerator as nt, DataAcquisitionPlan$1 as o, toolBuildPrompt as ot, InMemoryRuntimeSessionStore as p, OfficialOptimizerContextOptions as q, ControlEvalResult$1 as r, BuildPromptFindingsInput as rt, KnowledgeReadinessReport$1 as s, BackendRetryPolicy as st, ControlBudget$1 as t, DriverLoopGeneratorOptions as tt, ServerSentEventOptions as u, createSandboxPromptBackend as ut, ResolveAgentBackendOptions as v, ModelInfo as w, ChatModelCandidate as x, resolveAgentBackend as y, reflectiveGenerator as z };
544
- //# sourceMappingURL=index-C9vg2af7.d.ts.map
544
+ //# sourceMappingURL=index-Cr7QlEUL.d.ts.map
@@ -2,9 +2,9 @@ import { d as AgentTaskStatus, f as BackendErrorDetail, i as AgentExecutionBacke
2
2
  import { n as AnalystRegistryLike } from "./types-zWfqDjeL.js";
3
3
  import { l as RuntimeHooks } from "./runtime-hooks-sbRpjStq.js";
4
4
  import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, a as Iteration, b as LoopTraceEvent, d as LoopLineageOptions, i as ExecCtx, k as Validator, m as LoopResult, r as Driver, t as AgentRunSpec, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-DnNGJ5Gz.js";
5
- import { B as Executor, Bt as ExecutorProgress, H as ExecutorFactory, Ht as WorkerProgress, I as Agent, L as AgentSpec, Nt as TraceSource, Q as ResumedKeyState, R as Budget, U as ExecutorRegistry, Z as ResultBlobStore, at as SpawnEvent, dt as SupervisedResult, et as RootHandle, ft as Supervisor, ht as UsageEvent, i as AgentEnvironmentProvider, it as Settled, mt as TreeView, nt as Runtime, o as AgentEnvironmentProviderRegistry, ot as SpawnJournal, q as NodeId, rt as Scope, st as SpawnOpts, ut as Spend, vt as PendingWait, w as ProviderExecutorOptions, xt as WaitProbeRegistry, z as DefaultVerdict } from "./environment-provider-Cl97VeCv.js";
5
+ import { B as Executor, Bt as ExecutorProgress, H as ExecutorFactory, Ht as WorkerProgress, I as Agent, L as AgentSpec, Nt as TraceSource, Q as ResumedKeyState, R as Budget, U as ExecutorRegistry, Z as ResultBlobStore, at as SpawnEvent, dt as SupervisedResult, et as RootHandle, ft as Supervisor, ht as UsageEvent, i as AgentEnvironmentProvider, it as Settled, mt as TreeView, nt as Runtime, o as AgentEnvironmentProviderRegistry, ot as SpawnJournal, q as NodeId, rt as Scope, st as SpawnOpts, ut as Spend, vt as PendingWait, w as ProviderExecutorOptions, xt as WaitProbeRegistry, z as DefaultVerdict } from "./environment-provider-DG-cSx89.js";
6
6
  import { o as UiLens, r as UiFinding, s as CoderTask } from "./substrate-BcnuSHXm.js";
7
- import { D as RuntimeTelemetryOptions, c as runLocalHarness, d as RouterConfig, i as LocalHarness, m as ToolSpec, n as CodexExecutionPolicy, r as CodexTokenUsage, x as ToolLoopCompactionOptions, y as ToolLoopChat } from "./local-harness-Dh8PJ0ot.js";
7
+ import { D as RuntimeTelemetryOptions, c as runLocalHarness, d as RouterConfig, i as LocalHarness, m as ToolSpec, n as CodexExecutionPolicy, r as CodexTokenUsage, x as ToolLoopCompactionOptions, y as ToolLoopChat } from "./local-harness-Ce1emWJE.js";
8
8
  import { AgentEvalError, AgentEvalError as AgentEvalError$1, AgentEvalErrorCode, AgentProfile, AnalystFinding, AnalystFinding as AnalystFinding$1, AnalystFinding as AnalystFinding$2, AnalystRunInputs, ChatClient, ConfigError, DetectorSignal, HarnessType, JudgeError, MaximumCharge, NotFoundError, ProposalFinding, RankTestMethod, RunRecord, StreamingDetector, ToolSpan, ValidationError, buildTrajectory, computeFindingId as computeFindingId$1, makeFinding as makeFinding$1 } from "@tangle-network/agent-eval";
9
9
  import { DispatchFn, JudgeConfig, ProfileDispatchFn, RunProfileMatrixOptions, RunProfileMatrixResult, Scenario } from "@tangle-network/agent-eval/campaign";
10
10
  import { AgentProfile as AgentProfile$1, AgentProfile as AgentProfile$2, AgentProfile as AgentProfile$3, AgentProfileMcpServer, AgentProfileModelHints, AgentProfilePrompt, AgentProfileResources, AgentProfileSecurityPolicy } from "@tangle-network/agent-interface";
@@ -6167,6 +6167,10 @@ type BudgetReadout = Readonly<{
6167
6167
  deadlineMs: number;
6168
6168
  reservedTokens: number;
6169
6169
  }>;
6170
+ /** Why a reservation was refused. `budget-exhausted` means the pool ran out of a channel it
6171
+ * budgets; `usd-unbudgeted` means the root declared no dollar ceiling, so a dollar request is
6172
+ * unsatisfiable at any amount and the fix is to budget the root, not to ask for less. */
6173
+ type ReservationRejection = 'budget-exhausted' | 'usd-unbudgeted';
6170
6174
  interface BudgetPool {
6171
6175
  /**
6172
6176
  * Atomically reserve a child's full ceiling from the free balance. Fails closed
@@ -6178,7 +6182,7 @@ interface BudgetPool {
6178
6182
  ticket: ReservationTicket;
6179
6183
  } | {
6180
6184
  ok: false;
6181
- reason: 'budget-exhausted';
6185
+ reason: ReservationRejection;
6182
6186
  };
6183
6187
  /**
6184
6188
  * Release a reservation: commit the actual `spent`, refund the unspent remainder
@@ -7703,5 +7707,5 @@ interface VerifierEnvironmentOptions {
7703
7707
  /** Any checkable task as an `Environment`, no tool surface required: the artifact is the worker's answer and the domain is one deployable `check` over it. */
7704
7708
  declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
7705
7709
  //#endregion
7706
- export { safeWorkerFile as $, ObserveOptions as $a, WorktreeCheckRunner as $c, AgenticRunResult as $i, DelegationRunContext as $l, visibleCheckScore as $n, ShapeContext as $o, SandboxToolPartState as $r, AnalystFindingEvent as $s, createProgressTracker as $t, exportEvalRuns as $u, GitWorkspaceOptions as A, defaultSelectWinner as Aa, CliSeam as Ac, EventBus as Ad, selectValidWinner as Ai, settleDetachedCoderTurn as Al, CheckOutcome as An, ScopeWidenGate as Ao, naiveDriver as Ar, leaderboard as As, ResolvedSupervisorProfile as At, ResearchOutputShape as Au, analyzeTrace as B, resolveSecretEnv as Ba, createExecutorRegistry as Bc, InMemoryResultBlobStore as Bd, McpEnvironmentOptions as Bi, DriveTurnCapableBox as Bl, VisibleCheck as Bn, WidenLineage as Bo, OpenSandboxRunBeforeStartContext as Br, defaultAuditorInstruction as Bs, finalizeBestDelivered as Bt, EvalRunsExportConfig as Bu, closingWorkerNote as C, LoopCampaignDispatchOptions as Ca, DELEGATE_TOOL_NAME as Cc, PlannerError as Cd, InMemoryCorpus as Ci, DelegateRunCtx as Cl, asAuthoredProfile as Cn, PanelVerdict as Co, authorStrategy as Cr, Leaderboard as Cs, queueOf as Ct, DelegationProgress as Cu, UntrackedCopyStats as D, loopDispatch as Da, createDelegateHandler as Dc, BusEvent as Dd, loopUntil as Di, UiAuditorDelegate as Dl, profileRichnessFinding as Dn, RenderCorpusToInstructionsOptions as Do, NaiveDriverOptions as Dr, PairwiseVerdict as Ds, delegate as Dt, DelegationStatusResult as Du, CopyOptions as E, loopCampaignDispatch as Ea, DelegateResult as Ec, CoderOutput as Ed, flatWidenGate as Ei, SettleDetachedCoderTurnOptions as El, defaultProfileRichnessThresholds as En, RenderCorpusToInstructions as Eo, DumbDriverOptions as Er, PairwiseOptions as Es, defaultDelegateBudget as Et, DelegationStatusArgs as Eu, gitWorkspace as F, KeyProvider as Fa, RouterSeam as Fc, watchTrace as Fd, assertTraceDerivedFindings as Fi, createFleetWorkspaceExecutor as Fl, RepairStop as Fn, TrajectoryReportOptions as Fo, StdioMcpConnection as Fr, renderPairwiseMarkdown as Fs, supervisorAgent as Ft, createPropagatingTraceEmitter as Fu, supervise as G, InProcessSandboxClientOptions as Ga, createSteerableSandboxSession as Gc, replaySpawnTree as Gd, BenchmarkLift as Gi, formatDetachedSessionRef as Gl, defaultStructuralRolloutPolicy as Gn, LoopShape as Go, TurnResult as Gr, areaUnderCurve as Gs, ProgressTracker as Gt, OtelExportConfig as Gu, SuperviseOptions as H, inlineSandboxClient as Ha, SandboxSteeringOptions as Hc, contentAddress as Hd, sanitizeMcpToolSchema as Hi, RunDetachedTurnOptions as Hl, compareCheckOutcomes as Hn, WinnerStrategy as Ho, OpenSandboxRunPromptOptions as Hr, AnytimeStrategySummary as Hs, NoProgressForOptions as Ht, INTELLIGENCE_WIRE_VERSION as Hu, jjWorkspace as I, ResolvedMcpServerLaunch as Ia, RouterToolsSeam as Ic, DeliverableSpec as Id, buildSteerContext as Ii, createSiblingSandboxExecutor as Il, StructuralRolloutConfig as In, Verify as Io, StdioMcpServerSpec as Ir, AuditIntentInput as Is, CoordinationMcpHandle as It, readTraceContextFromEnv as Iu, createScope as J, HarvestFailure as Ja, createInbox as Jc, BenchmarkTaskRow as Ji, DelegationArgs as Jl, officialChecksFromMeta as Jn, PersonaContext as Jo, ForkCapableBox as Jr, renderAnytimeTable as Js, StopDecision as Jt, RuntimeEventOtelOptions as Ju, workerFromBackend as K, inProcessSandboxClient as Ka, Inbox as Kc, BenchmarkReport as Ki, parseDetachedSessionRef as Kl, filterAuthoredAsserts as Kn, Outcome as Ko, openSandboxRun as Kr, bestSoFar as Ks, ProgressTrackerOptions as Kt, OtelExporter as Ku, localShell as L, envKeyProvider as La, SandboxSeam as Lc, gateOnDeliverable as Ld, createScopeAnalyst as Li, DetachedSessionRefParts as Ll, StructuralRolloutMessage as Ln, VerifySpec as Lo, connectStdioMcp as Lr, AuditIntentOptions as Ls, serveCoordinationMcp as Lt, traceContextToEnv as Lu, Workspace as M, runLoop as Ma, CliWorktreeSeam as Mc, createEventBus as Md, widen as Mi, FleetHandle as Ml, CheckRunner as Mn, TrajectoryNode as Mo, MaterializeLocalMcpOptions as Mr, renderLeaderboardHtml as Ms, SupervisorProfile as Mt, UiAuditLensFilter as Mu, WorkspaceCommit as N, LocalSandboxClientOptions as Na, ExecutorConfig as Nc, WatchTraceOptions as Nd, CreateScopeAnalystOptions as Ni, FleetWorkspaceExecutorOptions as Nl, CheckSource as Nn, TrajectoryReport as No, McpSpawnFault as Nr, renderLeaderboardMarkdown as Ns, assertCoordinationBinding as Nt, UiAuditorDelegationOutput as Nu, copyUntrackedIntoClone as O, RunAgentRoundsOptions as Oa, validateDelegateArgs as Oc, BusRecord as Od, panel as Oi, coderTaskFromArgs as Ol, supervisorInstructions as On, ScopeAnalyst as Oo, SteeringDecision as Or, ProfileKeyOf as Os, CoordinationBinding as Ot, FeedbackRating as Ou, WorkspaceRun as P, localSandboxClient as Pa, ProviderSeam as Pc, defaultToolDetectors as Pd, RegistryAnalyzeProjection as Pi, SiblingSandboxExecutorOptions as Pl, CheckSourceCtx as Pn, TrajectoryReportFn as Po, McpToolDescriptor as Pr, renderLeaderboardSvg as Ps, resolveSupervisorProfile as Pt, TraceContext as Pu, readWorkerSteerRequests as Q, ObserveInput as Qa, piSeamKey as Qc, AgenticOptions as Qi, DelegationResumeTick as Ql, structuralRollout as Qn, ShapeBudget as Qo, createSandboxLineage as Qr, createWaterfallCollector as Qs, anyOf as Qt, createOtelExporter as Qu, runInWorkspace as R, mcpSecretEnvMetadataKey as Ra, cliWorktreeExecutor as Rc, FileResultBlobStore as Rd, registryScopeAnalyst as Ri, DetachedTurn as Rl, StructuralRolloutPolicy as Rn, Widen as Ro, materializeLocalMcp as Rr, IntentAudit as Rs, DriverAgentOptions as Rt, EvalRunEvent as Ru, WorkerEvidenceInput as S, sampleThenRefine as Sa, DELEGATE_INPUT_SCHEMA as Sc, NotFoundError as Sd, FileCorpus as Si, CoderReviewer as Sl, ProfileRichnessThresholds as Sn, PanelSpec as So, assertStrategyContract as Sr, Interval as Ss, freeSlots as St, DelegationProfile as Su, settledWorkerOut as T, LoopOptionsForDispatch as Ta, DelegateHandlerOptions as Tc, ValidationError as Td, fanout as Ti, DetachedWinnerSelection as Tl, authoredWorker as Tn, PipelineStage as To, ApplyContinuation as Tr, LeaderboardRow as Ts, DelegateOptions as Tt, DelegationStatus as Tu, SuperviseRegistry as U, InProcessOnPrompt as Ua, SteerableSandboxArgs as Uc, materializeTreeView as Ud, BenchmarkCell as Ui, createDetachedTurnResumeDriver as Ul, composeCheckSources as Un, DefinePersona as Uo, SandboxRun as Ur, AnytimeTaskCurve as Us, PlateauOptions as Ut, LoopSpanNode as Uu, createSupervisor as V, secretEnvOfMcpServer as Va, DEFAULT_SANDBOX_STEERING_MAX_TURNS as Vc, InMemorySpawnJournal as Vd, createMcpEnvironment as Vi, DriveTurnTick as Vl, canDisplace as Vn, WidenSpec as Vo, OpenSandboxRunOptions as Vr, AnytimeReport as Vs, AllWorkersStalledOptions as Vt, EvalRunsExportResult as Vu, SuperviseRegistryTable as W, InProcessPromptCtx as Wa, SteerableSandboxSession as Wc, pendingWaits as Wd, BenchmarkConfig as Wi, detachedTurnEvents as Wl, defaultExtractCandidate as Wn, DefinePersonaInput as Wo, SandboxRunAbortError as Wr, anytimeReport as Ws, ProgressSample as Wt, OtelAttribute as Wu, WorkerSteerRequest as X, harvestCorpus as Xa, PiSeam as Xc, printBenchmarkReport as Xi, DelegationResumeContext as Xl, sandboxCheckRunner as Xn, RunPersonified as Xo, SandboxLineageHandle as Xr, WaterfallReport as Xs, allOf as Xt, buildLoopSpanNodes as Xu, settledToIteration as Y, HarvestReport as Ya, PI_RUNTIME as Yc, Environment as Yi, DelegationRecord as Yl, resolveEntrySymbol as Yn, PersonaExecutors as Yo, SandboxLineage as Yr, WaterfallCollector as Ys, StopRule as Yt, buildLoopOtelSpans as Yu, legacySupervisorRunDir as Z, Observation as Za, piExecutor as Zc, runBenchmark as Zi, DelegationResumeDriver as Zl, selectBestIndex as Zn, RunPersonifiedOptions as Zo, SessionCapableBox as Zr, WaterfallSpan as Zs, allWorkersStalled as Zt, buildRuntimeEventOtelSpans as Zu, WorktreeFanoutOptions as _, defineStrategy as _a, McpServer as _c, AgentEvalError$1 as _d, builtinShapes as _i, FeedbackStore as _l, ReservationTicket as _n, LoopUntil as _o, pickChampion as _r, deterministicCompletion as _s, DispatchReport as _t, DelegationError as _u, SandboxInstance$1 as a, RunAgenticOptions as aa, DownMessageEvent as ac, DelegationTraceCollector as ad, CriuCapableClient as ai, DiffResult as al, FinalizerSettled as an, Corpus as ao, streamAgentTurn as ar, LeaderboardFlagSpec as as, InMemoryRunContext as at, DelegateCodeArgs as au, NOTE_MAX_CHARS as b, runAgentic as ba, createMcpServer as bc, ConfigError as bd, definePersona as bi, CoderDelegate as bl, AuthoredProfile as bn, Panel as bo, AuthorStrategyOptions as br, AxisScoresOf as bs, RollingDispatchOptions as bt, DelegationHistoryEntry as bu, VerifierEnvironmentOptions as c, Strategy as ca, QuestionDecision as cc, capDelegationTrace as cd, AcquireOptions as ci, WorktreeHandle as cl, collectDelivered as cn, EqualKArm as co, EvolutionArchiveNode as cr, LeaderboardScenario as cs, createFileRunContext as ct, DelegateFeedbackArgs as cu, SuperviseSurfaceResult as d, StrategyMessage as da, QuestionPolicy as dc, DelegationPersistenceError as dd, resolveSandboxClient as di, removeWorktree as dl, runTree as dn, EqualKVerdict as do, EvolutionCandidate as dr, defineLeaderboard as ds, patchDelivered as dt, DelegateResearchConfig as du, AgenticSurface as ea, AnalystRegistry as ec, loopEventToOtelSpan as ed, createSandboxToolPartState as ei, WorktreeCommandResult as el, noProgressFor as en, defaultAnalystInstruction as eo, AgentTurnBackend as er, ShapeRegistry as es, supervisorRunDir as et, DelegationTaskQueue as eu, SurfaceWorkerConfig as f, StrategyResult as fa, QuestionRecord as fc, DelegationStateCorruptError as fd, PromotionGateOptions as fi, JsonRpcMessage as fl, CoordinationLog as fn, Fanout as fo, EvolutionGeneration as fr, CompletionAnalyst as fs, WorktreeCliExecutorOptions as ft, DelegateResearchResult as fu, AuthoredHarness as g, breadthStrategy as ga, createCoordinationTools as gc, InMemoryDelegationStore as gd, trajectoryReport as gi, FeedbackEvent as gl, BudgetReadout as gn, FlatWidenGate as go, discriminatingMeans as gr, completionAuthorizes as gs, ConcurrencyCaps as gt, DelegateUiAuditRoute as gu, superviseSurface as h, adaptiveRefine as ha, WorkerWatchOptions as hc, FileDelegationStoreOptions as hd, equalKOnCost as hi, McpTransport as hl, BudgetPool as hn, FanoutWinnerSelector as ho, StrategyEvolutionConfig as hr, CompletionVerdict as hs, assertModelAllowed as ht, DelegateUiAuditResult as hu, SandboxEvent$1 as i, CorpusReadbackOptions as ia, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as ic, DelegationTraceCaps as id, sumSandboxUsage as ii, DiffOptions as il, FinalizeContext as in, CombinatorShape as io, collectAgentTurn as ir, LeaderboardBenchmarkAdapter as is, writeWorkerSteer as it, hashIdempotencyInput as iu, Shell as j, runAgentRounds as ja, CliWorktreeBridgeSeam as jc, PublishOptions as jd, verify as ji, DelegationExecutor as jl, CheckRunContext as jn, SteerContext as jo, LocalMcpMaterialization as jr, pairwiseSignificance as js, SupervisorAgentDeps as jt, ResearchSource as ju, withUntrackedArtifacts as k, RunLoopOptions as ka, BridgeSeam as kc, BusStats as kd, pipeline as ki, detachedSessionDelegate as kl, CheckExecChannel as kn, ScopeAnalyzeInput as ko, dumbDriver as kr, ScoreOf as ks, DriveHarness as kt, FeedbackRefersTo as ku, createVerifierEnvironment as l, StrategyArtifacts as la, QuestionLevel as lc, composeLoopTraceEmitters as ld, acquireSandbox as li, captureWorktreeDiff as ll, pickBestDelivered as ln, EqualKOnCost as lo, EvolutionAuthor as lr, LeaderboardScore as ls, createInMemoryRunContext as lt, DelegateFeedbackResult as lu, failuresAnalyst as m, SurfaceScore as ma, SettledWorker as mc, FileDelegationStore as md, promotionGate as mi, McpToolDescriptor$1 as ml, PriorCoordination as mn, FanoutSynthesis as mo, ReproductionCheck as mr, CompletionPolicy as ms, createWorktreeCliExecutor as mt, DelegateUiAuditConfig as mu, AnalystFinding$1 as n, AgenticTool as na, CoordinationTools as nc, DELEGATION_TRACE_MAX_BYTES as nd, mapSandboxEvent as ni, WorktreeProfileMaterializationReceipt as nl, sampleFromSettled as nn, renderReport as no, CollectedAgentTurn as nr, LeaderboardBenchScore as ns, workerInboxFile as nt, SubmitInput as nu, computeFindingId$1 as o, ShotPersona as oa, MakeWorkerAgent as oc, DelegationTraceSpan as od, SandboxCapabilities as oi, GitRunner as ol, SupervisorFinalizer as on, CorpusFilter as oo, ChampionPick as or, LeaderboardIterationInfo as os, InMemoryRunContextOptions as ot, DelegateCodeConfig as ou, SurfaceWorkerOut as p, StrategyShotResult as pa, QuestionUrgency as pc, DelegationStore as pd, PromotionVerdict as pi, JsonRpcResponse as pl, FileCoordinationLog as pn, FanoutOptions as po, EvolutionReport as pr, CompletionEvidence as ps, WorktreePatchArtifact as pt, DelegateUiAuditArgs as pu, ScopeArgs as q, HarvestCorpusOptions as qa, InboxMessage as qc, BenchmarkStrategySummary as qi, runDetachedTurn as ql, modelAuthoredChecks as qn, Persona as qo, CheckpointCapableBox as qr, plateauLength as qs, ProgressView as qt, OtelSpan as qu, CreateSandboxOptions$1 as r, ArtifactHandle as ra, CoordinationToolsOptions as rc, DELEGATION_TRACE_MAX_SPANS as rd, mapSandboxToolEvent as ri, CreateWorktreeOptions as rl, DeliveredOutput as rn, AssertTraceDerivedFindings as ro, StreamAgentTurnOptions as rr, LeaderboardBenchTask as rs, workerInboxFileFromEventDir as rt, SubmitOutput as ru, makeFinding$1 as s, ShotSpec as sa, Question as sc, buildDelegationTraceSpans as sd, probeSandboxCapabilities as si, RemoveWorktreeOptions as sl, bestDelivered as sn, CorpusRecord as so, ChampionPolicy as sr, LeaderboardRunContext as ss, RunContext as st, DelegateCodeResult as su, AgentProfile$2 as t, AgenticTask as ta, CoordinationEvent as tc, CappedDelegationTrace as td, extractLlmCallEvent as ti, WorktreeHarnessResult as tl, plateau as tn, observe as to, AgentTurnUsage as tr, DefinedLeaderboard as ts, supervisorRunsRoot as tt, DelegationTaskQueueOptions as tu, SuperviseSurfaceOptions as u, StrategyCtx as ua, QuestionOption as uc, createDelegationTraceCollector as ud, ResolveSandboxClientOptions as ui, createWorktree as ul, runFinalizer as un, EqualKOnCostOptions as uo, EvolutionBandInfo as ur, LeaderboardSpec as us, PatchDeliverableOptions as ut, DelegateResearchArgs as uu, worktreeFanout as v, depthStrategy as va, McpServerOptions as vc, AgentEvalErrorCode as vd, createShapeRegistry as vi, InMemoryFeedbackStore as vl, createBudgetPool as vn, LoopUntilSpec as vo, runStrategyEvolution as vr, sentinelCompletion as vs, DispatchStopReason as vt, DelegationFeedbackSnapshot as vu, composeWorkerEvidence as w, LoopDispatchOptions as wa, DelegateArgs as wc, RuntimeRunStateError as wd, renderCorpusToInstructions as wi, DetachedSessionDelegateOptions as wl, assessAuthoredProfile as wn, Pipeline as wo, strategyAuthorContract as wr, LeaderboardOptions as ws, rollingDispatch as wt, DelegationResultPayload as wu, VERIFY_TAIL_CHARS as x, sample as xa, DELEGATE_DESCRIPTION as xc, JudgeError as xd, runPersonified as xi, CoderReview as xl, ProfileRichness as xn, PanelJudge as xo, AuthoredStrategy as xr, GroupOf as xs, effectiveConcurrency as xt, DelegationHistoryResult as xu, EVIDENCE_MAX_CHARS as y, refine as ya, createInProcessTransport as yc, BackendTransportError as yd, registerShape as yi, eventToSnapshot as yl, spendFromUsageEvents as yn, LoopUntilState as yo, selectChampion as yr, stopSentinel as ys, DispatchUnit as yt, DelegationHistoryArgs as yu, TrajectoryAnalysis as z, resolveMcpServerLaunch as za, createExecutor as zc, FileSpawnJournal as zd, McpEndpoint as zi, DetachedTurnResumeDriverOptions as zl, StructuralRolloutResult as zn, WidenDecision as zo, Deliverable as zr, auditIntent as zs, driverAgent as zt, EvalRunGeneration as zu };
7707
- //# sourceMappingURL=index-B0sAaAO_.d.ts.map
7710
+ export { safeWorkerFile as $, ObserveInput as $a, piSeamKey as $c, AgenticOptions as $i, DelegationResumeTick as $l, structuralRollout as $n, ShapeBudget as $o, createSandboxLineage as $r, createWaterfallCollector as $s, createProgressTracker as $t, createOtelExporter as $u, GitWorkspaceOptions as A, RunLoopOptions as Aa, BridgeSeam as Ac, BusStats as Ad, pipeline as Ai, detachedSessionDelegate as Al, CheckExecChannel as An, ScopeAnalyzeInput as Ao, dumbDriver as Ar, ScoreOf as As, ResolvedSupervisorProfile as At, FeedbackRefersTo as Au, analyzeTrace as B, resolveMcpServerLaunch as Ba, createExecutor as Bc, FileSpawnJournal as Bd, McpEndpoint as Bi, DetachedTurnResumeDriverOptions as Bl, StructuralRolloutResult as Bn, WidenDecision as Bo, Deliverable as Br, auditIntent as Bs, finalizeBestDelivered as Bt, EvalRunGeneration as Bu, closingWorkerNote as C, sampleThenRefine as Ca, DELEGATE_INPUT_SCHEMA as Cc, NotFoundError as Cd, FileCorpus as Ci, CoderReviewer as Cl, ProfileRichnessThresholds as Cn, PanelSpec as Co, assertStrategyContract as Cr, Interval as Cs, queueOf as Ct, DelegationProfile as Cu, UntrackedCopyStats as D, loopCampaignDispatch as Da, DelegateResult as Dc, CoderOutput as Dd, flatWidenGate as Di, SettleDetachedCoderTurnOptions as Dl, defaultProfileRichnessThresholds as Dn, RenderCorpusToInstructions as Do, DumbDriverOptions as Dr, PairwiseOptions as Ds, delegate as Dt, DelegationStatusArgs as Du, CopyOptions as E, LoopOptionsForDispatch as Ea, DelegateHandlerOptions as Ec, ValidationError as Ed, fanout as Ei, DetachedWinnerSelection as El, authoredWorker as En, PipelineStage as Eo, ApplyContinuation as Er, LeaderboardRow as Es, defaultDelegateBudget as Et, DelegationStatus as Eu, gitWorkspace as F, localSandboxClient as Fa, ProviderSeam as Fc, defaultToolDetectors as Fd, RegistryAnalyzeProjection as Fi, SiblingSandboxExecutorOptions as Fl, CheckSourceCtx as Fn, TrajectoryReportFn as Fo, McpToolDescriptor as Fr, renderLeaderboardSvg as Fs, supervisorAgent as Ft, TraceContext as Fu, supervise as G, InProcessPromptCtx as Ga, SteerableSandboxSession as Gc, pendingWaits as Gd, BenchmarkConfig as Gi, detachedTurnEvents as Gl, defaultExtractCandidate as Gn, DefinePersonaInput as Go, SandboxRunAbortError as Gr, anytimeReport as Gs, ProgressTracker as Gt, OtelAttribute as Gu, SuperviseOptions as H, secretEnvOfMcpServer as Ha, DEFAULT_SANDBOX_STEERING_MAX_TURNS as Hc, InMemorySpawnJournal as Hd, createMcpEnvironment as Hi, DriveTurnTick as Hl, canDisplace as Hn, WidenSpec as Ho, OpenSandboxRunOptions as Hr, AnytimeReport as Hs, NoProgressForOptions as Ht, EvalRunsExportResult as Hu, jjWorkspace as I, KeyProvider as Ia, RouterSeam as Ic, watchTrace as Id, assertTraceDerivedFindings as Ii, createFleetWorkspaceExecutor as Il, RepairStop as In, TrajectoryReportOptions as Io, StdioMcpConnection as Ir, renderPairwiseMarkdown as Is, CoordinationMcpHandle as It, createPropagatingTraceEmitter as Iu, createScope as J, HarvestCorpusOptions as Ja, InboxMessage as Jc, BenchmarkStrategySummary as Ji, runDetachedTurn as Jl, modelAuthoredChecks as Jn, Persona as Jo, CheckpointCapableBox as Jr, plateauLength as Js, StopDecision as Jt, OtelSpan as Ju, workerFromBackend as K, InProcessSandboxClientOptions as Ka, createSteerableSandboxSession as Kc, replaySpawnTree as Kd, BenchmarkLift as Ki, formatDetachedSessionRef as Kl, defaultStructuralRolloutPolicy as Kn, LoopShape as Ko, TurnResult as Kr, areaUnderCurve as Ks, ProgressTrackerOptions as Kt, OtelExportConfig as Ku, localShell as L, ResolvedMcpServerLaunch as La, RouterToolsSeam as Lc, DeliverableSpec as Ld, buildSteerContext as Li, createSiblingSandboxExecutor as Ll, StructuralRolloutConfig as Ln, Verify as Lo, StdioMcpServerSpec as Lr, AuditIntentInput as Ls, serveCoordinationMcp as Lt, readTraceContextFromEnv as Lu, Workspace as M, runAgentRounds as Ma, CliWorktreeBridgeSeam as Mc, PublishOptions as Md, verify as Mi, DelegationExecutor as Ml, CheckRunContext as Mn, SteerContext as Mo, LocalMcpMaterialization as Mr, pairwiseSignificance as Ms, SupervisorProfile as Mt, ResearchSource as Mu, WorkspaceCommit as N, runLoop as Na, CliWorktreeSeam as Nc, createEventBus as Nd, widen as Ni, FleetHandle as Nl, CheckRunner as Nn, TrajectoryNode as No, MaterializeLocalMcpOptions as Nr, renderLeaderboardHtml as Ns, assertCoordinationBinding as Nt, UiAuditLensFilter as Nu, copyUntrackedIntoClone as O, loopDispatch as Oa, createDelegateHandler as Oc, BusEvent as Od, loopUntil as Oi, UiAuditorDelegate as Ol, profileRichnessFinding as On, RenderCorpusToInstructionsOptions as Oo, NaiveDriverOptions as Or, PairwiseVerdict as Os, CoordinationBinding as Ot, DelegationStatusResult as Ou, WorkspaceRun as P, LocalSandboxClientOptions as Pa, ExecutorConfig as Pc, WatchTraceOptions as Pd, CreateScopeAnalystOptions as Pi, FleetWorkspaceExecutorOptions as Pl, CheckSource as Pn, TrajectoryReport as Po, McpSpawnFault as Pr, renderLeaderboardMarkdown as Ps, resolveSupervisorProfile as Pt, UiAuditorDelegationOutput as Pu, readWorkerSteerRequests as Q, Observation as Qa, piExecutor as Qc, runBenchmark as Qi, DelegationResumeDriver as Ql, selectBestIndex as Qn, RunPersonifiedOptions as Qo, SessionCapableBox as Qr, WaterfallSpan as Qs, anyOf as Qt, buildRuntimeEventOtelSpans as Qu, runInWorkspace as R, envKeyProvider as Ra, SandboxSeam as Rc, gateOnDeliverable as Rd, createScopeAnalyst as Ri, DetachedSessionRefParts as Rl, StructuralRolloutMessage as Rn, VerifySpec as Ro, connectStdioMcp as Rr, AuditIntentOptions as Rs, DriverAgentOptions as Rt, traceContextToEnv as Ru, WorkerEvidenceInput as S, sample as Sa, DELEGATE_DESCRIPTION as Sc, JudgeError as Sd, runPersonified as Si, CoderReview as Sl, ProfileRichness as Sn, PanelJudge as So, AuthoredStrategy as Sr, GroupOf as Ss, freeSlots as St, DelegationHistoryResult as Su, settledWorkerOut as T, LoopDispatchOptions as Ta, DelegateArgs as Tc, RuntimeRunStateError as Td, renderCorpusToInstructions as Ti, DetachedSessionDelegateOptions as Tl, assessAuthoredProfile as Tn, Pipeline as To, strategyAuthorContract as Tr, LeaderboardOptions as Ts, DelegateOptions as Tt, DelegationResultPayload as Tu, SuperviseRegistry as U, inlineSandboxClient as Ua, SandboxSteeringOptions as Uc, contentAddress as Ud, sanitizeMcpToolSchema as Ui, RunDetachedTurnOptions as Ul, compareCheckOutcomes as Un, WinnerStrategy as Uo, OpenSandboxRunPromptOptions as Ur, AnytimeStrategySummary as Us, PlateauOptions as Ut, INTELLIGENCE_WIRE_VERSION as Uu, createSupervisor as V, resolveSecretEnv as Va, createExecutorRegistry as Vc, InMemoryResultBlobStore as Vd, McpEnvironmentOptions as Vi, DriveTurnCapableBox as Vl, VisibleCheck as Vn, WidenLineage as Vo, OpenSandboxRunBeforeStartContext as Vr, defaultAuditorInstruction as Vs, AllWorkersStalledOptions as Vt, EvalRunsExportConfig as Vu, SuperviseRegistryTable as W, InProcessOnPrompt as Wa, SteerableSandboxArgs as Wc, materializeTreeView as Wd, BenchmarkCell as Wi, createDetachedTurnResumeDriver as Wl, composeCheckSources as Wn, DefinePersona as Wo, SandboxRun as Wr, AnytimeTaskCurve as Ws, ProgressSample as Wt, LoopSpanNode as Wu, WorkerSteerRequest as X, HarvestReport as Xa, PI_RUNTIME as Xc, Environment as Xi, DelegationRecord as Xl, resolveEntrySymbol as Xn, PersonaExecutors as Xo, SandboxLineage as Xr, WaterfallCollector as Xs, allOf as Xt, buildLoopOtelSpans as Xu, settledToIteration as Y, HarvestFailure as Ya, createInbox as Yc, BenchmarkTaskRow as Yi, DelegationArgs as Yl, officialChecksFromMeta as Yn, PersonaContext as Yo, ForkCapableBox as Yr, renderAnytimeTable as Ys, StopRule as Yt, RuntimeEventOtelOptions as Yu, legacySupervisorRunDir as Z, harvestCorpus as Za, PiSeam as Zc, printBenchmarkReport as Zi, DelegationResumeContext as Zl, sandboxCheckRunner as Zn, RunPersonified as Zo, SandboxLineageHandle as Zr, WaterfallReport as Zs, allWorkersStalled as Zt, buildLoopSpanNodes as Zu, WorktreeFanoutOptions as _, breadthStrategy as _a, createCoordinationTools as _c, InMemoryDelegationStore as _d, trajectoryReport as _i, FeedbackEvent as _l, ReservationRejection as _n, FlatWidenGate as _o, discriminatingMeans as _r, completionAuthorizes as _s, DispatchReport as _t, DelegateUiAuditRoute as _u, SandboxInstance$1 as a, CorpusReadbackOptions as aa, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as ac, DelegationTraceCaps as ad, sumSandboxUsage as ai, DiffOptions as al, FinalizerSettled as an, CombinatorShape as ao, collectAgentTurn as ar, LeaderboardBenchmarkAdapter as as, InMemoryRunContext as at, hashIdempotencyInput as au, NOTE_MAX_CHARS as b, refine as ba, createInProcessTransport as bc, BackendTransportError as bd, registerShape as bi, eventToSnapshot as bl, spendFromUsageEvents as bn, LoopUntilState as bo, selectChampion as br, stopSentinel as bs, RollingDispatchOptions as bt, DelegationHistoryArgs as bu, VerifierEnvironmentOptions as c, ShotSpec as ca, Question as cc, buildDelegationTraceSpans as cd, probeSandboxCapabilities as ci, RemoveWorktreeOptions as cl, collectDelivered as cn, CorpusRecord as co, ChampionPolicy as cr, LeaderboardRunContext as cs, createFileRunContext as ct, DelegateCodeResult as cu, SuperviseSurfaceResult as d, StrategyCtx as da, QuestionOption as dc, createDelegationTraceCollector as dd, ResolveSandboxClientOptions as di, createWorktree as dl, runTree as dn, EqualKOnCostOptions as do, EvolutionBandInfo as dr, LeaderboardSpec as ds, patchDelivered as dt, DelegateResearchArgs as du, AgenticRunResult as ea, AnalystFindingEvent as ec, exportEvalRuns as ed, SandboxToolPartState as ei, WorktreeCheckRunner as el, noProgressFor as en, ObserveOptions as eo, visibleCheckScore as er, ShapeContext as es, supervisorRunDir as et, DelegationRunContext as eu, SurfaceWorkerConfig as f, StrategyMessage as fa, QuestionPolicy as fc, DelegationPersistenceError as fd, resolveSandboxClient as fi, removeWorktree as fl, CoordinationLog as fn, EqualKVerdict as fo, EvolutionCandidate as fr, defineLeaderboard as fs, WorktreeCliExecutorOptions as ft, DelegateResearchConfig as fu, AuthoredHarness as g, adaptiveRefine as ga, WorkerWatchOptions as gc, FileDelegationStoreOptions as gd, equalKOnCost as gi, McpTransport as gl, BudgetReadout as gn, FanoutWinnerSelector as go, StrategyEvolutionConfig as gr, CompletionVerdict as gs, ConcurrencyCaps as gt, DelegateUiAuditResult as gu, superviseSurface as h, SurfaceScore as ha, SettledWorker as hc, FileDelegationStore as hd, promotionGate as hi, McpToolDescriptor$1 as hl, BudgetPool as hn, FanoutSynthesis as ho, ReproductionCheck as hr, CompletionPolicy as hs, assertModelAllowed as ht, DelegateUiAuditConfig as hu, SandboxEvent$1 as i, ArtifactHandle as ia, CoordinationToolsOptions as ic, DELEGATION_TRACE_MAX_SPANS as id, mapSandboxToolEvent as ii, CreateWorktreeOptions as il, FinalizeContext as in, AssertTraceDerivedFindings as io, StreamAgentTurnOptions as ir, LeaderboardBenchTask as is, writeWorkerSteer as it, SubmitOutput as iu, Shell as j, defaultSelectWinner as ja, CliSeam as jc, EventBus as jd, selectValidWinner as ji, settleDetachedCoderTurn as jl, CheckOutcome as jn, ScopeWidenGate as jo, naiveDriver as jr, leaderboard as js, SupervisorAgentDeps as jt, ResearchOutputShape as ju, withUntrackedArtifacts as k, RunAgentRoundsOptions as ka, validateDelegateArgs as kc, BusRecord as kd, panel as ki, coderTaskFromArgs as kl, supervisorInstructions as kn, ScopeAnalyst as ko, SteeringDecision as kr, ProfileKeyOf as ks, DriveHarness as kt, FeedbackRating as ku, createVerifierEnvironment as l, Strategy as la, QuestionDecision as lc, capDelegationTrace as ld, AcquireOptions as li, WorktreeHandle as ll, pickBestDelivered as ln, EqualKArm as lo, EvolutionArchiveNode as lr, LeaderboardScenario as ls, createInMemoryRunContext as lt, DelegateFeedbackArgs as lu, failuresAnalyst as m, StrategyShotResult as ma, QuestionUrgency as mc, DelegationStore as md, PromotionVerdict as mi, JsonRpcResponse as ml, PriorCoordination as mn, FanoutOptions as mo, EvolutionReport as mr, CompletionEvidence as ms, createWorktreeCliExecutor as mt, DelegateUiAuditArgs as mu, AnalystFinding$1 as n, AgenticTask as na, CoordinationEvent as nc, CappedDelegationTrace as nd, extractLlmCallEvent as ni, WorktreeHarnessResult as nl, sampleFromSettled as nn, observe as no, AgentTurnUsage as nr, DefinedLeaderboard as ns, workerInboxFile as nt, DelegationTaskQueueOptions as nu, computeFindingId$1 as o, RunAgenticOptions as oa, DownMessageEvent as oc, DelegationTraceCollector as od, CriuCapableClient as oi, DiffResult as ol, SupervisorFinalizer as on, Corpus as oo, streamAgentTurn as or, LeaderboardFlagSpec as os, InMemoryRunContextOptions as ot, DelegateCodeArgs as ou, SurfaceWorkerOut as p, StrategyResult as pa, QuestionRecord as pc, DelegationStateCorruptError as pd, PromotionGateOptions as pi, JsonRpcMessage as pl, FileCoordinationLog as pn, Fanout as po, EvolutionGeneration as pr, CompletionAnalyst as ps, WorktreePatchArtifact as pt, DelegateResearchResult as pu, ScopeArgs as q, inProcessSandboxClient as qa, Inbox as qc, BenchmarkReport as qi, parseDetachedSessionRef as ql, filterAuthoredAsserts as qn, Outcome as qo, openSandboxRun as qr, bestSoFar as qs, ProgressView as qt, OtelExporter as qu, CreateSandboxOptions$1 as r, AgenticTool as ra, CoordinationTools as rc, DELEGATION_TRACE_MAX_BYTES as rd, mapSandboxEvent as ri, WorktreeProfileMaterializationReceipt as rl, DeliveredOutput as rn, renderReport as ro, CollectedAgentTurn as rr, LeaderboardBenchScore as rs, workerInboxFileFromEventDir as rt, SubmitInput as ru, makeFinding$1 as s, ShotPersona as sa, MakeWorkerAgent as sc, DelegationTraceSpan as sd, SandboxCapabilities as si, GitRunner as sl, bestDelivered as sn, CorpusFilter as so, ChampionPick as sr, LeaderboardIterationInfo as ss, RunContext as st, DelegateCodeConfig as su, AgentProfile$2 as t, AgenticSurface as ta, AnalystRegistry as tc, loopEventToOtelSpan as td, createSandboxToolPartState as ti, WorktreeCommandResult as tl, plateau as tn, defaultAnalystInstruction as to, AgentTurnBackend as tr, ShapeRegistry as ts, supervisorRunsRoot as tt, DelegationTaskQueue as tu, SuperviseSurfaceOptions as u, StrategyArtifacts as ua, QuestionLevel as uc, composeLoopTraceEmitters as ud, acquireSandbox as ui, captureWorktreeDiff as ul, runFinalizer as un, EqualKOnCost as uo, EvolutionAuthor as ur, LeaderboardScore as us, PatchDeliverableOptions as ut, DelegateFeedbackResult as uu, worktreeFanout as v, defineStrategy as va, McpServer as vc, AgentEvalError$1 as vd, builtinShapes as vi, FeedbackStore as vl, ReservationTicket as vn, LoopUntil as vo, pickChampion as vr, deterministicCompletion as vs, DispatchStopReason as vt, DelegationError as vu, composeWorkerEvidence as w, LoopCampaignDispatchOptions as wa, DELEGATE_TOOL_NAME as wc, PlannerError as wd, InMemoryCorpus as wi, DelegateRunCtx as wl, asAuthoredProfile as wn, PanelVerdict as wo, authorStrategy as wr, Leaderboard as ws, rollingDispatch as wt, DelegationProgress as wu, VERIFY_TAIL_CHARS as x, runAgentic as xa, createMcpServer as xc, ConfigError as xd, definePersona as xi, CoderDelegate as xl, AuthoredProfile as xn, Panel as xo, AuthorStrategyOptions as xr, AxisScoresOf as xs, effectiveConcurrency as xt, DelegationHistoryEntry as xu, EVIDENCE_MAX_CHARS as y, depthStrategy as ya, McpServerOptions as yc, AgentEvalErrorCode as yd, createShapeRegistry as yi, InMemoryFeedbackStore as yl, createBudgetPool as yn, LoopUntilSpec as yo, runStrategyEvolution as yr, sentinelCompletion as ys, DispatchUnit as yt, DelegationFeedbackSnapshot as yu, TrajectoryAnalysis as z, mcpSecretEnvMetadataKey as za, cliWorktreeExecutor as zc, FileResultBlobStore as zd, registryScopeAnalyst as zi, DetachedTurn as zl, StructuralRolloutPolicy as zn, Widen as zo, materializeLocalMcp as zr, IntentAudit as zs, driverAgent as zt, EvalRunEvent as zu };
7711
+ //# sourceMappingURL=index-zMAqz53v.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,16 +1,16 @@
1
1
  import { _ as RunAgentTaskOptions, a as AgentKnowledgeProvider, b as RuntimeSessionStore, c as AgentTaskContext, d as AgentTaskStatus, f as BackendErrorDetail, g as OpenAIChatToolChoice, h as OpenAIChatTool, i as AgentExecutionBackend, l as AgentTaskRunResult, m as OpenAIChatResponseFormat, n as AgentBackendContext, o as AgentRuntimeEvent, p as KnowledgeReadinessDecision, r as AgentBackendInput, s as AgentRuntimeEventSink, t as AgentAdapter, u as AgentTaskSpec, v as RunAgentTaskStreamOptions, x as RuntimeStreamEvent, y as RuntimeSession } from "./types-C9j4qg6l.js";
2
2
  import { a as RuntimeHookErrorContext, c as RuntimeHookTarget, d as defineRuntimeHooks, f as notifyRuntimeDecisionPoint, i as RuntimeHookContext, l as RuntimeHooks, n as RuntimeDecisionKind, o as RuntimeHookEvent, p as notifyRuntimeHookEvent, r as RuntimeDecisionPoint, s as RuntimeHookPhase, t as RuntimeDecisionEvidenceRef, u as composeRuntimeHooks } from "./runtime-hooks-sbRpjStq.js";
3
3
  import { A as RuntimeRunCompleteInput, F as RuntimeRunRow, I as RuntimeRunStatus, L as startRuntimeRun, M as RuntimeRunHandle, N as RuntimeRunOptions, P as RuntimeRunPersistenceAdapter, j as RuntimeRunCost, m as LoopResult, r as Driver } from "./types-DnNGJ5Gz.js";
4
- import { B as Executor, L as AgentSpec, R as Budget, U as ExecutorRegistry, dt as SupervisedResult, ft as Supervisor, it as Settled, rt as Scope, ut as Spend } from "./environment-provider-Cl97VeCv.js";
5
- import { $c as WorktreeCheckRunner, $u as exportEvalRuns, Bu as EvalRunsExportConfig, Cd as PlannerError, Gu as OtelExportConfig, Hu as INTELLIGENCE_WIRE_VERSION, Ju as RuntimeEventOtelOptions, Ku as OtelExporter, Qu as createOtelExporter, Ru as EvalRunEvent, Sd as NotFoundError, Td as ValidationError, Uu as LoopSpanNode, Vu as EvalRunsExportResult, Wu as OtelAttribute, Xu as buildLoopSpanNodes, Yu as buildLoopOtelSpans, Zu as buildRuntimeEventOtelSpans, _d as AgentEvalError, bd as ConfigError, ec as AnalystRegistry, ed as loopEventToOtelSpan, in as FinalizeContext, on as SupervisorFinalizer, qu as OtelSpan, tc as CoordinationEvent, vd as AgentEvalErrorCode, wd as RuntimeRunStateError, xd as JudgeError, yd as BackendTransportError, zu as EvalRunGeneration } from "./index-B0sAaAO_.js";
6
- import { A as createRuntimeEventCollector, C as RuntimeEventCollector, D as RuntimeTelemetryOptions, E as RuntimeStreamEventSummary, M as sanitizeAgentRuntimeEvent, N as sanitizeKnowledgeReadinessReport, O as SanitizedKnowledgeReadinessReport, P as sanitizeRuntimeStreamEvent, T as RuntimeStreamEventSink, j as createRuntimeStreamEventCollector, k as SanitizedKnowledgeRequirement, w as RuntimeStreamEventCollector } from "./local-harness-Dh8PJ0ot.js";
4
+ import { B as Executor, L as AgentSpec, R as Budget, U as ExecutorRegistry, dt as SupervisedResult, ft as Supervisor, it as Settled, rt as Scope, ut as Spend } from "./environment-provider-DG-cSx89.js";
5
+ import { $u as createOtelExporter, Bu as EvalRunGeneration, Cd as NotFoundError, Ed as ValidationError, Gu as OtelAttribute, Hu as EvalRunsExportResult, Ju as OtelSpan, Ku as OtelExportConfig, Qu as buildRuntimeEventOtelSpans, Sd as JudgeError, Td as RuntimeRunStateError, Uu as INTELLIGENCE_WIRE_VERSION, Vu as EvalRunsExportConfig, Wu as LoopSpanNode, Xu as buildLoopOtelSpans, Yu as RuntimeEventOtelOptions, Zu as buildLoopSpanNodes, bd as BackendTransportError, ed as exportEvalRuns, el as WorktreeCheckRunner, in as FinalizeContext, nc as CoordinationEvent, on as SupervisorFinalizer, qu as OtelExporter, tc as AnalystRegistry, td as loopEventToOtelSpan, vd as AgentEvalError, wd as PlannerError, xd as ConfigError, yd as AgentEvalErrorCode, zu as EvalRunEvent } from "./index-zMAqz53v.js";
6
+ import { A as createRuntimeEventCollector, C as RuntimeEventCollector, D as RuntimeTelemetryOptions, E as RuntimeStreamEventSummary, M as sanitizeAgentRuntimeEvent, N as sanitizeKnowledgeReadinessReport, O as SanitizedKnowledgeReadinessReport, P as sanitizeRuntimeStreamEvent, T as RuntimeStreamEventSink, j as createRuntimeStreamEventCollector, k as SanitizedKnowledgeRequirement, w as RuntimeStreamEventCollector } from "./local-harness-Ce1emWJE.js";
7
7
  import { C as AgentCandidateCodeSurfaceSource, D as AgentCandidateBundleInput, E as buildAgentCandidateBundle, O as sealAgentCandidateBundle, S as AgentCandidateCodeSource, T as BuildAgentCandidateBundleInput, _ as exactProcessProviderAsCandidateExecutor, a as captureAgentCandidateWorkspace, b as FileAgentCandidateExecutionClaimStore, c as AGENT_CANDIDATE_EXECUTION_SUPPORT, d as recoverExpiredAgentCandidateExecution, f as persistCandidateOutputArtifact, g as ExactProcessCandidateExecutorOptions, h as candidateKnowledgeExecutionPaths, i as CreateAgentCandidateWorkspacePortOptions, l as verifyAgentCandidateBundle, m as CANDIDATE_KNOWLEDGE_ROOT_ENV, n as CaptureAgentCandidateWorkspaceOptions, o as captureAgentCandidateWorkspaceFiles, p as CANDIDATE_KNOWLEDGE_RETRIEVAL_CONFIG_ENV, r as CapturedAgentCandidateWorkspace, s as createAgentCandidateWorkspacePort, t as AgentCandidateWorkspaceArchiveLimits, u as RecoverExpiredAgentCandidateOptions, v as DisposePreparedAgentCandidateOptions, w as AgentCandidateProfileSource, x as FileAgentCandidateExecutionClaimStoreOptions, y as disposePreparedAgentCandidateExecution } from "./index-C-FYUuFG.js";
8
8
  import { A as AgentCandidateExecutionTerminalRecord, C as AgentCandidateExecutionFailureClass, D as AgentCandidateExecutionPhaseResult, E as AgentCandidateExecutionPhase, F as candidateExecutionClaim, I as AgentCandidatePreparationEvidence, M as AgentCandidateRetryRejection, N as InMemoryAgentCandidateExecutionClaimStore, O as AgentCandidateExecutionRecoveryEvidence, P as InMemoryAgentCandidateExecutionClaimStoreOptions, S as AgentCandidateExecutionCleanupHandles, T as AgentCandidateExecutionLease, _ as AgentCandidateExecutionAttemptRecord, a as AgentCandidateModelGrantSettleInput, b as AgentCandidateExecutionClaimResult, c as applyExactAgentProfileDiff, d as parseExactAgentProfile, f as parseExactAgentProfileDiff, g as executePreparedAgentCandidate, h as ExecutePreparedAgentCandidateOptions, i as AgentCandidateModelGrantReserveInput, j as AgentCandidateExecutionTerminalResult, k as AgentCandidateExecutionStageResult, l as assertCandidateProfileBinding, m as prepareAgentCandidateExecution, n as AgentCandidateModelGrantClient, o as CreateProtectedAgentCandidateModelPortOptions, p as PrepareAgentCandidateExecutionOptions, r as AgentCandidateModelGrantReservation, s as createProtectedAgentCandidateModelPort, t as AgentCandidateModelGrantActivateInput, v as AgentCandidateExecutionAttemptRef, w as AgentCandidateExecutionFinishResult, x as AgentCandidateExecutionClaimStore, y as AgentCandidateExecutionClaim } from "./protected-model-port-BP6Z4eau.js";
9
9
  import { A as CANDIDATE_TRACE_ENV, B as VerifiedAgentCandidate, C as AgentCandidateProtectedModelSettlement, D as AgentCandidateTaskExecution, E as AgentCandidateRunFinalization, F as PreparedAgentCandidateInstruction, I as PreparedAgentCandidateKnowledge, L as PreparedAgentCandidateLaunch, M as CanonicalCandidateDocument, N as PersistedTaskOutcomeEvidence, O as AgentCandidateVerificationPorts, P as PreparedAgentCandidateExecution, R as PreparedAgentCandidateTrace, S as AgentCandidateProtectedModelReservation, T as AgentCandidateRepositoryPort, V as VerifiedAgentCandidateTaskOutcome, _ as AgentCandidateModelLimits, a as AgentCandidateExecutionPorts, b as AgentCandidateOutputPurpose, c as AgentCandidateExecutorPort, d as AgentCandidateExecutorStopRequest, f as AgentCandidateExecutorTaskOutcomeCapture, g as AgentCandidateMemoryResetResult, h as AgentCandidateMemoryPort, i as AgentCandidateContainerPort, j as CANDIDATE_TRACE_TAGS, k as AgentCandidateWorkspacePort, l as AgentCandidateExecutorProfileFile, m as AgentCandidateExecutorWorkspaceInput, n as AgentCandidateBenchmarkGraderIdentity, o as AgentCandidateExecutorFinalCapture, p as AgentCandidateExecutorWorkspaceFile, r as AgentCandidateBenchmarkGraderPort, s as AgentCandidateExecutorMemoryCapture, t as AgentCandidateArtifactPort, u as AgentCandidateExecutorRequest, v as AgentCandidateModelPort, w as AgentCandidateProtectedRunCapture, x as AgentCandidateProtectedModelActivation, y as AgentCandidateOutputArtifactPort, z as ResolvedAgentCandidateContainer } from "./types-BaIpb0XT.js";
10
10
  import { $ as sleep, A as RunConversationOptions, B as buildForwardHeaders, C as ConversationResult, D as HaltPredicate, E as HaltContext, F as InMemoryConversationJournal, G as CircuitBreakerState, H as readDepth, I as DEFAULT_MAX_DEPTH, J as RetryBackoff, K as CircuitOpenError, L as FORWARD_HEADERS, M as ConversationJournal, N as ConversationJournalEntry, O as HaltReason, P as FileConversationJournal, Q as makePerAttemptSignal, R as ForwardHeaderName, S as ConversationPolicy, T as ConversationTurn, U as BackendCallPolicy, V as isDepthExceeded, W as CircuitBreakerConfig, X as computeBackoff, Y as RetryableErrorPredicate, Z as defaultIsRetryable, _ as createConversationBackend, a as RunPersonaConfig, b as ConversationDriveState, c as runPersonaDispatch, d as D1DatabaseLike, f as D1StmtLike, g as defineConversation, h as d1ToSqlAdapter, i as PersonaDriver, j as TurnOrder, k as HaltSignal, l as runConversation, m as SqlConversationJournal, n as turnId, o as RunPersonaConversationOptions, p as SqlAdapter, q as DeadlineExceededError, r as PersonaConversationResult, s as runPersonaConversation, t as slugifySpeaker, u as runConversationStream, v as AuthSource, w as ConversationStreamEvent, x as ConversationParticipant, y as Conversation, z as PropagatedHeaders } from "./index-Efjb3nrQ.js";
11
- import { $ as McpServeSpec, A as resolveRouterBaseUrl, B as RawTraceDistillerOptions, C as DEFAULT_ROUTER_BASE_URL, D as cleanModelId, E as RouterEnv, F as parseRolloutPolicy, G as strategyAuthorMethod, H as buildDriverSystem, I as serializeRolloutPolicy, J as OfficialOptimizerUnavailableError, K as OfficialGepaOptions, L as structuralRolloutPolicyFromProfile, M as ROLLOUT_POLICY_EXTENSION, N as applyRolloutPolicyToProfile, O as getModels, P as normalizeRolloutPolicy, Q as officialSkillOpt, R as ReflectiveGeneratorOptions, S as ChatModelValidation, T as ResolvedChatModel, U as optimizerMethod, V as rawTraceDistiller, W as researchDriverNote, X as OfficialSkillOptOptions, Y as OfficialSensitiveCandidateInput, Z as officialGepa, _ as AgentBackendKind, a as ControlStep, at as mcpBuildPrompt, b as decideKnowledgeReadiness, c as KnowledgeRequirement, ct as createIterableBackend, d as readinessServerSentEvent, et as mcpServeVerifier, f as runtimeStreamServerSentEvent, g as runAgentTaskStream, h as runAgentTask, i as ControlRunResult, it as findingLines, j as validateChatModelId, k as resolveChatModel, l as RunRecord, lt as createOpenAICompatibleBackend, m as applyRunRecordDefaults, n as ControlDecision, nt as driverLoopGenerator, o as DataAcquisitionPlan, ot as toolBuildPrompt, p as InMemoryRuntimeSessionStore, q as OfficialOptimizerContextOptions, r as ControlEvalResult, rt as BuildPromptFindingsInput, s as KnowledgeReadinessReport, st as BackendRetryPolicy, t as ControlBudget, tt as DriverLoopGeneratorOptions, u as ServerSentEventOptions, ut as createSandboxPromptBackend, v as ResolveAgentBackendOptions, w as ModelInfo, x as ChatModelCandidate, y as resolveAgentBackend, z as reflectiveGenerator } from "./index-C9vg2af7.js";
12
- import { A as DeepReadonly, B as commandVerifier, C as ImproveResult, D as ImprovementCandidate, E as ImproveSurface, F as AgenticGeneratorShotExecution, H as CandidateGenerator, I as AgenticGeneratorShotReceipt, L as Verifier, M as AGENTIC_PROFILE_RESOURCE_ROOT, N as AgenticGeneratorOptions, O as ImprovementCodeCandidate, P as AgenticGeneratorShotDisposition, R as VerifyResult, S as ImproveProfileSurface, T as ImproveSkillsOptions, V as defaultBuildPrompt, _ as ImproveMethodSource, a as ImproveCandidateValidationInput, b as ImproveProfileAgent, c as ImproveCodeResult, d as ImproveLineage, f as ImproveMethodContext, g as ImproveMethodResult, h as ImproveMethodOptions, i as improve, j as ReadonlyAgentProfile, k as ImprovementProfileCandidate, l as ImproveCodeRunOptions, m as ImproveMethodLineage, o as ImproveCandidateValidator, p as ImproveMethodFactory, s as ImproveCodeOptions, u as ImproveCost, v as ImproveOptimizationRunOptions, w as ImproveScenarioPartitions, x as ImproveProfileComponents, y as ImproveOptions, z as agenticGenerator } from "./redact-BkasKlyd.js";
13
- import { C as KnowledgeImprovementActivationExecutor, S as CreateKnowledgeImprovementActivationExecutorOptions, _ as SupervisedKnowledgeUpdater, a as KnowledgeImprovementJobResult, b as knowledgeReadinessDeliverable, c as createAgentKnowledgeReadinessCheck, d as KnowledgeReadinessCheckInput, f as KnowledgeReadinessCheckResult, g as SupervisedKnowledgeUpdateResult, h as SupervisedKnowledgeUpdateOptions, i as KnowledgeImprovementJobMeasurement, l as runKnowledgeImprovementJob, m as SupervisedKnowledgeUpdateInput, n as KnowledgeImprovementCandidatePair, o as RunKnowledgeImprovementJobOptions, p as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, r as KnowledgeImprovementExperimentBundles, s as buildKnowledgeImprovementExperimentBundles, t as AgentKnowledgeReadinessCheckOptions, u as KnowledgeReadinessCheck, v as createSupervisedKnowledgeUpdater, w as createKnowledgeImprovementActivationExecutor, x as runSupervisedKnowledgeUpdate, y as formatSupervisedKnowledgeTask } from "./index-B6glsqBp.js";
14
- import { _ as researchLoopRunner, a as DELEGATED_LOOP_MODES, c as DelegatedLoopResult, d as ResearchLoopRunnerOptions, f as RunDelegatedLoopOptions, g as isDelegatedLoopMode, h as auditLoopRunner, i as runLoopRunnerCli, l as DelegatedLoopRunner, m as WorktreeLoopRunnerOptions, n as LoopRunnerCliResult, o as DelegatedLoopMode, p as VetoedFact, r as parseLoopRunnerArgv, s as DelegatedLoopRegistry, t as LoopRunnerCliArgs, u as ResearchLoopResult, v as runDelegatedLoop, y as worktreeLoopRunner } from "./loop-runner-bin-CHnWCyiB.js";
11
+ import { $ as McpServeSpec, A as resolveRouterBaseUrl, B as RawTraceDistillerOptions, C as DEFAULT_ROUTER_BASE_URL, D as cleanModelId, E as RouterEnv, F as parseRolloutPolicy, G as strategyAuthorMethod, H as buildDriverSystem, I as serializeRolloutPolicy, J as OfficialOptimizerUnavailableError, K as OfficialGepaOptions, L as structuralRolloutPolicyFromProfile, M as ROLLOUT_POLICY_EXTENSION, N as applyRolloutPolicyToProfile, O as getModels, P as normalizeRolloutPolicy, Q as officialSkillOpt, R as ReflectiveGeneratorOptions, S as ChatModelValidation, T as ResolvedChatModel, U as optimizerMethod, V as rawTraceDistiller, W as researchDriverNote, X as OfficialSkillOptOptions, Y as OfficialSensitiveCandidateInput, Z as officialGepa, _ as AgentBackendKind, a as ControlStep, at as mcpBuildPrompt, b as decideKnowledgeReadiness, c as KnowledgeRequirement, ct as createIterableBackend, d as readinessServerSentEvent, et as mcpServeVerifier, f as runtimeStreamServerSentEvent, g as runAgentTaskStream, h as runAgentTask, i as ControlRunResult, it as findingLines, j as validateChatModelId, k as resolveChatModel, l as RunRecord, lt as createOpenAICompatibleBackend, m as applyRunRecordDefaults, n as ControlDecision, nt as driverLoopGenerator, o as DataAcquisitionPlan, ot as toolBuildPrompt, p as InMemoryRuntimeSessionStore, q as OfficialOptimizerContextOptions, r as ControlEvalResult, rt as BuildPromptFindingsInput, s as KnowledgeReadinessReport, st as BackendRetryPolicy, t as ControlBudget, tt as DriverLoopGeneratorOptions, u as ServerSentEventOptions, ut as createSandboxPromptBackend, v as ResolveAgentBackendOptions, w as ModelInfo, x as ChatModelCandidate, y as resolveAgentBackend, z as reflectiveGenerator } from "./index-Cr7QlEUL.js";
12
+ import { A as DeepReadonly, B as commandVerifier, C as ImproveResult, D as ImprovementCandidate, E as ImproveSurface, F as AgenticGeneratorShotExecution, H as CandidateGenerator, I as AgenticGeneratorShotReceipt, L as Verifier, M as AGENTIC_PROFILE_RESOURCE_ROOT, N as AgenticGeneratorOptions, O as ImprovementCodeCandidate, P as AgenticGeneratorShotDisposition, R as VerifyResult, S as ImproveProfileSurface, T as ImproveSkillsOptions, V as defaultBuildPrompt, _ as ImproveMethodSource, a as ImproveCandidateValidationInput, b as ImproveProfileAgent, c as ImproveCodeResult, d as ImproveLineage, f as ImproveMethodContext, g as ImproveMethodResult, h as ImproveMethodOptions, i as improve, j as ReadonlyAgentProfile, k as ImprovementProfileCandidate, l as ImproveCodeRunOptions, m as ImproveMethodLineage, o as ImproveCandidateValidator, p as ImproveMethodFactory, s as ImproveCodeOptions, u as ImproveCost, v as ImproveOptimizationRunOptions, w as ImproveScenarioPartitions, x as ImproveProfileComponents, y as ImproveOptions, z as agenticGenerator } from "./redact-xZvPu9qe.js";
13
+ import { C as KnowledgeImprovementActivationExecutor, S as CreateKnowledgeImprovementActivationExecutorOptions, _ as SupervisedKnowledgeUpdater, a as KnowledgeImprovementJobResult, b as knowledgeReadinessDeliverable, c as createAgentKnowledgeReadinessCheck, d as KnowledgeReadinessCheckInput, f as KnowledgeReadinessCheckResult, g as SupervisedKnowledgeUpdateResult, h as SupervisedKnowledgeUpdateOptions, i as KnowledgeImprovementJobMeasurement, l as runKnowledgeImprovementJob, m as SupervisedKnowledgeUpdateInput, n as KnowledgeImprovementCandidatePair, o as RunKnowledgeImprovementJobOptions, p as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, r as KnowledgeImprovementExperimentBundles, s as buildKnowledgeImprovementExperimentBundles, t as AgentKnowledgeReadinessCheckOptions, u as KnowledgeReadinessCheck, v as createSupervisedKnowledgeUpdater, w as createKnowledgeImprovementActivationExecutor, x as runSupervisedKnowledgeUpdate, y as formatSupervisedKnowledgeTask } from "./index-B6WclhZI.js";
14
+ import { _ as researchLoopRunner, a as DELEGATED_LOOP_MODES, c as DelegatedLoopResult, d as ResearchLoopRunnerOptions, f as RunDelegatedLoopOptions, g as isDelegatedLoopMode, h as auditLoopRunner, i as runLoopRunnerCli, l as DelegatedLoopRunner, m as WorktreeLoopRunnerOptions, n as LoopRunnerCliResult, o as DelegatedLoopMode, p as VetoedFact, r as parseLoopRunnerArgv, s as DelegatedLoopRegistry, t as LoopRunnerCliArgs, u as ResearchLoopResult, v as runDelegatedLoop, y as worktreeLoopRunner } from "./loop-runner-bin-Cba5tsdb.js";
15
15
  import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-B68JaOCx.js";
16
16
  export { AGENTIC_PROFILE_RESOURCE_ROOT, AGENT_CANDIDATE_EXECUTION_SUPPORT, type AgentAdapter, type AgentBackendContext, type AgentBackendInput, type AgentBackendKind, type AgentCandidateArtifactPort, type AgentCandidateBenchmarkGraderIdentity, type AgentCandidateBenchmarkGraderPort, type AgentCandidateBundleInput, type AgentCandidateCodeSource, type AgentCandidateCodeSurfaceSource, type AgentCandidateContainerPort, type AgentCandidateExecutionAttemptRecord, type AgentCandidateExecutionAttemptRef, type AgentCandidateExecutionClaim, type AgentCandidateExecutionClaimResult, type AgentCandidateExecutionClaimStore, type AgentCandidateExecutionCleanupHandles, type AgentCandidateExecutionFailureClass, type AgentCandidateExecutionFinishResult, type AgentCandidateExecutionLease, type AgentCandidateExecutionPhase, type AgentCandidateExecutionPhaseResult, type AgentCandidateExecutionPorts, type AgentCandidateExecutionRecoveryEvidence, type AgentCandidateExecutionStageResult, type AgentCandidateExecutionTerminalRecord, type AgentCandidateExecutionTerminalResult, type AgentCandidateExecutorFinalCapture, type AgentCandidateExecutorMemoryCapture, type AgentCandidateExecutorPort, type AgentCandidateExecutorProfileFile, type AgentCandidateExecutorRequest, type AgentCandidateExecutorStopRequest, type AgentCandidateExecutorTaskOutcomeCapture, type AgentCandidateExecutorWorkspaceFile, type AgentCandidateExecutorWorkspaceInput, type AgentCandidateMemoryPort, type AgentCandidateMemoryResetResult, type AgentCandidateModelGrantActivateInput, type AgentCandidateModelGrantClient, type AgentCandidateModelGrantReservation, type AgentCandidateModelGrantReserveInput, type AgentCandidateModelGrantSettleInput, type AgentCandidateModelLimits, type AgentCandidateModelPort, type AgentCandidateOutputArtifactPort, type AgentCandidateOutputPurpose, type AgentCandidatePreparationEvidence, type AgentCandidateProfileSource, type AgentCandidateProtectedModelActivation, type AgentCandidateProtectedModelReservation, type AgentCandidateProtectedModelSettlement, type AgentCandidateProtectedRunCapture, type AgentCandidateRepositoryPort, type AgentCandidateRetryRejection, type AgentCandidateRunFinalization, type AgentCandidateTaskExecution, type AgentCandidateVerificationPorts, type AgentCandidateWorkspaceArchiveLimits, type AgentCandidateWorkspacePort, AgentEvalError, type AgentEvalErrorCode, type AgentExecutionBackend, type AgentKnowledgeProvider, type AgentKnowledgeReadinessCheckOptions, type AgentRuntimeEvent, type AgentRuntimeEventSink, type AgentSpec, type AgentTaskContext, type AgentTaskRunResult, type AgentTaskSpec, type AgentTaskStatus, type AgenticGeneratorOptions, type AgenticGeneratorShotDisposition, type AgenticGeneratorShotExecution, type AgenticGeneratorShotReceipt, type AnalystRegistry, type AuthSource, type BackendCallPolicy, type BackendErrorDetail, type BackendRetryPolicy, BackendTransportError, type Budget, type BuildAgentCandidateBundleInput, type BuildPromptFindingsInput, CANDIDATE_KNOWLEDGE_RETRIEVAL_CONFIG_ENV, CANDIDATE_KNOWLEDGE_ROOT_ENV, CANDIDATE_TRACE_ENV, CANDIDATE_TRACE_TAGS, type CandidateGenerator, type CanonicalCandidateDocument, type CaptureAgentCandidateWorkspaceOptions, type CapturedAgentCandidateWorkspace, type ChatModelCandidate, type ChatModelValidation, type CircuitBreakerConfig, CircuitBreakerState, CircuitOpenError, ConfigError, type ControlBudget, type ControlDecision, type ControlEvalResult, type ControlRunResult, type ControlStep, type Conversation, type ConversationDriveState, type ConversationJournal, type ConversationJournalEntry, type ConversationParticipant, type ConversationPolicy, type ConversationResult, type ConversationStreamEvent, type ConversationTurn, type CoordinationEvent, type CreateAgentCandidateWorkspacePortOptions, type CreateKnowledgeImprovementActivationExecutorOptions, type CreateProtectedAgentCandidateModelPortOptions, type D1DatabaseLike, type D1StmtLike, DEFAULT_MAX_DEPTH, DEFAULT_ROUTER_BASE_URL, DELEGATED_LOOP_MODES, type DataAcquisitionPlan, DeadlineExceededError, type DeepReadonly, type DelegatedLoopMode, type DelegatedLoopRegistry, type DelegatedLoopResult, type DelegatedLoopRunner, type DisposePreparedAgentCandidateOptions, type Driver, type DriverLoopGeneratorOptions, type EvalRunEvent, type EvalRunGeneration, type EvalRunsExportConfig, type EvalRunsExportResult, type ExactProcessCandidateExecutorOptions, type ExecutePreparedAgentCandidateOptions, type Executor, type ExecutorRegistry, FORWARD_HEADERS, FileAgentCandidateExecutionClaimStore, type FileAgentCandidateExecutionClaimStoreOptions, FileConversationJournal, type FinalizeContext, type ForwardHeaderName, type HaltContext, type HaltPredicate, type HaltReason, type HaltSignal, INTELLIGENCE_WIRE_VERSION, type ImproveCandidateValidationInput, type ImproveCandidateValidator, type ImproveCodeOptions, type ImproveCodeResult, type ImproveCodeRunOptions, type ImproveCost, type ImproveLineage, type ImproveMethodContext, type ImproveMethodFactory, type ImproveMethodLineage, type ImproveMethodOptions, type ImproveMethodResult, type ImproveMethodSource, type ImproveOptimizationRunOptions, type ImproveOptions, type ImproveProfileAgent, type ImproveProfileComponents, type ImproveProfileSurface, type ImproveResult, type ImproveScenarioPartitions, type ImproveSkillsOptions, type ImproveSurface, type ImprovementCandidate, type ImprovementCodeCandidate, type ImprovementProfileCandidate, InMemoryAgentCandidateExecutionClaimStore, type InMemoryAgentCandidateExecutionClaimStoreOptions, InMemoryConversationJournal, InMemoryRuntimeSessionStore, JudgeError, type KnowledgeImprovementActivationExecutor, type KnowledgeImprovementCandidatePair, type KnowledgeImprovementExperimentBundles, type KnowledgeImprovementJobMeasurement, type KnowledgeImprovementJobResult, type KnowledgeReadinessCheck, type KnowledgeReadinessCheckInput, type KnowledgeReadinessCheckResult, type KnowledgeReadinessDecision, type KnowledgeReadinessReport, type KnowledgeRequirement, type LoopResult, type LoopRunnerCliArgs, type LoopRunnerCliResult, type LoopSpanNode, type McpServeSpec, type ModelInfo, NotFoundError, type OfficialGepaOptions, type OfficialOptimizerContextOptions, OfficialOptimizerUnavailableError, type OfficialSensitiveCandidateInput, type OfficialSkillOptOptions, type OpenAIChatResponseFormat, type OpenAIChatTool, type OpenAIChatToolChoice, type OtelAttribute, type OtelExportConfig, type OtelExporter, type OtelSpan, type PersistedTaskOutcomeEvidence, type PersonaConversationResult, type PersonaDriver, PlannerError, type PrepareAgentCandidateExecutionOptions, type PreparedAgentCandidateExecution, type PreparedAgentCandidateInstruction, type PreparedAgentCandidateKnowledge, type PreparedAgentCandidateLaunch, type PreparedAgentCandidateTrace, type PropagatedHeaders, RESEARCH_SUPERVISOR_SYSTEM_PROMPT, ROLLOUT_POLICY_EXTENSION, type RawTraceDistillerOptions, type ReadonlyAgentProfile, type RecoverExpiredAgentCandidateOptions, type ReflectiveGeneratorOptions, type ResearchLoopResult, type ResearchLoopRunnerOptions, type ResolveAgentBackendOptions, type ResolvedAgentCandidateContainer, type ResolvedChatModel, type RetryBackoff, type RetryableErrorPredicate, type RouterEnv, type RunAgentTaskOptions, type RunAgentTaskStreamOptions, type RunConversationOptions, type RunDelegatedLoopOptions, type RunKnowledgeImprovementJobOptions, type RunPersonaConfig, type RunPersonaConversationOptions, type RunRecord, type RuntimeDecisionEvidenceRef, type RuntimeDecisionKind, type RuntimeDecisionPoint, type RuntimeEventCollector, type RuntimeEventOtelOptions, type RuntimeHookContext, type RuntimeHookErrorContext, type RuntimeHookEvent, type RuntimeHookPhase, type RuntimeHookTarget, type RuntimeHooks, type RuntimeRunCompleteInput, type RuntimeRunCost, type RuntimeRunHandle, type RuntimeRunOptions, type RuntimeRunPersistenceAdapter, type RuntimeRunRow, RuntimeRunStateError, type RuntimeRunStatus, type RuntimeSession, type RuntimeSessionStore, type RuntimeStreamEvent, type RuntimeStreamEventCollector, type RuntimeStreamEventSink, type RuntimeStreamEventSummary, type RuntimeTelemetryOptions, type SanitizedKnowledgeReadinessReport, type SanitizedKnowledgeRequirement, type Scope, type ServerSentEventOptions, type Settled, type Spend, type SqlAdapter, SqlConversationJournal, type SupervisedKnowledgeUpdateInput, type SupervisedKnowledgeUpdateOptions, type SupervisedKnowledgeUpdateResult, type SupervisedKnowledgeUpdater, type SupervisedResult, type Supervisor, type SupervisorFinalizer, type TurnOrder, ValidationError, type VerifiedAgentCandidate, type VerifiedAgentCandidateTaskOutcome, type Verifier, type VerifyResult, type VetoedFact, type WorktreeCheckRunner, type WorktreeLoopRunnerOptions, agenticGenerator, applyExactAgentProfileDiff, applyRolloutPolicyToProfile, applyRunRecordDefaults, assertCandidateProfileBinding, auditLoopRunner, buildAgentCandidateBundle, buildDriverSystem, buildForwardHeaders, buildKnowledgeImprovementExperimentBundles, buildLoopOtelSpans, buildLoopSpanNodes, buildRuntimeEventOtelSpans, candidateExecutionClaim, candidateKnowledgeExecutionPaths, captureAgentCandidateWorkspace, captureAgentCandidateWorkspaceFiles, cleanModelId, commandVerifier, composeRuntimeHooks, computeBackoff, createAgentCandidateWorkspacePort, createAgentKnowledgeReadinessCheck, createConversationBackend, createIterableBackend, createKnowledgeImprovementActivationExecutor, createOpenAICompatibleBackend, createOtelExporter, createProtectedAgentCandidateModelPort, createRuntimeEventCollector, createRuntimeStreamEventCollector, createSandboxPromptBackend, createSupervisedKnowledgeUpdater, d1ToSqlAdapter, decideKnowledgeReadiness, defaultBuildPrompt, defaultIsRetryable, defineConversation, defineRuntimeHooks, disposePreparedAgentCandidateExecution, driverLoopGenerator, exactProcessProviderAsCandidateExecutor, executePreparedAgentCandidate, exportEvalRuns, findingLines, formatSupervisedKnowledgeTask, getModels, improve, isDelegatedLoopMode, isDepthExceeded, knowledgeReadinessDeliverable, loopEventToOtelSpan, makePerAttemptSignal, mcpBuildPrompt, mcpServeVerifier, mcpToolsForRuntimeMcp, mcpToolsForRuntimeMcpSubset, normalizeRolloutPolicy, notifyRuntimeDecisionPoint, notifyRuntimeHookEvent, officialGepa, officialSkillOpt, optimizerMethod, parseExactAgentProfile, parseExactAgentProfileDiff, parseLoopRunnerArgv, parseRolloutPolicy, persistCandidateOutputArtifact, prepareAgentCandidateExecution, rawTraceDistiller, readDepth, readinessServerSentEvent, recoverExpiredAgentCandidateExecution, reflectiveGenerator, researchDriverNote, researchLoopRunner, resolveAgentBackend, resolveChatModel, resolveRouterBaseUrl, runAgentTask, runAgentTaskStream, runConversation, runConversationStream, runDelegatedLoop, runKnowledgeImprovementJob, runLoopRunnerCli, runPersonaConversation, runPersonaDispatch, runSupervisedKnowledgeUpdate, runtimeStreamServerSentEvent, sanitizeAgentRuntimeEvent, sanitizeKnowledgeReadinessReport, sanitizeRuntimeStreamEvent, sealAgentCandidateBundle, serializeRolloutPolicy, sleep, slugifySpeaker, startRuntimeRun, strategyAuthorMethod, structuralRolloutPolicyFromProfile, toolBuildPrompt, turnId, validateChatModelId, verifyAgentCandidateBundle, worktreeLoopRunner };
package/dist/index.js CHANGED
@@ -5,16 +5,16 @@ import { i as sealAgentCandidateBundle, n as captureAgentCandidateWorkspaceFiles
5
5
  import { i as buildAgentCandidateBundle, n as disposePreparedAgentCandidateExecution, r as FileAgentCandidateExecutionClaimStore, t as recoverExpiredAgentCandidateExecution } from "./candidate-execution-Co3sRC_7.js";
6
6
  import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-BtldAE9j.js";
7
7
  import { C as makePerAttemptSignal, S as defaultIsRetryable, _ as readDepth, a as FileConversationJournal, b as DeadlineExceededError, c as createConversationBackend, d as slugifySpeaker, f as turnId, g as isDepthExceeded, h as buildForwardHeaders, i as d1ToSqlAdapter, l as runConversation, m as FORWARD_HEADERS, n as runPersonaDispatch, o as InMemoryConversationJournal, p as DEFAULT_MAX_DEPTH, r as SqlConversationJournal, s as defineConversation, t as runPersonaConversation, u as runConversationStream, v as CircuitBreakerState, w as sleep, x as computeBackoff, y as CircuitOpenError } from "./conversation-BpLQZGPH.js";
8
- import { P as runLocalHarness, T as runBrainLoop } from "./supervisor-B4hOPKJV.js";
9
- import { D as researchDriverNote, E as optimizerMethod, O as strategyAuthorMethod, T as buildDriverSystem } from "./structural-rollout-D5GbH3cy.js";
10
- import { A as improve, B as agenticGenerator, F as normalizeRolloutPolicy, G as summarizeFindings, H as defaultBuildPrompt, I as parseRolloutPolicy, K as worktreeChangedPaths, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, U as rawTraceEvidenceProblem, V as commandVerifier, W as requiresRawTraceEvidence, j as withMethodRuntimeControls, z as AGENTIC_PROFILE_RESOURCE_ROOT } from "./improvement-cycle-BCjD-g_C.js";
8
+ import { P as runLocalHarness, T as runBrainLoop } from "./supervisor-DS278ICs.js";
9
+ import { D as researchDriverNote, E as optimizerMethod, O as strategyAuthorMethod, T as buildDriverSystem } from "./structural-rollout-R_ZqFaB5.js";
10
+ import { A as improve, B as agenticGenerator, F as normalizeRolloutPolicy, G as summarizeFindings, H as defaultBuildPrompt, I as parseRolloutPolicy, K as worktreeChangedPaths, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, U as rawTraceEvidenceProblem, V as commandVerifier, W as requiresRawTraceEvidence, j as withMethodRuntimeControls, z as AGENTIC_PROFILE_RESOURCE_ROOT } from "./improvement-cycle-C3CrNfcy.js";
11
11
  import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-C7iJOWm3.js";
12
- import { Ft as McpSpawnFault, It as connectStdioMcp } from "./runtime-6sL2vhTQ.js";
12
+ import { Ft as McpSpawnFault, It as connectStdioMcp } from "./runtime-DlSPFm9o.js";
13
13
  import { n as defaultRedactorIdentityMaterial, r as resolveRedactor, t as defaultRedactor } from "./redact-D-u-rrcn.js";
14
- import { a as createSupervisedKnowledgeUpdater, c as runSupervisedKnowledgeUpdate, i as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, l as createKnowledgeImprovementActivationExecutor, n as createAgentKnowledgeReadinessCheck, o as formatSupervisedKnowledgeTask, r as runKnowledgeImprovementJob, s as knowledgeReadinessDeliverable, t as buildKnowledgeImprovementExperimentBundles } from "./knowledge-In_1LsHg.js";
14
+ import { a as createSupervisedKnowledgeUpdater, c as runSupervisedKnowledgeUpdate, i as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, l as createKnowledgeImprovementActivationExecutor, n as createAgentKnowledgeReadinessCheck, o as formatSupervisedKnowledgeTask, r as runKnowledgeImprovementJob, s as knowledgeReadinessDeliverable, t as buildKnowledgeImprovementExperimentBundles } from "./knowledge-GAJFl_gz.js";
15
15
  import { a as createOtelExporter, c as loopEventToOtelSpan, d as sanitizeAgentRuntimeEvent, f as sanitizeKnowledgeReadinessReport, i as buildRuntimeEventOtelSpans, l as createRuntimeEventCollector, n as buildLoopOtelSpans, o as exportEvalRuns, p as sanitizeRuntimeStreamEvent, r as buildLoopSpanNodes, t as INTELLIGENCE_WIRE_VERSION, u as createRuntimeStreamEventCollector } from "./otel-export-D34IQW1C.js";
16
- import { a as isDelegatedLoopMode, c as worktreeLoopRunner, i as auditLoopRunner, n as runLoopRunnerCli, o as researchLoopRunner, r as DELEGATED_LOOP_MODES, s as runDelegatedLoop, t as parseLoopRunnerArgv } from "./loop-runner-bin-DF98VMqr.js";
17
- import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-g5FS2twc.js";
16
+ import { a as isDelegatedLoopMode, c as worktreeLoopRunner, i as auditLoopRunner, n as runLoopRunnerCli, o as researchLoopRunner, r as DELEGATED_LOOP_MODES, s as runDelegatedLoop, t as parseLoopRunnerArgv } from "./loop-runner-bin-DvLdFo38.js";
17
+ import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-DftmzKLc.js";
18
18
  import { a as resolveRouterBaseUrl, i as resolveChatModel, n as cleanModelId, o as validateChatModelId, r as getModels, t as DEFAULT_ROUTER_BASE_URL } from "./model-resolution-Btd9iIKV.js";
19
19
  import { FAILURE_CLASSES, acquisitionPlansForKnowledgeGaps, blockingKnowledgeEval, canonicalJson, runAgentControlLoop, scoreKnowledgeReadiness, userQuestionsForKnowledgeGaps } from "@tangle-network/agent-eval";
20
20
  import { gepaOptimizationMethod, skillOptOptimizationMethod } from "@tangle-network/agent-eval/campaign";
@@ -1,11 +1,11 @@
1
1
  import { x as RuntimeStreamEvent } from "./types-C9j4qg6l.js";
2
2
  import { d as RunAnalystLoopOpts, f as RunAnalystLoopResult } from "./types-zWfqDjeL.js";
3
3
  import { b as LoopTraceEvent } from "./types-DnNGJ5Gz.js";
4
- import { a as AgentEnvironmentProviderRef, o as AgentEnvironmentProviderRegistry } from "./environment-provider-Cl97VeCv.js";
5
- import { D as RuntimeTelemetryOptions, m as ToolSpec } from "./local-harness-Dh8PJ0ot.js";
4
+ import { a as AgentEnvironmentProviderRef, o as AgentEnvironmentProviderRegistry } from "./environment-provider-DG-cSx89.js";
5
+ import { D as RuntimeTelemetryOptions, m as ToolSpec } from "./local-harness-Ce1emWJE.js";
6
6
  import { h as ExecutePreparedAgentCandidateOptions, o as CreateProtectedAgentCandidateModelPortOptions, p as PrepareAgentCandidateExecutionOptions, u as parseAgentCandidateProfileActivation, x as AgentCandidateExecutionClaimStore } from "./protected-model-port-BP6Z4eau.js";
7
7
  import { D as AgentCandidateTaskExecution, E as AgentCandidateRunFinalization, a as AgentCandidateExecutionPorts, c as AgentCandidateExecutorPort, r as AgentCandidateBenchmarkGraderPort, y as AgentCandidateOutputArtifactPort } from "./types-BaIpb0XT.js";
8
- import { C as ImproveResult, g as ImproveMethodResult, h as ImproveMethodOptions, n as defaultRedactor, r as resolveRedactor, t as Redactor, w as ImproveScenarioPartitions, y as ImproveOptions } from "./redact-BkasKlyd.js";
8
+ import { C as ImproveResult, g as ImproveMethodResult, h as ImproveMethodOptions, n as defaultRedactor, r as resolveRedactor, t as Redactor, w as ImproveScenarioPartitions, y as ImproveOptions } from "./redact-xZvPu9qe.js";
9
9
  import { a as AgentImprovementActivationTransitionInput, c as CreateAgentImprovementActivationResultOptions, d as ProfileImprovementActivationTransitionInput, f as SealedCandidateActivationTransitionInput, h as verifyAgentImprovementActivationResult, i as AgentImprovementActivationTransition, l as ExecuteAgentImprovementActivationInput, m as executeAgentImprovementActivation, n as AgentImprovementActivationResultStore, o as AgentProfileImprovementActivationOperation, p as createAgentImprovementActivationResult, r as AgentImprovementActivationTargetPlan, s as AgentProfileImprovementActivationTargetPlan, t as AgentImprovementActivationReconciliation, u as ExecuteAgentImprovementActivationOptions } from "./activation-DyWB0K6E.js";
10
10
  import { CostLedgerHandle, TraceStore } from "@tangle-network/agent-eval";
11
11
  import { OptimizationMethodComparison, OptimizationPackageSource, OptimizationTokenUsage } from "@tangle-network/agent-eval/campaign";
@@ -1,8 +1,8 @@
1
1
  import { $ as parseExactAgentProfile, K as applyExactAgentProfileDiff, Q as parseAgentCandidateProfileActivation, Z as omitUndefinedObjectFields, rt as canonicalCandidateDigest$1, st as immutableCandidateValue, u as AGENT_CANDIDATE_EXECUTION_SUPPORT } from "./prepare-BKVdOn0w.js";
2
2
  import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-BtldAE9j.js";
3
- import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-BCjD-g_C.js";
3
+ import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-C3CrNfcy.js";
4
4
  import { r as resolveRedactor, t as defaultRedactor } from "./redact-D-u-rrcn.js";
5
- import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-Cdc_tRNR.js";
5
+ import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-UZ1JenNv.js";
6
6
  import { i as resolveAgentEnvironmentProvider } from "./environment-provider-BsHpW4Dp.js";
7
7
  import { a as createOtelExporter, i as buildRuntimeEventOtelSpans, n as buildLoopOtelSpans, s as flatOtelSpan } from "./otel-export-D34IQW1C.js";
8
8
  import { contentHash } from "@tangle-network/agent-eval";
package/dist/kernel.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, O as ValidationCtx, S as MountManifestEntry, T as RunProvenance, _ as LoopTeardownFailedPayload, a as Iteration, b as LoopTraceEvent, c as LoopIterationDispatchPayload, d as LoopLineageOptions, f as LoopPlanDescription, g as LoopStartedPayload, h as LoopSandboxPlacement, i as ExecCtx, k as Validator, l as LoopIterationEndedPayload, m as LoopResult, n as DefaultVerdict, o as LoopDecisionPayload, p as LoopPlanPayload, r as Driver, s as LoopEndedPayload, t as AgentRunSpec, u as LoopIterationStartedPayload, v as LoopTokenUsage, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-DnNGJ5Gz.js";
2
- import { $ as ResumedWork, A as providerAsSandboxClient, At as SessionMessageLike, B as Executor, Bt as ExecutorProgress, C as ProviderAsSandboxClientOptions, Ct as WaitSpec, D as WorkspaceRequest, Dt as timerAt, E as SandboxClientProviderOptions, Et as pollFor, F as createTangleSandboxExactProcessProvider, Ft as decodeToolPart, G as Handle, H as ExecutorFactory, Ht as WorkerProgress, I as Agent, It as sandboxSessionTraceSource, J as NodeSnapshot, K as NoWinnerError, L as AgentSpec, Lt as ActivityLog, M as sandboxClientAsProvider, Mt as ToolStepInput, N as CreateTangleSandboxExactProcessProviderOptions, Nt as TraceSource, O as createAgentEnvironmentProviderRegistry, Ot as validateWaitSpec, P as SandboxControlClient, Pt as createPushTraceSource, Q as ResumedKeyState, R as Budget, Rt as ActivityNote, S as PlacementInfo, St as WaitRejection, T as ResourceRequest, Tt as isWaitOutcome, U as ExecutorRegistry, Ut as createActivityLog, V as ExecutorContext, Vt as ScopeProgressInput, W as ExecutorResult, Wt as readWorkerProgress, X as Restart, Y as NodeStatus, Z as ResultBlobStore, _ as CheckpointRequest, _t as WidenGate, a as AgentEnvironmentProviderRef, at as SpawnEvent, b as ExecResult, bt as WaitProbe, c as AgentEnvironmentStatus, ct as SpawnPrior, d as AgentSession, dt as SupervisedResult, et as RootHandle, f as AgentSessionRef, ft as Supervisor, g as CheckpointRef, gt as WaitOpts, h as AgentTurnResult, ht as UsageEvent, i as AgentEnvironmentProvider, it as Settled, j as resolveAgentEnvironmentProvider, jt as SessionTraceBox, k as providerAsExecutor, kt as waitUntil, l as AgentEnvironmentSummary, lt as SpawnRejection, m as AgentTurnInput, mt as TreeView, n as AgentEnvironmentCapabilities, nt as Runtime, o as AgentEnvironmentProviderRegistry, ot as SpawnJournal, p as AgentSessionStatus, pt as SupervisorOpts, q as NodeId, r as AgentEnvironmentEvent, rt as Scope, s as AgentEnvironmentQuery, st as SpawnOpts, t as AgentEnvironment, tt as RootSignal, u as AgentProfileRef, ut as Spend, v as CreateAgentEnvironmentInput, vt as PendingWait, w as ProviderExecutorOptions, wt as createWaitProbes, x as ForkRequest, xt as WaitProbeRegistry, y as ExecRequest, yt as WaitOutcome, zt as DEFAULT_STALL_AFTER_MS } from "./environment-provider-Cl97VeCv.js";
3
- import { $ as safeWorkerFile, $a as ObserveOptions, $c as WorktreeCheckRunner, $i as AgenticRunResult, $n as visibleCheckScore, $o as ShapeContext, $r as SandboxToolPartState, $s as AnalystFindingEvent, $t as createProgressTracker, A as GitWorkspaceOptions, Aa as defaultSelectWinner, Ac as CliSeam, Ad as EventBus, Ai as selectValidWinner, An as CheckOutcome, Ao as ScopeWidenGate, Ar as naiveDriver, As as leaderboard, At as ResolvedSupervisorProfile, B as analyzeTrace, Ba as resolveSecretEnv, Bc as createExecutorRegistry, Bd as InMemoryResultBlobStore, Bi as McpEnvironmentOptions, Bn as VisibleCheck, Bo as WidenLineage, Br as OpenSandboxRunBeforeStartContext, Bs as defaultAuditorInstruction, Bt as finalizeBestDelivered, C as closingWorkerNote, Ca as LoopCampaignDispatchOptions, Ci as InMemoryCorpus, Cn as asAuthoredProfile, Co as PanelVerdict, Cr as authorStrategy, Cs as Leaderboard, Ct as queueOf, D as UntrackedCopyStats, Da as loopDispatch, Dd as BusEvent, Di as loopUntil, Dn as profileRichnessFinding, Do as RenderCorpusToInstructionsOptions, Dr as NaiveDriverOptions, Ds as PairwiseVerdict, Dt as delegate, E as CopyOptions, Ea as loopCampaignDispatch, Ei as flatWidenGate, En as defaultProfileRichnessThresholds, Eo as RenderCorpusToInstructions, Er as DumbDriverOptions, Es as PairwiseOptions, Et as defaultDelegateBudget, F as gitWorkspace, Fa as KeyProvider, Fc as RouterSeam, Fd as watchTrace, Fi as assertTraceDerivedFindings, Fn as RepairStop, Fo as TrajectoryReportOptions, Fr as StdioMcpConnection, Fs as renderPairwiseMarkdown, Ft as supervisorAgent, G as supervise, Ga as InProcessSandboxClientOptions, Gc as createSteerableSandboxSession, Gd as replaySpawnTree, Gi as BenchmarkLift, Gn as defaultStructuralRolloutPolicy, Go as LoopShape, Gr as TurnResult, Gs as areaUnderCurve, Gt as ProgressTracker, H as SuperviseOptions, Ha as inlineSandboxClient, Hc as SandboxSteeringOptions, Hd as contentAddress, Hi as sanitizeMcpToolSchema, Hn as compareCheckOutcomes, Ho as WinnerStrategy, Hr as OpenSandboxRunPromptOptions, Hs as AnytimeStrategySummary, Ht as NoProgressForOptions, I as jjWorkspace, Ia as ResolvedMcpServerLaunch, Ic as RouterToolsSeam, Id as DeliverableSpec, Ii as buildSteerContext, In as StructuralRolloutConfig, Io as Verify, Ir as StdioMcpServerSpec, Is as AuditIntentInput, It as CoordinationMcpHandle, J as createScope, Ja as HarvestFailure, Jc as createInbox, Ji as BenchmarkTaskRow, Jn as officialChecksFromMeta, Jo as PersonaContext, Jr as ForkCapableBox, Js as renderAnytimeTable, Jt as StopDecision, K as workerFromBackend, Ka as inProcessSandboxClient, Kc as Inbox, Ki as BenchmarkReport, Kn as filterAuthoredAsserts, Ko as Outcome, Kr as openSandboxRun, Ks as bestSoFar, Kt as ProgressTrackerOptions, L as localShell, La as envKeyProvider, Lc as SandboxSeam, Ld as gateOnDeliverable, Li as createScopeAnalyst, Ln as StructuralRolloutMessage, Lo as VerifySpec, Lr as connectStdioMcp, Ls as AuditIntentOptions, Lt as serveCoordinationMcp, M as Workspace, Ma as runLoop, Mc as CliWorktreeSeam, Md as createEventBus, Mi as widen, Mn as CheckRunner, Mo as TrajectoryNode, Mr as MaterializeLocalMcpOptions, Ms as renderLeaderboardHtml, Mt as SupervisorProfile, N as WorkspaceCommit, Na as LocalSandboxClientOptions, Nc as ExecutorConfig, Nd as WatchTraceOptions, Ni as CreateScopeAnalystOptions, Nn as CheckSource, No as TrajectoryReport, Nr as McpSpawnFault, Ns as renderLeaderboardMarkdown, Nt as assertCoordinationBinding, O as copyUntrackedIntoClone, Oa as RunAgentRoundsOptions, Od as BusRecord, Oi as panel, On as supervisorInstructions, Oo as ScopeAnalyst, Or as SteeringDecision, Os as ProfileKeyOf, Ot as CoordinationBinding, P as WorkspaceRun, Pa as localSandboxClient, Pc as ProviderSeam, Pd as defaultToolDetectors, Pi as RegistryAnalyzeProjection, Pn as CheckSourceCtx, Po as TrajectoryReportFn, Pr as McpToolDescriptor, Ps as renderLeaderboardSvg, Pt as resolveSupervisorProfile, Q as readWorkerSteerRequests, Qa as ObserveInput, Qc as piSeamKey, Qi as AgenticOptions, Qn as structuralRollout, Qo as ShapeBudget, Qr as createSandboxLineage, Qs as createWaterfallCollector, Qt as anyOf, R as runInWorkspace, Ra as mcpSecretEnvMetadataKey, Rc as cliWorktreeExecutor, Rd as FileResultBlobStore, Ri as registryScopeAnalyst, Rn as StructuralRolloutPolicy, Ro as Widen, Rr as materializeLocalMcp, Rs as IntentAudit, Rt as DriverAgentOptions, S as WorkerEvidenceInput, Sa as sampleThenRefine, Si as FileCorpus, Sn as ProfileRichnessThresholds, So as PanelSpec, Sr as assertStrategyContract, Ss as Interval, St as freeSlots, T as settledWorkerOut, Ta as LoopOptionsForDispatch, Ti as fanout, Tn as authoredWorker, To as PipelineStage, Tr as ApplyContinuation, Ts as LeaderboardRow, Tt as DelegateOptions, U as SuperviseRegistry, Ua as InProcessOnPrompt, Uc as SteerableSandboxArgs, Ud as materializeTreeView, Ui as BenchmarkCell, Un as composeCheckSources, Uo as DefinePersona, Ur as SandboxRun, Us as AnytimeTaskCurve, Ut as PlateauOptions, V as createSupervisor, Va as secretEnvOfMcpServer, Vc as DEFAULT_SANDBOX_STEERING_MAX_TURNS, Vd as InMemorySpawnJournal, Vi as createMcpEnvironment, Vn as canDisplace, Vo as WidenSpec, Vr as OpenSandboxRunOptions, Vs as AnytimeReport, Vt as AllWorkersStalledOptions, W as SuperviseRegistryTable, Wa as InProcessPromptCtx, Wc as SteerableSandboxSession, Wd as pendingWaits, Wi as BenchmarkConfig, Wn as defaultExtractCandidate, Wo as DefinePersonaInput, Wr as SandboxRunAbortError, Ws as anytimeReport, Wt as ProgressSample, X as WorkerSteerRequest, Xa as harvestCorpus, Xc as PiSeam, Xi as printBenchmarkReport, Xn as sandboxCheckRunner, Xo as RunPersonified, Xr as SandboxLineageHandle, Xs as WaterfallReport, Xt as allOf, Y as settledToIteration, Ya as HarvestReport, Yc as PI_RUNTIME, Yi as Environment, Yn as resolveEntrySymbol, Yo as PersonaExecutors, Yr as SandboxLineage, Ys as WaterfallCollector, Yt as StopRule, Z as legacySupervisorRunDir, Za as Observation, Zc as piExecutor, Zi as runBenchmark, Zn as selectBestIndex, Zo as RunPersonifiedOptions, Zr as SessionCapableBox, Zs as WaterfallSpan, Zt as allWorkersStalled, _ as WorktreeFanoutOptions, _a as defineStrategy, _i as builtinShapes, _n as ReservationTicket, _o as LoopUntil, _r as pickChampion, _s as deterministicCompletion, _t as DispatchReport, a as SandboxInstance, aa as RunAgenticOptions, ac as DownMessageEvent, ai as CriuCapableClient, an as FinalizerSettled, ao as Corpus, ar as streamAgentTurn, as as LeaderboardFlagSpec, at as InMemoryRunContext, b as NOTE_MAX_CHARS, ba as runAgentic, bi as definePersona, bn as AuthoredProfile, bo as Panel, br as AuthorStrategyOptions, bs as AxisScoresOf, bt as RollingDispatchOptions, c as VerifierEnvironmentOptions, ca as Strategy, ci as AcquireOptions, cn as collectDelivered, co as EqualKArm, cr as EvolutionArchiveNode, cs as LeaderboardScenario, ct as createFileRunContext, d as SuperviseSurfaceResult, da as StrategyMessage, di as resolveSandboxClient, dn as runTree, do as EqualKVerdict, dr as EvolutionCandidate, ds as defineLeaderboard, dt as patchDelivered, ea as AgenticSurface, ec as AnalystRegistry, ei as createSandboxToolPartState, el as WorktreeCommandResult, en as noProgressFor, eo as defaultAnalystInstruction, er as AgentTurnBackend, es as ShapeRegistry, et as supervisorRunDir, f as SurfaceWorkerConfig, fa as StrategyResult, fi as PromotionGateOptions, fn as CoordinationLog, fo as Fanout, fr as EvolutionGeneration, fs as CompletionAnalyst, ft as WorktreeCliExecutorOptions, g as AuthoredHarness, ga as breadthStrategy, gi as trajectoryReport, gn as BudgetReadout, go as FlatWidenGate, gr as discriminatingMeans, gs as completionAuthorizes, gt as ConcurrencyCaps, h as superviseSurface, ha as adaptiveRefine, hi as equalKOnCost, hn as BudgetPool, ho as FanoutWinnerSelector, hr as StrategyEvolutionConfig, hs as CompletionVerdict, ht as assertModelAllowed, i as SandboxEvent, ia as CorpusReadbackOptions, ic as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, ii as sumSandboxUsage, in as FinalizeContext, io as CombinatorShape, ir as collectAgentTurn, is as LeaderboardBenchmarkAdapter, it as writeWorkerSteer, j as Shell, ja as runAgentRounds, jc as CliWorktreeBridgeSeam, jd as PublishOptions, ji as verify, jn as CheckRunContext, jo as SteerContext, jr as LocalMcpMaterialization, js as pairwiseSignificance, jt as SupervisorAgentDeps, k as withUntrackedArtifacts, ka as RunLoopOptions, kc as BridgeSeam, kd as BusStats, ki as pipeline, kn as CheckExecChannel, ko as ScopeAnalyzeInput, kr as dumbDriver, ks as ScoreOf, kt as DriveHarness, l as createVerifierEnvironment, la as StrategyArtifacts, li as acquireSandbox, ln as pickBestDelivered, lo as EqualKOnCost, lr as EvolutionAuthor, ls as LeaderboardScore, lt as createInMemoryRunContext, m as failuresAnalyst, ma as SurfaceScore, mi as promotionGate, mn as PriorCoordination, mo as FanoutSynthesis, mr as ReproductionCheck, ms as CompletionPolicy, mt as createWorktreeCliExecutor, n as AnalystFinding, na as AgenticTool, ni as mapSandboxEvent, nl as WorktreeProfileMaterializationReceipt, nn as sampleFromSettled, no as renderReport, nr as CollectedAgentTurn, ns as LeaderboardBenchScore, nt as workerInboxFile, o as computeFindingId, oa as ShotPersona, oc as MakeWorkerAgent, oi as SandboxCapabilities, on as SupervisorFinalizer, oo as CorpusFilter, or as ChampionPick, os as LeaderboardIterationInfo, ot as InMemoryRunContextOptions, p as SurfaceWorkerOut, pa as StrategyShotResult, pi as PromotionVerdict, pn as FileCoordinationLog, po as FanoutOptions, pr as EvolutionReport, ps as CompletionEvidence, pt as WorktreePatchArtifact, q as ScopeArgs, qa as HarvestCorpusOptions, qc as InboxMessage, qi as BenchmarkStrategySummary, qn as modelAuthoredChecks, qo as Persona, qr as CheckpointCapableBox, qs as plateauLength, qt as ProgressView, r as CreateSandboxOptions, ra as ArtifactHandle, ri as mapSandboxToolEvent, rn as DeliveredOutput, ro as AssertTraceDerivedFindings, rr as StreamAgentTurnOptions, rs as LeaderboardBenchTask, rt as workerInboxFileFromEventDir, s as makeFinding, sa as ShotSpec, si as probeSandboxCapabilities, sn as bestDelivered, so as CorpusRecord, sr as ChampionPolicy, ss as LeaderboardRunContext, st as RunContext, t as AgentProfile, ta as AgenticTask, tc as CoordinationEvent, ti as extractLlmCallEvent, tl as WorktreeHarnessResult, tn as plateau, to as observe, tr as AgentTurnUsage, ts as DefinedLeaderboard, tt as supervisorRunsRoot, u as SuperviseSurfaceOptions, ua as StrategyCtx, ui as ResolveSandboxClientOptions, un as runFinalizer, uo as EqualKOnCostOptions, ur as EvolutionBandInfo, us as LeaderboardSpec, ut as PatchDeliverableOptions, v as worktreeFanout, va as depthStrategy, vi as createShapeRegistry, vn as createBudgetPool, vo as LoopUntilSpec, vr as runStrategyEvolution, vs as sentinelCompletion, vt as DispatchStopReason, w as composeWorkerEvidence, wa as LoopDispatchOptions, wi as renderCorpusToInstructions, wn as assessAuthoredProfile, wo as Pipeline, wr as strategyAuthorContract, ws as LeaderboardOptions, wt as rollingDispatch, x as VERIFY_TAIL_CHARS, xa as sample, xi as runPersonified, xn as ProfileRichness, xo as PanelJudge, xr as AuthoredStrategy, xs as GroupOf, xt as effectiveConcurrency, y as EVIDENCE_MAX_CHARS, ya as refine, yi as registerShape, yn as spendFromUsageEvents, yo as LoopUntilState, yr as selectChampion, ys as stopSentinel, yt as DispatchUnit, z as TrajectoryAnalysis, za as resolveMcpServerLaunch, zc as createExecutor, zd as FileSpawnJournal, zi as McpEndpoint, zn as StructuralRolloutResult, zo as WidenDecision, zr as Deliverable, zs as auditIntent, zt as driverAgent } from "./index-B0sAaAO_.js";
4
- import { S as ToolLoopMessageRecord, _ as routerChatWithUsage, b as ToolLoopCompaction, d as RouterConfig, f as RouterToolCall, g as routerChatWithTools, h as routerBrain, l as RouterChatResult, m as ToolSpec, p as RouterToolLoopResult, u as RouterChatToolsResult, v as routerToolLoop, x as ToolLoopCompactionOptions, y as ToolLoopChat } from "./local-harness-Dh8PJ0ot.js";
5
- export { type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ApplyContinuation, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BridgeSeam, type Budget, type BudgetPool, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type CoordinationBinding, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageEvent, type DriveHarness, type Driver, type DriverAgentOptions, type DumbDriverOptions, EVIDENCE_MAX_CHARS, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type Executor, type ExecutorConfig, type ExecutorContext, type ExecutorFactory, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NaiveDriverOptions, type NoProgressForOptions, type NoWinnerError, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, PI_RUNTIME, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type PiSeam, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderSeam, type PublishOptions, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationTicket, type ResolveSandboxClientOptions, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RollingDispatchOptions, type RootHandle, type RootSignal, type RouterChatResult, type RouterChatToolsResult, type RouterConfig, type RouterSeam, type RouterToolCall, type RouterToolLoopResult, type RouterToolsSeam, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunLoopOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotPersona, type ShotSpec, type SpawnEvent, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableSandboxArgs, type SteerableSandboxSession, type SteeringDecision, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseOptions, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorOpts, type SupervisorProfile, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, type ToolLoopChat, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TreeView, type TurnResult, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerEvidenceInput, type WorkerProgress, type WorkerSteerRequest, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, authoredWorker, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createProgressTracker, createPushTraceSource, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, depthStrategy, deterministicCompletion, discriminatingMeans, driverAgent, dumbDriver, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, leaderboard, legacySupervisorRunDir, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveDriver, noProgressFor, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, patchDelivered, pendingWaits, piExecutor, piSeamKey, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileRichnessFinding, promotionGate, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, routerBrain, routerChatWithTools, routerChatWithUsage, routerToolLoop, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runInWorkspace, runLoop, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, stopSentinel, strategyAuthorContract, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseSurface, supervisorAgent, supervisorInstructions, supervisorRunDir, supervisorRunsRoot, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, worktreeFanout, writeWorkerSteer };
2
+ import { $ as ResumedWork, A as providerAsSandboxClient, At as SessionMessageLike, B as Executor, Bt as ExecutorProgress, C as ProviderAsSandboxClientOptions, Ct as WaitSpec, D as WorkspaceRequest, Dt as timerAt, E as SandboxClientProviderOptions, Et as pollFor, F as createTangleSandboxExactProcessProvider, Ft as decodeToolPart, G as Handle, H as ExecutorFactory, Ht as WorkerProgress, I as Agent, It as sandboxSessionTraceSource, J as NodeSnapshot, K as NoWinnerError, L as AgentSpec, Lt as ActivityLog, M as sandboxClientAsProvider, Mt as ToolStepInput, N as CreateTangleSandboxExactProcessProviderOptions, Nt as TraceSource, O as createAgentEnvironmentProviderRegistry, Ot as validateWaitSpec, P as SandboxControlClient, Pt as createPushTraceSource, Q as ResumedKeyState, R as Budget, Rt as ActivityNote, S as PlacementInfo, St as WaitRejection, T as ResourceRequest, Tt as isWaitOutcome, U as ExecutorRegistry, Ut as createActivityLog, V as ExecutorContext, Vt as ScopeProgressInput, W as ExecutorResult, Wt as readWorkerProgress, X as Restart, Y as NodeStatus, Z as ResultBlobStore, _ as CheckpointRequest, _t as WidenGate, a as AgentEnvironmentProviderRef, at as SpawnEvent, b as ExecResult, bt as WaitProbe, c as AgentEnvironmentStatus, ct as SpawnPrior, d as AgentSession, dt as SupervisedResult, et as RootHandle, f as AgentSessionRef, ft as Supervisor, g as CheckpointRef, gt as WaitOpts, h as AgentTurnResult, ht as UsageEvent, i as AgentEnvironmentProvider, it as Settled, j as resolveAgentEnvironmentProvider, jt as SessionTraceBox, k as providerAsExecutor, kt as waitUntil, l as AgentEnvironmentSummary, lt as SpawnRejection, m as AgentTurnInput, mt as TreeView, n as AgentEnvironmentCapabilities, nt as Runtime, o as AgentEnvironmentProviderRegistry, ot as SpawnJournal, p as AgentSessionStatus, pt as SupervisorOpts, q as NodeId, r as AgentEnvironmentEvent, rt as Scope, s as AgentEnvironmentQuery, st as SpawnOpts, t as AgentEnvironment, tt as RootSignal, u as AgentProfileRef, ut as Spend, v as CreateAgentEnvironmentInput, vt as PendingWait, w as ProviderExecutorOptions, wt as createWaitProbes, x as ForkRequest, xt as WaitProbeRegistry, y as ExecRequest, yt as WaitOutcome, zt as DEFAULT_STALL_AFTER_MS } from "./environment-provider-DG-cSx89.js";
3
+ import { $ as safeWorkerFile, $a as ObserveInput, $c as piSeamKey, $i as AgenticOptions, $n as structuralRollout, $o as ShapeBudget, $r as createSandboxLineage, $s as createWaterfallCollector, $t as createProgressTracker, A as GitWorkspaceOptions, Aa as RunLoopOptions, Ac as BridgeSeam, Ad as BusStats, Ai as pipeline, An as CheckExecChannel, Ao as ScopeAnalyzeInput, Ar as dumbDriver, As as ScoreOf, At as ResolvedSupervisorProfile, B as analyzeTrace, Ba as resolveMcpServerLaunch, Bc as createExecutor, Bd as FileSpawnJournal, Bi as McpEndpoint, Bn as StructuralRolloutResult, Bo as WidenDecision, Br as Deliverable, Bs as auditIntent, Bt as finalizeBestDelivered, C as closingWorkerNote, Ca as sampleThenRefine, Ci as FileCorpus, Cn as ProfileRichnessThresholds, Co as PanelSpec, Cr as assertStrategyContract, Cs as Interval, Ct as queueOf, D as UntrackedCopyStats, Da as loopCampaignDispatch, Di as flatWidenGate, Dn as defaultProfileRichnessThresholds, Do as RenderCorpusToInstructions, Dr as DumbDriverOptions, Ds as PairwiseOptions, Dt as delegate, E as CopyOptions, Ea as LoopOptionsForDispatch, Ei as fanout, En as authoredWorker, Eo as PipelineStage, Er as ApplyContinuation, Es as LeaderboardRow, Et as defaultDelegateBudget, F as gitWorkspace, Fa as localSandboxClient, Fc as ProviderSeam, Fd as defaultToolDetectors, Fi as RegistryAnalyzeProjection, Fn as CheckSourceCtx, Fo as TrajectoryReportFn, Fr as McpToolDescriptor, Fs as renderLeaderboardSvg, Ft as supervisorAgent, G as supervise, Ga as InProcessPromptCtx, Gc as SteerableSandboxSession, Gd as pendingWaits, Gi as BenchmarkConfig, Gn as defaultExtractCandidate, Go as DefinePersonaInput, Gr as SandboxRunAbortError, Gs as anytimeReport, Gt as ProgressTracker, H as SuperviseOptions, Ha as secretEnvOfMcpServer, Hc as DEFAULT_SANDBOX_STEERING_MAX_TURNS, Hd as InMemorySpawnJournal, Hi as createMcpEnvironment, Hn as canDisplace, Ho as WidenSpec, Hr as OpenSandboxRunOptions, Hs as AnytimeReport, Ht as NoProgressForOptions, I as jjWorkspace, Ia as KeyProvider, Ic as RouterSeam, Id as watchTrace, Ii as assertTraceDerivedFindings, In as RepairStop, Io as TrajectoryReportOptions, Ir as StdioMcpConnection, Is as renderPairwiseMarkdown, It as CoordinationMcpHandle, J as createScope, Ja as HarvestCorpusOptions, Jc as InboxMessage, Ji as BenchmarkStrategySummary, Jn as modelAuthoredChecks, Jo as Persona, Jr as CheckpointCapableBox, Js as plateauLength, Jt as StopDecision, K as workerFromBackend, Ka as InProcessSandboxClientOptions, Kc as createSteerableSandboxSession, Kd as replaySpawnTree, Ki as BenchmarkLift, Kn as defaultStructuralRolloutPolicy, Ko as LoopShape, Kr as TurnResult, Ks as areaUnderCurve, Kt as ProgressTrackerOptions, L as localShell, La as ResolvedMcpServerLaunch, Lc as RouterToolsSeam, Ld as DeliverableSpec, Li as buildSteerContext, Ln as StructuralRolloutConfig, Lo as Verify, Lr as StdioMcpServerSpec, Ls as AuditIntentInput, Lt as serveCoordinationMcp, M as Workspace, Ma as runAgentRounds, Mc as CliWorktreeBridgeSeam, Md as PublishOptions, Mi as verify, Mn as CheckRunContext, Mo as SteerContext, Mr as LocalMcpMaterialization, Ms as pairwiseSignificance, Mt as SupervisorProfile, N as WorkspaceCommit, Na as runLoop, Nc as CliWorktreeSeam, Nd as createEventBus, Ni as widen, Nn as CheckRunner, No as TrajectoryNode, Nr as MaterializeLocalMcpOptions, Ns as renderLeaderboardHtml, Nt as assertCoordinationBinding, O as copyUntrackedIntoClone, Oa as loopDispatch, Od as BusEvent, Oi as loopUntil, On as profileRichnessFinding, Oo as RenderCorpusToInstructionsOptions, Or as NaiveDriverOptions, Os as PairwiseVerdict, Ot as CoordinationBinding, P as WorkspaceRun, Pa as LocalSandboxClientOptions, Pc as ExecutorConfig, Pd as WatchTraceOptions, Pi as CreateScopeAnalystOptions, Pn as CheckSource, Po as TrajectoryReport, Pr as McpSpawnFault, Ps as renderLeaderboardMarkdown, Pt as resolveSupervisorProfile, Q as readWorkerSteerRequests, Qa as Observation, Qc as piExecutor, Qi as runBenchmark, Qn as selectBestIndex, Qo as RunPersonifiedOptions, Qr as SessionCapableBox, Qs as WaterfallSpan, Qt as anyOf, R as runInWorkspace, Ra as envKeyProvider, Rc as SandboxSeam, Rd as gateOnDeliverable, Ri as createScopeAnalyst, Rn as StructuralRolloutMessage, Ro as VerifySpec, Rr as connectStdioMcp, Rs as AuditIntentOptions, Rt as DriverAgentOptions, S as WorkerEvidenceInput, Sa as sample, Si as runPersonified, Sn as ProfileRichness, So as PanelJudge, Sr as AuthoredStrategy, Ss as GroupOf, St as freeSlots, T as settledWorkerOut, Ta as LoopDispatchOptions, Ti as renderCorpusToInstructions, Tn as assessAuthoredProfile, To as Pipeline, Tr as strategyAuthorContract, Ts as LeaderboardOptions, Tt as DelegateOptions, U as SuperviseRegistry, Ua as inlineSandboxClient, Uc as SandboxSteeringOptions, Ud as contentAddress, Ui as sanitizeMcpToolSchema, Un as compareCheckOutcomes, Uo as WinnerStrategy, Ur as OpenSandboxRunPromptOptions, Us as AnytimeStrategySummary, Ut as PlateauOptions, V as createSupervisor, Va as resolveSecretEnv, Vc as createExecutorRegistry, Vd as InMemoryResultBlobStore, Vi as McpEnvironmentOptions, Vn as VisibleCheck, Vo as WidenLineage, Vr as OpenSandboxRunBeforeStartContext, Vs as defaultAuditorInstruction, Vt as AllWorkersStalledOptions, W as SuperviseRegistryTable, Wa as InProcessOnPrompt, Wc as SteerableSandboxArgs, Wd as materializeTreeView, Wi as BenchmarkCell, Wn as composeCheckSources, Wo as DefinePersona, Wr as SandboxRun, Ws as AnytimeTaskCurve, Wt as ProgressSample, X as WorkerSteerRequest, Xa as HarvestReport, Xc as PI_RUNTIME, Xi as Environment, Xn as resolveEntrySymbol, Xo as PersonaExecutors, Xr as SandboxLineage, Xs as WaterfallCollector, Xt as allOf, Y as settledToIteration, Ya as HarvestFailure, Yc as createInbox, Yi as BenchmarkTaskRow, Yn as officialChecksFromMeta, Yo as PersonaContext, Yr as ForkCapableBox, Ys as renderAnytimeTable, Yt as StopRule, Z as legacySupervisorRunDir, Za as harvestCorpus, Zc as PiSeam, Zi as printBenchmarkReport, Zn as sandboxCheckRunner, Zo as RunPersonified, Zr as SandboxLineageHandle, Zs as WaterfallReport, Zt as allWorkersStalled, _ as WorktreeFanoutOptions, _a as breadthStrategy, _i as trajectoryReport, _n as ReservationRejection, _o as FlatWidenGate, _r as discriminatingMeans, _s as completionAuthorizes, _t as DispatchReport, a as SandboxInstance, aa as CorpusReadbackOptions, ac as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, ai as sumSandboxUsage, an as FinalizerSettled, ao as CombinatorShape, ar as collectAgentTurn, as as LeaderboardBenchmarkAdapter, at as InMemoryRunContext, b as NOTE_MAX_CHARS, ba as refine, bi as registerShape, bn as spendFromUsageEvents, bo as LoopUntilState, br as selectChampion, bs as stopSentinel, bt as RollingDispatchOptions, c as VerifierEnvironmentOptions, ca as ShotSpec, ci as probeSandboxCapabilities, cn as collectDelivered, co as CorpusRecord, cr as ChampionPolicy, cs as LeaderboardRunContext, ct as createFileRunContext, d as SuperviseSurfaceResult, da as StrategyCtx, di as ResolveSandboxClientOptions, dn as runTree, do as EqualKOnCostOptions, dr as EvolutionBandInfo, ds as LeaderboardSpec, dt as patchDelivered, ea as AgenticRunResult, ec as AnalystFindingEvent, ei as SandboxToolPartState, el as WorktreeCheckRunner, en as noProgressFor, eo as ObserveOptions, er as visibleCheckScore, es as ShapeContext, et as supervisorRunDir, f as SurfaceWorkerConfig, fa as StrategyMessage, fi as resolveSandboxClient, fn as CoordinationLog, fo as EqualKVerdict, fr as EvolutionCandidate, fs as defineLeaderboard, ft as WorktreeCliExecutorOptions, g as AuthoredHarness, ga as adaptiveRefine, gi as equalKOnCost, gn as BudgetReadout, go as FanoutWinnerSelector, gr as StrategyEvolutionConfig, gs as CompletionVerdict, gt as ConcurrencyCaps, h as superviseSurface, ha as SurfaceScore, hi as promotionGate, hn as BudgetPool, ho as FanoutSynthesis, hr as ReproductionCheck, hs as CompletionPolicy, ht as assertModelAllowed, i as SandboxEvent, ia as ArtifactHandle, ii as mapSandboxToolEvent, in as FinalizeContext, io as AssertTraceDerivedFindings, ir as StreamAgentTurnOptions, is as LeaderboardBenchTask, it as writeWorkerSteer, j as Shell, ja as defaultSelectWinner, jc as CliSeam, jd as EventBus, ji as selectValidWinner, jn as CheckOutcome, jo as ScopeWidenGate, jr as naiveDriver, js as leaderboard, jt as SupervisorAgentDeps, k as withUntrackedArtifacts, ka as RunAgentRoundsOptions, kd as BusRecord, ki as panel, kn as supervisorInstructions, ko as ScopeAnalyst, kr as SteeringDecision, ks as ProfileKeyOf, kt as DriveHarness, l as createVerifierEnvironment, la as Strategy, li as AcquireOptions, ln as pickBestDelivered, lo as EqualKArm, lr as EvolutionArchiveNode, ls as LeaderboardScenario, lt as createInMemoryRunContext, m as failuresAnalyst, ma as StrategyShotResult, mi as PromotionVerdict, mn as PriorCoordination, mo as FanoutOptions, mr as EvolutionReport, ms as CompletionEvidence, mt as createWorktreeCliExecutor, n as AnalystFinding, na as AgenticTask, nc as CoordinationEvent, ni as extractLlmCallEvent, nl as WorktreeHarnessResult, nn as sampleFromSettled, no as observe, nr as AgentTurnUsage, ns as DefinedLeaderboard, nt as workerInboxFile, o as computeFindingId, oa as RunAgenticOptions, oc as DownMessageEvent, oi as CriuCapableClient, on as SupervisorFinalizer, oo as Corpus, or as streamAgentTurn, os as LeaderboardFlagSpec, ot as InMemoryRunContextOptions, p as SurfaceWorkerOut, pa as StrategyResult, pi as PromotionGateOptions, pn as FileCoordinationLog, po as Fanout, pr as EvolutionGeneration, ps as CompletionAnalyst, pt as WorktreePatchArtifact, q as ScopeArgs, qa as inProcessSandboxClient, qc as Inbox, qi as BenchmarkReport, qn as filterAuthoredAsserts, qo as Outcome, qr as openSandboxRun, qs as bestSoFar, qt as ProgressView, r as CreateSandboxOptions, ra as AgenticTool, ri as mapSandboxEvent, rl as WorktreeProfileMaterializationReceipt, rn as DeliveredOutput, ro as renderReport, rr as CollectedAgentTurn, rs as LeaderboardBenchScore, rt as workerInboxFileFromEventDir, s as makeFinding, sa as ShotPersona, sc as MakeWorkerAgent, si as SandboxCapabilities, sn as bestDelivered, so as CorpusFilter, sr as ChampionPick, ss as LeaderboardIterationInfo, st as RunContext, t as AgentProfile, ta as AgenticSurface, tc as AnalystRegistry, ti as createSandboxToolPartState, tl as WorktreeCommandResult, tn as plateau, to as defaultAnalystInstruction, tr as AgentTurnBackend, ts as ShapeRegistry, tt as supervisorRunsRoot, u as SuperviseSurfaceOptions, ua as StrategyArtifacts, ui as acquireSandbox, un as runFinalizer, uo as EqualKOnCost, ur as EvolutionAuthor, us as LeaderboardScore, ut as PatchDeliverableOptions, v as worktreeFanout, va as defineStrategy, vi as builtinShapes, vn as ReservationTicket, vo as LoopUntil, vr as pickChampion, vs as deterministicCompletion, vt as DispatchStopReason, w as composeWorkerEvidence, wa as LoopCampaignDispatchOptions, wi as InMemoryCorpus, wn as asAuthoredProfile, wo as PanelVerdict, wr as authorStrategy, ws as Leaderboard, wt as rollingDispatch, x as VERIFY_TAIL_CHARS, xa as runAgentic, xi as definePersona, xn as AuthoredProfile, xo as Panel, xr as AuthorStrategyOptions, xs as AxisScoresOf, xt as effectiveConcurrency, y as EVIDENCE_MAX_CHARS, ya as depthStrategy, yi as createShapeRegistry, yn as createBudgetPool, yo as LoopUntilSpec, yr as runStrategyEvolution, ys as sentinelCompletion, yt as DispatchUnit, z as TrajectoryAnalysis, za as mcpSecretEnvMetadataKey, zc as cliWorktreeExecutor, zd as FileResultBlobStore, zi as registryScopeAnalyst, zn as StructuralRolloutPolicy, zo as Widen, zr as materializeLocalMcp, zs as IntentAudit, zt as driverAgent } from "./index-zMAqz53v.js";
4
+ import { S as ToolLoopMessageRecord, _ as routerChatWithUsage, b as ToolLoopCompaction, d as RouterConfig, f as RouterToolCall, g as routerChatWithTools, h as routerBrain, l as RouterChatResult, m as ToolSpec, p as RouterToolLoopResult, u as RouterChatToolsResult, v as routerToolLoop, x as ToolLoopCompactionOptions, y as ToolLoopChat } from "./local-harness-Ce1emWJE.js";
5
+ export { type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ApplyContinuation, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BridgeSeam, type Budget, type BudgetPool, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type CoordinationBinding, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageEvent, type DriveHarness, type Driver, type DriverAgentOptions, type DumbDriverOptions, EVIDENCE_MAX_CHARS, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type Executor, type ExecutorConfig, type ExecutorContext, type ExecutorFactory, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NaiveDriverOptions, type NoProgressForOptions, type NoWinnerError, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, PI_RUNTIME, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type PiSeam, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderSeam, type PublishOptions, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveSandboxClientOptions, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RollingDispatchOptions, type RootHandle, type RootSignal, type RouterChatResult, type RouterChatToolsResult, type RouterConfig, type RouterSeam, type RouterToolCall, type RouterToolLoopResult, type RouterToolsSeam, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunLoopOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotPersona, type ShotSpec, type SpawnEvent, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableSandboxArgs, type SteerableSandboxSession, type SteeringDecision, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseOptions, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorOpts, type SupervisorProfile, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, type ToolLoopChat, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TreeView, type TurnResult, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerEvidenceInput, type WorkerProgress, type WorkerSteerRequest, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, authoredWorker, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createProgressTracker, createPushTraceSource, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, depthStrategy, deterministicCompletion, discriminatingMeans, driverAgent, dumbDriver, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, leaderboard, legacySupervisorRunDir, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveDriver, noProgressFor, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, patchDelivered, pendingWaits, piExecutor, piSeamKey, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileRichnessFinding, promotionGate, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, routerBrain, routerChatWithTools, routerChatWithUsage, routerToolLoop, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runInWorkspace, runLoop, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, stopSentinel, strategyAuthorContract, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseSurface, supervisorAgent, supervisorInstructions, supervisorRunDir, supervisorRunsRoot, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, worktreeFanout, writeWorkerSteer };
package/dist/kernel.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { a as contentAddress, c as replaySpawnTree, i as InMemorySpawnJournal, n as FileSpawnJournal, o as materializeTreeView, r as InMemoryResultBlobStore, s as pendingWaits, t as FileResultBlobStore } from "./spawn-journal-DLhnom3e.js";
2
- import { C as routerChatWithUsage, S as routerChatWithTools, _ as waitUntil, a as runFinalizer, b as readWorkerProgress, c as spendFromUsageEvents, d as settledToIteration, f as createWaitProbes, g as validateWaitSpec, h as timerAt, i as pickBestDelivered, m as pollFor, n as bestDelivered, o as runTree, p as isWaitOutcome, r as collectDelivered, s as createBudgetPool, t as createSupervisor, u as createScope, v as DEFAULT_STALL_AFTER_MS, w as routerToolLoop, x as routerBrain, y as createActivityLog } from "./supervisor-B4hOPKJV.js";
3
- import { C as observe, S as defaultAnalystInstruction, _ as depthStrategy, a as defaultStructuralRolloutPolicy, b as sample, c as officialChecksFromMeta, d as selectBestIndex, f as structuralRollout, g as defineStrategy, h as breadthStrategy, i as defaultExtractCandidate, l as resolveEntrySymbol, m as adaptiveRefine, n as compareCheckOutcomes, o as filterAuthoredAsserts, p as visibleCheckScore, r as composeCheckSources, s as modelAuthoredChecks, t as canDisplace, u as sandboxCheckRunner, v as refine, w as renderReport, x as sampleThenRefine, y as runAgentic } from "./structural-rollout-D5GbH3cy.js";
4
- import { $ as InMemoryCorpus, At as renderLeaderboardMarkdown, B as SandboxRunAbortError, Bt as envKeyProvider, C as safeWorkerFile, Ct as completionAuthorizes, D as workerInboxFileFromEventDir, Dt as leaderboard, E as workerInboxFile, Et as stopSentinel, F as runStrategyEvolution, Ft as McpSpawnFault, G as equalKOnCost, H as printBenchmarkReport, Ht as resolveMcpServerLaunch, I as selectChampion, It as connectStdioMcp, J as runPersonified, K as trajectoryReport, L as assertStrategyContract, Lt as materializeLocalMcp, M as streamAgentTurn, Mt as renderPairwiseMarkdown, N as discriminatingMeans, Nt as auditIntent, O as writeWorkerSteer, Ot as pairwiseSignificance, P as pickChampion, Pt as defaultAuditorInstruction, Q as FileCorpus, R as authorStrategy, Rt as createMcpEnvironment, S as readWorkerSteerRequests, St as loopDispatch, T as supervisorRunsRoot, Tt as sentinelCompletion, U as runBenchmark, Ut as resolveSecretEnv, V as openSandboxRun, Vt as mcpSecretEnvMetadataKey, W as promotionGate, Wt as secretEnvOfMcpServer, X as createShapeRegistry, Y as builtinShapes, Z as registerShape, _ as settledWorkerOut, _t as naiveDriver, a as localShell, at as pipeline, b as analyzeTrace, bt as inlineSandboxClient, c as createVerifierEnvironment, ct as widen, d as worktreeFanout, dt as createScopeAnalyst, et as renderCorpusToInstructions, f as EVIDENCE_MAX_CHARS, ft as registryScopeAnalyst, g as composeWorkerEvidence, gt as dumbDriver, h as closingWorkerNote, ht as defineLeaderboard, i as jjWorkspace, it as panel, j as collectAgentTurn, jt as renderLeaderboardSvg, k as patchDelivered, kt as renderLeaderboardHtml, l as failuresAnalyst, lt as assertTraceDerivedFindings, m as VERIFY_TAIL_CHARS, mt as harvestCorpus, n as makeFinding, nt as flatWidenGate, o as runInWorkspace, ot as selectValidWinner, p as NOTE_MAX_CHARS, pt as inProcessSandboxClient, q as definePersona, r as gitWorkspace, rt as loopUntil, s as createWaterfallCollector, st as verify, t as computeFindingId, tt as fanout, u as superviseSurface, ut as buildSteerContext, v as copyUntrackedIntoClone, vt as resolveSandboxClient, w as supervisorRunDir, wt as deterministicCompletion, x as legacySupervisorRunDir, xt as loopCampaignDispatch, y as withUntrackedArtifacts, yt as localSandboxClient, z as strategyAuthorContract, zt as sanitizeMcpToolSchema } from "./runtime-6sL2vhTQ.js";
2
+ import { C as routerChatWithUsage, S as routerChatWithTools, _ as waitUntil, a as runFinalizer, b as readWorkerProgress, c as spendFromUsageEvents, d as settledToIteration, f as createWaitProbes, g as validateWaitSpec, h as timerAt, i as pickBestDelivered, m as pollFor, n as bestDelivered, o as runTree, p as isWaitOutcome, r as collectDelivered, s as createBudgetPool, t as createSupervisor, u as createScope, v as DEFAULT_STALL_AFTER_MS, w as routerToolLoop, x as routerBrain, y as createActivityLog } from "./supervisor-DS278ICs.js";
3
+ import { C as observe, S as defaultAnalystInstruction, _ as depthStrategy, a as defaultStructuralRolloutPolicy, b as sample, c as officialChecksFromMeta, d as selectBestIndex, f as structuralRollout, g as defineStrategy, h as breadthStrategy, i as defaultExtractCandidate, l as resolveEntrySymbol, m as adaptiveRefine, n as compareCheckOutcomes, o as filterAuthoredAsserts, p as visibleCheckScore, r as composeCheckSources, s as modelAuthoredChecks, t as canDisplace, u as sandboxCheckRunner, v as refine, w as renderReport, x as sampleThenRefine, y as runAgentic } from "./structural-rollout-R_ZqFaB5.js";
4
+ import { $ as InMemoryCorpus, At as renderLeaderboardMarkdown, B as SandboxRunAbortError, Bt as envKeyProvider, C as safeWorkerFile, Ct as completionAuthorizes, D as workerInboxFileFromEventDir, Dt as leaderboard, E as workerInboxFile, Et as stopSentinel, F as runStrategyEvolution, Ft as McpSpawnFault, G as equalKOnCost, H as printBenchmarkReport, Ht as resolveMcpServerLaunch, I as selectChampion, It as connectStdioMcp, J as runPersonified, K as trajectoryReport, L as assertStrategyContract, Lt as materializeLocalMcp, M as streamAgentTurn, Mt as renderPairwiseMarkdown, N as discriminatingMeans, Nt as auditIntent, O as writeWorkerSteer, Ot as pairwiseSignificance, P as pickChampion, Pt as defaultAuditorInstruction, Q as FileCorpus, R as authorStrategy, Rt as createMcpEnvironment, S as readWorkerSteerRequests, St as loopDispatch, T as supervisorRunsRoot, Tt as sentinelCompletion, U as runBenchmark, Ut as resolveSecretEnv, V as openSandboxRun, Vt as mcpSecretEnvMetadataKey, W as promotionGate, Wt as secretEnvOfMcpServer, X as createShapeRegistry, Y as builtinShapes, Z as registerShape, _ as settledWorkerOut, _t as naiveDriver, a as localShell, at as pipeline, b as analyzeTrace, bt as inlineSandboxClient, c as createVerifierEnvironment, ct as widen, d as worktreeFanout, dt as createScopeAnalyst, et as renderCorpusToInstructions, f as EVIDENCE_MAX_CHARS, ft as registryScopeAnalyst, g as composeWorkerEvidence, gt as dumbDriver, h as closingWorkerNote, ht as defineLeaderboard, i as jjWorkspace, it as panel, j as collectAgentTurn, jt as renderLeaderboardSvg, k as patchDelivered, kt as renderLeaderboardHtml, l as failuresAnalyst, lt as assertTraceDerivedFindings, m as VERIFY_TAIL_CHARS, mt as harvestCorpus, n as makeFinding, nt as flatWidenGate, o as runInWorkspace, ot as selectValidWinner, p as NOTE_MAX_CHARS, pt as inProcessSandboxClient, q as definePersona, r as gitWorkspace, rt as loopUntil, s as createWaterfallCollector, st as verify, t as computeFindingId, tt as fanout, u as superviseSurface, ut as buildSteerContext, v as copyUntrackedIntoClone, vt as resolveSandboxClient, w as supervisorRunDir, wt as deterministicCompletion, x as legacySupervisorRunDir, xt as loopCampaignDispatch, y as withUntrackedArtifacts, yt as localSandboxClient, z as strategyAuthorContract, zt as sanitizeMcpToolSchema } from "./runtime-DlSPFm9o.js";
5
5
  import { i as mapSandboxToolEvent, n as extractLlmCallEvent, o as sumSandboxUsage, r as mapSandboxEvent, t as createSandboxToolPartState } from "./sandbox-events-DeI5xX8P.js";
6
- import { At as createWorktreeCliExecutor, B as profileRichnessFinding, Ct as defaultToolDetectors, Dt as cliWorktreeExecutor, Et as createInMemoryRunContext, F as delegate, Ft as piSeamKey, Gt as probeSandboxCapabilities, Ht as runAgentRounds, I as asAuthoredProfile, It as createPushTraceSource, Jt as assertModelAllowed, Kt as acquireSandbox, L as assessAuthoredProfile, Lt as decodeToolPart, Mt as createSteerableSandboxSession, Nt as PI_RUNTIME, Ot as createExecutor, P as defaultDelegateBudget, Pt as piExecutor, R as authoredWorker, Rt as sandboxSessionTraceSource, St as rollingDispatch, Tt as createFileRunContext, Ut as runLoop, V as supervisorInstructions, Vt as defaultSelectWinner, Wt as createSandboxLineage, Yt as gateOnDeliverable, a as supervisorAgent, at as allWorkersStalled, bt as freeSlots, ct as noProgressFor, dt as anytimeReport, ft as areaUnderCurve, gt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, ht as renderAnytimeTable, i as resolveSupervisorProfile, it as allOf, jt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, kt as createExecutorRegistry, lt as plateau, mt as plateauLength, n as workerFromBackend, nt as driverAgent, o as serveCoordinationMcp, ot as anyOf, pt as bestSoFar, qt as FileCoordinationLog, r as assertCoordinationBinding, rt as finalizeBestDelivered, st as createProgressTracker, t as supervise, ut as sampleFromSettled, vt as createEventBus, wt as watchTrace, xt as queueOf, yt as effectiveConcurrency, z as defaultProfileRichnessThresholds, zt as createInbox } from "./supervise-6jSTe0kO.js";
6
+ import { At as createWorktreeCliExecutor, B as profileRichnessFinding, Ct as defaultToolDetectors, Dt as cliWorktreeExecutor, Et as createInMemoryRunContext, F as delegate, Ft as piSeamKey, Gt as probeSandboxCapabilities, Ht as runAgentRounds, I as asAuthoredProfile, It as createPushTraceSource, Jt as assertModelAllowed, Kt as acquireSandbox, L as assessAuthoredProfile, Lt as decodeToolPart, Mt as createSteerableSandboxSession, Nt as PI_RUNTIME, Ot as createExecutor, P as defaultDelegateBudget, Pt as piExecutor, R as authoredWorker, Rt as sandboxSessionTraceSource, St as rollingDispatch, Tt as createFileRunContext, Ut as runLoop, V as supervisorInstructions, Vt as defaultSelectWinner, Wt as createSandboxLineage, Yt as gateOnDeliverable, a as supervisorAgent, at as allWorkersStalled, bt as freeSlots, ct as noProgressFor, dt as anytimeReport, ft as areaUnderCurve, gt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, ht as renderAnytimeTable, i as resolveSupervisorProfile, it as allOf, jt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, kt as createExecutorRegistry, lt as plateau, mt as plateauLength, n as workerFromBackend, nt as driverAgent, o as serveCoordinationMcp, ot as anyOf, pt as bestSoFar, qt as FileCoordinationLog, r as assertCoordinationBinding, rt as finalizeBestDelivered, st as createProgressTracker, t as supervise, ut as sampleFromSettled, vt as createEventBus, wt as watchTrace, xt as queueOf, yt as effectiveConcurrency, z as defaultProfileRichnessThresholds, zt as createInbox } from "./supervise-BDvAFOTM.js";
7
7
  import { a as sandboxClientAsProvider, i as resolveAgentEnvironmentProvider, n as providerAsExecutor, o as createTangleSandboxExactProcessProvider, r as providerAsSandboxClient, t as createAgentEnvironmentProviderRegistry } from "./environment-provider-BsHpW4Dp.js";
8
8
  export { DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, EVIDENCE_MAX_CHARS, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, InMemoryCorpus, InMemoryResultBlobStore, InMemorySpawnJournal, McpSpawnFault, NOTE_MAX_CHARS, PI_RUNTIME, SandboxRunAbortError, VERIFY_TAIL_CHARS, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, authoredWorker, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createProgressTracker, createPushTraceSource, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, depthStrategy, deterministicCompletion, discriminatingMeans, driverAgent, dumbDriver, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, leaderboard, legacySupervisorRunDir, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveDriver, noProgressFor, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, patchDelivered, pendingWaits, piExecutor, piSeamKey, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileRichnessFinding, promotionGate, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, routerBrain, routerChatWithTools, routerChatWithUsage, routerToolLoop, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runInWorkspace, runLoop, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, stopSentinel, strategyAuthorContract, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseSurface, supervisorAgent, supervisorInstructions, supervisorRunDir, supervisorRunsRoot, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, worktreeFanout, writeWorkerSteer };
@@ -1,8 +1,8 @@
1
1
  import { a as persistCandidateOutputArtifact, ct as omitTopLevelDigest, nt as canonicalCandidateBytes, ot as embeddedCandidateArtifact } from "./prepare-BKVdOn0w.js";
2
2
  import { i as sealAgentCandidateBundle, t as captureAgentCandidateWorkspace } from "./workspace-archive-CYYxZyA7.js";
3
- import { t as createAgentImprovementActivationResult } from "./activation-Cdc_tRNR.js";
3
+ import { t as createAgentImprovementActivationResult } from "./activation-UZ1JenNv.js";
4
4
  import { r as researcherProfile } from "./researcher-CoVqNhfI.js";
5
- import { t as supervise } from "./supervise-6jSTe0kO.js";
5
+ import { t as supervise } from "./supervise-BDvAFOTM.js";
6
6
  import { agentCandidateKnowledgeSchema, sha256DigestSchema } from "@tangle-network/agent-interface";
7
7
  import { realpath } from "node:fs/promises";
8
8
  import { evaluateKnowledgeBaseReadiness, fromAgentCandidateKnowledgeRef, improveKnowledgeBase, knowledgeImprovementCandidateRef, loadKnowledgeImprovementActivationResult, promoteKnowledgeCandidate, restoreKnowledgeCandidateBaseline, toAgentCandidateKnowledgeRef, withKnowledgeImprovementComparison } from "@tangle-network/agent-knowledge";
@@ -430,4 +430,4 @@ function addSpent(target, result) {
430
430
  //#endregion
431
431
  export { createSupervisedKnowledgeUpdater as a, runSupervisedKnowledgeUpdate as c, RESEARCH_SUPERVISOR_SYSTEM_PROMPT as i, createKnowledgeImprovementActivationExecutor as l, createAgentKnowledgeReadinessCheck as n, formatSupervisedKnowledgeTask as o, runKnowledgeImprovementJob as r, knowledgeReadinessDeliverable as s, buildKnowledgeImprovementExperimentBundles as t };
432
432
 
433
- //# sourceMappingURL=knowledge-In_1LsHg.js.map
433
+ //# sourceMappingURL=knowledge-GAJFl_gz.js.map