@tangle-network/agent-runtime 0.182.0 → 0.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{activation-BfLdmBd5.js → activation-n31Hpe4r.js} +2 -2
- package/dist/{activation-BfLdmBd5.js.map → activation-n31Hpe4r.js.map} +1 -1
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +2 -2
- package/dist/{authoring-Dh_8qg7q.js → authoring-B05VmJoe.js} +4 -4
- package/dist/authoring-B05VmJoe.js.map +1 -0
- package/dist/{coordination-driver-DBvHI8ZG.js → coordination-driver-DwwFgEKZ.js} +19 -11
- package/dist/coordination-driver-DwwFgEKZ.js.map +1 -0
- package/dist/durable.d.ts +1 -1
- package/dist/durable.js +1 -1
- package/dist/{graph-lU6GacsN.js → graph-CJOhaZ35.js} +5 -5
- package/dist/graph-CJOhaZ35.js.map +1 -0
- package/dist/graph.d.ts +1 -1
- package/dist/graph.js +3 -3
- package/dist/{improvement-cycle-DezfYhlh.js → improvement-cycle-xqQfqSpf.js} +3 -3
- package/dist/{improvement-cycle-DezfYhlh.js.map → improvement-cycle-xqQfqSpf.js.map} +1 -1
- package/dist/{index-z2A6q-v0.d.ts → index-BhtdFMnG.d.ts} +16 -16
- package/dist/{index-BG4l6MHH.d.ts → index-Dg2UXocB.d.ts} +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7 -7
- package/dist/intelligence.js +3 -3
- package/dist/kernel.d.ts +1 -1
- package/dist/kernel.js +8 -8
- package/dist/{knowledge-CioWuU6F.js → knowledge-CRoESDWq.js} +3 -3
- package/dist/{knowledge-CioWuU6F.js.map → knowledge-CRoESDWq.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-Rzj8NOjr.js → loop-runner-bin-DBMN5QXW.js} +3 -3
- package/dist/{loop-runner-bin-Rzj8NOjr.js.map → loop-runner-bin-DBMN5QXW.js.map} +1 -1
- package/dist/{loop-runner-bin-Dj0GJJWz.d.ts → loop-runner-bin-NanoP_bG.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +30 -3
- package/dist/mcp/index.js +52 -6
- package/dist/mcp/index.js.map +1 -1
- package/dist/{openai-tools-B4Gbj7BL.js → openai-tools-DcBRPkrK.js} +2 -2
- package/dist/{openai-tools-B4Gbj7BL.js.map → openai-tools-DcBRPkrK.js.map} +1 -1
- package/dist/{provision-supervisor-BBPNrEQk.js → provision-supervisor-BOy-x5Rn.js} +4 -4
- package/dist/{provision-supervisor-BBPNrEQk.js.map → provision-supervisor-BOy-x5Rn.js.map} +1 -1
- package/dist/{runtime-Db1JYl9P.js → runtime-CDnK6T-T.js} +9 -9
- package/dist/{runtime-Db1JYl9P.js.map → runtime-CDnK6T-T.js.map} +1 -1
- package/dist/{structural-rollout-dG-cTxPq.js → structural-rollout-Cv_aUlFY.js} +2 -2
- package/dist/{structural-rollout-dG-cTxPq.js.map → structural-rollout-Cv_aUlFY.js.map} +1 -1
- package/dist/{supervise-rDa_CeUP.js → supervise-OiFWCM75.js} +9 -9
- package/dist/supervise-OiFWCM75.js.map +1 -0
- package/dist/{supervisor-Df9kT_z3.js → supervisor-DyRbmn1C.js} +2 -2
- package/dist/{supervisor-Df9kT_z3.js.map → supervisor-DyRbmn1C.js.map} +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +12 -12
- package/dist/tui/index.d.ts +1 -1
- package/dist/tui/index.js +1 -1
- package/package.json +1 -1
- package/skills/codemode/SKILL.md +1 -1
- package/skills/supervise/SKILL.md +2 -2
- package/dist/authoring-Dh_8qg7q.js.map +0 -1
- package/dist/coordination-driver-DBvHI8ZG.js.map +0 -1
- package/dist/graph-lU6GacsN.js.map +0 -1
- package/dist/supervise-rDa_CeUP.js.map +0 -1
|
@@ -2223,7 +2223,7 @@ interface CoordinationToolsOptions {
|
|
|
2223
2223
|
* the driver can still run lenses on demand via `run_analyst`). Lens routes require
|
|
2224
2224
|
* `analysts`; agent routes do not. */
|
|
2225
2225
|
readonly analyzeOnSettle?: ReadonlyArray<string | AnalyzeOnSettleRoute>;
|
|
2226
|
-
/** Hard cap on how many workers may be LIVE (spawned but not yet settled) at once. `
|
|
2226
|
+
/** Hard cap on how many workers may be LIVE (spawned but not yet settled) at once. `spawn_worker`
|
|
2227
2227
|
* counts the scope's non-terminal nodes and fails closed (`error: 'max-live-workers'`) BEFORE
|
|
2228
2228
|
* reserving from the pool when the cap is already met — a concurrency fence on top of the
|
|
2229
2229
|
* conserved-budget fence (the pool bounds total work; this bounds simultaneous work, e.g. live
|
|
@@ -4405,7 +4405,7 @@ interface CoordinationBinding {
|
|
|
4405
4405
|
readonly allowUnauthenticatedRemote?: boolean;
|
|
4406
4406
|
}
|
|
4407
4407
|
/**
|
|
4408
|
-
* Fail closed on a non-loopback coordination bind. `serveCoordinationMcp` mounts
|
|
4408
|
+
* Fail closed on a non-loopback coordination bind. `serveCoordinationMcp` mounts spawn_worker /
|
|
4409
4409
|
* steer_agent / stop with NO authentication of any kind (it is a bare JSON-RPC-over-HTTP handler),
|
|
4410
4410
|
* so a non-loopback bind lets anyone who can reach the port spawn agents and spend the run's
|
|
4411
4411
|
* conserved budget. There is no token to require yet, so the only honest options are loopback or an
|
|
@@ -4487,7 +4487,7 @@ type ObserveSupervisorNodeEvent = (context: SupervisorNodeContext, event: Coordi
|
|
|
4487
4487
|
/** How to run an external harness as the DRIVER, with the coordination verbs mounted — the substrate
|
|
4488
4488
|
* seam the caller supplies (mirrors `makeWorkerAgent` for spawned children). It runs `profile` on
|
|
4489
4489
|
* `task` in its backend (remote sandbox or local CLI bridge) with `coordinationMcpUrl` mounted as an MCP server,
|
|
4490
|
-
* so the harness calls
|
|
4490
|
+
* so the harness calls spawn_worker / await_event / stop as native tools over the live scope. */
|
|
4491
4491
|
interface DriveHarness {
|
|
4492
4492
|
(args: {
|
|
4493
4493
|
/** The caller's profile, EXACTLY as passed to `supervisorAgent` — never rewritten. A canonical
|
|
@@ -4529,7 +4529,7 @@ interface SupervisorAgentDeps {
|
|
|
4529
4529
|
readonly onProviderModel?: (model: string | undefined) => void;
|
|
4530
4530
|
/** Independent completion check for direct driver work (`submit_result`). */
|
|
4531
4531
|
readonly deliverable?: DeliverableSpec<unknown>;
|
|
4532
|
-
/** Hard cap on simultaneously-LIVE workers across both arms — `
|
|
4532
|
+
/** Hard cap on simultaneously-LIVE workers across both arms — `spawn_worker` fails closed once
|
|
4533
4533
|
* this many are in flight (a concurrency fence on top of the conserved-pool fence; bounds live
|
|
4534
4534
|
* boxes/sandboxes, not total work). Omit/`<= 0` = no cap. */
|
|
4535
4535
|
readonly maxLiveWorkers?: number;
|
|
@@ -4576,7 +4576,7 @@ interface SupervisorAgentDeps {
|
|
|
4576
4576
|
/** Idle time after which `observe_agent` reports a worker as stalled. Omit = runtime default. */
|
|
4577
4577
|
readonly stallAfterMs?: number;
|
|
4578
4578
|
/** Default continuity per worker PROFILE NAME (both arms) — `'resume'` re-attaches spawns of
|
|
4579
|
-
* that name to the node's latest settled worker; `
|
|
4579
|
+
* that name to the node's latest settled worker; `spawn_worker`'s per-call `continuity`
|
|
4580
4580
|
* overrides. Omit = every spawn fresh (status quo). */
|
|
4581
4581
|
readonly continuityByProfile?: Readonly<Record<string, ContinuityMode>>;
|
|
4582
4582
|
/** PROGRESS-derived stop rule (BOTH arms). Ends a run that has stopped learning BEFORE it
|
|
@@ -4905,7 +4905,7 @@ interface SuperviseOptions {
|
|
|
4905
4905
|
/** Default continuity per worker PROFILE NAME: `'resume'` makes each spawn of that name after
|
|
4906
4906
|
* the first re-attach to the node's most recent SETTLED worker — a NEW live worker whose spawn
|
|
4907
4907
|
* context carries the prior worker's identity (`WorkerSpawnContext.resume`), which the executor
|
|
4908
|
-
* seam re-attaches with. `
|
|
4908
|
+
* seam re-attaches with. `spawn_worker`'s per-call `continuity` argument overrides in either
|
|
4909
4909
|
* direction; `runGraph` derives this from delegates-edge `continuity`. Omit = every spawn is
|
|
4910
4910
|
* `'fresh'` (status quo). See `CoordinationToolsOptions.continuityByProfile` for the
|
|
4911
4911
|
* refusal semantics (no-prior / while-live / with-key) and the process-local resume boundary. */
|
|
@@ -4920,7 +4920,7 @@ interface SuperviseOptions {
|
|
|
4920
4920
|
* measured spend are restored before new admission. The built-in driver is resume-aware: children
|
|
4921
4921
|
* that already settled, including their exact execution identities, are replayed onto
|
|
4922
4922
|
* `Scope.resume` (and into the driver's settled ledger + its first context), keyed assignments
|
|
4923
|
-
* (`
|
|
4923
|
+
* (`spawn_worker`'s `key`) resolve to their committed results instead of re-running, pending
|
|
4924
4924
|
* waits re-arm on their original deadlines, and the coordination log loads prior questions,
|
|
4925
4925
|
* findings, and instruction receipts. The router arm receives all three in its resume brief; the
|
|
4926
4926
|
* external arm seeds prior questions while findings and receipts remain in the durable log.
|
|
@@ -6880,7 +6880,7 @@ type AuthoredProfile = AgentProfile & {
|
|
|
6880
6880
|
readonly systemPrompt: string;
|
|
6881
6881
|
};
|
|
6882
6882
|
};
|
|
6883
|
-
/** Narrow an untyped `
|
|
6883
|
+
/** Narrow an untyped `spawn_worker` profile argument to an `AuthoredProfile`, or null if the
|
|
6884
6884
|
* supervisor failed to author one (empty/placeholder profile — a skill violation worth catching). */
|
|
6885
6885
|
declare function asAuthoredProfile(raw: unknown): AuthoredProfile | null;
|
|
6886
6886
|
/** The supervisor SKILL — the how-to the supervisor reads (its system prompt). THE optimizable
|
|
@@ -7172,7 +7172,7 @@ interface DriverAgentOptions {
|
|
|
7172
7172
|
/** Independent completion check for work the driver performs itself. When present, the driver
|
|
7173
7173
|
* receives `submit_result`; the first passing submission ends the loop and becomes the output. */
|
|
7174
7174
|
readonly deliverable?: DeliverableSpec<unknown>;
|
|
7175
|
-
/** Hard cap on simultaneously-LIVE workers — `
|
|
7175
|
+
/** Hard cap on simultaneously-LIVE workers — `spawn_worker` fails closed once this many are in
|
|
7176
7176
|
* flight (a concurrency fence on top of the conserved-pool fence). Omit/`<= 0` = no cap. */
|
|
7177
7177
|
readonly maxLiveWorkers?: number;
|
|
7178
7178
|
/** The analyst lenses available to the driver. Required for `analyzeOnSettle` (and `run_analyst`).
|
|
@@ -7191,7 +7191,7 @@ interface DriverAgentOptions {
|
|
|
7191
7191
|
readonly stallAfterMs?: number;
|
|
7192
7192
|
/** Default continuity per worker PROFILE NAME — `'resume'` makes spawns of that name re-attach
|
|
7193
7193
|
* to the node's latest settled worker (see
|
|
7194
|
-
* `CoordinationToolsOptions.continuityByProfile`); `
|
|
7194
|
+
* `CoordinationToolsOptions.continuityByProfile`); `spawn_worker`'s per-call `continuity`
|
|
7195
7195
|
* argument overrides. Omit = every spawn fresh (status quo). */
|
|
7196
7196
|
readonly continuityByProfile?: Readonly<Record<string, ContinuityMode>>;
|
|
7197
7197
|
/** OPT-IN async gate run before every spawn mints an assignment or reserves budget. See
|
|
@@ -7367,7 +7367,7 @@ declare function serveCoordinationMcp(opts: {
|
|
|
7367
7367
|
deliverable?: DeliverableSpec<unknown>;
|
|
7368
7368
|
/** Called once when the external manager accepts a result or declares completion. */
|
|
7369
7369
|
onStop?: (reason: string | undefined) => void;
|
|
7370
|
-
/** Hard cap on simultaneously-LIVE workers — `
|
|
7370
|
+
/** Hard cap on simultaneously-LIVE workers — `spawn_worker` fails closed once this many are in
|
|
7371
7371
|
* flight (a concurrency fence on top of the conserved-pool fence). Omit/`<= 0` = no cap. */
|
|
7372
7372
|
maxLiveWorkers?: number;
|
|
7373
7373
|
/** Max wall-clock ms a single `await_event` may block before returning a re-pollable
|
|
@@ -7379,7 +7379,7 @@ declare function serveCoordinationMcp(opts: {
|
|
|
7379
7379
|
* `allowUnauthenticatedRemote` acknowledges the exposure. */
|
|
7380
7380
|
host?: string;
|
|
7381
7381
|
/** Explicit acknowledgment that binding a non-loopback `host` publishes UNAUTHENTICATED
|
|
7382
|
-
*
|
|
7382
|
+
* spawn_worker / steer_agent / stop to everyone who can reach the port. Required for any
|
|
7383
7383
|
* non-loopback bind; ignored for loopback ones. */
|
|
7384
7384
|
allowUnauthenticatedRemote?: boolean;
|
|
7385
7385
|
/** Trace-analyst lenses the driver can run (`run_analyst`) or auto-fire on settle. */
|
|
@@ -7410,7 +7410,7 @@ declare function serveCoordinationMcp(opts: {
|
|
|
7410
7410
|
* `WorkerSpawnContext.peerMailUrl`.
|
|
7411
7411
|
*
|
|
7412
7412
|
* It is a SEPARATE listener on its own port, not another tool on this server, and that is the
|
|
7413
|
-
* whole point: this server mounts
|
|
7413
|
+
* whole point: this server mounts spawn_worker / steer_agent / stop with no authentication, so a
|
|
7414
7414
|
* worker handed its URL could send a REAL `[SUPERVISOR]` instruction to a sibling and the peer
|
|
7415
7415
|
* channel's authority marking would mean nothing. The mail listener serves `send_mail` and
|
|
7416
7416
|
* `read_mail` and no other verb, on a per-worker secret path bound to that worker's identity.
|
|
@@ -7675,7 +7675,7 @@ type GraphEdge =
|
|
|
7675
7675
|
* spawn context carries `resume: { ofWorker, sequence }` for the executor seam, spending
|
|
7676
7676
|
* from the same conserved pool — the node's first spawn is effectively `'fresh'`, and a
|
|
7677
7677
|
* spawn while a prior worker is still live refuses loudly (steer is the live channel).
|
|
7678
|
-
* The driver's per-call `
|
|
7678
|
+
* The driver's per-call `spawn_worker` `continuity` argument overrides either way. Omit =
|
|
7679
7679
|
* `'fresh'` (today's behavior, byte-identical). Caps count resumes exactly like fresh
|
|
7680
7680
|
* spawns. */
|
|
7681
7681
|
readonly continuity?: ContinuityMode;
|
|
@@ -7835,7 +7835,7 @@ interface RunGraphTestOptions extends RunGraphOptions {
|
|
|
7835
7835
|
}
|
|
7836
7836
|
/**
|
|
7837
7837
|
* Execute an {@link AgentGraph}. The root node becomes the supervisor (`supervise()` — the
|
|
7838
|
-
* execution core), each worker node is spawnable BY NODE ID (`
|
|
7838
|
+
* execution core), each worker node is spawnable BY NODE ID (`spawn_worker` with
|
|
7839
7839
|
* `profile: { name: '<node id>' }`; the node's canonical profile is pinned by the graph), each
|
|
7840
7840
|
* delegates directive is appended to the worker profile's `prompt.instructions` per traversal,
|
|
7841
7841
|
* and each analyzes edge becomes an analyst-on-settle route with a real DESTINATION. Every
|
|
@@ -9096,4 +9096,4 @@ interface VerifierEnvironmentOptions {
|
|
|
9096
9096
|
declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
|
|
9097
9097
|
//#endregion
|
|
9098
9098
|
export { gitWorkspace as $, BenchmarkTaskRow as $a, TrajectoryReportOptions as $c, DelegationRunContext as $d, ConfigError as $f, probeSandboxCapabilities as $i, renderLeaderboardMarkdown as $l, freeSlots as $n, ResolveSupervisorTools as $o, promptModelProfileMaterialization as $p, defaultStructuralRolloutPolicy as $r, TERMINAL_DECISIONS as $s, createFileRunContext as $t, canonicalFindingEvent as $u, AttachWorkerOptions as A, fanout as Aa, Fanout as Ac, settleDetachedCoderTurn as Ad, ResearchOutputShape as Af, McpSpawnFault as Ai, LeaderboardSpec as Al, TraversalContinuity as An, SuperviseDispatchOptions as Ao, SpawnForestMissingTree as Ap, ProfileRichness as Ar, noProgressFor as As, readWorkerSteerAcknowledgement as At, CoordinationToolsOptions as Au, WorkerEvidenceInput as B, assertTraceDerivedFindings as Ba, PanelSpec as Bc, DriveTurnCapableBox as Bd, buildDelegationTraceSpans as Bf, SandboxRun as Bi, AxisScoresOf as Bl, dumbContinuationFailPrompt as Bn, SuperviseRegistry as Bo, AssertProfileMaterializationOptions as Bp, CheckRunner as Br, FinalizerSettled as Bs, workerCancellationsDir as Bt, QuestionLevel as Bu, SurfaceWorkerOut as C, createShapeRegistry as Ca, Corpus as Cc, DelegateRunCtx as Cd, DelegationProgress as Cf, AuthoredStrategy as Ci, LeaderboardBenchTask as Cl, EdgeTraversal as Cn, refine as Co, FileResultBlobStore as Cp, BudgetPoolRestore as Cr, ProgressView as Cs, cancelWorker as Ct, AuthorizeDownMessage as Cu, AuthoredHarness as D, FileCorpus as Da, EqualKOnCost as Dc, UiAuditorDelegate as Dd, DelegationStatusResult as Df, strategyAuthorSystemPrompt as Di, LeaderboardRunContext as Dl, GraphResult as Dn, LoopCampaignDispatchOptions as Do, SpawnForest as Dp, createBudgetPool as Dr, allWorkersStalled as Ds, readRunCancellation as Dt, CoordinationEvent as Du, superviseSurface as E, runPersonified as Ea, EqualKArm as Ec, SettleDetachedCoderTurnOptions as Ed, DelegationStatusArgs as Ef, strategyAuthorContract as Ei, LeaderboardIterationInfo as El, GraphNode as En, sampleThenRefine as Eo, InMemorySpawnJournal as Ep, ReservationTicket as Er, allOf as Es, readRunCancelRequest as Et, ContinuityMode as Eu, workerInteractiveBindingFile as F, selectValidWinner as Fa, LoopUntil as Fc, createFleetWorkspaceExecutor as Fd, DELEGATION_TRACE_MAX_BYTES as Ff, materializeLocalMcp as Fi, CompletionVerdict as Fl, PromptRegistry as Fn, AuthorizedSpawn as Fo, pendingWaits as Fp, profileRichnessFinding as Fr, SupervisorSpanOutcome as Fs, supervisorRunDir as Ft, DownMessageEvent as Fu, UntrackedCopyStats as G, McpEnvironmentOptions as Ga, RenderCorpusToInstructionsOptions as Gc, formatDetachedSessionRef as Gd, DelegationStateCorruptError as Gf, CheckpointCapableBox as Gi, LeaderboardRow as Gl, promptHandle as Gn, workerFromBackend as Go, ProfileMaterializationIssue as Gp, StructuralRolloutMessage as Gr, runFinalizer as Gs, workerSteerAcknowledgementsDir as Gt, SettledWorker as Gu, composeWorkerEvidence as H, createScopeAnalyst as Ha, Pipeline as Hc, RunDetachedTurnOptions as Hd, composeLoopTraceEmitters as Hf, TurnResult as Hi, Interval as Hl, formatPromptHandle as Hn, SuperviseTestOptions as Ho, DefineProfileMaterializationContractOptions as Hp, CheckSourceCtx as Hr, bestDelivered as Hs, workerInboxFile as Ht, QuestionPolicy as Hu, workerInteractiveBindingsDir as I, verify as Ia, LoopUntilSpec as Ic, createSiblingSandboxExecutor as Id, DELEGATION_TRACE_MAX_SPANS as If, Deliverable as Ii, completionAuthorizes as Il, RegisteredPrompt as In, AuthorizedSpawnContext as Io, replaySpawnTree as Ip, supervisorInstructions as Ir, SupervisorSpanRecorder as Is, supervisorRunsRoot as It, MakeWorkerAgent as Iu, GitWorkspaceOptions as J, BenchmarkCell as Ja, ScopeWidenGate as Jc, DelegationArgs as Jd, FileDelegationStoreOptions as Jf, SandboxLineageHandle as Ji, ProfileKeyOf as Jl, DispatchReport as Jn, CoordinationVerbs as Jo, controlProfileMaterialization as Jp, VisibleCheck as Jr, DriverAttemptsExhaustedError as Js, workerSteersDir as Jt, SpawnRefusal as Ju, copyUntrackedIntoClone as K, createMcpEnvironment as Ka, ScopeAnalyst as Kc, parseDetachedSessionRef as Kd, DelegationStore as Kf, ForkCapableBox as Ki, PairwiseOptions as Kl, supervisorPolicyPrompt as Kn, CoordinationBinding as Ko, ValidateProfileMaterializationOptions as Kp, StructuralRolloutPolicy as Kr, DriverAttemptRecord as Ks, workerSteerRequestFile as Kt, SpawnPreflight as Ku, EVIDENCE_MAX_CHARS as L, widen as La, LoopUntilState as Lc, DetachedSessionRefParts as Ld, DelegationTraceCaps as Lf, OpenSandboxRunBeforeStartContext as Li, deterministicCompletion as Ll, analyzesFindingsReportPrompt as Ln, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Lo, contentAddress as Lp, CheckExecChannel as Lr, createSupervisorSpanRecorder as Ls, supervisorWorkersDir as Lt, Question as Lu, WorkerInteractiveProviderSource as M, loopUntil as Ma, FanoutSynthesis as Mc, FleetHandle as Md, UiAuditorDelegationOutput as Mf, StdioMcpConnection as Mi, CompletionAnalyst as Ml, runGraph as Mn, loopCampaignDispatch as Mo, SpawnForestTree as Mp, asAuthoredProfile as Mr, sampleFromSettled as Ms, runCancelRequestFile as Mt, DownMessageAuthorizationInput as Mu, attachWorker as N, panel as Na, FanoutWinnerSelector as Nc, FleetWorkspaceExecutorOptions as Nd, delegationProfiles as Nf, StdioMcpServerSpec as Ni, CompletionEvidence as Nl, runGraphWithTestBrain as Nn, loopDispatch as No, loadSpawnForest as Np, assessAuthoredProfile as Nr, SupervisorSpanAttributes as Ns, runCancellationFile as Nt, DownMessageDeliveryAttempt as Nu, WorktreeFanoutOptions as O, InMemoryCorpus as Oa, EqualKOnCostOptions as Oc, coderTaskFromArgs as Od, FeedbackRating as Of, LocalMcpMaterialization as Oi, LeaderboardScenario as Ol, RunGraphOptions as On, LoopDispatchOptions as Oo, SpawnForestEvent as Op, spendFromUsageEvents as Or, anyOf as Os, readWorkerCancelRequests as Ot, CoordinationStats as Ou, readWorkerInteractiveBinding as P, pipeline as Pa, FlatWidenGate as Pc, SiblingSandboxExecutorOptions as Pd, CappedDelegationTrace as Pf, connectStdioMcp as Pi, CompletionPolicy as Pl, PromptHandle as Pn, superviseDispatch as Po, materializeTreeView as Pp, defaultProfileRichnessThresholds as Pr, SupervisorSpanOptions as Ps, safeWorkerFile as Pt, DownMessageDeliveryOutcome as Pu, WorkspaceRun as Q, BenchmarkStrategySummary as Qa, TrajectoryReportFn as Qc, DelegationResumeTick as Qd, BackendTransportError as Qf, SandboxCapabilities as Qi, renderLeaderboardHtml as Ql, effectiveConcurrency as Qn, ResolveDriveHarness as Qo, promptControlProfileMaterialization as Qp, defaultExtractCandidate as Qr, RunAgentRoundsOptions as Qs, RunContext as Qt, WorkerWatchOptions as Qu, NOTE_MAX_CHARS as R, CreateScopeAnalystOptions as Ra, Panel as Rc, DetachedTurn as Rd, DelegationTraceCollector as Rf, OpenSandboxRunOptions as Ri, sentinelCompletion as Rl, createPromptRegistry as Rn, DeliverableResolutionInput as Ro, AGENT_PROFILE_MATERIALIZATION_AXES as Rp, CheckOutcome as Rr, DeliveredOutput as Rs, workerCancelRequestsFile as Rt, QuestionDecision as Ru, SurfaceWorkerConfig as S, builtinShapes as Sa, CombinatorShape as Sc, CoderReviewer as Sd, DelegationProfile as Sf, AuthorStrategyOptions as Si, LeaderboardBenchScore as Sl, EdgeDeliveryOutcome as Sn, depthStrategy as So, mapExecutorResult as Sp, BudgetPool as Sr, ProgressTrackerOptions as Ss, cancelRun as St, AnalyzeOnSettleRoute as Su, failuresAnalyst as T, definePersona as Ta, CorpusRecord as Tc, DetachedWinnerSelection as Td, DelegationStatus as Tf, authorStrategy as Ti, LeaderboardFlagSpec as Tl, GraphEdgeCapError as Tn, sample as To, InMemoryResultBlobStore as Tp, ReservationRejection as Tr, StopRule as Ts, legacySupervisorRunsRoot as Tt, ContinuationInstruction as Tu, settledWorkerOut as U, registryScopeAnalyst as Ua, PipelineStage as Uc, createDetachedTurnResumeDriver as Ud, createDelegationTraceCollector as Uf, openSandboxRun as Ui, Leaderboard as Ul, kernelPromptRegistry as Un, supervise as Uo, KnownAgentProfileMaterializationAxis as Up, RepairStop as Ur, collectDelivered as Us, workerInboxFileFromEventDir as Ut, QuestionRecord as Uu, closingWorkerNote as V, buildSteerContext as Va, PanelVerdict as Vc, DriveTurnTick as Vd, capDelegationTrace as Vf, SandboxRunAbortError as Vi, GroupOf as Vl, dumbContinuationPassPrompt as Vn, SuperviseRegistryTable as Vo, CanonicalAgentProfileMaterializationAxis as Vp, CheckSource as Vr, SupervisorFinalizer as Vs, workerControlLogFile as Vt, QuestionOption as Vu, CopyOptions as W, McpEndpoint as Wa, RenderCorpusToInstructions as Wc, detachedTurnEvents as Wd, DelegationPersistenceError as Wf, BranchCapableBox as Wi, LeaderboardOptions as Wl, naiveContinuationPrompt as Wn, superviseWithTestBrain as Wo, ProfileMaterializationContract as Wp, StructuralRolloutConfig as Wr, pickBestDelivered as Ws, workerSteerAcknowledgementFile as Wt, QuestionUrgency as Wu, Workspace as X, BenchmarkLift as Xa, TrajectoryNode as Xc, DelegationResumeContext as Xd, AgentEvalError$1 as Xf, createSandboxLineage as Xi, leaderboard as Xl, DispatchUnit as Xn, DriveHarnessOwnerContext as Xo, fullProfileMaterialization as Xp, compareCheckOutcomes as Xr, DriverRetryPolicy as Xs, InMemoryRunContext as Xt, WorkerResumeContext as Xu, Shell as Y, BenchmarkConfig as Ya, SteerContext as Yc, DelegationRecord as Yd, InMemoryDelegationStore as Yf, SessionCapableBox as Yi, ScoreOf as Yl, DispatchStopReason as Yn, DriveHarness as Yo, defineProfileMaterializationContract as Yp, canDisplace as Yr, DriverProgressMark as Ys, writeWorkerSteer as Yt, SpawnRefusalCause as Yu, WorkspaceCommit as Z, BenchmarkReport as Za, TrajectoryReport as Zc, DelegationResumeDriver as Zd, AgentEvalErrorCode as Zf, CriuCapableClient as Zi, pairwiseSignificance as Zl, RollingDispatchOptions as Zn, ObserveSupervisorNodeEvent as Zo, profileMaterializationAxes$1 as Zp, composeCheckSources as Zr, classifyDriverFailure as Zs, InMemoryRunContextOptions as Zt, WorkerSpawnContext as Zu, boxSurfaceReader as _, profileOptimizerModelCall as _a, ObserveOptions as _c, FeedbackStore as _d, DelegationError as _f, StrategyEvolutionConfig as _i, ShapeContext as _l, readWorkerInteractiveAdmissions as _n, StrategyShotResult as _o, defaultToolDetectors as _p, ChatTransportTool as _r, AllWorkersStalledOptions as _s, WorkerCancelRequest as _t, WaterfallSpan as _u, SandboxInstance$1 as a, startRetainedRunInEnvironment as aa, localSandboxClient as ac, createInProcessTransport as ad, DelegateCodeArgs as af, selectBestIndex as ai, WidenSpec as al, worktreeCliProfileMaterialization as am, provisionSupervisor as an, AgenticSurface as ao, RetainedRunAdmissionError as ap, CoordinationMcpHandle as ar, SupervisorProfile as as, WORKER_TOOL_TRACE_SCHEMA_VERSION as at, auditIntent as au, SuperviseSurfaceOptions as b, equalKOnCost as ba, renderReport as bc, CoderDelegate as bd, DelegationHistoryEntry as bf, runStrategyEvolution as bi, decodeHarnessUsage as bl, createInPlaceCliExecutor as bn, breadthStrategy as bo, ExecutorResultMapping as bp, chatWorkerSeam as br, ProgressSample as bs, WorkerSteerRequest as bt, AnalystLensOutput as bu, VerifierEnvironmentOptions as c, reconnectRetainedInteractiveRun as ca, InProcessPromptCtx as cc, DELEGATE_INPUT_SCHEMA as cd, DelegateFeedbackArgs as cf, ChampionPick as ci, DefinePersonaInput as cl, WorktreeCliExecutorOptions as cn, ArtifactHandle as co, ValidationError as cp, driverAgent as cr, assertCoordinationBinding as cs, parseWorkerToolTraceArtifact as ct, AnytimeStrategySummary as cu, HarvestSurfaceDiffsOptions as d, ResolveSandboxClientOptions as da, HarvestCorpusOptions as dc, DelegateError as dd, DelegateResearchConfig as df, EvolutionAuthor as di, Persona as dl, InteractiveWorkerEnvironment as dn, ShotSpec as do, BusRecord as dp, CodeModeRunner as dr, supervisorAgentWithTestBrain as ds, createSupervisor as dt, areaUnderCurve as du, AcquireOptions as ea, TerminalDecision as ec, createCoordinationTools as ed, DelegationTaskQueue as ef, filterAuthoredAsserts as ei, Verify as el, promptOnlyProfileMaterialization as em, createInMemoryRunContext as en, Environment as eo, JudgeError as ep, queueOf as er, ResolvedSupervisorProfile as es, jjWorkspace as et, renderLeaderboardSvg as eu, SurfaceDiff as f, resolveSandboxClient as fa, HarvestFailure as fc, DelegateHandlerOptions as fd, DelegateResearchResult as ff, EvolutionBandInfo as fi, PersonaContext as fl, InteractiveWorkerKeyInput as fn, Strategy as fo, BusStats as fp, codeModeSupervisorTools as fr, CoordinationDeliveryEvidence as fs, ScopeArgs as ft, bestSoFar as fu, WatchedSurface as g, profileChatClient as ga, ObserveInput as gc, FeedbackEvent as gd, DelegateUiAuditRoute as gf, ReproductionCheck as gi, ShapeBudget as gl, WorkerInteractiveAdmission as gn, StrategyResult as go, WatchTraceOptions as gp, ChatTransportExecutorOptions as gr, PriorCoordination as gs, RunCancellation as gt, WaterfallReport as gu, SurfaceReader as h, promotionGate as ha, Observation as hc, validateDelegateArgs as hd, DelegateUiAuditResult as hf, EvolutionReport as hi, RunPersonifiedOptions as hl, workerFromInteractiveProvider as hn, StrategyMessage as ho, createEventBus as hp, ChatSessionStore as hr, FileCoordinationLog as hs, RunCancelRequest as ht, WaterfallCollector as hu, SandboxEvent$1 as i, startRetainedRun as ia, LocalSandboxClientOptions as ic, McpServerOptions as id, hashIdempotencyInput as if, sandboxCheckRunner as ii, WidenLineage as il, validateProfileMaterialization as im, SupervisorCleanupReceipt as in, AgenticRunResult as io, RetainedInteractiveBindingError as ip, delegate as ir, SupervisorNodeContextSeed as is, analyzeTrace as it, IntentAudit as iu, WorkerInteractiveBinding as j, flatWidenGate as ja, FanoutOptions as jc, DelegationExecutor as jd, UiAuditLensFilter as jf, McpToolDescriptor as ji, defineLeaderboard as jl, defaultEdgeTraversalCap as jn, SuperviseOptionsForDispatch as jo, SpawnForestNode as jp, ProfileRichnessThresholds as jr, plateau as js, readWorkerSteerRequests as jt, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as ju, worktreeFanout as k, renderCorpusToInstructions as ka, EqualKVerdict as kc, detachedSessionDelegate as kd, FeedbackRefersTo as kf, MaterializeLocalMcpOptions as ki, LeaderboardScore as kl, RunGraphTestOptions as kn, LoopOptionsForDispatch as ko, SpawnForestInDoubtNode as kp, AuthoredProfile as kr, createProgressTracker as ks, readWorkerCancellation as kt, CoordinationTools as ku, createVerifierEnvironment as l, recoverRetainedInteractiveRun as la, InProcessSandboxClientOptions as lc, DELEGATE_TOOL_NAME as ld, DelegateFeedbackResult as lf, ChampionPolicy as li, LoopShape as ll, WorktreePatchArtifact as ln, CorpusReadbackOptions as lo, CoderOutput as lp, finalizeBestDelivered as lr, resolveSupervisorProfile as ls, workerTraceAnalysisStore as lt, AnytimeTaskCurve as lu, SurfaceReadOutcome as m, PromotionVerdict as ma, harvestCorpus as mc, createDelegateHandler as md, DelegateUiAuditConfig as mf, EvolutionGeneration as mi, RunPersonified as ml, InteractiveWorkerResult as mn, StrategyCtx as mo, PublishOptions as mp, ChatCompletionsTransport as mr, CoordinationOwnerId as ms, settledToIteration as mt, renderAnytimeTable as mu, AnalystFinding$1 as n, reconnectRetainedRun as na, isTerminalDecision as nc, questionEscalationTargets as nd, SubmitInput as nf, officialChecksFromMeta as ni, Widen as nl, renderProfileMaterializationIssues as nm, ProvisionSupervisorRequest as nn, runBenchmark as no, PlannerError as np, DelegateOptions as nr, SupervisorAgentTestDeps as ns, runInWorkspace as nt, AuditIntentInput as nu, computeFindingId$1 as o, ClaimRetainedInteractiveControlOptions as oa, inlineSandboxClient as oc, createMcpServer as od, DelegateCodeConfig as of, structuralRollout as oi, WinnerStrategy as ol, PatchDeliverableOptions as on, AgenticTask as oo, RetainedRunDispatchBindingError as op, serveCoordinationMcp as or, SupervisorToolDescriptor as os, WorkerToolTraceArtifact as ot, defaultAuditorInstruction as ou, SurfaceReadBox as p, PromotionGateOptions as pa, HarvestReport as pc, DelegateResult as pd, DelegateUiAuditArgs as pf, EvolutionCandidate as pi, PersonaExecutors as pl, InteractiveWorkerOptions as pn, StrategyArtifacts as po, EventBus as pp, unsafeInProcessRunner as pr, CoordinationLog as ps, createScope as pt, plateauLength as pu, withUntrackedArtifacts as q, sanitizeMcpToolSchema as qa, ScopeAnalyzeInput as qc, runDetachedTurn as qd, FileDelegationStore as qf, SandboxLineage as qi, PairwiseVerdict as ql, ConcurrencyCaps as qn, CoordinationToolFace as qo, assertProfileMaterialization as qp, StructuralRolloutResult as qr, DriverAttemptStop as qs, workerSteerRequestsDir as qt, SpawnPreflightContext as qu, CreateSandboxOptions$1 as r, recoverRetainedRun as ra, runAgentRounds as rc, McpServer as rd, SubmitOutput as rf, resolveEntrySymbol as ri, WidenDecision as rl, sandboxActProfileMaterialization as rm, ProvisionedSupervisor as rn, AgenticOptions as ro, RetainedInteractiveAdmissionError as rp, defaultDelegateBudget as rr, SupervisorNodeContext as rs, TrajectoryAnalysis as rt, AuditIntentOptions as ru, makeFinding$1 as s, claimRetainedInteractiveControl as sa, InProcessOnPrompt as sc, DELEGATE_DESCRIPTION as sd, DelegateCodeResult as sf, visibleCheckScore as si, DefinePersona as sl, patchDelivered as sn, AgenticTool as so, RuntimeRunStateError as sp, DriverAgentOptions as sr, SupervisorToolInvocationContext as ss, captureWorkerTraceEvidence as st, AnytimeReport as su, AgentProfile$2 as t, acquireSandbox as ta, defaultSelectWinner as tc, normalizeAnalyzeOnSettle as td, DelegationTaskQueueOptions as tf, modelAuthoredChecks as ti, VerifySpec as tl, promptResourceProfileMaterialization as tm, ProvisionSupervisorConnection as tn, printBenchmarkReport as to, NotFoundError as tp, rollingDispatch as tr, SupervisorAgentDeps as ts, localShell as tt, renderPairwiseMarkdown as tu, BoxSurfaceReaderOptions as u, startRetainedInteractiveRun as ua, inProcessSandboxClient as uc, DelegateArgs as ud, DelegateResearchArgs as uf, EvolutionArchiveNode as ui, Outcome as ul, createWorktreeCliExecutor as un, RunAgenticOptions as uo, BusEvent as up, CodeModeOptions as ur, supervisorAgent as us, createRootHandle as ut, anytimeReport as uu, fsSurfaceReader as v, assertModelAllowed as va, defaultAnalystInstruction as vc, InMemoryFeedbackStore as vd, DelegationFeedbackSnapshot as vf, discriminatingMeans as vi, ShapeRegistry as vl, workerInteractiveAdmissionFile as vn, SurfaceScore as vo, watchTrace as vp, ChatWorkerSeamOptions as vr, NoProgressForOptions as vs, WorkerCancellation as vt, createWaterfallCollector as vu, analystsFromRegistry as w, registerShape as wa, CorpusFilter as wc, DetachedSessionDelegateOptions as wd, DelegationResultPayload as wf, assertStrategyContract as wi, LeaderboardBenchmarkAdapter as wl, GraphEdge as wn, runAgentic as wo, FileSpawnJournal as wp, BudgetReadout as wr, StopDecision as ws, legacySupervisorRunDir as wt, AuthorizedDownMessage as wu, SuperviseSurfaceResult as x, trajectoryReport as xa, AssertTraceDerivedFindings as xc, CoderReview as xd, DelegationHistoryResult as xf, selectChampion as xi, DefinedLeaderboard as xl, AgentGraph as xn, defineStrategy as xo, gateOnDeliverable as xp, createChatSessionStore as xr, ProgressTracker as xs, WriteWorkerSteerOptions as xt, AnalystRegistry as xu, harvestSurfaceDiffs as y, assertProfileModelsAllowed as ya, observe as yc, eventToSnapshot as yd, DelegationHistoryArgs as yf, pickChampion as yi, HarnessUsage as yl, InPlaceCliExecutorOptions as yn, adaptiveRefine as yo, DeliverableSpec as yp, chatTransportExecutor as yr, PlateauOptions as ys, WorkerSteerAcknowledgement as yt, AnalystFindingEvent as yu, VERIFY_TAIL_CHARS as z, RegistryAnalyzeProjection as za, PanelJudge as zc, DetachedTurnResumeDriverOptions as zd, DelegationTraceSpan as zf, OpenSandboxRunPromptOptions as zi, stopSentinel as zl, delegatesWorkerBriefPrompt as zn, SuperviseOptions as zo, AgentProfileMaterializationAxis as zp, CheckRunContext as zr, FinalizeContext as zs, workerCancellationFile as zt, QuestionEscalationTarget as zu };
|
|
9099
|
-
//# sourceMappingURL=index-
|
|
9099
|
+
//# sourceMappingURL=index-BhtdFMnG.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { as as SupervisorProfile, yp as DeliverableSpec, zo as SuperviseOptions } from "./index-
|
|
1
|
+
import { as as SupervisorProfile, yp as DeliverableSpec, zo as SuperviseOptions } from "./index-BhtdFMnG.js";
|
|
2
2
|
import { X as SupervisedResult, i as Budget } from "./types-B-rWcun_.js";
|
|
3
3
|
import { s as ExecutorConfig } from "./runtime-B-DLSfE5.js";
|
|
4
4
|
import { y as AgentCandidateOutputArtifactPort } from "./types-19ZOddS3.js";
|
|
@@ -135,4 +135,4 @@ declare function runKnowledgeImprovementJob(options: RunKnowledgeImprovementJobO
|
|
|
135
135
|
declare function buildKnowledgeImprovementExperimentBundles(bundle: AgentCandidateBundle, knowledge: KnowledgeImprovementCandidatePair): KnowledgeImprovementExperimentBundles;
|
|
136
136
|
//#endregion
|
|
137
137
|
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 };
|
|
138
|
-
//# sourceMappingURL=index-
|
|
138
|
+
//# sourceMappingURL=index-Dg2UXocB.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $ as OpenAIChatToolChoice, A as RuntimeRunCompleteInput, B as AgentBackendInput, F as RuntimeRunRow, G as AgentTaskContext, H as AgentKnowledgeProvider, I as RuntimeRunStatus, J as AgentTaskStatus, K as AgentTaskRunResult, L as startRuntimeRun, M as RuntimeRunHandle, N as RuntimeRunOptions, P as RuntimeRunPersistenceAdapter, Q as OpenAIChatTool, R as AgentAdapter, U as AgentRuntimeEvent, V as AgentExecutionBackend, W as AgentRuntimeEventSink, X as KnowledgeReadinessDecision, Y as BackendErrorDetail, Z as OpenAIChatResponseFormat, at as RuntimeStreamEvent, et as RunAgentTaskOptions, it as RuntimeSessionStore, j as RuntimeRunCost, m as LoopResult, nt as RuntimeCanonicalStreamEvent, q as AgentTaskSpec, r as Driver, rt as RuntimeSession, tt as RunAgentTaskStreamOptions, z as AgentBackendContext } from "./types-CrTTgig6.js";
|
|
2
2
|
import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
|
|
3
3
|
import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
|
|
4
|
-
import { $f as ConfigError, Du as CoordinationEvent, Kr as StructuralRolloutPolicy, Qf as BackendTransportError, Vs as SupervisorFinalizer, Xf as AgentEvalError, Zf as AgentEvalErrorCode, ap as RetainedRunAdmissionError, cp as ValidationError, ep as JudgeError, ip as RetainedInteractiveBindingError, np as PlannerError, op as RetainedRunDispatchBindingError, rp as RetainedInteractiveAdmissionError, sp as RuntimeRunStateError, tp as NotFoundError, xu as AnalystRegistry, zs as FinalizeContext } from "./index-
|
|
4
|
+
import { $f as ConfigError, Du as CoordinationEvent, Kr as StructuralRolloutPolicy, Qf as BackendTransportError, Vs as SupervisorFinalizer, Xf as AgentEvalError, Zf as AgentEvalErrorCode, ap as RetainedRunAdmissionError, cp as ValidationError, ep as JudgeError, ip as RetainedInteractiveBindingError, np as PlannerError, op as RetainedRunDispatchBindingError, rp as RetainedInteractiveAdmissionError, sp as RuntimeRunStateError, tp as NotFoundError, xu as AnalystRegistry, zs as FinalizeContext } from "./index-BhtdFMnG.js";
|
|
5
5
|
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-Bj6wJHlH.js";
|
|
6
6
|
import { $t as sanitizeRuntimeStreamEvent, A as ProviderModelExecutionEvidence, At as RuntimeEventOtelOptions, B as Settled, Bt as padTraceId, Ct as EvalRunsExportResult, Dt as OtelExportConfig, Et as OtelAttribute, Ft as createOtelExporter, Gt as RuntimeStreamEventSummary, Ht as RuntimeEventCollector, I as RootProviderModelEvidence, It as exportEvalRuns, J as SpendGap, Jt as SanitizedKnowledgeRequirement, K as Spend, Kt as RuntimeTelemetryOptions, Lt as generateSpanId, Mt as buildLoopSpanNodes, Nt as buildRuntimeEventOtelSpans, Ot as OtelExporter, Pt as createOpenInferenceFileExporter, Qt as sanitizeKnowledgeReadinessReport, Rt as loopEventToOtelSpan, St as EvalRunsExportConfig, Tt as LoopSpanNode, Ut as RuntimeStreamEventCollector, Vt as toOtelAttributes, Wt as RuntimeStreamEventSink, X as SupervisedResult, Xt as createRuntimeStreamEventCollector, Yt as createRuntimeEventCollector, Z as Supervisor, Zt as sanitizeAgentRuntimeEvent, _ as ExecutorRegistry, bt as EvalRunEvent, ct as WorkerTraceUnavailableReason, i as Budget, jt as buildLoopOtelSpans, k as ProviderModelAttemptEvidence, kt as OtelSpan, q as SpendChannel, qt as SanitizedKnowledgeReadinessReport, r as AgentSpec, s as Executor, st as WorkerTraceEvidence, wt as INTELLIGENCE_WIRE_VERSION, xt as EvalRunGeneration, z as Scope, zt as padSpanId } from "./types-B-rWcun_.js";
|
|
7
7
|
import { J as WorktreeCheckRunner } from "./runtime-B-DLSfE5.js";
|
|
@@ -10,8 +10,8 @@ import { A as AgentCandidateExecutionPhase, B as AgentCandidatePreparationEviden
|
|
|
10
10
|
import { A as AgentCandidateWorkspacePort, B as ResolvedAgentCandidateContainer, C as AgentCandidateProtectedModelSettlement, D as AgentCandidateRunFinalization, E as AgentCandidateRepositoryPort, F as PreparedAgentCandidateExecution, H as VerifiedAgentCandidateTaskOutcome, I as PreparedAgentCandidateInstruction, L as PreparedAgentCandidateKnowledge, M as CANDIDATE_TRACE_TAGS, N as CanonicalCandidateDocument, O as AgentCandidateTaskExecution, P as PersistedTaskOutcomeEvidence, R as PreparedAgentCandidateLaunch, S as AgentCandidateProtectedModelReservation, T as AgentCandidateProtectedRunCapture, V as VerifiedAgentCandidate, _ 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_ENV, k as AgentCandidateVerificationPorts, 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 AgentCandidateProtectedModelSettlementCall, x as AgentCandidateProtectedModelActivation, y as AgentCandidateOutputArtifactPort, z as PreparedAgentCandidateTrace } from "./types-19ZOddS3.js";
|
|
11
11
|
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, et as createProfileExecutionBackend, 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-DHSZjuLC.js";
|
|
12
12
|
import { $ as agenticGenerator, A as ImprovementCandidate, B as ImprovementProfilePopulationLineage, C as ImproveProfileComponents, D as ImproveScenarioPartitions, E as ImproveRuntimeCodeGeneratorOptions, F as ImprovementProfileCandidatePopulationAvailable, G as ReadonlyAgentProfile, H as ImprovementProfilePopulationObservationSource, I as ImprovementProfileCandidatePopulationUnavailable, J as AgenticGeneratorShotDisposition, K as AgenticGeneratorExecutorForWorktree, L as ImprovementProfilePopulationArtifactSource, M as ImprovementMaterializedProfilePopulationCandidate, N as ImprovementProfileCandidate, O as ImproveSkillsOptions, P as ImprovementProfileCandidatePopulation, Q as VerifyResult, R as ImprovementProfilePopulationCandidate, S as ImproveProfileAgent, T as ImproveResult, U as ImprovementRefusedProfilePopulationCandidate, V as ImprovementProfilePopulationLineageNode, W as DeepReadonly, X as AgenticGeneratorShotReceipt, Y as AgenticGeneratorShotExecution, Z as Verifier, _ as ImproveMethodOptions, a as ImproveCandidateValidationInput, b as ImproveOptimizationRunOptions, c as ImproveCodeOptions, d as ImproveCost, et as commandVerifier, f as ImproveCustomCodeGeneratorOptions, g as ImproveMethodLineage, h as ImproveMethodFactory, i as improve, j as ImprovementCodeCandidate, k as ImproveSurface, l as ImproveCodeResult, m as ImproveMethodContext, nt as CandidateGenerator, o as ImproveCandidateValidator, p as ImproveLineage, q as AgenticGeneratorOptions, s as ImproveCodeBaseOptions, t as Redactor, tt as defaultBuildPrompt, u as ImproveCodeRunOptions, v as ImproveMethodResult, w as ImproveProfileSurface, x as ImproveOptions, y as ImproveMethodSource, z as ImprovementProfilePopulationCandidateSource } from "./redact-BYcuQ6R_.js";
|
|
13
|
-
import { C as KnowledgeImprovementActivationExecutor, S as CreateKnowledgeImprovementActivationExecutorOptions, _ as SupervisedKnowledgeUpdater, a as KnowledgeImprovementJobResult, b as knowledgeReadinessDeliverable, c as createAgentKnowledgeReadinessCheck, d as KnowledgeReadinessCheckInput, f as KnowledgeReadinessCheckResult, g as SupervisedKnowledgeUpdateResult, h as SupervisedKnowledgeUpdateOptions, i as KnowledgeImprovementJobMeasurement, l as runKnowledgeImprovementJob, m as SupervisedKnowledgeUpdateInput, n as KnowledgeImprovementCandidatePair, o as RunKnowledgeImprovementJobOptions, p as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, r as KnowledgeImprovementExperimentBundles, s as buildKnowledgeImprovementExperimentBundles, t as AgentKnowledgeReadinessCheckOptions, u as KnowledgeReadinessCheck, v as createSupervisedKnowledgeUpdater, w as createKnowledgeImprovementActivationExecutor, x as runSupervisedKnowledgeUpdate, y as formatSupervisedKnowledgeTask } from "./index-
|
|
14
|
-
import { _ as researchLoopRunner, a as DELEGATED_LOOP_MODES, c as DelegatedLoopResult, d as ResearchLoopRunnerOptions, f as RunDelegatedLoopOptions, g as isDelegatedLoopMode, h as auditLoopRunner, i as runLoopRunnerCli, l as DelegatedLoopRunner, m as WorktreeLoopRunnerOptions, n as LoopRunnerCliResult, o as DelegatedLoopMode, p as VetoedFact, r as parseLoopRunnerArgv, s as DelegatedLoopRegistry, t as LoopRunnerCliArgs, u as ResearchLoopResult, v as runDelegatedLoop, y as worktreeLoopRunner } from "./loop-runner-bin-
|
|
13
|
+
import { C as KnowledgeImprovementActivationExecutor, S as CreateKnowledgeImprovementActivationExecutorOptions, _ as SupervisedKnowledgeUpdater, a as KnowledgeImprovementJobResult, b as knowledgeReadinessDeliverable, c as createAgentKnowledgeReadinessCheck, d as KnowledgeReadinessCheckInput, f as KnowledgeReadinessCheckResult, g as SupervisedKnowledgeUpdateResult, h as SupervisedKnowledgeUpdateOptions, i as KnowledgeImprovementJobMeasurement, l as runKnowledgeImprovementJob, m as SupervisedKnowledgeUpdateInput, n as KnowledgeImprovementCandidatePair, o as RunKnowledgeImprovementJobOptions, p as RESEARCH_SUPERVISOR_SYSTEM_PROMPT, r as KnowledgeImprovementExperimentBundles, s as buildKnowledgeImprovementExperimentBundles, t as AgentKnowledgeReadinessCheckOptions, u as KnowledgeReadinessCheck, v as createSupervisedKnowledgeUpdater, w as createKnowledgeImprovementActivationExecutor, x as runSupervisedKnowledgeUpdate, y as formatSupervisedKnowledgeTask } from "./index-Dg2UXocB.js";
|
|
14
|
+
import { _ as researchLoopRunner, a as DELEGATED_LOOP_MODES, c as DelegatedLoopResult, d as ResearchLoopRunnerOptions, f as RunDelegatedLoopOptions, g as isDelegatedLoopMode, h as auditLoopRunner, i as runLoopRunnerCli, l as DelegatedLoopRunner, m as WorktreeLoopRunnerOptions, n as LoopRunnerCliResult, o as DelegatedLoopMode, p as VetoedFact, r as parseLoopRunnerArgv, s as DelegatedLoopRegistry, t as LoopRunnerCliArgs, u as ResearchLoopResult, v as runDelegatedLoop, y as worktreeLoopRunner } from "./loop-runner-bin-NanoP_bG.js";
|
|
15
15
|
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-Cbk5uBUu.js";
|
|
16
16
|
import { AgentProfile, Sha256Digest } from "@tangle-network/agent-interface";
|
|
17
17
|
import { ControlBudget, ControlDecision, ControlEvalResult, ControlEvalResult as ControlEvalResult$1, ControlRunResult, ControlStep, DataAcquisitionPlan, KnowledgeReadinessReport, KnowledgeReadinessReport as KnowledgeReadinessReport$1, KnowledgeRequirement, ProposalFinding, RunRecord, RunRecord as RunRecord$1 } from "@tangle-network/agent-eval";
|
package/dist/index.js
CHANGED
|
@@ -5,15 +5,15 @@ import { i as sealAgentCandidateBundle, n as captureAgentCandidateWorkspaceFiles
|
|
|
5
5
|
import { a as buildAgentCandidateBundle, i as FileAgentCandidateExecutionClaimStore, n as runProtectedAgentCandidateModelGrant, r as disposePreparedAgentCandidateExecution, t as recoverExpiredAgentCandidateExecution } from "./candidate-execution-7lVEly33.js";
|
|
6
6
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-Dd3a1SRm.js";
|
|
7
7
|
import { C as makePerAttemptSignal, S as defaultIsRetryable, T as createProfileExecutionBackend, _ 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-BSgEebIo.js";
|
|
8
|
-
import { $t as INTELLIGENCE_WIRE_VERSION, an as exportEvalRuns, cn as loopEventToOtelSpan, dn as toOtelAttributes, en as buildLoopOtelSpans, fn as createRuntimeEventCollector, gn as sanitizeRuntimeStreamEvent, hn as sanitizeKnowledgeReadinessReport, in as createOtelExporter, ln as padSpanId, mn as sanitizeAgentRuntimeEvent, nn as buildRuntimeEventOtelSpans, pn as createRuntimeStreamEventCollector, rn as createOpenInferenceFileExporter, sn as generateSpanId, tn as buildLoopSpanNodes, un as padTraceId } from "./supervisor-
|
|
8
|
+
import { $t as INTELLIGENCE_WIRE_VERSION, an as exportEvalRuns, cn as loopEventToOtelSpan, dn as toOtelAttributes, en as buildLoopOtelSpans, fn as createRuntimeEventCollector, gn as sanitizeRuntimeStreamEvent, hn as sanitizeKnowledgeReadinessReport, in as createOtelExporter, ln as padSpanId, mn as sanitizeAgentRuntimeEvent, nn as buildRuntimeEventOtelSpans, pn as createRuntimeStreamEventCollector, rn as createOpenInferenceFileExporter, sn as generateSpanId, tn as buildLoopSpanNodes, un as padTraceId } from "./supervisor-DyRbmn1C.js";
|
|
9
9
|
import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-tXpAarhW.js";
|
|
10
|
-
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-
|
|
11
|
-
import { B as ROLLOUT_POLICY_EXTENSION, G as structuralRolloutPolicyFromProfile, H as normalizeRolloutPolicy, J as defaultBuildPrompt, K as agenticGenerator, L as improve, R as withMethodRuntimeControls, U as parseRolloutPolicy, V as applyRolloutPolicyToProfile, W as serializeRolloutPolicy, q as commandVerifier, z as rawTraceDistiller } from "./improvement-cycle-
|
|
12
|
-
import { Ft as connectStdioMcp, Pt as McpSpawnFault } from "./runtime-
|
|
10
|
+
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-Cv_aUlFY.js";
|
|
11
|
+
import { B as ROLLOUT_POLICY_EXTENSION, G as structuralRolloutPolicyFromProfile, H as normalizeRolloutPolicy, J as defaultBuildPrompt, K as agenticGenerator, L as improve, R as withMethodRuntimeControls, U as parseRolloutPolicy, V as applyRolloutPolicyToProfile, W as serializeRolloutPolicy, q as commandVerifier, z as rawTraceDistiller } from "./improvement-cycle-xqQfqSpf.js";
|
|
12
|
+
import { Ft as connectStdioMcp, Pt as McpSpawnFault } from "./runtime-CDnK6T-T.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-
|
|
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-
|
|
16
|
-
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-
|
|
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-CRoESDWq.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-DBMN5QXW.js";
|
|
16
|
+
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-DcBRPkrK.js";
|
|
17
17
|
import { agentProfileSchema, canonicalAgentProfileDigest } from "@tangle-network/agent-interface";
|
|
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";
|
package/dist/intelligence.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { $ as parseAgentCandidateProfileActivation, Q as omitUndefinedObjectFields, ct as immutableCandidateValue, et as parseExactAgentProfile, it as canonicalCandidateDigest$1, q as applyExactAgentProfileDiff, u as AGENT_CANDIDATE_EXECUTION_SUPPORT } from "./prepare-Tip-2ZoZ.js";
|
|
2
2
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-Dd3a1SRm.js";
|
|
3
|
-
import { en as buildLoopOtelSpans, in as createOtelExporter, nn as buildRuntimeEventOtelSpans, on as flatOtelSpan } from "./supervisor-
|
|
3
|
+
import { en as buildLoopOtelSpans, in as createOtelExporter, nn as buildRuntimeEventOtelSpans, on as flatOtelSpan } from "./supervisor-DyRbmn1C.js";
|
|
4
4
|
import { i as resolveAgentEnvironmentProvider } from "./environment-provider-C4elwcpo.js";
|
|
5
|
-
import { C as optimizationActivationReceiptFromMetadata, D as agentImprovementProfileSurfaceDigest, E as agentImprovementProfileDiffs, F as isAgentImprovementProfileSurface, I as isAgentProfileMeasuredSurface, N as assertProfileImprovementTargetsShareIdentity, O as agentImprovementProfileSurfaceInput, P as buildAgentImprovementActivationTargets, S as createOptimizationActivationReceipt, T as AGENT_PROFILE_MEASURED_SURFACES, _ as profilePolicyWithBudget, a as executeAgentCandidateExperimentCell, b as profileTaskScenarioIdentity, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as profileImprovementMetadata, h as createProfileImprovementCostLedger, i as createAgentImprovementProposal, j as agentImprovementTargetProfileDiffs, 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 profilePreparationAccounting, w as AGENT_IMPROVEMENT_PROFILE_SURFACES, x as sealProfileImprovementBenchmark, y as profileStateDigest$1 } from "./improvement-cycle-
|
|
5
|
+
import { C as optimizationActivationReceiptFromMetadata, D as agentImprovementProfileSurfaceDigest, E as agentImprovementProfileDiffs, F as isAgentImprovementProfileSurface, I as isAgentProfileMeasuredSurface, N as assertProfileImprovementTargetsShareIdentity, O as agentImprovementProfileSurfaceInput, P as buildAgentImprovementActivationTargets, S as createOptimizationActivationReceipt, T as AGENT_PROFILE_MEASURED_SURFACES, _ as profilePolicyWithBudget, a as executeAgentCandidateExperimentCell, b as profileTaskScenarioIdentity, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as profileImprovementMetadata, h as createProfileImprovementCostLedger, i as createAgentImprovementProposal, j as agentImprovementTargetProfileDiffs, 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 profilePreparationAccounting, w as AGENT_IMPROVEMENT_PROFILE_SURFACES, x as sealProfileImprovementBenchmark, y as profileStateDigest$1 } from "./improvement-cycle-xqQfqSpf.js";
|
|
6
6
|
import { r as resolveRedactor, t as defaultRedactor } from "./redact-D-u-rrcn.js";
|
|
7
|
-
import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-
|
|
7
|
+
import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-n31Hpe4r.js";
|
|
8
8
|
import { agentImprovementSourceSchema, agentProfileImprovementArmSchema, applyAgentProfileDiff, defineAgentProfilePublicConfig } from "@tangle-network/agent-interface";
|
|
9
9
|
import { contentHash } from "@tangle-network/agent-eval";
|
|
10
10
|
import { assertProposalFindings } from "@tangle-network/agent-eval/analyst";
|
package/dist/kernel.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, O as ValidationCtx, S as MountManifestEntry, T as RunProvenance, _ as LoopTeardownFailedPayload, a as Iteration, b as LoopTraceEvent, c as LoopIterationDispatchPayload, d as LoopLineageOptions, f as LoopPlanDescription, g as LoopStartedPayload, h as LoopSandboxPlacement, i as ExecCtx, k as Validator, l as LoopIterationEndedPayload, m as LoopResult, n as DefaultVerdict, o as LoopDecisionPayload, p as LoopPlanPayload, r as Driver, s as LoopEndedPayload, t as AgentRunSpec, u as LoopIterationStartedPayload, v as LoopTokenUsage, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-CrTTgig6.js";
|
|
2
|
-
import { $ as gitWorkspace, $a as BenchmarkTaskRow, $c as TrajectoryReportOptions, $i as probeSandboxCapabilities, $l as renderLeaderboardMarkdown, $n as freeSlots, $o as ResolveSupervisorTools, $r as defaultStructuralRolloutPolicy, $s as TERMINAL_DECISIONS, $t as createFileRunContext, $u as canonicalFindingEvent, A as AttachWorkerOptions, Aa as fanout, Ac as Fanout, Ai as McpSpawnFault, Al as LeaderboardSpec, An as TraversalContinuity, Ao as SuperviseDispatchOptions, Ap as SpawnForestMissingTree, Ar as ProfileRichness, As as noProgressFor, At as readWorkerSteerAcknowledgement, B as WorkerEvidenceInput, Ba as assertTraceDerivedFindings, Bc as PanelSpec, Bi as SandboxRun, Bl as AxisScoresOf, Bn as dumbContinuationFailPrompt, Bo as SuperviseRegistry, Br as CheckRunner, Bs as FinalizerSettled, Bt as workerCancellationsDir, C as SurfaceWorkerOut, Ca as createShapeRegistry, Cc as Corpus, Ci as AuthoredStrategy, Cl as LeaderboardBenchTask, Cn as EdgeTraversal, Co as refine, Cp as FileResultBlobStore, Cr as BudgetPoolRestore, Cs as ProgressView, Ct as cancelWorker, Cu as AuthorizeDownMessage, D as AuthoredHarness, Da as FileCorpus, Dc as EqualKOnCost, Di as strategyAuthorSystemPrompt, Dl as LeaderboardRunContext, Dn as GraphResult, Do as LoopCampaignDispatchOptions, Dp as SpawnForest, Dr as createBudgetPool, Ds as allWorkersStalled, Dt as readRunCancellation, Du as CoordinationEvent, E as superviseSurface, Ea as runPersonified, Ec as EqualKArm, Ei as strategyAuthorContract, El as LeaderboardIterationInfo, En as GraphNode, Eo as sampleThenRefine, Ep as InMemorySpawnJournal, Er as ReservationTicket, Es as allOf, Et as readRunCancelRequest, Eu as ContinuityMode, F as workerInteractiveBindingFile, Fa as selectValidWinner, Fc as LoopUntil, Fi as materializeLocalMcp, Fl as CompletionVerdict, Fn as PromptRegistry, Fo as AuthorizedSpawn, Fp as pendingWaits, Fr as profileRichnessFinding, Fs as SupervisorSpanOutcome, Ft as supervisorRunDir, Fu as DownMessageEvent, G as UntrackedCopyStats, Ga as McpEnvironmentOptions, Gc as RenderCorpusToInstructionsOptions, Gi as CheckpointCapableBox, Gl as LeaderboardRow, Gn as promptHandle, Go as workerFromBackend, Gr as StructuralRolloutMessage, Gs as runFinalizer, Gt as workerSteerAcknowledgementsDir, H as composeWorkerEvidence, Ha as createScopeAnalyst, Hc as Pipeline, Hi as TurnResult, Hl as Interval, Hn as formatPromptHandle, Hr as CheckSourceCtx, Hs as bestDelivered, Ht as workerInboxFile, I as workerInteractiveBindingsDir, Ia as verify, Ic as LoopUntilSpec, Ii as Deliverable, Il as completionAuthorizes, In as RegisteredPrompt, Io as AuthorizedSpawnContext, Ip as replaySpawnTree, Ir as supervisorInstructions, Is as SupervisorSpanRecorder, It as supervisorRunsRoot, Iu as MakeWorkerAgent, J as GitWorkspaceOptions, Ja as BenchmarkCell, Jc as ScopeWidenGate, Ji as SandboxLineageHandle, Jl as ProfileKeyOf, Jn as DispatchReport, Jo as CoordinationVerbs, Jr as VisibleCheck, Js as DriverAttemptsExhaustedError, Jt as workerSteersDir, Ju as SpawnRefusal, K as copyUntrackedIntoClone, Ka as createMcpEnvironment, Kc as ScopeAnalyst, Ki as ForkCapableBox, Kl as PairwiseOptions, Kn as supervisorPolicyPrompt, Ko as CoordinationBinding, Kr as StructuralRolloutPolicy, Ks as DriverAttemptRecord, Kt as workerSteerRequestFile, Ku as SpawnPreflight, L as EVIDENCE_MAX_CHARS, La as widen, Lc as LoopUntilState, Li as OpenSandboxRunBeforeStartContext, Ll as deterministicCompletion, Ln as analyzesFindingsReportPrompt, Lo as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Lp as contentAddress, Lr as CheckExecChannel, Ls as createSupervisorSpanRecorder, Lt as supervisorWorkersDir, M as WorkerInteractiveProviderSource, Ma as loopUntil, Mc as FanoutSynthesis, Mi as StdioMcpConnection, Ml as CompletionAnalyst, Mn as runGraph, Mo as loopCampaignDispatch, Mp as SpawnForestTree, Mr as asAuthoredProfile, Ms as sampleFromSettled, Mt as runCancelRequestFile, Mu as DownMessageAuthorizationInput, N as attachWorker, Na as panel, Nc as FanoutWinnerSelector, Ni as StdioMcpServerSpec, Nl as CompletionEvidence, No as loopDispatch, Np as loadSpawnForest, Nr as assessAuthoredProfile, Ns as SupervisorSpanAttributes, Nt as runCancellationFile, Nu as DownMessageDeliveryAttempt, O as WorktreeFanoutOptions, Oa as InMemoryCorpus, Oc as EqualKOnCostOptions, Oi as LocalMcpMaterialization, Ol as LeaderboardScenario, On as RunGraphOptions, Oo as LoopDispatchOptions, Op as SpawnForestEvent, Or as spendFromUsageEvents, Os as anyOf, Ot as readWorkerCancelRequests, Ou as CoordinationStats, P as readWorkerInteractiveBinding, Pa as pipeline, Pc as FlatWidenGate, Pi as connectStdioMcp, Pl as CompletionPolicy, Pn as PromptHandle, Po as superviseDispatch, Pp as materializeTreeView, Pr as defaultProfileRichnessThresholds, Ps as SupervisorSpanOptions, Pt as safeWorkerFile, Pu as DownMessageDeliveryOutcome, Q as WorkspaceRun, Qa as BenchmarkStrategySummary, Qc as TrajectoryReportFn, Qi as SandboxCapabilities, Ql as renderLeaderboardHtml, Qn as effectiveConcurrency, Qo as ResolveDriveHarness, Qr as defaultExtractCandidate, Qs as RunAgentRoundsOptions, Qt as RunContext, Qu as WorkerWatchOptions, R as NOTE_MAX_CHARS, Ra as CreateScopeAnalystOptions, Rc as Panel, Ri as OpenSandboxRunOptions, Rl as sentinelCompletion, Rn as createPromptRegistry, Ro as DeliverableResolutionInput, Rr as CheckOutcome, Rs as DeliveredOutput, Rt as workerCancelRequestsFile, S as SurfaceWorkerConfig, Sa as builtinShapes, Sc as CombinatorShape, Si as AuthorStrategyOptions, Sl as LeaderboardBenchScore, Sn as EdgeDeliveryOutcome, So as depthStrategy, Sp as mapExecutorResult, Sr as BudgetPool, Ss as ProgressTrackerOptions, St as cancelRun, Su as AnalyzeOnSettleRoute, T as failuresAnalyst, Ta as definePersona, Tc as CorpusRecord, Ti as authorStrategy, Tl as LeaderboardFlagSpec, Tn as GraphEdgeCapError, To as sample, Tp as InMemoryResultBlobStore, Tr as ReservationRejection, Ts as StopRule, Tt as legacySupervisorRunsRoot, Tu as ContinuationInstruction, U as settledWorkerOut, Ua as registryScopeAnalyst, Uc as PipelineStage, Ui as openSandboxRun, Ul as Leaderboard, Un as kernelPromptRegistry, Uo as supervise, Ur as RepairStop, Us as collectDelivered, Ut as workerInboxFileFromEventDir, V as closingWorkerNote, Va as buildSteerContext, Vc as PanelVerdict, Vi as SandboxRunAbortError, Vl as GroupOf, Vn as dumbContinuationPassPrompt, Vo as SuperviseRegistryTable, Vr as CheckSource, Vs as SupervisorFinalizer, Vt as workerControlLogFile, W as CopyOptions, Wa as McpEndpoint, Wc as RenderCorpusToInstructions, Wi as BranchCapableBox, Wl as LeaderboardOptions, Wn as naiveContinuationPrompt, Wr as StructuralRolloutConfig, Ws as pickBestDelivered, Wt as workerSteerAcknowledgementFile, X as Workspace, Xa as BenchmarkLift, Xc as TrajectoryNode, Xi as createSandboxLineage, Xl as leaderboard, Xn as DispatchUnit, Xo as DriveHarnessOwnerContext, Xr as compareCheckOutcomes, Xs as DriverRetryPolicy, Xt as InMemoryRunContext, Xu as WorkerResumeContext, Y as Shell, Ya as BenchmarkConfig, Yc as SteerContext, Yi as SessionCapableBox, Yl as ScoreOf, Yn as DispatchStopReason, Yo as DriveHarness, Yr as canDisplace, Ys as DriverProgressMark, Yt as writeWorkerSteer, Yu as SpawnRefusalCause, Z as WorkspaceCommit, Za as BenchmarkReport, Zc as TrajectoryReport, Zi as CriuCapableClient, Zl as pairwiseSignificance, Zn as RollingDispatchOptions, Zo as ObserveSupervisorNodeEvent, Zr as composeCheckSources, Zs as classifyDriverFailure, Zt as InMemoryRunContextOptions, Zu as WorkerSpawnContext, _ as boxSurfaceReader, _a as profileOptimizerModelCall, _c as ObserveOptions, _i as StrategyEvolutionConfig, _l as ShapeContext, _n as readWorkerInteractiveAdmissions, _o as StrategyShotResult, _p as defaultToolDetectors, _r as ChatTransportTool, _s as AllWorkersStalledOptions, _t as WorkerCancelRequest, _u as WaterfallSpan, a as SandboxInstance, aa as startRetainedRunInEnvironment, ac as localSandboxClient, ai as selectBestIndex, al as WidenSpec, an as provisionSupervisor, ao as AgenticSurface, ar as CoordinationMcpHandle, as as SupervisorProfile, at as WORKER_TOOL_TRACE_SCHEMA_VERSION, au as auditIntent, b as SuperviseSurfaceOptions, ba as equalKOnCost, bc as renderReport, bi as runStrategyEvolution, bl as decodeHarnessUsage, bn as createInPlaceCliExecutor, bo as breadthStrategy, bp as ExecutorResultMapping, br as chatWorkerSeam, bs as ProgressSample, bt as WorkerSteerRequest, bu as AnalystLensOutput, c as VerifierEnvironmentOptions, ca as reconnectRetainedInteractiveRun, cc as InProcessPromptCtx, ci as ChampionPick, cl as DefinePersonaInput, cn as WorktreeCliExecutorOptions, co as ArtifactHandle, cs as assertCoordinationBinding, ct as parseWorkerToolTraceArtifact, cu as AnytimeStrategySummary, d as HarvestSurfaceDiffsOptions, da as ResolveSandboxClientOptions, dc as HarvestCorpusOptions, di as EvolutionAuthor, dl as Persona, dn as InteractiveWorkerEnvironment, do as ShotSpec, dp as BusRecord, dr as CodeModeRunner, dt as createSupervisor, du as areaUnderCurve, ea as AcquireOptions, ec as TerminalDecision, ei as filterAuthoredAsserts, el as Verify, en as createInMemoryRunContext, eo as Environment, er as queueOf, es as ResolvedSupervisorProfile, et as jjWorkspace, eu as renderLeaderboardSvg, f as SurfaceDiff, fa as resolveSandboxClient, fc as HarvestFailure, fi as EvolutionBandInfo, fl as PersonaContext, fn as InteractiveWorkerKeyInput, fo as Strategy, fp as BusStats, fr as codeModeSupervisorTools, fs as CoordinationDeliveryEvidence, ft as ScopeArgs, fu as bestSoFar, g as WatchedSurface, ga as profileChatClient, gc as ObserveInput, gi as ReproductionCheck, gl as ShapeBudget, gn as WorkerInteractiveAdmission, go as StrategyResult, gp as WatchTraceOptions, gr as ChatTransportExecutorOptions, gs as PriorCoordination, gt as RunCancellation, gu as WaterfallReport, h as SurfaceReader, ha as promotionGate, hc as Observation, hi as EvolutionReport, hl as RunPersonifiedOptions, hn as workerFromInteractiveProvider, ho as StrategyMessage, hp as createEventBus, hr as ChatSessionStore, hs as FileCoordinationLog, ht as RunCancelRequest, hu as WaterfallCollector, i as SandboxEvent, ia as startRetainedRun, ic as LocalSandboxClientOptions, ii as sandboxCheckRunner, il as WidenLineage, in as SupervisorCleanupReceipt, io as AgenticRunResult, ir as delegate, is as SupervisorNodeContextSeed, it as analyzeTrace, iu as IntentAudit, j as WorkerInteractiveBinding, ja as flatWidenGate, jc as FanoutOptions, ji as McpToolDescriptor, jl as defineLeaderboard, jn as defaultEdgeTraversalCap, jo as SuperviseOptionsForDispatch, jp as SpawnForestNode, jr as ProfileRichnessThresholds, js as plateau, jt as readWorkerSteerRequests, ju as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, k as worktreeFanout, ka as renderCorpusToInstructions, kc as EqualKVerdict, ki as MaterializeLocalMcpOptions, kl as LeaderboardScore, ko as LoopOptionsForDispatch, kp as SpawnForestInDoubtNode, kr as AuthoredProfile, ks as createProgressTracker, kt as readWorkerCancellation, l as createVerifierEnvironment, la as recoverRetainedInteractiveRun, lc as InProcessSandboxClientOptions, li as ChampionPolicy, ll as LoopShape, ln as WorktreePatchArtifact, lo as CorpusReadbackOptions, lr as finalizeBestDelivered, ls as resolveSupervisorProfile, lt as workerTraceAnalysisStore, lu as AnytimeTaskCurve, m as SurfaceReadOutcome, ma as PromotionVerdict, mc as harvestCorpus, mi as EvolutionGeneration, ml as RunPersonified, mn as InteractiveWorkerResult, mo as StrategyCtx, mp as PublishOptions, mr as ChatCompletionsTransport, ms as CoordinationOwnerId, mt as settledToIteration, mu as renderAnytimeTable, n as AnalystFinding, na as reconnectRetainedRun, nc as isTerminalDecision, ni as officialChecksFromMeta, nl as Widen, nn as ProvisionSupervisorRequest, no as runBenchmark, nr as DelegateOptions, nt as runInWorkspace, nu as AuditIntentInput, o as computeFindingId, oa as ClaimRetainedInteractiveControlOptions, oc as inlineSandboxClient, oi as structuralRollout, ol as WinnerStrategy, on as PatchDeliverableOptions, oo as AgenticTask, or as serveCoordinationMcp, os as SupervisorToolDescriptor, ot as WorkerToolTraceArtifact, ou as defaultAuditorInstruction, p as SurfaceReadBox, pa as PromotionGateOptions, pc as HarvestReport, pi as EvolutionCandidate, pl as PersonaExecutors, pn as InteractiveWorkerOptions, po as StrategyArtifacts, pp as EventBus, pr as unsafeInProcessRunner, ps as CoordinationLog, pt as createScope, pu as plateauLength, q as withUntrackedArtifacts, qa as sanitizeMcpToolSchema, qc as ScopeAnalyzeInput, qi as SandboxLineage, ql as PairwiseVerdict, qn as ConcurrencyCaps, qo as CoordinationToolFace, qr as StructuralRolloutResult, qs as DriverAttemptStop, qt as workerSteerRequestsDir, qu as SpawnPreflightContext, r as CreateSandboxOptions, ra as recoverRetainedRun, rc as runAgentRounds, ri as resolveEntrySymbol, rl as WidenDecision, rn as ProvisionedSupervisor, ro as AgenticOptions, rr as defaultDelegateBudget, rs as SupervisorNodeContext, rt as TrajectoryAnalysis, ru as AuditIntentOptions, s as makeFinding, sa as claimRetainedInteractiveControl, sc as InProcessOnPrompt, si as visibleCheckScore, sl as DefinePersona, sn as patchDelivered, so as AgenticTool, ss as SupervisorToolInvocationContext, st as captureWorkerTraceEvidence, su as AnytimeReport, t as AgentProfile, ta as acquireSandbox, tc as defaultSelectWinner, td as normalizeAnalyzeOnSettle, ti as modelAuthoredChecks, tl as VerifySpec, tn as ProvisionSupervisorConnection, to as printBenchmarkReport, tr as rollingDispatch, ts as SupervisorAgentDeps, tt as localShell, tu as renderPairwiseMarkdown, u as BoxSurfaceReaderOptions, ua as startRetainedInteractiveRun, uc as inProcessSandboxClient, ui as EvolutionArchiveNode, ul as Outcome, un as createWorktreeCliExecutor, uo as RunAgenticOptions, up as BusEvent, ur as CodeModeOptions, us as supervisorAgent, ut as createRootHandle, uu as anytimeReport, v as fsSurfaceReader, va as assertModelAllowed, vc as defaultAnalystInstruction, vi as discriminatingMeans, vl as ShapeRegistry, vn as workerInteractiveAdmissionFile, vo as SurfaceScore, vp as watchTrace, vr as ChatWorkerSeamOptions, vs as NoProgressForOptions, vt as WorkerCancellation, vu as createWaterfallCollector, w as analystsFromRegistry, wa as registerShape, wc as CorpusFilter, wi as assertStrategyContract, wl as LeaderboardBenchmarkAdapter, wn as GraphEdge, wo as runAgentic, wp as FileSpawnJournal, wr as BudgetReadout, ws as StopDecision, wt as legacySupervisorRunDir, wu as AuthorizedDownMessage, x as SuperviseSurfaceResult, xa as trajectoryReport, xc as AssertTraceDerivedFindings, xi as selectChampion, xl as DefinedLeaderboard, xn as AgentGraph, xo as defineStrategy, xp as gateOnDeliverable, xr as createChatSessionStore, xs as ProgressTracker, xt as WriteWorkerSteerOptions, xu as AnalystRegistry, y as harvestSurfaceDiffs, ya as assertProfileModelsAllowed, yc as observe, yi as pickChampion, yl as HarnessUsage, yn as InPlaceCliExecutorOptions, yo as adaptiveRefine, yp as DeliverableSpec, yr as chatTransportExecutor, ys as PlateauOptions, yt as WorkerSteerAcknowledgement, yu as AnalystFindingEvent, z as VERIFY_TAIL_CHARS, za as RegistryAnalyzeProjection, zc as PanelJudge, zi as OpenSandboxRunPromptOptions, zl as stopSentinel, zn as delegatesWorkerBriefPrompt, zo as SuperviseOptions, zr as CheckRunContext, zs as FinalizeContext, zt as workerCancellationFile } from "./index-z2A6q-v0.js";
|
|
2
|
+
import { $ as gitWorkspace, $a as BenchmarkTaskRow, $c as TrajectoryReportOptions, $i as probeSandboxCapabilities, $l as renderLeaderboardMarkdown, $n as freeSlots, $o as ResolveSupervisorTools, $r as defaultStructuralRolloutPolicy, $s as TERMINAL_DECISIONS, $t as createFileRunContext, $u as canonicalFindingEvent, A as AttachWorkerOptions, Aa as fanout, Ac as Fanout, Ai as McpSpawnFault, Al as LeaderboardSpec, An as TraversalContinuity, Ao as SuperviseDispatchOptions, Ap as SpawnForestMissingTree, Ar as ProfileRichness, As as noProgressFor, At as readWorkerSteerAcknowledgement, B as WorkerEvidenceInput, Ba as assertTraceDerivedFindings, Bc as PanelSpec, Bi as SandboxRun, Bl as AxisScoresOf, Bn as dumbContinuationFailPrompt, Bo as SuperviseRegistry, Br as CheckRunner, Bs as FinalizerSettled, Bt as workerCancellationsDir, C as SurfaceWorkerOut, Ca as createShapeRegistry, Cc as Corpus, Ci as AuthoredStrategy, Cl as LeaderboardBenchTask, Cn as EdgeTraversal, Co as refine, Cp as FileResultBlobStore, Cr as BudgetPoolRestore, Cs as ProgressView, Ct as cancelWorker, Cu as AuthorizeDownMessage, D as AuthoredHarness, Da as FileCorpus, Dc as EqualKOnCost, Di as strategyAuthorSystemPrompt, Dl as LeaderboardRunContext, Dn as GraphResult, Do as LoopCampaignDispatchOptions, Dp as SpawnForest, Dr as createBudgetPool, Ds as allWorkersStalled, Dt as readRunCancellation, Du as CoordinationEvent, E as superviseSurface, Ea as runPersonified, Ec as EqualKArm, Ei as strategyAuthorContract, El as LeaderboardIterationInfo, En as GraphNode, Eo as sampleThenRefine, Ep as InMemorySpawnJournal, Er as ReservationTicket, Es as allOf, Et as readRunCancelRequest, Eu as ContinuityMode, F as workerInteractiveBindingFile, Fa as selectValidWinner, Fc as LoopUntil, Fi as materializeLocalMcp, Fl as CompletionVerdict, Fn as PromptRegistry, Fo as AuthorizedSpawn, Fp as pendingWaits, Fr as profileRichnessFinding, Fs as SupervisorSpanOutcome, Ft as supervisorRunDir, Fu as DownMessageEvent, G as UntrackedCopyStats, Ga as McpEnvironmentOptions, Gc as RenderCorpusToInstructionsOptions, Gi as CheckpointCapableBox, Gl as LeaderboardRow, Gn as promptHandle, Go as workerFromBackend, Gr as StructuralRolloutMessage, Gs as runFinalizer, Gt as workerSteerAcknowledgementsDir, H as composeWorkerEvidence, Ha as createScopeAnalyst, Hc as Pipeline, Hi as TurnResult, Hl as Interval, Hn as formatPromptHandle, Hr as CheckSourceCtx, Hs as bestDelivered, Ht as workerInboxFile, I as workerInteractiveBindingsDir, Ia as verify, Ic as LoopUntilSpec, Ii as Deliverable, Il as completionAuthorizes, In as RegisteredPrompt, Io as AuthorizedSpawnContext, Ip as replaySpawnTree, Ir as supervisorInstructions, Is as SupervisorSpanRecorder, It as supervisorRunsRoot, Iu as MakeWorkerAgent, J as GitWorkspaceOptions, Ja as BenchmarkCell, Jc as ScopeWidenGate, Ji as SandboxLineageHandle, Jl as ProfileKeyOf, Jn as DispatchReport, Jo as CoordinationVerbs, Jr as VisibleCheck, Js as DriverAttemptsExhaustedError, Jt as workerSteersDir, Ju as SpawnRefusal, K as copyUntrackedIntoClone, Ka as createMcpEnvironment, Kc as ScopeAnalyst, Ki as ForkCapableBox, Kl as PairwiseOptions, Kn as supervisorPolicyPrompt, Ko as CoordinationBinding, Kr as StructuralRolloutPolicy, Ks as DriverAttemptRecord, Kt as workerSteerRequestFile, Ku as SpawnPreflight, L as EVIDENCE_MAX_CHARS, La as widen, Lc as LoopUntilState, Li as OpenSandboxRunBeforeStartContext, Ll as deterministicCompletion, Ln as analyzesFindingsReportPrompt, Lo as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Lp as contentAddress, Lr as CheckExecChannel, Ls as createSupervisorSpanRecorder, Lt as supervisorWorkersDir, M as WorkerInteractiveProviderSource, Ma as loopUntil, Mc as FanoutSynthesis, Mi as StdioMcpConnection, Ml as CompletionAnalyst, Mn as runGraph, Mo as loopCampaignDispatch, Mp as SpawnForestTree, Mr as asAuthoredProfile, Ms as sampleFromSettled, Mt as runCancelRequestFile, Mu as DownMessageAuthorizationInput, N as attachWorker, Na as panel, Nc as FanoutWinnerSelector, Ni as StdioMcpServerSpec, Nl as CompletionEvidence, No as loopDispatch, Np as loadSpawnForest, Nr as assessAuthoredProfile, Ns as SupervisorSpanAttributes, Nt as runCancellationFile, Nu as DownMessageDeliveryAttempt, O as WorktreeFanoutOptions, Oa as InMemoryCorpus, Oc as EqualKOnCostOptions, Oi as LocalMcpMaterialization, Ol as LeaderboardScenario, On as RunGraphOptions, Oo as LoopDispatchOptions, Op as SpawnForestEvent, Or as spendFromUsageEvents, Os as anyOf, Ot as readWorkerCancelRequests, Ou as CoordinationStats, P as readWorkerInteractiveBinding, Pa as pipeline, Pc as FlatWidenGate, Pi as connectStdioMcp, Pl as CompletionPolicy, Pn as PromptHandle, Po as superviseDispatch, Pp as materializeTreeView, Pr as defaultProfileRichnessThresholds, Ps as SupervisorSpanOptions, Pt as safeWorkerFile, Pu as DownMessageDeliveryOutcome, Q as WorkspaceRun, Qa as BenchmarkStrategySummary, Qc as TrajectoryReportFn, Qi as SandboxCapabilities, Ql as renderLeaderboardHtml, Qn as effectiveConcurrency, Qo as ResolveDriveHarness, Qr as defaultExtractCandidate, Qs as RunAgentRoundsOptions, Qt as RunContext, Qu as WorkerWatchOptions, R as NOTE_MAX_CHARS, Ra as CreateScopeAnalystOptions, Rc as Panel, Ri as OpenSandboxRunOptions, Rl as sentinelCompletion, Rn as createPromptRegistry, Ro as DeliverableResolutionInput, Rr as CheckOutcome, Rs as DeliveredOutput, Rt as workerCancelRequestsFile, S as SurfaceWorkerConfig, Sa as builtinShapes, Sc as CombinatorShape, Si as AuthorStrategyOptions, Sl as LeaderboardBenchScore, Sn as EdgeDeliveryOutcome, So as depthStrategy, Sp as mapExecutorResult, Sr as BudgetPool, Ss as ProgressTrackerOptions, St as cancelRun, Su as AnalyzeOnSettleRoute, T as failuresAnalyst, Ta as definePersona, Tc as CorpusRecord, Ti as authorStrategy, Tl as LeaderboardFlagSpec, Tn as GraphEdgeCapError, To as sample, Tp as InMemoryResultBlobStore, Tr as ReservationRejection, Ts as StopRule, Tt as legacySupervisorRunsRoot, Tu as ContinuationInstruction, U as settledWorkerOut, Ua as registryScopeAnalyst, Uc as PipelineStage, Ui as openSandboxRun, Ul as Leaderboard, Un as kernelPromptRegistry, Uo as supervise, Ur as RepairStop, Us as collectDelivered, Ut as workerInboxFileFromEventDir, V as closingWorkerNote, Va as buildSteerContext, Vc as PanelVerdict, Vi as SandboxRunAbortError, Vl as GroupOf, Vn as dumbContinuationPassPrompt, Vo as SuperviseRegistryTable, Vr as CheckSource, Vs as SupervisorFinalizer, Vt as workerControlLogFile, W as CopyOptions, Wa as McpEndpoint, Wc as RenderCorpusToInstructions, Wi as BranchCapableBox, Wl as LeaderboardOptions, Wn as naiveContinuationPrompt, Wr as StructuralRolloutConfig, Ws as pickBestDelivered, Wt as workerSteerAcknowledgementFile, X as Workspace, Xa as BenchmarkLift, Xc as TrajectoryNode, Xi as createSandboxLineage, Xl as leaderboard, Xn as DispatchUnit, Xo as DriveHarnessOwnerContext, Xr as compareCheckOutcomes, Xs as DriverRetryPolicy, Xt as InMemoryRunContext, Xu as WorkerResumeContext, Y as Shell, Ya as BenchmarkConfig, Yc as SteerContext, Yi as SessionCapableBox, Yl as ScoreOf, Yn as DispatchStopReason, Yo as DriveHarness, Yr as canDisplace, Ys as DriverProgressMark, Yt as writeWorkerSteer, Yu as SpawnRefusalCause, Z as WorkspaceCommit, Za as BenchmarkReport, Zc as TrajectoryReport, Zi as CriuCapableClient, Zl as pairwiseSignificance, Zn as RollingDispatchOptions, Zo as ObserveSupervisorNodeEvent, Zr as composeCheckSources, Zs as classifyDriverFailure, Zt as InMemoryRunContextOptions, Zu as WorkerSpawnContext, _ as boxSurfaceReader, _a as profileOptimizerModelCall, _c as ObserveOptions, _i as StrategyEvolutionConfig, _l as ShapeContext, _n as readWorkerInteractiveAdmissions, _o as StrategyShotResult, _p as defaultToolDetectors, _r as ChatTransportTool, _s as AllWorkersStalledOptions, _t as WorkerCancelRequest, _u as WaterfallSpan, a as SandboxInstance, aa as startRetainedRunInEnvironment, ac as localSandboxClient, ai as selectBestIndex, al as WidenSpec, an as provisionSupervisor, ao as AgenticSurface, ar as CoordinationMcpHandle, as as SupervisorProfile, at as WORKER_TOOL_TRACE_SCHEMA_VERSION, au as auditIntent, b as SuperviseSurfaceOptions, ba as equalKOnCost, bc as renderReport, bi as runStrategyEvolution, bl as decodeHarnessUsage, bn as createInPlaceCliExecutor, bo as breadthStrategy, bp as ExecutorResultMapping, br as chatWorkerSeam, bs as ProgressSample, bt as WorkerSteerRequest, bu as AnalystLensOutput, c as VerifierEnvironmentOptions, ca as reconnectRetainedInteractiveRun, cc as InProcessPromptCtx, ci as ChampionPick, cl as DefinePersonaInput, cn as WorktreeCliExecutorOptions, co as ArtifactHandle, cs as assertCoordinationBinding, ct as parseWorkerToolTraceArtifact, cu as AnytimeStrategySummary, d as HarvestSurfaceDiffsOptions, da as ResolveSandboxClientOptions, dc as HarvestCorpusOptions, di as EvolutionAuthor, dl as Persona, dn as InteractiveWorkerEnvironment, do as ShotSpec, dp as BusRecord, dr as CodeModeRunner, dt as createSupervisor, du as areaUnderCurve, ea as AcquireOptions, ec as TerminalDecision, ei as filterAuthoredAsserts, el as Verify, en as createInMemoryRunContext, eo as Environment, er as queueOf, es as ResolvedSupervisorProfile, et as jjWorkspace, eu as renderLeaderboardSvg, f as SurfaceDiff, fa as resolveSandboxClient, fc as HarvestFailure, fi as EvolutionBandInfo, fl as PersonaContext, fn as InteractiveWorkerKeyInput, fo as Strategy, fp as BusStats, fr as codeModeSupervisorTools, fs as CoordinationDeliveryEvidence, ft as ScopeArgs, fu as bestSoFar, g as WatchedSurface, ga as profileChatClient, gc as ObserveInput, gi as ReproductionCheck, gl as ShapeBudget, gn as WorkerInteractiveAdmission, go as StrategyResult, gp as WatchTraceOptions, gr as ChatTransportExecutorOptions, gs as PriorCoordination, gt as RunCancellation, gu as WaterfallReport, h as SurfaceReader, ha as promotionGate, hc as Observation, hi as EvolutionReport, hl as RunPersonifiedOptions, hn as workerFromInteractiveProvider, ho as StrategyMessage, hp as createEventBus, hr as ChatSessionStore, hs as FileCoordinationLog, ht as RunCancelRequest, hu as WaterfallCollector, i as SandboxEvent, ia as startRetainedRun, ic as LocalSandboxClientOptions, ii as sandboxCheckRunner, il as WidenLineage, in as SupervisorCleanupReceipt, io as AgenticRunResult, ir as delegate, is as SupervisorNodeContextSeed, it as analyzeTrace, iu as IntentAudit, j as WorkerInteractiveBinding, ja as flatWidenGate, jc as FanoutOptions, ji as McpToolDescriptor, jl as defineLeaderboard, jn as defaultEdgeTraversalCap, jo as SuperviseOptionsForDispatch, jp as SpawnForestNode, jr as ProfileRichnessThresholds, js as plateau, jt as readWorkerSteerRequests, ju as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, k as worktreeFanout, ka as renderCorpusToInstructions, kc as EqualKVerdict, ki as MaterializeLocalMcpOptions, kl as LeaderboardScore, ko as LoopOptionsForDispatch, kp as SpawnForestInDoubtNode, kr as AuthoredProfile, ks as createProgressTracker, kt as readWorkerCancellation, l as createVerifierEnvironment, la as recoverRetainedInteractiveRun, lc as InProcessSandboxClientOptions, li as ChampionPolicy, ll as LoopShape, ln as WorktreePatchArtifact, lo as CorpusReadbackOptions, lr as finalizeBestDelivered, ls as resolveSupervisorProfile, lt as workerTraceAnalysisStore, lu as AnytimeTaskCurve, m as SurfaceReadOutcome, ma as PromotionVerdict, mc as harvestCorpus, mi as EvolutionGeneration, ml as RunPersonified, mn as InteractiveWorkerResult, mo as StrategyCtx, mp as PublishOptions, mr as ChatCompletionsTransport, ms as CoordinationOwnerId, mt as settledToIteration, mu as renderAnytimeTable, n as AnalystFinding, na as reconnectRetainedRun, nc as isTerminalDecision, ni as officialChecksFromMeta, nl as Widen, nn as ProvisionSupervisorRequest, no as runBenchmark, nr as DelegateOptions, nt as runInWorkspace, nu as AuditIntentInput, o as computeFindingId, oa as ClaimRetainedInteractiveControlOptions, oc as inlineSandboxClient, oi as structuralRollout, ol as WinnerStrategy, on as PatchDeliverableOptions, oo as AgenticTask, or as serveCoordinationMcp, os as SupervisorToolDescriptor, ot as WorkerToolTraceArtifact, ou as defaultAuditorInstruction, p as SurfaceReadBox, pa as PromotionGateOptions, pc as HarvestReport, pi as EvolutionCandidate, pl as PersonaExecutors, pn as InteractiveWorkerOptions, po as StrategyArtifacts, pp as EventBus, pr as unsafeInProcessRunner, ps as CoordinationLog, pt as createScope, pu as plateauLength, q as withUntrackedArtifacts, qa as sanitizeMcpToolSchema, qc as ScopeAnalyzeInput, qi as SandboxLineage, ql as PairwiseVerdict, qn as ConcurrencyCaps, qo as CoordinationToolFace, qr as StructuralRolloutResult, qs as DriverAttemptStop, qt as workerSteerRequestsDir, qu as SpawnPreflightContext, r as CreateSandboxOptions, ra as recoverRetainedRun, rc as runAgentRounds, ri as resolveEntrySymbol, rl as WidenDecision, rn as ProvisionedSupervisor, ro as AgenticOptions, rr as defaultDelegateBudget, rs as SupervisorNodeContext, rt as TrajectoryAnalysis, ru as AuditIntentOptions, s as makeFinding, sa as claimRetainedInteractiveControl, sc as InProcessOnPrompt, si as visibleCheckScore, sl as DefinePersona, sn as patchDelivered, so as AgenticTool, ss as SupervisorToolInvocationContext, st as captureWorkerTraceEvidence, su as AnytimeReport, t as AgentProfile, ta as acquireSandbox, tc as defaultSelectWinner, td as normalizeAnalyzeOnSettle, ti as modelAuthoredChecks, tl as VerifySpec, tn as ProvisionSupervisorConnection, to as printBenchmarkReport, tr as rollingDispatch, ts as SupervisorAgentDeps, tt as localShell, tu as renderPairwiseMarkdown, u as BoxSurfaceReaderOptions, ua as startRetainedInteractiveRun, uc as inProcessSandboxClient, ui as EvolutionArchiveNode, ul as Outcome, un as createWorktreeCliExecutor, uo as RunAgenticOptions, up as BusEvent, ur as CodeModeOptions, us as supervisorAgent, ut as createRootHandle, uu as anytimeReport, v as fsSurfaceReader, va as assertModelAllowed, vc as defaultAnalystInstruction, vi as discriminatingMeans, vl as ShapeRegistry, vn as workerInteractiveAdmissionFile, vo as SurfaceScore, vp as watchTrace, vr as ChatWorkerSeamOptions, vs as NoProgressForOptions, vt as WorkerCancellation, vu as createWaterfallCollector, w as analystsFromRegistry, wa as registerShape, wc as CorpusFilter, wi as assertStrategyContract, wl as LeaderboardBenchmarkAdapter, wn as GraphEdge, wo as runAgentic, wp as FileSpawnJournal, wr as BudgetReadout, ws as StopDecision, wt as legacySupervisorRunDir, wu as AuthorizedDownMessage, x as SuperviseSurfaceResult, xa as trajectoryReport, xc as AssertTraceDerivedFindings, xi as selectChampion, xl as DefinedLeaderboard, xn as AgentGraph, xo as defineStrategy, xp as gateOnDeliverable, xr as createChatSessionStore, xs as ProgressTracker, xt as WriteWorkerSteerOptions, xu as AnalystRegistry, y as harvestSurfaceDiffs, ya as assertProfileModelsAllowed, yc as observe, yi as pickChampion, yl as HarnessUsage, yn as InPlaceCliExecutorOptions, yo as adaptiveRefine, yp as DeliverableSpec, yr as chatTransportExecutor, ys as PlateauOptions, yt as WorkerSteerAcknowledgement, yu as AnalystFindingEvent, z as VERIFY_TAIL_CHARS, za as RegistryAnalyzeProjection, zc as PanelJudge, zi as OpenSandboxRunPromptOptions, zl as stopSentinel, zn as delegatesWorkerBriefPrompt, zo as SuperviseOptions, zr as CheckRunContext, zs as FinalizeContext, zt as workerCancellationFile } from "./index-BhtdFMnG.js";
|
|
3
3
|
import { $ as TreeView, $n as RetainedRunHandle, A as ProviderModelExecutionEvidence, An as RetainedInteractiveEnvironmentInput, B as Settled, Bn as RecoverRetainedRunResult, C as NoWinnerError, Cn as ScopeProgressInput, D as NodeStatus, Dn as ReconnectRetainedInteractiveRunOptions, E as NodeSnapshot, En as readWorkerProgress, F as RootMaterialization, Fn as NativeContextContinuationHandle, Ft as createOtelExporter, G as SpawnRejection, Gn as RetainedRunAdmission, H as SpawnJournal, Hn as RetainedInteractiveEnvironmentAdmission, I as RootProviderModelEvidence, In as NativeContextContinuationInput, J as SpendGap, Jn as RetainedRunCancellation, K as Spend, Kn as RetainedRunAdmissionHook, L as RootSignal, Ln as ReconnectRetainedRunOptions, M as ResumedKeyState, Mn as RetainedInteractiveStartMaterial, N as ResumedWork, Nn as StartRetainedInteractiveRunOptions, O as ProfileMaterializationReceipt, On as RecoverRetainedInteractiveRunOptions, P as RootHandle, Pn as NativeContextContinuationExecution, Pt as createOpenInferenceFileExporter, Q as SupervisorOpts, Qn as RetainedRunEventOptions, R as Runtime, Rn as RecoverRetainedRunIntentOptions, S as MaterializedModelIdentity, Sn as ExecutorProgress, T as NodeId, Tn as createActivityLog, U as SpawnOpts, Un as RetainedInteractiveIntentAdmission, V as SpawnEvent, Vn as RetainedInteractiveAdmission, W as SpawnPrior, Wn as RetainedInteractiveStartedAdmission, X as SupervisedResult, Xn as RetainedRunEffect, Y as SteerableRootHandle, Yn as RetainedRunDispatchedAdmission, Z as Supervisor, Zn as RetainedRunEnvironmentAdmission, _ as ExecutorRegistry, _n as decodeToolPart, an as WaitSpec, ar as StartRetainedRunInEnvironmentOptions, at as WorkerInteractiveSession, b as Handle, bn as ActivityNote, c as ExecutorAccounting, cn as pollFor, ct as WorkerTraceUnavailableReason, d as ExecutorContext, dn as waitUntil, dt as readWorkerTraceContext, en as PendingWait, er as RetainedRunIntentAdmission, et as UnconfirmedTeardown, f as ExecutorExecutionBinding, fn as SessionMessageLike, ft as workerTraceEnv, g as ExecutorProgressEvent, gn as createPushTraceSource, h as ExecutorNodeContext, hn as TraceSource, i as Budget, in as WaitRejection, ir as RetainedRunTurnInput, it as WidenGate, j as ResultBlobStore, jn as RetainedInteractiveRunHandle, k as ProviderModelAttemptEvidence, kn as RetainedInteractiveAdmissionHook, l as ExecutorCancellation, ln as timerAt, lt as WorkerTraceResolver, m as ExecutorMaterialization, mn as ToolStepInput, mt as workerTraceSeamKey, n as AgentExecutionRef, nn as WaitProbe, nr as RetainedRunSnapshot, nt as UsageEvent, o as ExecutionBindingReceipt, on as createWaitProbes, or as StartRetainedRunOptions, ot as WorkerInteractiveUnavailableReason, p as ExecutorFactory, pn as SessionTraceBox, pt as workerTraceHeaders, q as SpendChannel, qn as RetainedRunCancelOptions, r as AgentSpec, rn as WaitProbeRegistry, rr as RetainedRunStartMaterial, rt as WaitOpts, s as Executor, sn as isWaitOutcome, st as WorkerTraceEvidence, t as Agent, tn as WaitOutcome, tr as RetainedRunReplayPoint, tt as UnknownMaterializationReason, u as ExecutorCancellationRequest, un as validateWaitSpec, ut as WorkerTraceSeamCarrier, v as ExecutorResult, vn as sandboxSessionTraceSource, w as NodeExecutionIdentity, wn as WorkerProgress, x as MaterializedExecutionIdentity, xn as DEFAULT_STALL_AFTER_MS, y as ExecutorToolCall, yn as ActivityLog, z as Scope, zn as RecoverRetainedRunOptions } from "./types-B-rWcun_.js";
|
|
4
4
|
import { A as SandboxUsageLedger, At as PeerMailEnvelope, B as KeyProvider, Bt as claimsAuthority, C as InboxMessage, Ct as ToolLoopCompaction, D as SandboxOutputMarker, Dt as AUTHORITY_MARKERS, E as SandboxLeafOut, Et as ToolLoopToolCall, F as mapSandboxEvent, Ft as PeerMailReadout, G as resolveSecretEnv, H as envKeyProvider, Ht as isPeerMailEnvelope, I as mapSandboxToolEvent, It as PeerMailRefusal, J as WorktreeCheckRunner, K as secretEnvOfMcpServer, L as sandboxEventServedBackend, Lt as PeerMailSendInput, M as createSandboxToolPartState, Mt as PeerMailKind, N as createSandboxUsageLedger, Nt as PeerMailLimits, O as SandboxServedBackend, Ot as DEFAULT_PEER_MAIL_LIMITS, P as extractLlmCallEvent, Pt as PeerMailOutcome, R as sandboxProgressEvents, Rt as PeerMailbox, S as Inbox, St as ToolLoopChat, T as createInbox, Tt as ToolLoopMessageRecord, U as mcpSecretEnvMetadataKey, Ut as peerMailTools, V as ResolvedMcpServerLaunch, Vt as createPeerMailbox, W as resolveMcpServerLaunch, Wt as peerMailVerbNames, X as WorktreeHarnessResult, Y as WorktreeCommandResult, Z as WorktreeProfileMaterializationReceipt, _ as SandboxSteeringOptions, a as CliWorktreeBridgeSeam, b as createSteerableSandboxSession, bt as ToolSpec, c as ProviderSeam, d as SandboxSeam, f as cliInPlaceExecutor, g as DEFAULT_SANDBOX_STEERING_MAX_TURNS, h as createExecutorRegistry, i as CliSeam, j as assertSandboxServedModel, jt as PeerMailEvent, k as SandboxToolPartState, kt as PEER_MAIL_WIRE_KEY, l as RouterSeam, m as createExecutor, n as BridgeSeam, o as CliWorktreeSeam, p as cliWorktreeExecutor, q as InPlaceHarnessResult, r as CliInPlaceSeam, s as ExecutorConfig, t as BridgeModelCredential, u as RouterToolsSeam, v as SteerableSandboxArgs, w as PeerInboxMessage, wt as ToolLoopCompactionOptions, x as AuthorityInboxMessage, xt as ToolLoopCallContext, y as SteerableSandboxSession, yt as RouterTransportConfig, z as sumSandboxUsage, zt as PeerMailboxOptions } from "./runtime-B-DLSfE5.js";
|
|
5
5
|
import { A as providerAsSandboxClient, C as ProviderAsSandboxClientOptions, D as WorkspaceRequest, E as SandboxClientProviderOptions, F as createTangleSandboxExactProcessProvider, M as sandboxClientAsProvider, N as CreateTangleSandboxExactProcessProviderOptions, O as createAgentEnvironmentProviderRegistry, P as SandboxControlClient, S as PlacementInfo, T as ResourceRequest, _ as CheckpointRequest, a as AgentEnvironmentProviderRef, b as ExecResult, c as AgentEnvironmentStatus, d as AgentSession, f as AgentSessionRef, g as CheckpointRef, h as AgentTurnResult, i as AgentEnvironmentProvider, j as resolveAgentEnvironmentProvider, k as providerAsExecutor, l as AgentEnvironmentSummary, n as AgentEnvironmentCapabilities, o as AgentEnvironmentProviderRegistry, p as AgentSessionStatus, r as AgentEnvironmentEvent, s as AgentEnvironmentQuery, t as AgentEnvironment, u as AgentProfileRef, v as CreateAgentEnvironmentInput, w as ProviderExecutorOptions, x as ForkRequest, y as ExecRequest } from "./environment-provider-CzohJCuk.js";
|
package/dist/kernel.js
CHANGED
|
@@ -2,14 +2,14 @@ import { n as streamAgentTurn, t as collectAgentTurn } from "./stream-agent-turn
|
|
|
2
2
|
import { _ as captureWorkerTraceEvidence, b as workerTraceAnalysisStore, c as loadSpawnForest, d as replaySpawnTree, g as WORKER_TOOL_TRACE_SCHEMA_VERSION, i as InMemorySpawnJournal, l as materializeTreeView, n as FileSpawnJournal, r as InMemoryResultBlobStore, t as FileResultBlobStore, u as pendingWaits, x as contentAddress, y as parseWorkerToolTraceArtifact } from "./spawn-journal--N8Ten1q.js";
|
|
3
3
|
import { a as extractLlmCallEvent, c as mapSandboxToolEvent, d as sandboxProgressEvents, g as decodeHarnessUsage, i as createSandboxUsageLedger, p as sumSandboxUsage, r as createSandboxToolPartState, s as mapSandboxEvent, t as assertSandboxServedModel, u as sandboxEventServedBackend } from "./sandbox-events-DGXLxiuX.js";
|
|
4
4
|
import { n as assertModelAllowed, r as assertProfileModelsAllowed } from "./model-policy-Sw4ywhtL.js";
|
|
5
|
-
import { A as readWorkerInteractiveBinding, At as peerMailVerbNames, Bt as createSandboxLineage, C as timerAt, Ct as AUTHORITY_MARKERS, D as readWorkerInteractiveAdmissions, Dt as createPeerMailbox, Et as claimsAuthority, F as startRetainedInteractiveRun, Ft as TERMINAL_DECISIONS, G as rollingDispatch, H as effectiveConcurrency, Ht as acquireSandbox, I as reconnectRetainedRun, L as recoverRetainedRun, Lt as defaultSelectWinner, M as workerInteractiveBindingsDir, N as reconnectRetainedInteractiveRun, Nt as createInPlaceCliExecutor, O as workerInteractiveAdmissionFile, Ot as isPeerMailEnvelope, P as recoverRetainedInteractiveRun, R as startRetainedRun, Rt as isTerminalDecision, S as pollFor, St as createInbox, T as waitUntil, Tt as PEER_MAIL_WIRE_KEY, U as freeSlots, Vt as probeSandboxCapabilities, W as queueOf, X as spendFromUsageEvents, Y as createBudgetPool, _t as decodeToolPart, at as createExecutor, b as createWaitProbes, bt as createActivityLog, c as pickBestDelivered, ct as createWorktreeCliExecutor, dt as workerTraceEnv, ft as workerTraceHeaders, gt as createPushTraceSource, ht as createSteerableSandboxSession, in as createOtelExporter, it as cliWorktreeExecutor, j as workerInteractiveBindingFile, k as attachWorker, kt as peerMailTools, l as runFinalizer, mt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, n as createSupervisor, o as bestDelivered, ot as createExecutorRegistry, p as createScope, pt as workerTraceSeamKey, rn as createOpenInferenceFileExporter, rt as cliInPlaceExecutor, s as collectDelivered, t as createRootHandle, ut as readWorkerTraceContext, vt as sandboxSessionTraceSource, w as validateWaitSpec, wt as DEFAULT_PEER_MAIL_LIMITS, x as isWaitOutcome, xt as readWorkerProgress, y as settledToIteration, yt as DEFAULT_STALL_AFTER_MS, z as startRetainedRunInEnvironment, zt as runAgentRounds } from "./supervisor-
|
|
5
|
+
import { A as readWorkerInteractiveBinding, At as peerMailVerbNames, Bt as createSandboxLineage, C as timerAt, Ct as AUTHORITY_MARKERS, D as readWorkerInteractiveAdmissions, Dt as createPeerMailbox, Et as claimsAuthority, F as startRetainedInteractiveRun, Ft as TERMINAL_DECISIONS, G as rollingDispatch, H as effectiveConcurrency, Ht as acquireSandbox, I as reconnectRetainedRun, L as recoverRetainedRun, Lt as defaultSelectWinner, M as workerInteractiveBindingsDir, N as reconnectRetainedInteractiveRun, Nt as createInPlaceCliExecutor, O as workerInteractiveAdmissionFile, Ot as isPeerMailEnvelope, P as recoverRetainedInteractiveRun, R as startRetainedRun, Rt as isTerminalDecision, S as pollFor, St as createInbox, T as waitUntil, Tt as PEER_MAIL_WIRE_KEY, U as freeSlots, Vt as probeSandboxCapabilities, W as queueOf, X as spendFromUsageEvents, Y as createBudgetPool, _t as decodeToolPart, at as createExecutor, b as createWaitProbes, bt as createActivityLog, c as pickBestDelivered, ct as createWorktreeCliExecutor, dt as workerTraceEnv, ft as workerTraceHeaders, gt as createPushTraceSource, ht as createSteerableSandboxSession, in as createOtelExporter, it as cliWorktreeExecutor, j as workerInteractiveBindingFile, k as attachWorker, kt as peerMailTools, l as runFinalizer, mt as DEFAULT_SANDBOX_STEERING_MAX_TURNS, n as createSupervisor, o as bestDelivered, ot as createExecutorRegistry, p as createScope, pt as workerTraceSeamKey, rn as createOpenInferenceFileExporter, rt as cliInPlaceExecutor, s as collectDelivered, t as createRootHandle, ut as readWorkerTraceContext, vt as sandboxSessionTraceSource, w as validateWaitSpec, wt as DEFAULT_PEER_MAIL_LIMITS, x as isWaitOutcome, xt as readWorkerProgress, y as settledToIteration, yt as DEFAULT_STALL_AFTER_MS, z as startRetainedRunInEnvironment, zt as runAgentRounds } from "./supervisor-DyRbmn1C.js";
|
|
6
6
|
import { a as sandboxClientAsProvider, i as resolveAgentEnvironmentProvider, n as providerAsExecutor, o as createTangleSandboxExactProcessProvider, r as providerAsSandboxClient, t as createAgentEnvironmentProviderRegistry } from "./environment-provider-C4elwcpo.js";
|
|
7
|
-
import { C as observe, E as profileOptimizerModelCall, S as defaultAnalystInstruction, T as profileChatClient, _ 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-
|
|
8
|
-
import { $ as InMemoryCorpus, A as chatWorkerSeam, At as renderLeaderboardSvg, B as SandboxRunAbortError, Bt as mcpSecretEnvMetadataKey, C as withUntrackedArtifacts, Ct as deterministicCompletion, D as codeModeSupervisorTools, Dt as pairwiseSignificance, Et as leaderboard, F as selectChampion, Ft as connectStdioMcp, G as equalKOnCost, H as printBenchmarkReport, Ht as resolveSecretEnv, I as assertStrategyContract, It as materializeLocalMcp, J as runPersonified, K as trajectoryReport, L as authorStrategy, Lt as createMcpEnvironment, M as discriminatingMeans, Mt as auditIntent, N as pickChampion, Nt as defaultAuditorInstruction, O as unsafeInProcessRunner, Ot as renderLeaderboardHtml, P as runStrategyEvolution, Pt as McpSpawnFault, Q as FileCorpus, R as strategyAuthorContract, Rt as sanitizeMcpToolSchema, S as copyUntrackedIntoClone, St as completionAuthorizes, T as patchDelivered, Tt as stopSentinel, U as runBenchmark, Ut as secretEnvOfMcpServer, V as openSandboxRun, Vt as resolveMcpServerLaunch, W as promotionGate, X as createShapeRegistry, Y as builtinShapes, Z as registerShape, _ as NOTE_MAX_CHARS, _t as localSandboxClient, a as localShell, at as pipeline, b as composeWorkerEvidence, bt as loopDispatch, c as createVerifierEnvironment, ct as widen, d as harvestSurfaceDiffs, dt as createScopeAnalyst, et as renderCorpusToInstructions, f as analystsFromRegistry, ft as registryScopeAnalyst, g as EVIDENCE_MAX_CHARS, gt as resolveSandboxClient, h as worktreeFanout, ht as defineLeaderboard, i as jjWorkspace, it as panel, j as createChatSessionStore, jt as renderPairwiseMarkdown, k as chatTransportExecutor, kt as renderLeaderboardMarkdown, l as boxSurfaceReader, lt as assertTraceDerivedFindings, m as superviseSurface, mt as harvestCorpus, n as makeFinding, nt as flatWidenGate, o as runInWorkspace, ot as selectValidWinner, p as failuresAnalyst, pt as inProcessSandboxClient, q as definePersona, r as gitWorkspace, rt as loopUntil, s as createWaterfallCollector, st as verify, t as computeFindingId, tt as fanout, u as fsSurfaceReader, ut as buildSteerContext, v as VERIFY_TAIL_CHARS, vt as inlineSandboxClient, w as analyzeTrace, wt as sentinelCompletion, x as settledWorkerOut, xt as superviseDispatch, y as closingWorkerNote, yt as loopCampaignDispatch, z as strategyAuthorSystemPrompt, zt as envKeyProvider } from "./runtime-
|
|
9
|
-
import { D as createEventBus, O as defaultToolDetectors, S as canonicalFindingEvent, T as normalizeAnalyzeOnSettle, _ as renderAnytimeTable, a as allOf, b as FileCoordinationLog, c as createProgressTracker, f as sampleFromSettled, g as plateauLength, h as bestSoFar, i as finalizeBestDelivered, k as watchTrace, l as noProgressFor, m as areaUnderCurve, o as allWorkersStalled, p as anytimeReport, s as anyOf, u as plateau, v as createFileRunContext, x as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, y as createInMemoryRunContext } from "./coordination-driver-
|
|
10
|
-
import { X as defaultDelegateBudget, Z as delegate, _ as promptHandle, a as assertCoordinationBinding, b as classifyDriverFailure, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, ft as createSupervisorSpanRecorder, g as naiveContinuationPrompt, h as kernelPromptRegistry, i as workerFromBackend, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as mapExecutorResult, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as gateOnDeliverable, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, x as serveCoordinationMcp, y as DriverAttemptsExhaustedError } from "./supervise-
|
|
7
|
+
import { C as observe, E as profileOptimizerModelCall, S as defaultAnalystInstruction, T as profileChatClient, _ 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-Cv_aUlFY.js";
|
|
8
|
+
import { $ as InMemoryCorpus, A as chatWorkerSeam, At as renderLeaderboardSvg, B as SandboxRunAbortError, Bt as mcpSecretEnvMetadataKey, C as withUntrackedArtifacts, Ct as deterministicCompletion, D as codeModeSupervisorTools, Dt as pairwiseSignificance, Et as leaderboard, F as selectChampion, Ft as connectStdioMcp, G as equalKOnCost, H as printBenchmarkReport, Ht as resolveSecretEnv, I as assertStrategyContract, It as materializeLocalMcp, J as runPersonified, K as trajectoryReport, L as authorStrategy, Lt as createMcpEnvironment, M as discriminatingMeans, Mt as auditIntent, N as pickChampion, Nt as defaultAuditorInstruction, O as unsafeInProcessRunner, Ot as renderLeaderboardHtml, P as runStrategyEvolution, Pt as McpSpawnFault, Q as FileCorpus, R as strategyAuthorContract, Rt as sanitizeMcpToolSchema, S as copyUntrackedIntoClone, St as completionAuthorizes, T as patchDelivered, Tt as stopSentinel, U as runBenchmark, Ut as secretEnvOfMcpServer, V as openSandboxRun, Vt as resolveMcpServerLaunch, W as promotionGate, X as createShapeRegistry, Y as builtinShapes, Z as registerShape, _ as NOTE_MAX_CHARS, _t as localSandboxClient, a as localShell, at as pipeline, b as composeWorkerEvidence, bt as loopDispatch, c as createVerifierEnvironment, ct as widen, d as harvestSurfaceDiffs, dt as createScopeAnalyst, et as renderCorpusToInstructions, f as analystsFromRegistry, ft as registryScopeAnalyst, g as EVIDENCE_MAX_CHARS, gt as resolveSandboxClient, h as worktreeFanout, ht as defineLeaderboard, i as jjWorkspace, it as panel, j as createChatSessionStore, jt as renderPairwiseMarkdown, k as chatTransportExecutor, kt as renderLeaderboardMarkdown, l as boxSurfaceReader, lt as assertTraceDerivedFindings, m as superviseSurface, mt as harvestCorpus, n as makeFinding, nt as flatWidenGate, o as runInWorkspace, ot as selectValidWinner, p as failuresAnalyst, pt as inProcessSandboxClient, q as definePersona, r as gitWorkspace, rt as loopUntil, s as createWaterfallCollector, st as verify, t as computeFindingId, tt as fanout, u as fsSurfaceReader, ut as buildSteerContext, v as VERIFY_TAIL_CHARS, vt as inlineSandboxClient, w as analyzeTrace, wt as sentinelCompletion, x as settledWorkerOut, xt as superviseDispatch, y as closingWorkerNote, yt as loopCampaignDispatch, z as strategyAuthorSystemPrompt, zt as envKeyProvider } from "./runtime-CDnK6T-T.js";
|
|
9
|
+
import { D as createEventBus, O as defaultToolDetectors, S as canonicalFindingEvent, T as normalizeAnalyzeOnSettle, _ as renderAnytimeTable, a as allOf, b as FileCoordinationLog, c as createProgressTracker, f as sampleFromSettled, g as plateauLength, h as bestSoFar, i as finalizeBestDelivered, k as watchTrace, l as noProgressFor, m as areaUnderCurve, o as allWorkersStalled, p as anytimeReport, s as anyOf, u as plateau, v as createFileRunContext, x as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, y as createInMemoryRunContext } from "./coordination-driver-DwwFgEKZ.js";
|
|
10
|
+
import { X as defaultDelegateBudget, Z as delegate, _ as promptHandle, a as assertCoordinationBinding, b as classifyDriverFailure, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, ft as createSupervisorSpanRecorder, g as naiveContinuationPrompt, h as kernelPromptRegistry, i as workerFromBackend, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as mapExecutorResult, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as gateOnDeliverable, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, x as serveCoordinationMcp, y as DriverAttemptsExhaustedError } from "./supervise-OiFWCM75.js";
|
|
11
11
|
import { C as workerInboxFileFromEventDir, D as workerSteerRequestsDir, E as workerSteerRequestFile, O as workerSteersDir, S as workerInboxFile, T as workerSteerAcknowledgementsDir, _ as supervisorWorkersDir, a as legacySupervisorRunsRoot, b as workerCancellationsDir, c as readWorkerCancelRequests, d as readWorkerSteerRequests, f as runCancelRequestFile, g as supervisorRunsRoot, h as supervisorRunDir, i as legacySupervisorRunDir, j as writeWorkerSteer, l as readWorkerCancellation, m as safeWorkerFile, n as cancelWorker, o as readRunCancelRequest, p as runCancellationFile, s as readRunCancellation, t as cancelRun, u as readWorkerSteerAcknowledgement, v as workerCancelRequestsFile, w as workerSteerAcknowledgementFile, x as workerControlLogFile, y as workerCancellationFile } from "./run-layout-Cd_l2XWV.js";
|
|
12
|
-
import { n as workerFromInteractiveProvider, r as claimRetainedInteractiveControl, t as provisionSupervisor } from "./provision-supervisor-
|
|
13
|
-
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-
|
|
14
|
-
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-
|
|
12
|
+
import { n as workerFromInteractiveProvider, r as claimRetainedInteractiveControl, t as provisionSupervisor } from "./provision-supervisor-BOy-x5Rn.js";
|
|
13
|
+
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-B05VmJoe.js";
|
|
14
|
+
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-CJOhaZ35.js";
|
|
15
15
|
export { AUTHORITY_MARKERS, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_PEER_MAIL_LIMITS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, DriverAttemptsExhaustedError, EVIDENCE_MAX_CHARS, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, GraphEdgeCapError, InMemoryCorpus, InMemoryResultBlobStore, InMemorySpawnJournal, McpSpawnFault, NOTE_MAX_CHARS, PEER_MAIL_WIRE_KEY, SandboxRunAbortError, TERMINAL_DECISIONS, VERIFY_TAIL_CHARS, WORKER_TOOL_TRACE_SCHEMA_VERSION, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analystsFromRegistry, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertSandboxServedModel, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, attachWorker, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cancelRun, cancelWorker, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, claimRetainedInteractiveControl, claimsAuthority, classifyDriverFailure, cliInPlaceExecutor, cliWorktreeExecutor, closingWorkerNote, codeModeSupervisorTools, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInPlaceCliExecutor, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createPeerMailbox, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createSandboxUsageLedger, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeHarnessUsage, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, fsSurfaceReader, gateOnDeliverable, gitWorkspace, harvestCorpus, harvestSurfaceDiffs, inProcessSandboxClient, inlineSandboxClient, isPeerMailEnvelope, isTerminalDecision, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapExecutorResult, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, peerMailTools, peerMailVerbNames, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, provisionSupervisor, queueOf, readRunCancelRequest, readRunCancellation, readWorkerCancelRequests, readWorkerCancellation, readWorkerInteractiveAdmissions, readWorkerInteractiveBinding, readWorkerProgress, readWorkerSteerAcknowledgement, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedInteractiveRun, reconnectRetainedRun, recoverRetainedInteractiveRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runCancelRequestFile, runCancellationFile, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxEventServedBackend, sandboxProgressEvents, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedInteractiveRun, startRetainedRun, startRetainedRunInEnvironment, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, unsafeInProcessRunner, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerCancelRequestsFile, workerCancellationFile, workerCancellationsDir, workerControlLogFile, workerFromBackend, workerFromInteractiveProvider, workerInboxFile, workerInboxFileFromEventDir, workerInteractiveAdmissionFile, workerInteractiveBindingFile, workerInteractiveBindingsDir, workerSteerAcknowledgementFile, workerSteerAcknowledgementsDir, workerSteerRequestFile, workerSteerRequestsDir, workerSteersDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as persistCandidateOutputArtifact, lt as omitTopLevelDigest, rt as canonicalCandidateBytes, st as embeddedCandidateArtifact } from "./prepare-Tip-2ZoZ.js";
|
|
2
2
|
import { i as sealAgentCandidateBundle, t as captureAgentCandidateWorkspace } from "./workspace-archive-ByonPBl-.js";
|
|
3
3
|
import { t as assertExecutableAgentProfile } from "./model-policy-Sw4ywhtL.js";
|
|
4
|
-
import { t as createAgentImprovementActivationResult } from "./activation-
|
|
4
|
+
import { t as createAgentImprovementActivationResult } from "./activation-n31Hpe4r.js";
|
|
5
5
|
import { t as RESEARCHER_SYSTEM_PROMPT } from "./researcher-BMFFPwKb.js";
|
|
6
|
-
import { n as supervise } from "./supervise-
|
|
6
|
+
import { n as supervise } from "./supervise-OiFWCM75.js";
|
|
7
7
|
import { agentCandidateKnowledgeSchema, agentProfileSchema, sha256DigestSchema } from "@tangle-network/agent-interface";
|
|
8
8
|
import { realpath } from "node:fs/promises";
|
|
9
9
|
import { evaluateKnowledgeBaseReadiness, fromAgentCandidateKnowledgeRef, improveKnowledgeBase, knowledgeImprovementCandidateRef, loadKnowledgeImprovementActivationResult, promoteKnowledgeCandidate, restoreKnowledgeCandidateBaseline, toAgentCandidateKnowledgeRef, withKnowledgeImprovementComparison } from "@tangle-network/agent-knowledge";
|
|
@@ -435,4 +435,4 @@ function addSpent(target, result) {
|
|
|
435
435
|
//#endregion
|
|
436
436
|
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 };
|
|
437
437
|
|
|
438
|
-
//# sourceMappingURL=knowledge-
|
|
438
|
+
//# sourceMappingURL=knowledge-CRoESDWq.js.map
|