@tangle-network/agent-runtime 0.123.0 → 0.123.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 (50) hide show
  1. package/dist/{activation-B7sTehZB.js → activation-DhWJ3p8N.js} +2 -2
  2. package/dist/{activation-B7sTehZB.js.map → activation-DhWJ3p8N.js.map} +1 -1
  3. package/dist/agent.d.ts +1 -1
  4. package/dist/agent.js +3 -3
  5. package/dist/{environment-provider-CY22kUQH.js → environment-provider-DqFS6FSZ.js} +3 -2
  6. package/dist/environment-provider-DqFS6FSZ.js.map +1 -0
  7. package/dist/{environment-provider-CEjwunXO.d.ts → environment-provider-PM9PeW_J.d.ts} +5 -1
  8. package/dist/environment-provider.d.ts +1 -1
  9. package/dist/environment-provider.js +1 -1
  10. package/dist/{improvement-cycle-BcwsSbT-.js → improvement-cycle-IJgCbKWQ.js} +5 -5
  11. package/dist/improvement-cycle-IJgCbKWQ.js.map +1 -0
  12. package/dist/{index-CKply5aj.d.ts → index-4NcThsDc.d.ts} +3 -3
  13. package/dist/{index-BKSzgMvA.d.ts → index-CQBioeAj.d.ts} +5 -5
  14. package/dist/{index-CyXinqJw.d.ts → index-xP27vtnt.d.ts} +2 -2
  15. package/dist/index.d.ts +5 -5
  16. package/dist/index.js +7 -7
  17. package/dist/intelligence.d.ts +1 -1
  18. package/dist/intelligence.js +4 -4
  19. package/dist/kernel.d.ts +2 -2
  20. package/dist/kernel.js +5 -5
  21. package/dist/{knowledge-Cuvb21T7.js → knowledge-BOHj6nGh.js} +3 -3
  22. package/dist/{knowledge-Cuvb21T7.js.map → knowledge-BOHj6nGh.js.map} +1 -1
  23. package/dist/knowledge.d.ts +1 -1
  24. package/dist/knowledge.js +1 -1
  25. package/dist/{loop-runner-bin-BjnNpN5m.d.ts → loop-runner-bin-DMnNxZHw.d.ts} +3 -3
  26. package/dist/{loop-runner-bin-Clhj8gy5.js → loop-runner-bin-DUM37LLw.js} +3 -3
  27. package/dist/{loop-runner-bin-Clhj8gy5.js.map → loop-runner-bin-DUM37LLw.js.map} +1 -1
  28. package/dist/loop-runner-bin.d.ts +1 -1
  29. package/dist/loop-runner-bin.js +1 -1
  30. package/dist/mcp/bin.js +2 -2
  31. package/dist/mcp/index.d.ts +2 -2
  32. package/dist/mcp/index.js +4 -4
  33. package/dist/{openai-tools-BwTsBfd-.js → openai-tools-Bm1SDJIp.js} +2 -2
  34. package/dist/{openai-tools-BwTsBfd-.js.map → openai-tools-Bm1SDJIp.js.map} +1 -1
  35. package/dist/primeintellect/index.d.ts +1 -1
  36. package/dist/{runtime-OI7oLLec.js → runtime-DZblIf3R.js} +9 -8
  37. package/dist/runtime-DZblIf3R.js.map +1 -0
  38. package/dist/{structural-rollout-C4Jv_7vt.js → structural-rollout-zY0oqQzO.js} +2 -2
  39. package/dist/{structural-rollout-C4Jv_7vt.js.map → structural-rollout-zY0oqQzO.js.map} +1 -1
  40. package/dist/{supervise-Dwq16u8n.js → supervise-Cx24b3lw.js} +34 -42
  41. package/dist/supervise-Cx24b3lw.js.map +1 -0
  42. package/dist/{supervisor-DjZ82HIB.js → supervisor-DpjO0Gmy.js} +67 -8
  43. package/dist/supervisor-DpjO0Gmy.js.map +1 -0
  44. package/dist/testing.js +9 -9
  45. package/package.json +1 -1
  46. package/dist/environment-provider-CY22kUQH.js.map +0 -1
  47. package/dist/improvement-cycle-BcwsSbT-.js.map +0 -1
  48. package/dist/runtime-OI7oLLec.js.map +0 -1
  49. package/dist/supervise-Dwq16u8n.js.map +0 -1
  50. package/dist/supervisor-DjZ82HIB.js.map +0 -1
@@ -1,5 +1,5 @@
1
- import { Ft as SuperviseOptions, Tf as DeliverableSpec, Xt as SupervisorProfile, ql as ExecutorConfig } from "./index-CyXinqJw.js";
2
- import { Ct as SupervisedResult, z as Budget } from "./environment-provider-CEjwunXO.js";
1
+ import { Ft as SuperviseOptions, Tf as DeliverableSpec, Xt as SupervisorProfile, ql as ExecutorConfig } from "./index-xP27vtnt.js";
2
+ import { Ct as SupervisedResult, z as Budget } from "./environment-provider-PM9PeW_J.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-CKply5aj.d.ts.map
140
+ //# sourceMappingURL=index-4NcThsDc.d.ts.map
@@ -1,15 +1,15 @@
1
1
  import { _ as RunAgentTaskOptions, b as RuntimeSessionStore, g as OpenAIChatToolChoice, h as OpenAIChatTool, i as AgentExecutionBackend, l as AgentTaskRunResult, m as OpenAIChatResponseFormat, n as AgentBackendContext, p as KnowledgeReadinessDecision, r as AgentBackendInput, v as RunAgentTaskStreamOptions, x as RuntimeStreamEvent, y as RuntimeSession } from "./types-C9j4qg6l.js";
2
2
  import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
3
3
  import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
4
- import { lf as ConfigError, zr as StructuralRolloutPolicy } from "./index-CyXinqJw.js";
4
+ import { lf as ConfigError, zr as StructuralRolloutPolicy } from "./index-xP27vtnt.js";
5
5
  import "./types-DnNGJ5Gz.js";
6
- import { hn as RuntimeTelemetryOptions } from "./environment-provider-CEjwunXO.js";
6
+ import { hn as RuntimeTelemetryOptions } from "./environment-provider-PM9PeW_J.js";
7
7
  import { f as runLocalHarness, o as LocalHarness, w as ToolLoopChat } from "./local-harness-BIajef4A.js";
8
8
  import "./index-B3bHsVLw.js";
9
9
  import "./index-Efjb3nrQ.js";
10
10
  import { H as CandidateGenerator, L as Verifier, a as ImproveCandidateValidationInput, j as ReadonlyAgentProfile, p as ImproveMethodFactory, t as Redactor } from "./redact-PQzmE1Jn.js";
11
- import "./index-CKply5aj.js";
12
- import "./loop-runner-bin-BjnNpN5m.js";
11
+ import "./index-4NcThsDc.js";
12
+ import "./loop-runner-bin-DMnNxZHw.js";
13
13
  import "./openai-tools-B68JaOCx.js";
14
14
  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";
15
15
  import { GepaOptimizationMethodConfig, SkillOptOptimizationMethodConfig } from "@tangle-network/agent-eval/campaign";
@@ -542,4 +542,4 @@ declare function readinessServerSentEvent(report: KnowledgeReadinessReport, opti
542
542
  declare function runtimeStreamServerSentEvent(event: RuntimeStreamEvent, options?: RuntimeTelemetryOptions & ServerSentEventOptions): string;
543
543
  //#endregion
544
544
  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 };
545
- //# sourceMappingURL=index-BKSzgMvA.d.ts.map
545
+ //# sourceMappingURL=index-CQBioeAj.d.ts.map
@@ -2,7 +2,7 @@ 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 DefaultVerdict, Cn as PendingWait, Ct as SupervisedResult, En as WaitProbeRegistry, Et as TreeView, Gn as ExecutorProgress, H as Executor, I as Agent, K as ExecutorFactory, L as AgentExecutionRef, Nt as WorkerTraceResolver, Ot as UsageEvent, R as AgentSpec, Rn as TraceSource, Rt as TraceContext, St as SteerableRootHandle, V as ExecutionBindingReceipt, Xt as OtelExportConfig, Y as ExecutorRegistry, Zt as OtelExporter, _t as SpawnJournal, at as ProfileMaterializationReceipt, ct as ResumedKeyState, gt as SpawnEvent, ht as Settled, i as AgentEnvironmentProvider, jt as WorkerTraceEvidence, mt as Scope, nt as NodeId, o as AgentEnvironmentProviderRegistry, pt as Runtime, qn as WorkerProgress, rt as NodeSnapshot, st as ResultBlobStore, tt as NodeExecutionIdentity, ut as RootHandle, vt as SpawnOpts, w as ProviderExecutorOptions, wt as Supervisor, xt as Spend, z as Budget } from "./environment-provider-CEjwunXO.js";
5
+ import { B as DefaultVerdict, Cn as PendingWait, Ct as SupervisedResult, En as WaitProbeRegistry, Et as TreeView, Gn as ExecutorProgress, H as Executor, I as Agent, K as ExecutorFactory, L as AgentExecutionRef, Nt as WorkerTraceResolver, Ot as UsageEvent, R as AgentSpec, Rn as TraceSource, Rt as TraceContext, St as SteerableRootHandle, V as ExecutionBindingReceipt, Xt as OtelExportConfig, Y as ExecutorRegistry, Zt as OtelExporter, _t as SpawnJournal, at as ProfileMaterializationReceipt, ct as ResumedKeyState, gt as SpawnEvent, ht as Settled, i as AgentEnvironmentProvider, jt as WorkerTraceEvidence, mt as Scope, nt as NodeId, o as AgentEnvironmentProviderRegistry, pt as Runtime, qn as WorkerProgress, rt as NodeSnapshot, st as ResultBlobStore, tt as NodeExecutionIdentity, ut as RootHandle, vt as SpawnOpts, w as ProviderExecutorOptions, wt as Supervisor, xt as Spend, z as Budget } from "./environment-provider-PM9PeW_J.js";
6
6
  import { o as UiLens, r as UiFinding, s as CoderTask } from "./substrate-BcnuSHXm.js";
7
7
  import { E as ToolLoopCompactionOptions, f as runLocalHarness, h as RouterConfig, n as CodexExecutionPolicy, o as LocalHarness, r as CodexTokenUsage, v as ToolSpec, w as ToolLoopChat } from "./local-harness-BIajef4A.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, TraceAnalysisStore, ValidationError, buildTrajectory, computeFindingId as computeFindingId$1, makeFinding as makeFinding$1 } from "@tangle-network/agent-eval";
@@ -8558,4 +8558,4 @@ interface VerifierEnvironmentOptions {
8558
8558
  declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
8559
8559
  //#endregion
8560
8560
  export { legacySupervisorRunsRoot as $, printBenchmarkReport as $a, WaterfallReport as $c, createDelegationTraceCollector as $d, defineProfileMaterializationContract as $f, SandboxLineageHandle as $i, createExecutor as $l, DeliveredOutput as $n, harvestCorpus as $o, structuralRollout as $r, RunPersonified as $s, assertCoordinationBinding as $t, createDetachedTurnResumeDriver as $u, GitWorkspaceOptions as A, loopUntil as Aa, PairwiseVerdict as Ac, DelegationHistoryEntry as Ad, InMemorySpawnJournal as Af, SteeringDirectiveData as Ai, McpServer as Al, defaultDelegateBudget as An, loopDispatch as Ao, CheckExecChannel as Ar, RenderCorpusToInstructionsOptions as As, runGraph as At, CoderDelegate as Au, analyzeTrace as B, createScopeAnalyst as Ba, AuditIntentOptions as Bc, ResearchOutputShape as Bd, replaySpawnTree as Bf, connectStdioMcp as Bi, DelegateResult as Bl, ProgressSample as Bn, envKeyProvider as Bo, StructuralRolloutResult as Br, VerifySpec as Bs, CoordinationBinding as Bt, settleDetachedCoderTurn as Bu, closingWorkerNote as C, definePersona as Ca, AxisScoresOf as Cc, DelegateUiAuditArgs as Cd, defaultToolDetectors as Cf, assertStrategyContract as Ci, QuestionUrgency as Cl, DispatchUnit as Cn, runAgentic as Co, asAuthoredProfile as Cr, Panel as Cs, EdgeTraversal as Ct, JsonRpcResponse as Cu, UntrackedCopyStats as D, renderCorpusToInstructions as Da, LeaderboardOptions as Dc, DelegationError as Dd, FileResultBlobStore as Df, DumbDriverOptions as Di, canonicalFindingEvent as Dl, queueOf as Dn, LoopDispatchOptions as Do, defaultProfileRichnessThresholds as Dr, Pipeline as Ds, GraphResult as Dt, FeedbackStore as Du, CopyOptions as E, InMemoryCorpus as Ea, Leaderboard as Ec, DelegateUiAuditRoute as Ed, gateOnDeliverable as Ef, ApplyContinuation as Ei, WorkerWatchOptions as El, freeSlots as En, LoopCampaignDispatchOptions as Eo, canonicalizeAuthoredProfile as Er, PanelVerdict as Es, GraphNode as Et, FeedbackEvent as Eu, gitWorkspace as F, widen as Fa, renderLeaderboardHtml as Fc, DelegationStatus as Fd, SpawnForestNode as Ff, MaterializeLocalMcpOptions as Fi, DELEGATE_INPUT_SCHEMA as Fl, driverAgent as Fn, runLoop as Fo, CheckSourceCtx as Fr, TrajectoryNode as Fs, SuperviseOptions as Ft, DetachedWinnerSelection as Fu, workerTraceAnalysisStore as G, sanitizeMcpToolSchema as Ga, AnytimeStrategySummary as Gc, DELEGATION_TRACE_MAX_BYTES as Gd, CanonicalAgentProfileMaterializationAxis as Gf, OpenSandboxRunPromptOptions as Gi, CliWorktreeBridgeSeam as Gl, StopRule as Gn, inlineSandboxClient as Go, defaultExtractCandidate as Gr, WinnerStrategy as Gs, ResolveSupervisorTools as Gt, createFleetWorkspaceExecutor as Gu, WorkerToolTraceArtifact as H, McpEndpoint as Ha, auditIntent as Hc, UiAuditLensFilter as Hd, AGENT_PROFILE_MATERIALIZATION_AXES as Hf, Deliverable as Hi, validateDelegateArgs as Hl, ProgressTrackerOptions as Hn, resolveMcpServerLaunch as Ho, canDisplace as Hr, WidenDecision as Hs, DriveHarnessOwnerContext as Ht, FleetHandle as Hu, jjWorkspace as I, CreateScopeAnalystOptions as Ia, renderLeaderboardMarkdown as Ic, DelegationStatusArgs as Id, SpawnForestTree as If, McpSpawnFault as Ii, DELEGATE_TOOL_NAME as Il, finalizeBestDelivered as In, LocalSandboxClientOptions as Io, RepairStop as Ir, TrajectoryReport as Is, SuperviseRegistry as It, SettleDetachedCoderTurnOptions as Iu, ScopeArgs as J, BenchmarkLift as Ja, areaUnderCurve as Jc, DelegationTraceCollector as Jd, ProfileMaterializationContract as Jf, TurnResult as Ji, ProviderSeam as Jl, anyOf as Jn, InProcessSandboxClientOptions as Jo, modelAuthoredChecks as Jr, LoopShape as Js, SupervisorNodeContext as Jt, DetachedTurn as Ju, createRootHandle as K, BenchmarkCell as Ka, AnytimeTaskCurve as Kc, DELEGATION_TRACE_MAX_SPANS as Kd, DefineProfileMaterializationContractOptions as Kf, SandboxRun as Ki, CliWorktreeSeam as Kl, allOf as Kn, InProcessOnPrompt as Ko, defaultStructuralRolloutPolicy as Kr, DefinePersona as Ks, ResolvedSupervisorProfile as Kt, createSiblingSandboxExecutor as Ku, localShell as L, RegistryAnalyzeProjection as La, renderLeaderboardSvg as Lc, DelegationStatusResult as Ld, loadSpawnForest as Lf, McpToolDescriptor as Li, DelegateArgs as Ll, AllWorkersStalledOptions as Ln, localSandboxClient as Lo, StructuralRolloutConfig as Lr, TrajectoryReportFn as Ls, SuperviseRegistryTable as Lt, UiAuditorDelegate as Lu, Workspace as M, pipeline as Ma, ScoreOf as Mc, DelegationProfile as Md, SpawnForestEvent as Mf, naiveDriver as Mi, createInProcessTransport as Ml, CoordinationMcpHandle as Mn, RunLoopOptions as Mo, CheckRunContext as Mr, ScopeAnalyzeInput as Ms, AuthorizedSpawnContext as Mt, CoderReviewer as Mu, WorkspaceCommit as N, selectValidWinner as Na, leaderboard as Nc, DelegationProgress as Nd, SpawnForestInDoubtNode as Nf, steeringDriver as Ni, createMcpServer as Nl, serveCoordinationMcp as Nn, defaultSelectWinner as No, CheckRunner as Nr, ScopeWidenGate as Ns, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Nt, DelegateRunCtx as Nu, copyUntrackedIntoClone as O, fanout as Oa, LeaderboardRow as Oc, DelegationFeedbackSnapshot as Od, FileSpawnJournal as Of, NaiveDriverOptions as Oi, createCoordinationTools as Ol, rollingDispatch as On, LoopOptionsForDispatch as Oo, profileRichnessFinding as Or, PipelineStage as Os, RunGraphOptions as Ot, InMemoryFeedbackStore as Ou, WorkspaceRun as P, verify as Pa, pairwiseSignificance as Pc, DelegationResultPayload as Pd, SpawnForestMissingTree as Pf, LocalMcpMaterialization as Pi, DELEGATE_DESCRIPTION as Pl, DriverAgentOptions as Pn, runAgentRounds as Po, CheckSource as Pr, SteerContext as Ps, DeliverableResolutionInput as Pt, DetachedSessionDelegateOptions as Pu, legacySupervisorRunDir as Q, Environment as Qa, WaterfallCollector as Qc, composeLoopTraceEmitters as Qd, controlProfileMaterialization as Qf, SandboxLineage as Qi, cliWorktreeExecutor as Ql, sampleFromSettled as Qn, HarvestReport as Qo, selectBestIndex as Qr, PersonaExecutors as Qs, SupervisorToolInvocationContext as Qt, RunDetachedTurnOptions as Qu, runInWorkspace as R, assertTraceDerivedFindings as Ra, renderPairwiseMarkdown as Rc, FeedbackRating as Rd, materializeTreeView as Rf, StdioMcpConnection as Ri, DelegateError as Rl, NoProgressForOptions as Rn, KeyProvider as Ro, StructuralRolloutMessage as Rr, TrajectoryReportOptions as Rs, supervise as Rt, coderTaskFromArgs as Ru, WorkerEvidenceInput as S, registerShape as Sa, stopSentinel as Sc, DelegateResearchResult as Sd, WatchTraceOptions as Sf, AuthoredStrategy as Si, QuestionRecord as Sl, DispatchStopReason as Sn, refine as So, ProfileRichnessThresholds as Sr, LoopUntilState as Ss, EdgeDeliveryOutcome as St, JsonRpcMessage as Su, settledWorkerOut as T, FileCorpus as Ta, Interval as Tc, DelegateUiAuditResult as Td, DeliverableSpec as Tf, strategyAuthorContract as Ti, WorkerSpawnContext as Tl, effectiveConcurrency as Tn, sampleThenRefine as To, authoredWorker as Tr, PanelSpec as Ts, GraphEdgeCapError as Tt, McpTransport as Tu, captureWorkerTraceEvidence as U, McpEnvironmentOptions as Ua, defaultAuditorInstruction as Uc, UiAuditorDelegationOutput as Ud, AgentProfileMaterializationAxis as Uf, OpenSandboxRunBeforeStartContext as Ui, BridgeSeam as Ul, ProgressView as Un, resolveSecretEnv as Uo, compareCheckOutcomes as Ur, WidenLineage as Us, ObserveSupervisorNodeEvent as Ut, FleetWorkspaceExecutorOptions as Uu, WORKER_TOOL_TRACE_SCHEMA_VERSION as V, registryScopeAnalyst as Va, IntentAudit as Vc, ResearchSource as Vd, contentAddress as Vf, materializeLocalMcp as Vi, createDelegateHandler as Vl, ProgressTracker as Vn, mcpSecretEnvMetadataKey as Vo, VisibleCheck as Vr, Widen as Vs, DriveHarness as Vt, DelegationExecutor as Vu, parseWorkerToolTraceArtifact as W, createMcpEnvironment as Wa, AnytimeReport as Wc, CappedDelegationTrace as Wd, AssertProfileMaterializationOptions as Wf, OpenSandboxRunOptions as Wi, CliSeam as Wl, StopDecision as Wn, secretEnvOfMcpServer as Wo, composeCheckSources as Wr, WidenSpec as Ws, ResolveDriveHarness as Wt, SiblingSandboxExecutorOptions as Wu, settledToIteration as X, BenchmarkStrategySummary as Xa, plateauLength as Xc, buildDelegationTraceSpans as Xd, ValidateProfileMaterializationOptions as Xf, CheckpointCapableBox as Xi, RouterToolsSeam as Xl, noProgressFor as Xn, HarvestCorpusOptions as Xo, resolveEntrySymbol as Xr, Persona as Xs, SupervisorProfile as Xt, DriveTurnCapableBox as Xu, createScope as Y, BenchmarkReport as Ya, bestSoFar as Yc, DelegationTraceSpan as Yd, ProfileMaterializationIssue as Yf, openSandboxRun as Yi, RouterSeam as Yl, createProgressTracker as Yn, inProcessSandboxClient as Yo, officialChecksFromMeta as Yr, Outcome as Ys, SupervisorNodeContextSeed as Yt, DetachedTurnResumeDriverOptions as Yu, WorkerSteerRequest as Z, BenchmarkTaskRow as Za, renderAnytimeTable as Zc, capDelegationTrace as Zd, assertProfileMaterialization as Zf, ForkCapableBox as Zi, SandboxSeam as Zl, plateau as Zn, HarvestFailure as Zo, sandboxCheckRunner as Zr, PersonaContext as Zs, SupervisorToolDescriptor as Zt, DriveTurnTick as Zu, WorktreeFanoutOptions as _, promotionGate as _a, CompletionPolicy as _c, DelegateCodeResult as _d, BusRecord as _f, discriminatingMeans as _i, Question as _l, naiveContinuationPrompt as _n, SurfaceScore as _o, ReservationTicket as _r, FanoutSynthesis as _s, WorktreePatchArtifact as _t, RemoveWorktreeOptions as _u, SandboxInstance$1 as a, mapSandboxEvent as aa, LeaderboardBenchScore as ac, DelegationRecord as ad, InMemoryDelegationStore as af, collectAgentTurn as ai, AuthorizeDownMessage as al, SupervisorSpanRecorder as an, AgenticTool as ao, promptResourceProfileMaterialization as ap, pickBestDelivered as ar, renderReport as as, workerControlLogFile as at, createSteerableSandboxSession as au, NOTE_MAX_CHARS as b, builtinShapes as ba, deterministicCompletion as bc, DelegateResearchArgs as bd, PublishOptions as bf, selectChampion as bi, QuestionOption as bl, ConcurrencyCaps as bn, defineStrategy as bo, AuthoredProfile as br, LoopUntil as bs, assertProfileModelsAllowed as bt, createWorktree as bu, VerifierEnvironmentOptions as c, CriuCapableClient as ca, LeaderboardFlagSpec as cc, DelegationResumeTick as cd, BackendTransportError as cf, ChampionPolicy as ci, CoordinationEvent as cl, PromptRegistry as cn, RunAgenticOptions as co, validateProfileMaterialization as cp, CoordinationDeliveryEvidence as cr, Corpus as cs, writeWorkerSteer as ct, createInbox as cu, SuperviseSurfaceResult as d, AcquireOptions as da, LeaderboardScenario as dc, DelegationTaskQueueOptions as dd, NotFoundError as df, EvolutionBandInfo as di, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as dl, createPromptRegistry as dn, Strategy as do, FileCoordinationLog as dr, EqualKArm as ds, RunContext as dt, WorktreeHarnessResult as du, SessionCapableBox as ea, RunPersonifiedOptions as ec, detachedTurnEvents as ed, DelegationPersistenceError as ef, visibleCheckScore as ei, WaterfallSpan as el, resolveSupervisorProfile as en, runBenchmark as eo, fullProfileMaterialization as ep, FinalizeContext as er, Observation as es, readWorkerSteerRequests as et, createExecutorRegistry as eu, SurfaceWorkerConfig as f, acquireSandbox as fa, LeaderboardScore as fc, SubmitInput as fd, PlannerError as ff, EvolutionCandidate as fi, DownMessageAuthorizationInput as fl, delegatesWorkerBriefPrompt as fn, StrategyArtifacts as fo, PriorCoordination as fr, EqualKOnCost as fs, createFileRunContext as ft, WorktreeProfileMaterializationReceipt as fu, AuthoredHarness as g, PromotionVerdict as ga, CompletionEvidence as gc, DelegateCodeConfig as gd, BusEvent as gf, StrategyEvolutionConfig as gi, MakeWorkerAgent as gl, kernelPromptRegistry as gn, StrategyShotResult as go, ReservationRejection as gr, FanoutOptions as gs, WorktreeCliExecutorOptions as gt, GitRunner as gu, superviseSurface as h, PromotionGateOptions as ha, CompletionAnalyst as hc, DelegateCodeArgs as hd, CoderOutput as hf, ReproductionCheck as hi, DownMessageEvent as hl, formatPromptHandle as hn, StrategyResult as ho, BudgetReadout as hr, Fanout as hs, patchDelivered as ht, DiffResult as hu, SandboxEvent$1 as i, extractLlmCallEvent as ia, DefinedLeaderboard as ic, DelegationArgs as id, FileDelegationStoreOptions as if, StreamAgentTurnOptions as ii, AnalyzeOnSettleRoute as il, SupervisorSpanOutcome as in, AgenticTask as io, promptOnlyProfileMaterialization as ip, collectDelivered as ir, observe as is, supervisorWorkersDir as it, SteerableSandboxSession as iu, Shell as j, panel as ja, ProfileKeyOf as jc, DelegationHistoryResult as jd, SpawnForest as jf, dumbDriver as ji, McpServerOptions as jl, delegate as jn, RunAgentRoundsOptions as jo, CheckOutcome as jr, ScopeAnalyst as js, AuthorizedSpawn as jt, CoderReview as ju, withUntrackedArtifacts as k, flatWidenGate as ka, PairwiseOptions as kc, DelegationHistoryArgs as kd, InMemoryResultBlobStore as kf, SteeringDecision as ki, normalizeAnalyzeOnSettle as kl, DelegateOptions as kn, loopCampaignDispatch as ko, supervisorInstructions as kr, RenderCorpusToInstructions as ks, defaultEdgeTraversalCap as kt, eventToSnapshot as ku, createVerifierEnvironment as l, SandboxCapabilities as la, LeaderboardIterationInfo as lc, DelegationRunContext as ld, ConfigError as lf, EvolutionArchiveNode as li, CoordinationTools as ll, RegisteredPrompt as ln, ShotPersona as lo, worktreeCliProfileMaterialization as lp, CoordinationLog as lr, CorpusFilter as ls, InMemoryRunContext as lt, WorktreeCheckRunner as lu, failuresAnalyst as m, resolveSandboxClient as ma, defineLeaderboard as mc, hashIdempotencyInput as md, ValidationError as mf, EvolutionReport as mi, DownMessageDeliveryOutcome as ml, dumbContinuationPassPrompt as mn, StrategyMessage as mo, BudgetPoolRestore as mr, EqualKVerdict as ms, PatchDeliverableOptions as mt, DiffOptions as mu, AnalystFinding$1 as n, SandboxToolPartState as na, ShapeContext as nc, parseDetachedSessionRef as nd, DelegationStore as nf, AgentTurnUsage as ni, AnalystFindingEvent as nl, SupervisorSpanAttributes as nn, AgenticRunResult as no, promptControlProfileMaterialization as np, SupervisorFinalizer as nr, ObserveOptions as ns, supervisorRunDir as nt, SandboxSteeringOptions as nu, computeFindingId$1 as o, mapSandboxToolEvent as oa, LeaderboardBenchTask as oc, DelegationResumeContext as od, AgentEvalError$1 as of, streamAgentTurn as oi, AuthorizedDownMessage as ol, createSupervisorSpanRecorder as on, ArtifactHandle as oo, renderProfileMaterializationIssues as op, runFinalizer as or, AssertTraceDerivedFindings as os, workerInboxFile as ot, Inbox as ou, SurfaceWorkerOut as p, ResolveSandboxClientOptions as pa, LeaderboardSpec as pc, SubmitOutput as pd, RuntimeRunStateError as pf, EvolutionGeneration as pi, DownMessageDeliveryAttempt as pl, dumbContinuationFailPrompt as pn, StrategyCtx as po, BudgetPool as pr, EqualKOnCostOptions as ps, createInMemoryRunContext as pt, CreateWorktreeOptions as pu, createSupervisor as q, BenchmarkConfig as qa, anytimeReport as qc, DelegationTraceCaps as qd, KnownAgentProfileMaterializationAxis as qf, SandboxRunAbortError as qi, ExecutorConfig as ql, allWorkersStalled as qn, InProcessPromptCtx as qo, filterAuthoredAsserts as qr, DefinePersonaInput as qs, SupervisorAgentDeps as qt, DetachedSessionRefParts as qu, CreateSandboxOptions$1 as r, createSandboxToolPartState as ra, ShapeRegistry as rc, runDetachedTurn as rd, FileDelegationStore as rf, CollectedAgentTurn as ri, AnalystRegistry as rl, SupervisorSpanOptions as rn, AgenticSurface as ro, promptModelProfileMaterialization as rp, bestDelivered as rr, defaultAnalystInstruction as rs, supervisorRunsRoot as rt, SteerableSandboxArgs as ru, makeFinding$1 as s, sumSandboxUsage as sa, LeaderboardBenchmarkAdapter as sc, DelegationResumeDriver as sd, AgentEvalErrorCode as sf, ChampionPick as si, ContinuationInstruction as sl, PromptHandle as sn, CorpusReadbackOptions as so, sandboxActProfileMaterialization as sp, runTree as sr, CombinatorShape as ss, workerInboxFileFromEventDir as st, InboxMessage as su, AgentProfile$2 as t, createSandboxLineage as ta, ShapeBudget as tc, formatDetachedSessionRef as td, DelegationStateCorruptError as tf, AgentTurnBackend as ti, createWaterfallCollector as tl, supervisorAgent as tn, AgenticOptions as to, profileMaterializationAxes as tp, FinalizerSettled as tr, ObserveInput as ts, safeWorkerFile as tt, DEFAULT_SANDBOX_STEERING_MAX_TURNS as tu, SuperviseSurfaceOptions as u, probeSandboxCapabilities as ua, LeaderboardRunContext as uc, DelegationTaskQueue as ud, JudgeError as uf, EvolutionAuthor as ui, CoordinationToolsOptions as ul, analyzesFindingsReportPrompt as un, ShotSpec as uo, CoordinationOwnerId as ur, CorpusRecord as us, InMemoryRunContextOptions as ut, WorktreeCommandResult as uu, worktreeFanout as v, equalKOnCost as va, CompletionVerdict as vc, DelegateFeedbackArgs as vd, BusStats as vf, pickChampion as vi, QuestionDecision as vl, promptHandle as vn, adaptiveRefine as vo, createBudgetPool as vr, FanoutWinnerSelector as vs, createWorktreeCliExecutor as vt, WorktreeHandle as vu, composeWorkerEvidence as w, runPersonified as wa, GroupOf as wc, DelegateUiAuditConfig as wd, watchTrace as wf, authorStrategy as wi, SettledWorker as wl, RollingDispatchOptions as wn, sample as wo, assessAuthoredProfile as wr, PanelJudge as ws, GraphEdge as wt, McpToolDescriptor$1 as wu, VERIFY_TAIL_CHARS as x, createShapeRegistry as xa, sentinelCompletion as xc, DelegateResearchConfig as xd, createEventBus as xf, AuthorStrategyOptions as xi, QuestionPolicy as xl, DispatchReport as xn, depthStrategy as xo, ProfileRichness as xr, LoopUntilSpec as xs, AgentGraph as xt, removeWorktree as xu, EVIDENCE_MAX_CHARS as y, trajectoryReport as ya, completionAuthorizes as yc, DelegateFeedbackResult as yd, EventBus as yf, runStrategyEvolution as yi, QuestionLevel as yl, supervisorPolicyPrompt as yn, breadthStrategy as yo, spendFromUsageEvents as yr, FlatWidenGate as ys, assertModelAllowed as yt, captureWorktreeDiff as yu, TrajectoryAnalysis as z, buildSteerContext as za, AuditIntentInput as zc, FeedbackRefersTo as zd, pendingWaits as zf, StdioMcpServerSpec as zi, DelegateHandlerOptions as zl, PlateauOptions as zn, ResolvedMcpServerLaunch as zo, StructuralRolloutPolicy as zr, Verify as zs, workerFromBackend as zt, detachedSessionDelegate as zu };
8561
- //# sourceMappingURL=index-CyXinqJw.d.ts.map
8561
+ //# sourceMappingURL=index-xP27vtnt.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,15 +1,15 @@
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
- import { cf as BackendTransportError, cl as CoordinationEvent, df as NotFoundError, er as FinalizeContext, ff as PlannerError, lf as ConfigError, lu as WorktreeCheckRunner, mf as ValidationError, nr as SupervisorFinalizer, of as AgentEvalError, pf as RuntimeRunStateError, rl as AnalystRegistry, sf as AgentEvalErrorCode, uf as JudgeError } from "./index-CyXinqJw.js";
2
+ import { cf as BackendTransportError, cl as CoordinationEvent, df as NotFoundError, er as FinalizeContext, ff as PlannerError, lf as ConfigError, lu as WorktreeCheckRunner, mf as ValidationError, nr as SupervisorFinalizer, of as AgentEvalError, pf as RuntimeRunStateError, rl as AnalystRegistry, sf as AgentEvalErrorCode, uf as JudgeError } from "./index-xP27vtnt.js";
3
3
  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";
4
4
  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";
5
- import { $t as RuntimeEventOtelOptions, Ct as SupervisedResult, Gt as EvalRunsExportConfig, H as Executor, Jt as LoopSpanNode, Kt as EvalRunsExportResult, Mt as WorkerTraceUnavailableReason, Qt as OtelSpan, R as AgentSpec, Sn as sanitizeRuntimeStreamEvent, Ut as EvalRunEvent, Wt as EvalRunGeneration, Xt as OtelExportConfig, Y as ExecutorRegistry, Yt as OtelAttribute, Zt as OtelExporter, _n as SanitizedKnowledgeRequirement, an as exportEvalRuns, bn as sanitizeAgentRuntimeEvent, cn as padSpanId, dn as RuntimeEventCollector, en as buildLoopOtelSpans, fn as RuntimeStreamEventCollector, gn as SanitizedKnowledgeReadinessReport, hn as RuntimeTelemetryOptions, ht as Settled, in as createOtelExporter, jt as WorkerTraceEvidence, ln as padTraceId, mn as RuntimeStreamEventSummary, mt as Scope, nn as buildRuntimeEventOtelSpans, on as generateSpanId, pn as RuntimeStreamEventSink, qt as INTELLIGENCE_WIRE_VERSION, rn as createOpenInferenceFileExporter, sn as loopEventToOtelSpan, tn as buildLoopSpanNodes, un as toOtelAttributes, vn as createRuntimeEventCollector, wt as Supervisor, xn as sanitizeKnowledgeReadinessReport, xt as Spend, yn as createRuntimeStreamEventCollector, z as Budget } from "./environment-provider-CEjwunXO.js";
5
+ import { $t as RuntimeEventOtelOptions, Ct as SupervisedResult, Gt as EvalRunsExportConfig, H as Executor, Jt as LoopSpanNode, Kt as EvalRunsExportResult, Mt as WorkerTraceUnavailableReason, Qt as OtelSpan, R as AgentSpec, Sn as sanitizeRuntimeStreamEvent, Ut as EvalRunEvent, Wt as EvalRunGeneration, Xt as OtelExportConfig, Y as ExecutorRegistry, Yt as OtelAttribute, Zt as OtelExporter, _n as SanitizedKnowledgeRequirement, an as exportEvalRuns, bn as sanitizeAgentRuntimeEvent, cn as padSpanId, dn as RuntimeEventCollector, en as buildLoopOtelSpans, fn as RuntimeStreamEventCollector, gn as SanitizedKnowledgeReadinessReport, hn as RuntimeTelemetryOptions, ht as Settled, in as createOtelExporter, jt as WorkerTraceEvidence, ln as padTraceId, mn as RuntimeStreamEventSummary, mt as Scope, nn as buildRuntimeEventOtelSpans, on as generateSpanId, pn as RuntimeStreamEventSink, qt as INTELLIGENCE_WIRE_VERSION, rn as createOpenInferenceFileExporter, sn as loopEventToOtelSpan, tn as buildLoopSpanNodes, un as toOtelAttributes, vn as createRuntimeEventCollector, wt as Supervisor, xn as sanitizeKnowledgeReadinessReport, xt as Spend, yn as createRuntimeStreamEventCollector, z as Budget } from "./environment-provider-PM9PeW_J.js";
6
6
  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-B3bHsVLw.js";
7
7
  import { A as AgentCandidateExecutionPhase, B as AgentCandidatePreparationEvidence, C as AgentCandidateExecutionClaim, D as AgentCandidateExecutionFailureClass, E as AgentCandidateExecutionCleanupHandles, F as AgentCandidateExecutionTerminalResult, I as AgentCandidateRetryRejection, L as InMemoryAgentCandidateExecutionClaimStore, M as AgentCandidateExecutionRecoveryEvidence, N as AgentCandidateExecutionStageResult, O as AgentCandidateExecutionFinishResult, P as AgentCandidateExecutionTerminalRecord, R as InMemoryAgentCandidateExecutionClaimStoreOptions, S as AgentCandidateExecutionAttemptRef, T as AgentCandidateExecutionClaimStore, _ as PrepareAgentCandidateExecutionOptions, a as AgentCandidateModelGrantSettleInput, b as executePreparedAgentCandidate, c as agentCandidateProfileAsAgentProfile, d as freezeGenericAgentCandidateProfile, f as omitUndefinedObjectFields, g as parseExactCandidateProfile, h as parseExactAgentProfileDiff, i as AgentCandidateModelGrantReserveInput, j as AgentCandidateExecutionPhaseResult, k as AgentCandidateExecutionLease, l as applyExactAgentProfileDiff, m as parseExactAgentProfile, n as AgentCandidateModelGrantClient, o as CreateProtectedAgentCandidateModelPortOptions, r as AgentCandidateModelGrantReservation, s as createProtectedAgentCandidateModelPort, t as AgentCandidateModelGrantActivateInput, u as assertCandidateProfileBinding, v as prepareAgentCandidateExecution, w as AgentCandidateExecutionClaimResult, x as AgentCandidateExecutionAttemptRecord, y as ExecutePreparedAgentCandidateOptions, z as candidateExecutionClaim } from "./protected-model-port-CoJOiINX.js";
8
8
  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";
9
9
  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";
10
- 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-BKSzgMvA.js";
10
+ 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-CQBioeAj.js";
11
11
  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-PQzmE1Jn.js";
12
- 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-CKply5aj.js";
13
- 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-BjnNpN5m.js";
12
+ 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-4NcThsDc.js";
13
+ 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-DMnNxZHw.js";
14
14
  import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-B68JaOCx.js";
15
15
  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 WorkerTraceEvidence, type WorkerTraceUnavailableReason, type WorktreeCheckRunner, type WorktreeLoopRunnerOptions, agentCandidateProfileAsAgentProfile, 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, createOpenInferenceFileExporter, createOtelExporter, createProtectedAgentCandidateModelPort, createRuntimeEventCollector, createRuntimeStreamEventCollector, createSandboxPromptBackend, createSupervisedKnowledgeUpdater, d1ToSqlAdapter, decideKnowledgeReadiness, defaultBuildPrompt, defaultIsRetryable, defineConversation, defineRuntimeHooks, disposePreparedAgentCandidateExecution, driverLoopGenerator, exactProcessProviderAsCandidateExecutor, executePreparedAgentCandidate, exportEvalRuns, findingLines, formatSupervisedKnowledgeTask, freezeGenericAgentCandidateProfile, generateSpanId, getModels, improve, isDelegatedLoopMode, isDepthExceeded, knowledgeReadinessDeliverable, loopEventToOtelSpan, makePerAttemptSignal, mcpBuildPrompt, mcpServeVerifier, mcpToolsForRuntimeMcp, mcpToolsForRuntimeMcpSubset, normalizeRolloutPolicy, notifyRuntimeDecisionPoint, notifyRuntimeHookEvent, officialGepa, officialSkillOpt, omitUndefinedObjectFields, optimizerMethod, padSpanId, padTraceId, parseExactAgentProfile, parseExactAgentProfileDiff, parseExactCandidateProfile, 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, toOtelAttributes, toolBuildPrompt, turnId, validateChatModelId, verifyAgentCandidateBundle, worktreeLoopRunner };
package/dist/index.js CHANGED
@@ -5,15 +5,15 @@ 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-BFpq-Xi6.js";
6
6
  import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-CXVfOUu_.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 { B as sanitizeRuntimeStreamEvent, C as INTELLIGENCE_WIRE_VERSION, D as createOpenInferenceFileExporter, E as buildRuntimeEventOtelSpans, F as toOtelAttributes, I as createRuntimeEventCollector, Jt as runLocalHarness, L as createRuntimeStreamEventCollector, M as loopEventToOtelSpan, N as padSpanId, O as createOtelExporter, P as padTraceId, R as sanitizeAgentRuntimeEvent, T as buildLoopSpanNodes, bt as runBrainLoop, j as generateSpanId, k as exportEvalRuns, w as buildLoopOtelSpans, z as sanitizeKnowledgeReadinessReport } from "./supervisor-DjZ82HIB.js";
9
- import { D as researchDriverNote, E as optimizerMethod, O as strategyAuthorMethod, T as buildDriverSystem } from "./structural-rollout-C4Jv_7vt.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-BcwsSbT-.js";
8
+ import { B as sanitizeRuntimeStreamEvent, C as INTELLIGENCE_WIRE_VERSION, D as createOpenInferenceFileExporter, E as buildRuntimeEventOtelSpans, F as toOtelAttributes, I as createRuntimeEventCollector, Jt as runLocalHarness, L as createRuntimeStreamEventCollector, M as loopEventToOtelSpan, N as padSpanId, O as createOtelExporter, P as padTraceId, R as sanitizeAgentRuntimeEvent, T as buildLoopSpanNodes, bt as runBrainLoop, j as generateSpanId, k as exportEvalRuns, w as buildLoopOtelSpans, z as sanitizeKnowledgeReadinessReport } from "./supervisor-DpjO0Gmy.js";
9
+ import { D as researchDriverNote, E as optimizerMethod, O as strategyAuthorMethod, T as buildDriverSystem } from "./structural-rollout-zY0oqQzO.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-IJgCbKWQ.js";
11
11
  import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-C7iJOWm3.js";
12
- import { Mt as connectStdioMcp, jt as McpSpawnFault } from "./runtime-OI7oLLec.js";
12
+ import { Mt as connectStdioMcp, jt as McpSpawnFault } from "./runtime-DZblIf3R.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-Cuvb21T7.js";
15
- 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-Clhj8gy5.js";
16
- import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-BwTsBfd-.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-BOHj6nGh.js";
15
+ 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-DUM37LLw.js";
16
+ import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-Bm1SDJIp.js";
17
17
  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";
18
18
  import { FAILURE_CLASSES, acquisitionPlansForKnowledgeGaps, blockingKnowledgeEval, canonicalJson, runAgentControlLoop, scoreKnowledgeReadiness, userQuestionsForKnowledgeGaps } from "@tangle-network/agent-eval";
19
19
  import { gepaOptimizationMethod, skillOptOptimizationMethod } from "@tangle-network/agent-eval/campaign";
@@ -1,7 +1,7 @@
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, hn as RuntimeTelemetryOptions, o as AgentEnvironmentProviderRegistry } from "./environment-provider-CEjwunXO.js";
4
+ import { a as AgentEnvironmentProviderRef, hn as RuntimeTelemetryOptions, o as AgentEnvironmentProviderRegistry } from "./environment-provider-PM9PeW_J.js";
5
5
  import { v as ToolSpec } from "./local-harness-BIajef4A.js";
6
6
  import { T as AgentCandidateExecutionClaimStore, _ as PrepareAgentCandidateExecutionOptions, o as CreateProtectedAgentCandidateModelPortOptions, p as parseAgentCandidateProfileActivation, y as ExecutePreparedAgentCandidateOptions } from "./protected-model-port-CoJOiINX.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";
@@ -1,10 +1,10 @@
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--8EvLqCr.js";
2
2
  import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-CXVfOUu_.js";
3
- import { A as flatOtelSpan, E as buildRuntimeEventOtelSpans, O as createOtelExporter, w as buildLoopOtelSpans } from "./supervisor-DjZ82HIB.js";
4
- 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-BcwsSbT-.js";
3
+ import { A as flatOtelSpan, E as buildRuntimeEventOtelSpans, O as createOtelExporter, w as buildLoopOtelSpans } from "./supervisor-DpjO0Gmy.js";
4
+ 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-IJgCbKWQ.js";
5
5
  import { r as resolveRedactor, t as defaultRedactor } from "./redact-D-u-rrcn.js";
6
- import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-B7sTehZB.js";
7
- import { i as resolveAgentEnvironmentProvider } from "./environment-provider-CY22kUQH.js";
6
+ import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-DhWJ3p8N.js";
7
+ import { i as resolveAgentEnvironmentProvider } from "./environment-provider-DqFS6FSZ.js";
8
8
  import { contentHash } from "@tangle-network/agent-eval";
9
9
  import { agentProfileImprovementArmSchema, applyAgentProfileDiff, defineAgentProfilePublicConfig } from "@tangle-network/agent-interface";
10
10
  //#region src/intelligence/delivery.ts
package/dist/kernel.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { $ as legacySupervisorRunsRoot, $a as printBenchmarkReport, $c as WaterfallReport, $i as SandboxLineageHandle, $l as createExecutor, $n as DeliveredOutput, $o as harvestCorpus, $r as structuralRollout, $s as RunPersonified, $t as assertCoordinationBinding, A as GitWorkspaceOptions, Aa as loopUntil, Ac as PairwiseVerdict, Af as InMemorySpawnJournal, Ai as SteeringDirectiveData, An as defaultDelegateBudget, Ao as loopDispatch, Ar as CheckExecChannel, As as RenderCorpusToInstructionsOptions, At as runGraph, B as analyzeTrace, Ba as createScopeAnalyst, Bc as AuditIntentOptions, Bf as replaySpawnTree, Bi as connectStdioMcp, Bn as ProgressSample, Bo as envKeyProvider, Br as StructuralRolloutResult, Bs as VerifySpec, Bt as CoordinationBinding, C as closingWorkerNote, Ca as definePersona, Cc as AxisScoresOf, Cf as defaultToolDetectors, Ci as assertStrategyContract, Cn as DispatchUnit, Co as runAgentic, Cr as asAuthoredProfile, Cs as Panel, Ct as EdgeTraversal, D as UntrackedCopyStats, Da as renderCorpusToInstructions, Dc as LeaderboardOptions, Df as FileResultBlobStore, Di as DumbDriverOptions, Dl as canonicalFindingEvent, Dn as queueOf, Do as LoopDispatchOptions, Dr as defaultProfileRichnessThresholds, Ds as Pipeline, Dt as GraphResult, E as CopyOptions, Ea as InMemoryCorpus, Ec as Leaderboard, Ef as gateOnDeliverable, Ei as ApplyContinuation, En as freeSlots, Eo as LoopCampaignDispatchOptions, Er as canonicalizeAuthoredProfile, Es as PanelVerdict, Et as GraphNode, F as gitWorkspace, Fa as widen, Fc as renderLeaderboardHtml, Ff as SpawnForestNode, Fi as MaterializeLocalMcpOptions, Fn as driverAgent, Fo as runLoop, Fr as CheckSourceCtx, Fs as TrajectoryNode, Ft as SuperviseOptions, G as workerTraceAnalysisStore, Ga as sanitizeMcpToolSchema, Gc as AnytimeStrategySummary, Gi as OpenSandboxRunPromptOptions, Gl as CliWorktreeBridgeSeam, Gn as StopRule, Go as inlineSandboxClient, Gr as defaultExtractCandidate, Gs as WinnerStrategy, Gt as ResolveSupervisorTools, H as WorkerToolTraceArtifact, Ha as McpEndpoint, Hc as auditIntent, Hi as Deliverable, Hn as ProgressTrackerOptions, Ho as resolveMcpServerLaunch, Hr as canDisplace, Hs as WidenDecision, Ht as DriveHarnessOwnerContext, I as jjWorkspace, Ia as CreateScopeAnalystOptions, Ic as renderLeaderboardMarkdown, If as SpawnForestTree, Ii as McpSpawnFault, In as finalizeBestDelivered, Io as LocalSandboxClientOptions, Ir as RepairStop, Is as TrajectoryReport, It as SuperviseRegistry, J as ScopeArgs, Ja as BenchmarkLift, Jc as areaUnderCurve, Ji as TurnResult, Jl as ProviderSeam, Jn as anyOf, Jo as InProcessSandboxClientOptions, Jr as modelAuthoredChecks, Js as LoopShape, Jt as SupervisorNodeContext, K as createRootHandle, Ka as BenchmarkCell, Kc as AnytimeTaskCurve, Ki as SandboxRun, Kl as CliWorktreeSeam, Kn as allOf, Ko as InProcessOnPrompt, Kr as defaultStructuralRolloutPolicy, Ks as DefinePersona, Kt as ResolvedSupervisorProfile, L as localShell, La as RegistryAnalyzeProjection, Lc as renderLeaderboardSvg, Lf as loadSpawnForest, Li as McpToolDescriptor, Ln as AllWorkersStalledOptions, Lo as localSandboxClient, Lr as StructuralRolloutConfig, Ls as TrajectoryReportFn, Lt as SuperviseRegistryTable, M as Workspace, Ma as pipeline, Mc as ScoreOf, Mf as SpawnForestEvent, Mi as naiveDriver, Mn as CoordinationMcpHandle, Mo as RunLoopOptions, Mr as CheckRunContext, Ms as ScopeAnalyzeInput, Mt as AuthorizedSpawnContext, N as WorkspaceCommit, Na as selectValidWinner, Nc as leaderboard, Nf as SpawnForestInDoubtNode, Ni as steeringDriver, Nn as serveCoordinationMcp, No as defaultSelectWinner, Nr as CheckRunner, Ns as ScopeWidenGate, Nt as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, O as copyUntrackedIntoClone, Oa as fanout, Oc as LeaderboardRow, Of as FileSpawnJournal, Oi as NaiveDriverOptions, On as rollingDispatch, Oo as LoopOptionsForDispatch, Or as profileRichnessFinding, Os as PipelineStage, Ot as RunGraphOptions, P as WorkspaceRun, Pa as verify, Pc as pairwiseSignificance, Pf as SpawnForestMissingTree, Pi as LocalMcpMaterialization, Pn as DriverAgentOptions, Po as runAgentRounds, Pr as CheckSource, Ps as SteerContext, Pt as DeliverableResolutionInput, Q as legacySupervisorRunDir, Qa as Environment, Qc as WaterfallCollector, Qi as SandboxLineage, Ql as cliWorktreeExecutor, Qn as sampleFromSettled, Qo as HarvestReport, Qr as selectBestIndex, Qs as PersonaExecutors, Qt as SupervisorToolInvocationContext, R as runInWorkspace, Ra as assertTraceDerivedFindings, Rc as renderPairwiseMarkdown, Rf as materializeTreeView, Ri as StdioMcpConnection, Rn as NoProgressForOptions, Ro as KeyProvider, Rr as StructuralRolloutMessage, Rs as TrajectoryReportOptions, Rt as supervise, S as WorkerEvidenceInput, Sa as registerShape, Sc as stopSentinel, Sf as WatchTraceOptions, Si as AuthoredStrategy, Sn as DispatchStopReason, So as refine, Sr as ProfileRichnessThresholds, Ss as LoopUntilState, St as EdgeDeliveryOutcome, T as settledWorkerOut, Ta as FileCorpus, Tc as Interval, Tf as DeliverableSpec, Ti as strategyAuthorContract, Tl as WorkerSpawnContext, Tn as effectiveConcurrency, To as sampleThenRefine, Tr as authoredWorker, Ts as PanelSpec, Tt as GraphEdgeCapError, U as captureWorkerTraceEvidence, Ua as McpEnvironmentOptions, Uc as defaultAuditorInstruction, Ui as OpenSandboxRunBeforeStartContext, Ul as BridgeSeam, Un as ProgressView, Uo as resolveSecretEnv, Ur as compareCheckOutcomes, Us as WidenLineage, Ut as ObserveSupervisorNodeEvent, V as WORKER_TOOL_TRACE_SCHEMA_VERSION, Va as registryScopeAnalyst, Vc as IntentAudit, Vf as contentAddress, Vi as materializeLocalMcp, Vn as ProgressTracker, Vo as mcpSecretEnvMetadataKey, Vr as VisibleCheck, Vs as Widen, Vt as DriveHarness, W as parseWorkerToolTraceArtifact, Wa as createMcpEnvironment, Wc as AnytimeReport, Wi as OpenSandboxRunOptions, Wl as CliSeam, Wn as StopDecision, Wo as secretEnvOfMcpServer, Wr as composeCheckSources, Ws as WidenSpec, Wt as ResolveDriveHarness, X as settledToIteration, Xa as BenchmarkStrategySummary, Xc as plateauLength, Xi as CheckpointCapableBox, Xl as RouterToolsSeam, Xn as noProgressFor, Xo as HarvestCorpusOptions, Xr as resolveEntrySymbol, Xs as Persona, Xt as SupervisorProfile, Y as createScope, Ya as BenchmarkReport, Yc as bestSoFar, Yi as openSandboxRun, Yl as RouterSeam, Yn as createProgressTracker, Yo as inProcessSandboxClient, Yr as officialChecksFromMeta, Ys as Outcome, Yt as SupervisorNodeContextSeed, Z as WorkerSteerRequest, Za as BenchmarkTaskRow, Zc as renderAnytimeTable, Zi as ForkCapableBox, Zl as SandboxSeam, Zn as plateau, Zo as HarvestFailure, Zr as sandboxCheckRunner, Zs as PersonaContext, Zt as SupervisorToolDescriptor, _ as WorktreeFanoutOptions, _a as promotionGate, _c as CompletionPolicy, _f as BusRecord, _i as discriminatingMeans, _n as naiveContinuationPrompt, _o as SurfaceScore, _r as ReservationTicket, _s as FanoutSynthesis, _t as WorktreePatchArtifact, a as SandboxInstance, aa as mapSandboxEvent, ac as LeaderboardBenchScore, ai as collectAgentTurn, al as AuthorizeDownMessage, an as SupervisorSpanRecorder, ao as AgenticTool, ar as pickBestDelivered, as as renderReport, at as workerControlLogFile, au as createSteerableSandboxSession, b as NOTE_MAX_CHARS, ba as builtinShapes, bc as deterministicCompletion, bf as PublishOptions, bi as selectChampion, bn as ConcurrencyCaps, bo as defineStrategy, br as AuthoredProfile, bs as LoopUntil, bt as assertProfileModelsAllowed, c as VerifierEnvironmentOptions, ca as CriuCapableClient, cc as LeaderboardFlagSpec, ci as ChampionPolicy, cl as CoordinationEvent, cn as PromptRegistry, co as RunAgenticOptions, cr as CoordinationDeliveryEvidence, cs as Corpus, ct as writeWorkerSteer, cu as createInbox, d as SuperviseSurfaceResult, da as AcquireOptions, dc as LeaderboardScenario, di as EvolutionBandInfo, dl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, dn as createPromptRegistry, do as Strategy, dr as FileCoordinationLog, ds as EqualKArm, dt as RunContext, du as WorktreeHarnessResult, ea as SessionCapableBox, ec as RunPersonifiedOptions, ei as visibleCheckScore, el as WaterfallSpan, en as resolveSupervisorProfile, eo as runBenchmark, er as FinalizeContext, es as Observation, et as readWorkerSteerRequests, eu as createExecutorRegistry, f as SurfaceWorkerConfig, fa as acquireSandbox, fc as LeaderboardScore, fi as EvolutionCandidate, fl as DownMessageAuthorizationInput, fn as delegatesWorkerBriefPrompt, fo as StrategyArtifacts, fr as PriorCoordination, fs as EqualKOnCost, ft as createFileRunContext, fu as WorktreeProfileMaterializationReceipt, g as AuthoredHarness, ga as PromotionVerdict, gc as CompletionEvidence, gf as BusEvent, gi as StrategyEvolutionConfig, gl as MakeWorkerAgent, gn as kernelPromptRegistry, go as StrategyShotResult, gr as ReservationRejection, gs as FanoutOptions, gt as WorktreeCliExecutorOptions, h as superviseSurface, ha as PromotionGateOptions, hc as CompletionAnalyst, hi as ReproductionCheck, hl as DownMessageEvent, hn as formatPromptHandle, ho as StrategyResult, hr as BudgetReadout, hs as Fanout, ht as patchDelivered, i as SandboxEvent, ia as extractLlmCallEvent, ic as DefinedLeaderboard, ii as StreamAgentTurnOptions, il as AnalyzeOnSettleRoute, in as SupervisorSpanOutcome, io as AgenticTask, ir as collectDelivered, is as observe, it as supervisorWorkersDir, iu as SteerableSandboxSession, j as Shell, ja as panel, jc as ProfileKeyOf, jf as SpawnForest, ji as dumbDriver, jn as delegate, jo as RunAgentRoundsOptions, jr as CheckOutcome, js as ScopeAnalyst, jt as AuthorizedSpawn, k as withUntrackedArtifacts, ka as flatWidenGate, kc as PairwiseOptions, kf as InMemoryResultBlobStore, ki as SteeringDecision, kl as normalizeAnalyzeOnSettle, kn as DelegateOptions, ko as loopCampaignDispatch, kr as supervisorInstructions, ks as RenderCorpusToInstructions, kt as defaultEdgeTraversalCap, l as createVerifierEnvironment, la as SandboxCapabilities, lc as LeaderboardIterationInfo, li as EvolutionArchiveNode, ln as RegisteredPrompt, lo as ShotPersona, lr as CoordinationLog, ls as CorpusFilter, lt as InMemoryRunContext, lu as WorktreeCheckRunner, m as failuresAnalyst, ma as resolveSandboxClient, mc as defineLeaderboard, mi as EvolutionReport, ml as DownMessageDeliveryOutcome, mn as dumbContinuationPassPrompt, mo as StrategyMessage, mr as BudgetPoolRestore, ms as EqualKVerdict, mt as PatchDeliverableOptions, n as AnalystFinding, na as SandboxToolPartState, nc as ShapeContext, ni as AgentTurnUsage, nl as AnalystFindingEvent, nn as SupervisorSpanAttributes, no as AgenticRunResult, nr as SupervisorFinalizer, ns as ObserveOptions, nt as supervisorRunDir, nu as SandboxSteeringOptions, o as computeFindingId, oa as mapSandboxToolEvent, oc as LeaderboardBenchTask, oi as streamAgentTurn, ol as AuthorizedDownMessage, on as createSupervisorSpanRecorder, oo as ArtifactHandle, or as runFinalizer, os as AssertTraceDerivedFindings, ot as workerInboxFile, ou as Inbox, p as SurfaceWorkerOut, pa as ResolveSandboxClientOptions, pc as LeaderboardSpec, pi as EvolutionGeneration, pl as DownMessageDeliveryAttempt, pn as dumbContinuationFailPrompt, po as StrategyCtx, pr as BudgetPool, ps as EqualKOnCostOptions, pt as createInMemoryRunContext, q as createSupervisor, qa as BenchmarkConfig, qc as anytimeReport, qi as SandboxRunAbortError, ql as ExecutorConfig, qn as allWorkersStalled, qo as InProcessPromptCtx, qr as filterAuthoredAsserts, qs as DefinePersonaInput, qt as SupervisorAgentDeps, r as CreateSandboxOptions, ra as createSandboxToolPartState, rc as ShapeRegistry, ri as CollectedAgentTurn, rl as AnalystRegistry, rn as SupervisorSpanOptions, ro as AgenticSurface, rr as bestDelivered, rs as defaultAnalystInstruction, rt as supervisorRunsRoot, ru as SteerableSandboxArgs, s as makeFinding, sa as sumSandboxUsage, sc as LeaderboardBenchmarkAdapter, si as ChampionPick, sl as ContinuationInstruction, sn as PromptHandle, so as CorpusReadbackOptions, sr as runTree, ss as CombinatorShape, st as workerInboxFileFromEventDir, su as InboxMessage, t as AgentProfile, ta as createSandboxLineage, tc as ShapeBudget, ti as AgentTurnBackend, tl as createWaterfallCollector, tn as supervisorAgent, to as AgenticOptions, tr as FinalizerSettled, ts as ObserveInput, tt as safeWorkerFile, tu as DEFAULT_SANDBOX_STEERING_MAX_TURNS, u as SuperviseSurfaceOptions, ua as probeSandboxCapabilities, uc as LeaderboardRunContext, ui as EvolutionAuthor, un as analyzesFindingsReportPrompt, uo as ShotSpec, ur as CoordinationOwnerId, us as CorpusRecord, ut as InMemoryRunContextOptions, uu as WorktreeCommandResult, v as worktreeFanout, va as equalKOnCost, vc as CompletionVerdict, vf as BusStats, vi as pickChampion, vn as promptHandle, vo as adaptiveRefine, vr as createBudgetPool, vs as FanoutWinnerSelector, vt as createWorktreeCliExecutor, w as composeWorkerEvidence, wa as runPersonified, wc as GroupOf, wf as watchTrace, wi as authorStrategy, wn as RollingDispatchOptions, wo as sample, wr as assessAuthoredProfile, ws as PanelJudge, wt as GraphEdge, x as VERIFY_TAIL_CHARS, xa as createShapeRegistry, xc as sentinelCompletion, xf as createEventBus, xi as AuthorStrategyOptions, xn as DispatchReport, xo as depthStrategy, xr as ProfileRichness, xs as LoopUntilSpec, xt as AgentGraph, y as EVIDENCE_MAX_CHARS, ya as trajectoryReport, yc as completionAuthorizes, yf as EventBus, yi as runStrategyEvolution, yn as supervisorPolicyPrompt, yo as breadthStrategy, yr as spendFromUsageEvents, ys as FlatWidenGate, yt as assertModelAllowed, z as TrajectoryAnalysis, za as buildSteerContext, zc as AuditIntentInput, zf as pendingWaits, zi as StdioMcpServerSpec, zn as PlateauOptions, zo as ResolvedMcpServerLaunch, zr as StructuralRolloutPolicy, zs as Verify, zt as workerFromBackend } from "./index-CyXinqJw.js";
1
+ import { $ as legacySupervisorRunsRoot, $a as printBenchmarkReport, $c as WaterfallReport, $i as SandboxLineageHandle, $l as createExecutor, $n as DeliveredOutput, $o as harvestCorpus, $r as structuralRollout, $s as RunPersonified, $t as assertCoordinationBinding, A as GitWorkspaceOptions, Aa as loopUntil, Ac as PairwiseVerdict, Af as InMemorySpawnJournal, Ai as SteeringDirectiveData, An as defaultDelegateBudget, Ao as loopDispatch, Ar as CheckExecChannel, As as RenderCorpusToInstructionsOptions, At as runGraph, B as analyzeTrace, Ba as createScopeAnalyst, Bc as AuditIntentOptions, Bf as replaySpawnTree, Bi as connectStdioMcp, Bn as ProgressSample, Bo as envKeyProvider, Br as StructuralRolloutResult, Bs as VerifySpec, Bt as CoordinationBinding, C as closingWorkerNote, Ca as definePersona, Cc as AxisScoresOf, Cf as defaultToolDetectors, Ci as assertStrategyContract, Cn as DispatchUnit, Co as runAgentic, Cr as asAuthoredProfile, Cs as Panel, Ct as EdgeTraversal, D as UntrackedCopyStats, Da as renderCorpusToInstructions, Dc as LeaderboardOptions, Df as FileResultBlobStore, Di as DumbDriverOptions, Dl as canonicalFindingEvent, Dn as queueOf, Do as LoopDispatchOptions, Dr as defaultProfileRichnessThresholds, Ds as Pipeline, Dt as GraphResult, E as CopyOptions, Ea as InMemoryCorpus, Ec as Leaderboard, Ef as gateOnDeliverable, Ei as ApplyContinuation, En as freeSlots, Eo as LoopCampaignDispatchOptions, Er as canonicalizeAuthoredProfile, Es as PanelVerdict, Et as GraphNode, F as gitWorkspace, Fa as widen, Fc as renderLeaderboardHtml, Ff as SpawnForestNode, Fi as MaterializeLocalMcpOptions, Fn as driverAgent, Fo as runLoop, Fr as CheckSourceCtx, Fs as TrajectoryNode, Ft as SuperviseOptions, G as workerTraceAnalysisStore, Ga as sanitizeMcpToolSchema, Gc as AnytimeStrategySummary, Gi as OpenSandboxRunPromptOptions, Gl as CliWorktreeBridgeSeam, Gn as StopRule, Go as inlineSandboxClient, Gr as defaultExtractCandidate, Gs as WinnerStrategy, Gt as ResolveSupervisorTools, H as WorkerToolTraceArtifact, Ha as McpEndpoint, Hc as auditIntent, Hi as Deliverable, Hn as ProgressTrackerOptions, Ho as resolveMcpServerLaunch, Hr as canDisplace, Hs as WidenDecision, Ht as DriveHarnessOwnerContext, I as jjWorkspace, Ia as CreateScopeAnalystOptions, Ic as renderLeaderboardMarkdown, If as SpawnForestTree, Ii as McpSpawnFault, In as finalizeBestDelivered, Io as LocalSandboxClientOptions, Ir as RepairStop, Is as TrajectoryReport, It as SuperviseRegistry, J as ScopeArgs, Ja as BenchmarkLift, Jc as areaUnderCurve, Ji as TurnResult, Jl as ProviderSeam, Jn as anyOf, Jo as InProcessSandboxClientOptions, Jr as modelAuthoredChecks, Js as LoopShape, Jt as SupervisorNodeContext, K as createRootHandle, Ka as BenchmarkCell, Kc as AnytimeTaskCurve, Ki as SandboxRun, Kl as CliWorktreeSeam, Kn as allOf, Ko as InProcessOnPrompt, Kr as defaultStructuralRolloutPolicy, Ks as DefinePersona, Kt as ResolvedSupervisorProfile, L as localShell, La as RegistryAnalyzeProjection, Lc as renderLeaderboardSvg, Lf as loadSpawnForest, Li as McpToolDescriptor, Ln as AllWorkersStalledOptions, Lo as localSandboxClient, Lr as StructuralRolloutConfig, Ls as TrajectoryReportFn, Lt as SuperviseRegistryTable, M as Workspace, Ma as pipeline, Mc as ScoreOf, Mf as SpawnForestEvent, Mi as naiveDriver, Mn as CoordinationMcpHandle, Mo as RunLoopOptions, Mr as CheckRunContext, Ms as ScopeAnalyzeInput, Mt as AuthorizedSpawnContext, N as WorkspaceCommit, Na as selectValidWinner, Nc as leaderboard, Nf as SpawnForestInDoubtNode, Ni as steeringDriver, Nn as serveCoordinationMcp, No as defaultSelectWinner, Nr as CheckRunner, Ns as ScopeWidenGate, Nt as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, O as copyUntrackedIntoClone, Oa as fanout, Oc as LeaderboardRow, Of as FileSpawnJournal, Oi as NaiveDriverOptions, On as rollingDispatch, Oo as LoopOptionsForDispatch, Or as profileRichnessFinding, Os as PipelineStage, Ot as RunGraphOptions, P as WorkspaceRun, Pa as verify, Pc as pairwiseSignificance, Pf as SpawnForestMissingTree, Pi as LocalMcpMaterialization, Pn as DriverAgentOptions, Po as runAgentRounds, Pr as CheckSource, Ps as SteerContext, Pt as DeliverableResolutionInput, Q as legacySupervisorRunDir, Qa as Environment, Qc as WaterfallCollector, Qi as SandboxLineage, Ql as cliWorktreeExecutor, Qn as sampleFromSettled, Qo as HarvestReport, Qr as selectBestIndex, Qs as PersonaExecutors, Qt as SupervisorToolInvocationContext, R as runInWorkspace, Ra as assertTraceDerivedFindings, Rc as renderPairwiseMarkdown, Rf as materializeTreeView, Ri as StdioMcpConnection, Rn as NoProgressForOptions, Ro as KeyProvider, Rr as StructuralRolloutMessage, Rs as TrajectoryReportOptions, Rt as supervise, S as WorkerEvidenceInput, Sa as registerShape, Sc as stopSentinel, Sf as WatchTraceOptions, Si as AuthoredStrategy, Sn as DispatchStopReason, So as refine, Sr as ProfileRichnessThresholds, Ss as LoopUntilState, St as EdgeDeliveryOutcome, T as settledWorkerOut, Ta as FileCorpus, Tc as Interval, Tf as DeliverableSpec, Ti as strategyAuthorContract, Tl as WorkerSpawnContext, Tn as effectiveConcurrency, To as sampleThenRefine, Tr as authoredWorker, Ts as PanelSpec, Tt as GraphEdgeCapError, U as captureWorkerTraceEvidence, Ua as McpEnvironmentOptions, Uc as defaultAuditorInstruction, Ui as OpenSandboxRunBeforeStartContext, Ul as BridgeSeam, Un as ProgressView, Uo as resolveSecretEnv, Ur as compareCheckOutcomes, Us as WidenLineage, Ut as ObserveSupervisorNodeEvent, V as WORKER_TOOL_TRACE_SCHEMA_VERSION, Va as registryScopeAnalyst, Vc as IntentAudit, Vf as contentAddress, Vi as materializeLocalMcp, Vn as ProgressTracker, Vo as mcpSecretEnvMetadataKey, Vr as VisibleCheck, Vs as Widen, Vt as DriveHarness, W as parseWorkerToolTraceArtifact, Wa as createMcpEnvironment, Wc as AnytimeReport, Wi as OpenSandboxRunOptions, Wl as CliSeam, Wn as StopDecision, Wo as secretEnvOfMcpServer, Wr as composeCheckSources, Ws as WidenSpec, Wt as ResolveDriveHarness, X as settledToIteration, Xa as BenchmarkStrategySummary, Xc as plateauLength, Xi as CheckpointCapableBox, Xl as RouterToolsSeam, Xn as noProgressFor, Xo as HarvestCorpusOptions, Xr as resolveEntrySymbol, Xs as Persona, Xt as SupervisorProfile, Y as createScope, Ya as BenchmarkReport, Yc as bestSoFar, Yi as openSandboxRun, Yl as RouterSeam, Yn as createProgressTracker, Yo as inProcessSandboxClient, Yr as officialChecksFromMeta, Ys as Outcome, Yt as SupervisorNodeContextSeed, Z as WorkerSteerRequest, Za as BenchmarkTaskRow, Zc as renderAnytimeTable, Zi as ForkCapableBox, Zl as SandboxSeam, Zn as plateau, Zo as HarvestFailure, Zr as sandboxCheckRunner, Zs as PersonaContext, Zt as SupervisorToolDescriptor, _ as WorktreeFanoutOptions, _a as promotionGate, _c as CompletionPolicy, _f as BusRecord, _i as discriminatingMeans, _n as naiveContinuationPrompt, _o as SurfaceScore, _r as ReservationTicket, _s as FanoutSynthesis, _t as WorktreePatchArtifact, a as SandboxInstance, aa as mapSandboxEvent, ac as LeaderboardBenchScore, ai as collectAgentTurn, al as AuthorizeDownMessage, an as SupervisorSpanRecorder, ao as AgenticTool, ar as pickBestDelivered, as as renderReport, at as workerControlLogFile, au as createSteerableSandboxSession, b as NOTE_MAX_CHARS, ba as builtinShapes, bc as deterministicCompletion, bf as PublishOptions, bi as selectChampion, bn as ConcurrencyCaps, bo as defineStrategy, br as AuthoredProfile, bs as LoopUntil, bt as assertProfileModelsAllowed, c as VerifierEnvironmentOptions, ca as CriuCapableClient, cc as LeaderboardFlagSpec, ci as ChampionPolicy, cl as CoordinationEvent, cn as PromptRegistry, co as RunAgenticOptions, cr as CoordinationDeliveryEvidence, cs as Corpus, ct as writeWorkerSteer, cu as createInbox, d as SuperviseSurfaceResult, da as AcquireOptions, dc as LeaderboardScenario, di as EvolutionBandInfo, dl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, dn as createPromptRegistry, do as Strategy, dr as FileCoordinationLog, ds as EqualKArm, dt as RunContext, du as WorktreeHarnessResult, ea as SessionCapableBox, ec as RunPersonifiedOptions, ei as visibleCheckScore, el as WaterfallSpan, en as resolveSupervisorProfile, eo as runBenchmark, er as FinalizeContext, es as Observation, et as readWorkerSteerRequests, eu as createExecutorRegistry, f as SurfaceWorkerConfig, fa as acquireSandbox, fc as LeaderboardScore, fi as EvolutionCandidate, fl as DownMessageAuthorizationInput, fn as delegatesWorkerBriefPrompt, fo as StrategyArtifacts, fr as PriorCoordination, fs as EqualKOnCost, ft as createFileRunContext, fu as WorktreeProfileMaterializationReceipt, g as AuthoredHarness, ga as PromotionVerdict, gc as CompletionEvidence, gf as BusEvent, gi as StrategyEvolutionConfig, gl as MakeWorkerAgent, gn as kernelPromptRegistry, go as StrategyShotResult, gr as ReservationRejection, gs as FanoutOptions, gt as WorktreeCliExecutorOptions, h as superviseSurface, ha as PromotionGateOptions, hc as CompletionAnalyst, hi as ReproductionCheck, hl as DownMessageEvent, hn as formatPromptHandle, ho as StrategyResult, hr as BudgetReadout, hs as Fanout, ht as patchDelivered, i as SandboxEvent, ia as extractLlmCallEvent, ic as DefinedLeaderboard, ii as StreamAgentTurnOptions, il as AnalyzeOnSettleRoute, in as SupervisorSpanOutcome, io as AgenticTask, ir as collectDelivered, is as observe, it as supervisorWorkersDir, iu as SteerableSandboxSession, j as Shell, ja as panel, jc as ProfileKeyOf, jf as SpawnForest, ji as dumbDriver, jn as delegate, jo as RunAgentRoundsOptions, jr as CheckOutcome, js as ScopeAnalyst, jt as AuthorizedSpawn, k as withUntrackedArtifacts, ka as flatWidenGate, kc as PairwiseOptions, kf as InMemoryResultBlobStore, ki as SteeringDecision, kl as normalizeAnalyzeOnSettle, kn as DelegateOptions, ko as loopCampaignDispatch, kr as supervisorInstructions, ks as RenderCorpusToInstructions, kt as defaultEdgeTraversalCap, l as createVerifierEnvironment, la as SandboxCapabilities, lc as LeaderboardIterationInfo, li as EvolutionArchiveNode, ln as RegisteredPrompt, lo as ShotPersona, lr as CoordinationLog, ls as CorpusFilter, lt as InMemoryRunContext, lu as WorktreeCheckRunner, m as failuresAnalyst, ma as resolveSandboxClient, mc as defineLeaderboard, mi as EvolutionReport, ml as DownMessageDeliveryOutcome, mn as dumbContinuationPassPrompt, mo as StrategyMessage, mr as BudgetPoolRestore, ms as EqualKVerdict, mt as PatchDeliverableOptions, n as AnalystFinding, na as SandboxToolPartState, nc as ShapeContext, ni as AgentTurnUsage, nl as AnalystFindingEvent, nn as SupervisorSpanAttributes, no as AgenticRunResult, nr as SupervisorFinalizer, ns as ObserveOptions, nt as supervisorRunDir, nu as SandboxSteeringOptions, o as computeFindingId, oa as mapSandboxToolEvent, oc as LeaderboardBenchTask, oi as streamAgentTurn, ol as AuthorizedDownMessage, on as createSupervisorSpanRecorder, oo as ArtifactHandle, or as runFinalizer, os as AssertTraceDerivedFindings, ot as workerInboxFile, ou as Inbox, p as SurfaceWorkerOut, pa as ResolveSandboxClientOptions, pc as LeaderboardSpec, pi as EvolutionGeneration, pl as DownMessageDeliveryAttempt, pn as dumbContinuationFailPrompt, po as StrategyCtx, pr as BudgetPool, ps as EqualKOnCostOptions, pt as createInMemoryRunContext, q as createSupervisor, qa as BenchmarkConfig, qc as anytimeReport, qi as SandboxRunAbortError, ql as ExecutorConfig, qn as allWorkersStalled, qo as InProcessPromptCtx, qr as filterAuthoredAsserts, qs as DefinePersonaInput, qt as SupervisorAgentDeps, r as CreateSandboxOptions, ra as createSandboxToolPartState, rc as ShapeRegistry, ri as CollectedAgentTurn, rl as AnalystRegistry, rn as SupervisorSpanOptions, ro as AgenticSurface, rr as bestDelivered, rs as defaultAnalystInstruction, rt as supervisorRunsRoot, ru as SteerableSandboxArgs, s as makeFinding, sa as sumSandboxUsage, sc as LeaderboardBenchmarkAdapter, si as ChampionPick, sl as ContinuationInstruction, sn as PromptHandle, so as CorpusReadbackOptions, sr as runTree, ss as CombinatorShape, st as workerInboxFileFromEventDir, su as InboxMessage, t as AgentProfile, ta as createSandboxLineage, tc as ShapeBudget, ti as AgentTurnBackend, tl as createWaterfallCollector, tn as supervisorAgent, to as AgenticOptions, tr as FinalizerSettled, ts as ObserveInput, tt as safeWorkerFile, tu as DEFAULT_SANDBOX_STEERING_MAX_TURNS, u as SuperviseSurfaceOptions, ua as probeSandboxCapabilities, uc as LeaderboardRunContext, ui as EvolutionAuthor, un as analyzesFindingsReportPrompt, uo as ShotSpec, ur as CoordinationOwnerId, us as CorpusRecord, ut as InMemoryRunContextOptions, uu as WorktreeCommandResult, v as worktreeFanout, va as equalKOnCost, vc as CompletionVerdict, vf as BusStats, vi as pickChampion, vn as promptHandle, vo as adaptiveRefine, vr as createBudgetPool, vs as FanoutWinnerSelector, vt as createWorktreeCliExecutor, w as composeWorkerEvidence, wa as runPersonified, wc as GroupOf, wf as watchTrace, wi as authorStrategy, wn as RollingDispatchOptions, wo as sample, wr as assessAuthoredProfile, ws as PanelJudge, wt as GraphEdge, x as VERIFY_TAIL_CHARS, xa as createShapeRegistry, xc as sentinelCompletion, xf as createEventBus, xi as AuthorStrategyOptions, xn as DispatchReport, xo as depthStrategy, xr as ProfileRichness, xs as LoopUntilSpec, xt as AgentGraph, y as EVIDENCE_MAX_CHARS, ya as trajectoryReport, yc as completionAuthorizes, yf as EventBus, yi as runStrategyEvolution, yn as supervisorPolicyPrompt, yo as breadthStrategy, yr as spendFromUsageEvents, ys as FlatWidenGate, yt as assertModelAllowed, z as TrajectoryAnalysis, za as buildSteerContext, zc as AuditIntentInput, zf as pendingWaits, zi as StdioMcpServerSpec, zn as PlateauOptions, zo as ResolvedMcpServerLaunch, zr as StructuralRolloutPolicy, zs as Verify, zt as workerFromBackend } from "./index-xP27vtnt.js";
2
2
  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";
3
- import { $ as MaterializedModelIdentity, A as providerAsSandboxClient, An as isWaitOutcome, At as WidenGate, Bn as decodeToolPart, C as ProviderAsSandboxClientOptions, Cn as PendingWait, Ct as SupervisedResult, D as WorkspaceRequest, Dn as WaitRejection, Dt as UnknownMaterializationReason, E as SandboxClientProviderOptions, En as WaitProbeRegistry, Et as TreeView, F as createTangleSandboxExactProcessProvider, Fn as SessionMessageLike, Ft as readWorkerTraceContext, G as ExecutorExecutionBinding, Gn as ExecutorProgress, H as Executor, Hn as ActivityLog, I as Agent, In as SessionTraceBox, It as workerTraceEnv, J as ExecutorNodeContext, Jn as createActivityLog, K as ExecutorFactory, Kn as ScopeProgressInput, L as AgentExecutionRef, Ln as ToolStepInput, Lt as workerTraceSeamKey, M as sandboxClientAsProvider, Mn as timerAt, Mt as WorkerTraceUnavailableReason, N as CreateTangleSandboxExactProcessProviderOptions, Nn as validateWaitSpec, Nt as WorkerTraceResolver, O as createAgentEnvironmentProviderRegistry, On as WaitSpec, Ot as UsageEvent, P as SandboxControlClient, Pn as waitUntil, Pt as WorkerTraceSeamCarrier, Q as MaterializedExecutionIdentity, R as AgentSpec, Rn as TraceSource, S as PlacementInfo, St as SteerableRootHandle, T as ResourceRequest, Tn as WaitProbe, Tt as SupervisorOpts, U as ExecutorAccounting, Un as ActivityNote, V as ExecutionBindingReceipt, Vn as sandboxSessionTraceSource, W as ExecutorContext, Wn as DEFAULT_STALL_AFTER_MS, X as ExecutorResult, Y as ExecutorRegistry, Yn as readWorkerProgress, Z as Handle, _ as CheckpointRequest, _t as SpawnJournal, a as AgentEnvironmentProviderRef, at as ProfileMaterializationReceipt, b as ExecResult, bt as SpawnRejection, c as AgentEnvironmentStatus, ct as ResumedKeyState, d as AgentSession, dt as RootMaterialization, et as NoWinnerError, f as AgentSessionRef, ft as RootSignal, g as CheckpointRef, gt as SpawnEvent, h as AgentTurnResult, ht as Settled, i as AgentEnvironmentProvider, in as createOtelExporter, it as NodeStatus, j as resolveAgentEnvironmentProvider, jn as pollFor, jt as WorkerTraceEvidence, k as providerAsExecutor, kn as createWaitProbes, kt as WaitOpts, l as AgentEnvironmentSummary, lt as ResumedWork, m as AgentTurnInput, mt as Scope, n as AgentEnvironmentCapabilities, nt as NodeId, o as AgentEnvironmentProviderRegistry, ot as Restart, p as AgentSessionStatus, pt as Runtime, q as ExecutorMaterialization, qn as WorkerProgress, r as AgentEnvironmentEvent, rn as createOpenInferenceFileExporter, rt as NodeSnapshot, s as AgentEnvironmentQuery, st as ResultBlobStore, t as AgentEnvironment, tt as NodeExecutionIdentity, u as AgentProfileRef, ut as RootHandle, v as CreateAgentEnvironmentInput, vt as SpawnOpts, w as ProviderExecutorOptions, wn as WaitOutcome, wt as Supervisor, x as ForkRequest, xt as Spend, y as ExecRequest, yt as SpawnPrior, z as Budget, zn as createPushTraceSource } from "./environment-provider-CEjwunXO.js";
3
+ import { $ as MaterializedModelIdentity, A as providerAsSandboxClient, An as isWaitOutcome, At as WidenGate, Bn as decodeToolPart, C as ProviderAsSandboxClientOptions, Cn as PendingWait, Ct as SupervisedResult, D as WorkspaceRequest, Dn as WaitRejection, Dt as UnknownMaterializationReason, E as SandboxClientProviderOptions, En as WaitProbeRegistry, Et as TreeView, F as createTangleSandboxExactProcessProvider, Fn as SessionMessageLike, Ft as readWorkerTraceContext, G as ExecutorExecutionBinding, Gn as ExecutorProgress, H as Executor, Hn as ActivityLog, I as Agent, In as SessionTraceBox, It as workerTraceEnv, J as ExecutorNodeContext, Jn as createActivityLog, K as ExecutorFactory, Kn as ScopeProgressInput, L as AgentExecutionRef, Ln as ToolStepInput, Lt as workerTraceSeamKey, M as sandboxClientAsProvider, Mn as timerAt, Mt as WorkerTraceUnavailableReason, N as CreateTangleSandboxExactProcessProviderOptions, Nn as validateWaitSpec, Nt as WorkerTraceResolver, O as createAgentEnvironmentProviderRegistry, On as WaitSpec, Ot as UsageEvent, P as SandboxControlClient, Pn as waitUntil, Pt as WorkerTraceSeamCarrier, Q as MaterializedExecutionIdentity, R as AgentSpec, Rn as TraceSource, S as PlacementInfo, St as SteerableRootHandle, T as ResourceRequest, Tn as WaitProbe, Tt as SupervisorOpts, U as ExecutorAccounting, Un as ActivityNote, V as ExecutionBindingReceipt, Vn as sandboxSessionTraceSource, W as ExecutorContext, Wn as DEFAULT_STALL_AFTER_MS, X as ExecutorResult, Y as ExecutorRegistry, Yn as readWorkerProgress, Z as Handle, _ as CheckpointRequest, _t as SpawnJournal, a as AgentEnvironmentProviderRef, at as ProfileMaterializationReceipt, b as ExecResult, bt as SpawnRejection, c as AgentEnvironmentStatus, ct as ResumedKeyState, d as AgentSession, dt as RootMaterialization, et as NoWinnerError, f as AgentSessionRef, ft as RootSignal, g as CheckpointRef, gt as SpawnEvent, h as AgentTurnResult, ht as Settled, i as AgentEnvironmentProvider, in as createOtelExporter, it as NodeStatus, j as resolveAgentEnvironmentProvider, jn as pollFor, jt as WorkerTraceEvidence, k as providerAsExecutor, kn as createWaitProbes, kt as WaitOpts, l as AgentEnvironmentSummary, lt as ResumedWork, m as AgentTurnInput, mt as Scope, n as AgentEnvironmentCapabilities, nt as NodeId, o as AgentEnvironmentProviderRegistry, ot as Restart, p as AgentSessionStatus, pt as Runtime, q as ExecutorMaterialization, qn as WorkerProgress, r as AgentEnvironmentEvent, rn as createOpenInferenceFileExporter, rt as NodeSnapshot, s as AgentEnvironmentQuery, st as ResultBlobStore, t as AgentEnvironment, tt as NodeExecutionIdentity, u as AgentProfileRef, ut as RootHandle, v as CreateAgentEnvironmentInput, vt as SpawnOpts, w as ProviderExecutorOptions, wn as WaitOutcome, wt as Supervisor, x as ForkRequest, xt as Spend, y as ExecRequest, yt as SpawnPrior, z as Budget, zn as createPushTraceSource } from "./environment-provider-PM9PeW_J.js";
4
4
  import { C as streamRouterChatWithTools, D as ToolLoopMessageRecord, E as ToolLoopCompactionOptions, S as routerToolLoop, T as ToolLoopCompaction, _ as RouterToolLoopResult, b as routerChatWithTools, g as RouterToolCall, h as RouterConfig, m as RouterChatToolsResult, p as RouterChatResult, v as ToolSpec, w as ToolLoopChat, x as routerChatWithUsage, y as routerBrain } from "./local-harness-BIajef4A.js";
5
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 AgentExecutionRef, type AgentGraph, 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 AnalyzeOnSettleRoute, 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 AuthorizeDownMessage, type AuthorizedDownMessage, type AuthorizedSpawn, type AuthorizedSpawnContext, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BridgeSeam, type Budget, type BudgetPool, type BudgetPoolRestore, 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 ContinuationInstruction, type CoordinationBinding, type CoordinationDeliveryEvidence, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CoordinationOwnerId, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, 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 DeliverableResolutionInput, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageAuthorizationInput, type DownMessageDeliveryAttempt, type DownMessageDeliveryOutcome, type DownMessageEvent, type DriveHarness, type DriveHarnessOwnerContext, type Driver, type DriverAgentOptions, type DumbDriverOptions, EVIDENCE_MAX_CHARS, type EdgeDeliveryOutcome, type EdgeTraversal, 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 ExecutionBindingReceipt, type Executor, type ExecutorAccounting, type ExecutorConfig, type ExecutorContext, type ExecutorExecutionBinding, type ExecutorFactory, type ExecutorMaterialization, type ExecutorNodeContext, 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 GraphEdge, GraphEdgeCapError, type GraphNode, type GraphResult, 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 MaterializedExecutionIdentity, type MaterializedModelIdentity, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NaiveDriverOptions, type NoProgressForOptions, type NoWinnerError, type NodeExecutionIdentity, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type ObserveSupervisorNodeEvent, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileMaterializationReceipt, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type PromptHandle, type PromptRegistry, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderSeam, type PublishOptions, type RegisteredPrompt, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveDriveHarness, type ResolveSandboxClientOptions, type ResolveSupervisorTools, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RollingDispatchOptions, type RootHandle, type RootMaterialization, type RootSignal, type RouterChatResult, type RouterChatToolsResult, type RouterConfig, type RouterSeam, type RouterToolCall, type RouterToolLoopResult, type RouterToolsSeam, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunGraphOptions, 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 SpawnForest, type SpawnForestEvent, type SpawnForestInDoubtNode, type SpawnForestMissingTree, type SpawnForestNode, type SpawnForestTree, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableRootHandle, type SteerableSandboxArgs, type SteerableSandboxSession, type SteeringDecision, type SteeringDirectiveData, 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 SupervisorNodeContext, type SupervisorNodeContextSeed, type SupervisorOpts, type SupervisorProfile, type SupervisorSpanAttributes, type SupervisorSpanOptions, type SupervisorSpanOutcome, type SupervisorSpanRecorder, type SupervisorToolDescriptor, type SupervisorToolInvocationContext, 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 UnknownMaterializationReason, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, WORKER_TOOL_TRACE_SCHEMA_VERSION, 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 WorkerSpawnContext, type WorkerSteerRequest, type WorkerToolTraceArtifact, type WorkerTraceEvidence, type WorkerTraceResolver, type WorkerTraceSeamCarrier, type WorkerTraceUnavailableReason, 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, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, authoredWorker, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, canonicalizeAuthoredProfile, captureWorkerTraceEvidence, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, driverAgent, dumbContinuationFailPrompt, dumbContinuationPassPrompt, dumbDriver, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, naiveDriver, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, 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, runGraph, runInWorkspace, runLoop, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, steeringDriver, stopSentinel, strategyAuthorContract, streamAgentTurn, streamRouterChatWithTools, structuralRollout, sumSandboxUsage, supervise, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
package/dist/kernel.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { _ as captureWorkerTraceEvidence, a as loadSpawnForest, b as workerTraceAnalysisStore, c as replaySpawnTree, g as WORKER_TOOL_TRACE_SCHEMA_VERSION, i as InMemorySpawnJournal, n as FileSpawnJournal, o as materializeTreeView, r as InMemoryResultBlobStore, s as pendingWaits, t as FileResultBlobStore, x as contentAddress, y as parseWorkerToolTraceArtifact } from "./spawn-journal-DsZKDqeh.js";
2
- import { $ as queueOf, D as createOpenInferenceFileExporter, G as validateWaitSpec, H as isWaitOutcome, J as createActivityLog, K as waitUntil, O as createOtelExporter, Q as freeSlots, U as pollFor, V as createWaitProbes, W as timerAt, X as readWorkerProgress, Z as effectiveConcurrency, _ as workerTraceEnv, _t as routerChatWithUsage, a as pickBestDelivered, et as rollingDispatch, g as readWorkerTraceContext, gt as routerChatWithTools, ht as routerBrain, i as collectDelivered, m as settledToIteration, n as createSupervisor, o as runFinalizer, ot as createBudgetPool, q as DEFAULT_STALL_AFTER_MS, r as bestDelivered, s as runTree, st as spendFromUsageEvents, t as createRootHandle, u as createScope, v as workerTraceSeamKey, vt as routerToolLoop, yt as streamRouterChatWithTools } from "./supervisor-DjZ82HIB.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-C4Jv_7vt.js";
4
- import { $ as panel, A as runStrategyEvolution, At as defaultAuditorInstruction, B as equalKOnCost, Bt as secretEnvOfMcpServer, C as GraphEdgeCapError, Ct as leaderboard, D as streamAgentTurn, Dt as renderLeaderboardSvg, E as collectAgentTurn, Et as renderLeaderboardMarkdown, F as SandboxRunAbortError, Ft as sanitizeMcpToolSchema, G as createShapeRegistry, H as definePersona, I as openSandboxRun, It as envKeyProvider, J as InMemoryCorpus, K as registerShape, L as printBenchmarkReport, Lt as mcpSecretEnvMetadataKey, M as assertStrategyContract, Mt as connectStdioMcp, N as authorStrategy, Nt as materializeLocalMcp, O as discriminatingMeans, Ot as renderPairwiseMarkdown, P as strategyAuthorContract, Pt as createMcpEnvironment, Q as loopUntil, R as runBenchmark, Rt as resolveMcpServerLaunch, St as stopSentinel, T as runGraph, Tt as renderLeaderboardHtml, U as runPersonified, V as trajectoryReport, W as builtinShapes, X as fanout, Y as renderCorpusToInstructions, Z as flatWidenGate, _ as settledWorkerOut, _t as loopCampaignDispatch, a as localShell, at as buildSteerContext, b as analyzeTrace, bt as deterministicCompletion, c as createVerifierEnvironment, ct as inProcessSandboxClient, d as worktreeFanout, dt as dumbDriver, et as pipeline, f as EVIDENCE_MAX_CHARS, ft as naiveDriver, g as composeWorkerEvidence, gt as inlineSandboxClient, h as closingWorkerNote, ht as localSandboxClient, i as jjWorkspace, it as assertTraceDerivedFindings, j as selectChampion, jt as McpSpawnFault, k as pickChampion, kt as auditIntent, l as failuresAnalyst, lt as harvestCorpus, m as VERIFY_TAIL_CHARS, mt as resolveSandboxClient, n as makeFinding, nt as verify, o as runInWorkspace, ot as createScopeAnalyst, p as NOTE_MAX_CHARS, pt as steeringDriver, q as FileCorpus, r as gitWorkspace, rt as widen, s as createWaterfallCollector, st as registryScopeAnalyst, t as computeFindingId, tt as selectValidWinner, u as superviseSurface, ut as defineLeaderboard, v as copyUntrackedIntoClone, vt as loopDispatch, w as defaultEdgeTraversalCap, wt as pairwiseSignificance, x as patchDelivered, xt as sentinelCompletion, y as withUntrackedArtifacts, yt as completionAuthorizes, z as promotionGate, zt as resolveSecretEnv } from "./runtime-OI7oLLec.js";
2
+ import { $ as queueOf, D as createOpenInferenceFileExporter, G as validateWaitSpec, H as isWaitOutcome, J as createActivityLog, K as waitUntil, O as createOtelExporter, Q as freeSlots, U as pollFor, V as createWaitProbes, W as timerAt, X as readWorkerProgress, Xt as assertModelAllowed, Z as effectiveConcurrency, Zt as assertProfileModelsAllowed, _ as workerTraceEnv, _t as routerChatWithUsage, a as pickBestDelivered, et as rollingDispatch, g as readWorkerTraceContext, gt as routerChatWithTools, ht as routerBrain, i as collectDelivered, m as settledToIteration, n as createSupervisor, o as runFinalizer, ot as createBudgetPool, q as DEFAULT_STALL_AFTER_MS, r as bestDelivered, s as runTree, st as spendFromUsageEvents, t as createRootHandle, u as createScope, v as workerTraceSeamKey, vt as routerToolLoop, yt as streamRouterChatWithTools } from "./supervisor-DpjO0Gmy.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-zY0oqQzO.js";
4
+ import { $ as panel, A as runStrategyEvolution, At as defaultAuditorInstruction, B as equalKOnCost, Bt as secretEnvOfMcpServer, C as GraphEdgeCapError, Ct as leaderboard, D as streamAgentTurn, Dt as renderLeaderboardSvg, E as collectAgentTurn, Et as renderLeaderboardMarkdown, F as SandboxRunAbortError, Ft as sanitizeMcpToolSchema, G as createShapeRegistry, H as definePersona, I as openSandboxRun, It as envKeyProvider, J as InMemoryCorpus, K as registerShape, L as printBenchmarkReport, Lt as mcpSecretEnvMetadataKey, M as assertStrategyContract, Mt as connectStdioMcp, N as authorStrategy, Nt as materializeLocalMcp, O as discriminatingMeans, Ot as renderPairwiseMarkdown, P as strategyAuthorContract, Pt as createMcpEnvironment, Q as loopUntil, R as runBenchmark, Rt as resolveMcpServerLaunch, St as stopSentinel, T as runGraph, Tt as renderLeaderboardHtml, U as runPersonified, V as trajectoryReport, W as builtinShapes, X as fanout, Y as renderCorpusToInstructions, Z as flatWidenGate, _ as settledWorkerOut, _t as loopCampaignDispatch, a as localShell, at as buildSteerContext, b as analyzeTrace, bt as deterministicCompletion, c as createVerifierEnvironment, ct as inProcessSandboxClient, d as worktreeFanout, dt as dumbDriver, et as pipeline, f as EVIDENCE_MAX_CHARS, ft as naiveDriver, g as composeWorkerEvidence, gt as inlineSandboxClient, h as closingWorkerNote, ht as localSandboxClient, i as jjWorkspace, it as assertTraceDerivedFindings, j as selectChampion, jt as McpSpawnFault, k as pickChampion, kt as auditIntent, l as failuresAnalyst, lt as harvestCorpus, m as VERIFY_TAIL_CHARS, mt as resolveSandboxClient, n as makeFinding, nt as verify, o as runInWorkspace, ot as createScopeAnalyst, p as NOTE_MAX_CHARS, pt as steeringDriver, q as FileCorpus, r as gitWorkspace, rt as widen, s as createWaterfallCollector, st as registryScopeAnalyst, t as computeFindingId, tt as selectValidWinner, u as superviseSurface, ut as defineLeaderboard, v as copyUntrackedIntoClone, vt as loopDispatch, w as defaultEdgeTraversalCap, wt as pairwiseSignificance, x as patchDelivered, xt as sentinelCompletion, y as withUntrackedArtifacts, yt as completionAuthorizes, z as promotionGate, zt as resolveSecretEnv } from "./runtime-DZblIf3R.js";
5
5
  import { i as mapSandboxToolEvent, n as extractLlmCallEvent, o as sumSandboxUsage, r as mapSandboxEvent, t as createSandboxToolPartState } from "./sandbox-events-Yhd1GYWl.js";
6
- import { $ as allOf, $t as formatPromptHandle, Bt as assertProfileModelsAllowed, Ct as createWorktreeCliExecutor, Dt as decodeToolPart, Et as createPushTraceSource, F as defaultDelegateBudget, Ft as probeSandboxCapabilities, Gt as defaultProfileRichnessThresholds, Ht as assessAuthoredProfile, I as delegate, It as acquireSandbox, Jt as analyzesFindingsReportPrompt, Kt as profileRichnessFinding, Lt as FileCoordinationLog, Mt as runAgentRounds, Nt as runLoop, Ot as sandboxSessionTraceSource, Pt as createSandboxLineage, Q as finalizeBestDelivered, Qt as dumbContinuationPassPrompt, Rt as createSupervisorSpanRecorder, St as createExecutorRegistry, Tt as createSteerableSandboxSession, Ut as authoredWorker, Vt as asAuthoredProfile, Wt as canonicalizeAuthoredProfile, Xt as delegatesWorkerBriefPrompt, Yt as createPromptRegistry, Z as driverAgent, Zt as dumbContinuationFailPrompt, _t as watchTrace, a as resolveSupervisorProfile, at as sampleFromSettled, bt as cliWorktreeExecutor, ct as bestSoFar, dt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, en as kernelPromptRegistry, et as allWorkersStalled, ft as canonicalFindingEvent, gt as defaultToolDetectors, ht as createEventBus, i as assertCoordinationBinding, in as gateOnDeliverable, it as plateau, jt as defaultSelectWinner, kt as createInbox, lt as plateauLength, mt as normalizeAnalyzeOnSettle, n as supervise, nn as promptHandle, nt as createProgressTracker, o as supervisorAgent, ot as anytimeReport, qt as supervisorInstructions, r as workerFromBackend, rn as supervisorPolicyPrompt, rt as noProgressFor, s as serveCoordinationMcp, st as areaUnderCurve, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, tn as naiveContinuationPrompt, tt as anyOf, ut as renderAnytimeTable, vt as createFileRunContext, wt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, xt as createExecutor, yt as createInMemoryRunContext, zt as assertModelAllowed } from "./supervise-Dwq16u8n.js";
7
- import { a as sandboxClientAsProvider, i as resolveAgentEnvironmentProvider, n as providerAsExecutor, o as createTangleSandboxExactProcessProvider, r as providerAsSandboxClient, t as createAgentEnvironmentProviderRegistry } from "./environment-provider-CY22kUQH.js";
6
+ import { $ as allOf, $t as naiveContinuationPrompt, Bt as assessAuthoredProfile, Ct as createWorktreeCliExecutor, Dt as decodeToolPart, Et as createPushTraceSource, F as defaultDelegateBudget, Ft as probeSandboxCapabilities, Gt as supervisorInstructions, Ht as canonicalizeAuthoredProfile, I as delegate, It as acquireSandbox, Jt as delegatesWorkerBriefPrompt, Kt as analyzesFindingsReportPrompt, Lt as FileCoordinationLog, Mt as runAgentRounds, Nt as runLoop, Ot as sandboxSessionTraceSource, Pt as createSandboxLineage, Q as finalizeBestDelivered, Qt as kernelPromptRegistry, Rt as createSupervisorSpanRecorder, St as createExecutorRegistry, Tt as createSteerableSandboxSession, Ut as defaultProfileRichnessThresholds, Vt as authoredWorker, Wt as profileRichnessFinding, Xt as dumbContinuationPassPrompt, Yt as dumbContinuationFailPrompt, Z as driverAgent, Zt as formatPromptHandle, _t as watchTrace, a as resolveSupervisorProfile, at as sampleFromSettled, bt as cliWorktreeExecutor, ct as bestSoFar, dt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, en as promptHandle, et as allWorkersStalled, ft as canonicalFindingEvent, gt as defaultToolDetectors, ht as createEventBus, i as assertCoordinationBinding, it as plateau, jt as defaultSelectWinner, kt as createInbox, lt as plateauLength, mt as normalizeAnalyzeOnSettle, n as supervise, nn as gateOnDeliverable, nt as createProgressTracker, o as supervisorAgent, ot as anytimeReport, qt as createPromptRegistry, r as workerFromBackend, rt as noProgressFor, s as serveCoordinationMcp, st as areaUnderCurve, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, tn as supervisorPolicyPrompt, tt as anyOf, ut as renderAnytimeTable, vt as createFileRunContext, wt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, xt as createExecutor, yt as createInMemoryRunContext, zt as asAuthoredProfile } from "./supervise-Cx24b3lw.js";
7
+ import { a as sandboxClientAsProvider, i as resolveAgentEnvironmentProvider, n as providerAsExecutor, o as createTangleSandboxExactProcessProvider, r as providerAsSandboxClient, t as createAgentEnvironmentProviderRegistry } from "./environment-provider-DqFS6FSZ.js";
8
8
  import { a as supervisorRunDir, c as workerControlLogFile, d as writeWorkerSteer, i as safeWorkerFile, l as workerInboxFile, n as legacySupervisorRunsRoot, o as supervisorRunsRoot, r as readWorkerSteerRequests, s as supervisorWorkersDir, t as legacySupervisorRunDir, u as workerInboxFileFromEventDir } from "./run-layout-C2FGmZ3v.js";
9
9
  export { DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, EVIDENCE_MAX_CHARS, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, GraphEdgeCapError, InMemoryCorpus, InMemoryResultBlobStore, InMemorySpawnJournal, McpSpawnFault, NOTE_MAX_CHARS, SandboxRunAbortError, VERIFY_TAIL_CHARS, WORKER_TOOL_TRACE_SCHEMA_VERSION, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, authoredWorker, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, canonicalizeAuthoredProfile, captureWorkerTraceEvidence, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, driverAgent, dumbContinuationFailPrompt, dumbContinuationPassPrompt, dumbDriver, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, naiveDriver, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, 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, runGraph, runInWorkspace, runLoop, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, steeringDriver, stopSentinel, strategyAuthorContract, streamAgentTurn, streamRouterChatWithTools, structuralRollout, sumSandboxUsage, supervise, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
@@ -1,8 +1,8 @@
1
1
  import { a as persistCandidateOutputArtifact, ct as omitTopLevelDigest, nt as canonicalCandidateBytes, ot as embeddedCandidateArtifact } from "./prepare--8EvLqCr.js";
2
2
  import { i as sealAgentCandidateBundle, t as captureAgentCandidateWorkspace } from "./workspace-archive-BQxvkypI.js";
3
- import { t as createAgentImprovementActivationResult } from "./activation-B7sTehZB.js";
3
+ import { t as createAgentImprovementActivationResult } from "./activation-DhWJ3p8N.js";
4
4
  import { r as researcherProfile } from "./researcher-CoVqNhfI.js";
5
- import { n as supervise } from "./supervise-Dwq16u8n.js";
5
+ import { n as supervise } from "./supervise-Cx24b3lw.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-Cuvb21T7.js.map
433
+ //# sourceMappingURL=knowledge-BOHj6nGh.js.map