@tangle-network/agent-runtime 0.133.1 → 0.133.3
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-BKeGUWTV.js → activation-WLt7Dmfv.js} +2 -2
- package/dist/{activation-BKeGUWTV.js.map → activation-WLt7Dmfv.js.map} +1 -1
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +2 -2
- package/dist/{authoring-CoJWo0Ju.js → authoring-BmzFs-eQ.js} +2 -2
- package/dist/{authoring-CoJWo0Ju.js.map → authoring-BmzFs-eQ.js.map} +1 -1
- package/dist/{graph-B2xqnhnF.js → graph-Ck6Lm5XP.js} +2 -2
- package/dist/{graph-B2xqnhnF.js.map → graph-Ck6Lm5XP.js.map} +1 -1
- package/dist/{improvement-cycle-Cq5xHru1.js → improvement-cycle-ClbcuXvP.js} +3 -3
- package/dist/{improvement-cycle-Cq5xHru1.js.map → improvement-cycle-ClbcuXvP.js.map} +1 -1
- package/dist/{index-BNz-BzLt.d.ts → index-C7tsPEzj.d.ts} +2 -2
- package/dist/{index-B7qKWyMV.d.ts → index-kMp8g-jT.d.ts} +125 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7 -7
- package/dist/intelligence.js +3 -3
- package/dist/kernel.d.ts +2 -2
- package/dist/kernel.js +7 -7
- package/dist/{knowledge-D-ofzi3v.js → knowledge-jGnr0Fpn.js} +3 -3
- package/dist/{knowledge-D-ofzi3v.js.map → knowledge-jGnr0Fpn.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-CBW9ri20.d.ts → loop-runner-bin-CC5c39zY.d.ts} +2 -2
- package/dist/{loop-runner-bin-BwF5A_xf.js → loop-runner-bin-SvKBQeUG.js} +3 -3
- package/dist/{loop-runner-bin-BwF5A_xf.js.map → loop-runner-bin-SvKBQeUG.js.map} +1 -1
- 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 +1 -1
- package/dist/mcp/index.js +4 -4
- package/dist/{openai-tools-rpPRFsVG.js → openai-tools-Sh1Q_4vy.js} +2 -2
- package/dist/{openai-tools-rpPRFsVG.js.map → openai-tools-Sh1Q_4vy.js.map} +1 -1
- package/dist/{runtime-CmTSbexZ.js → runtime-BdtZvPzb.js} +261 -22
- package/dist/runtime-BdtZvPzb.js.map +1 -0
- package/dist/{structural-rollout-Cy0l0bbT.js → structural-rollout-BfOB1pIb.js} +9 -4
- package/dist/structural-rollout-BfOB1pIb.js.map +1 -0
- package/dist/{supervise-DZxpJGK_.js → supervise-DG11q6jc.js} +2 -2
- package/dist/{supervise-DZxpJGK_.js.map → supervise-DG11q6jc.js.map} +1 -1
- package/dist/{supervisor-BpIcKHy7.js → supervisor-D8sBmGYd.js} +20 -11
- package/dist/supervisor-D8sBmGYd.js.map +1 -0
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +11 -11
- package/package.json +1 -1
- package/dist/runtime-CmTSbexZ.js.map +0 -1
- package/dist/structural-rollout-Cy0l0bbT.js.map +0 -1
- package/dist/supervisor-BpIcKHy7.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Df as DeliverableSpec, Ha as SuperviseOptions, oo as SupervisorProfile } from "./index-kMp8g-jT.js";
|
|
2
2
|
import { i as Budget, q as SupervisedResult } from "./types-DJ7k6vHE.js";
|
|
3
3
|
import { o as ExecutorConfig } from "./runtime-D-26vxJt.js";
|
|
4
4
|
import { y as AgentCandidateOutputArtifactPort } from "./types-BaIpb0XT.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-C7tsPEzj.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, a as Iteration, b as LoopTraceEvent, d as LoopLineageOptions, i as ExecCtx, it as RuntimeStreamEvent, k as Validator, m as LoopResult, r as Driver, t as AgentRunSpec, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-6zHo67jn.js";
|
|
1
|
+
import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, S as MountManifestEntry, a as Iteration, b as LoopTraceEvent, d as LoopLineageOptions, i as ExecCtx, it as RuntimeStreamEvent, k as Validator, m as LoopResult, r as Driver, t as AgentRunSpec, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-6zHo67jn.js";
|
|
2
2
|
import { n as AnalystRegistryLike } from "./types-zWfqDjeL.js";
|
|
3
3
|
import { l as RuntimeHooks } from "./runtime-hooks-sbRpjStq.js";
|
|
4
4
|
import { B as SpawnOpts, E as ProviderModelExecutionEvidence, F as Runtime, G as SpendGap, I as Scope, J as Supervisor, Jt as PendingWait, K as SteerableRootHandle, L as Settled, O as ResultBlobStore, Q as UsageEvent, R as SpawnEvent, S as NodeSnapshot, St as OtelExporter, U as Spend, X as TreeView, Zt as WaitProbeRegistry, a as DefaultVerdict, b as NodeExecutionIdentity, d as ExecutorFactory, h as ExecutorResult, i as Budget, j as RootHandle, k as ResumedKeyState, ln as TraceSource, lt as TraceContext, m as ExecutorRegistry, n as AgentExecutionRef, o as ExecutionBindingReceipt, q as SupervisedResult, r as AgentSpec, rt as WorkerTraceResolver, s as Executor, t as Agent, tt as WorkerTraceEvidence, vn as WorkerProgress, w as ProfileMaterializationReceipt, x as NodeId, xt as OtelExportConfig, y as NoWinnerError, z as SpawnJournal } from "./types-DJ7k6vHE.js";
|
|
@@ -8211,6 +8211,128 @@ interface SuperviseSurfaceResult {
|
|
|
8211
8211
|
* — there is no other entrypoint to learn. */
|
|
8212
8212
|
declare function superviseSurface(profile: SupervisorProfile, task: AgenticTask, opts: SuperviseSurfaceOptions): Promise<SuperviseSurfaceResult>;
|
|
8213
8213
|
//#endregion
|
|
8214
|
+
//#region src/runtime/surface-diff.d.ts
|
|
8215
|
+
/** Outcome of reading one surface back at settle. `missing: true` means the path no longer exists
|
|
8216
|
+
* (a deletion — a valid, reportable outcome); any other failure carries its diagnostic. */
|
|
8217
|
+
type SurfaceReadOutcome = {
|
|
8218
|
+
succeeded: true;
|
|
8219
|
+
value: Uint8Array;
|
|
8220
|
+
} | {
|
|
8221
|
+
succeeded: false;
|
|
8222
|
+
missing: boolean;
|
|
8223
|
+
error: string;
|
|
8224
|
+
};
|
|
8225
|
+
/** The read seam: fetch the current bytes at a mounted path. Implemented by a sandbox box's
|
|
8226
|
+
* `fs.read`, a local worktree read ({@link fsSurfaceReader}), or a test double. */
|
|
8227
|
+
type SurfaceReader = (path: string) => Promise<SurfaceReadOutcome>;
|
|
8228
|
+
/**
|
|
8229
|
+
* One watched surface whose settled state differs from what was mounted (or from absence).
|
|
8230
|
+
*
|
|
8231
|
+
* - `modified` — the surface exists with different bytes (`settledSha256`/`settledBytes` present).
|
|
8232
|
+
* - `removed` — the surface no longer exists at its mounted path.
|
|
8233
|
+
* - `created` — a watched path that was never mounted now exists (`settledSha256`/`settledBytes`
|
|
8234
|
+
* present, no `mountedSha256`) — the shape a harness's new memory/skill file takes.
|
|
8235
|
+
* - `unreadable` — the read seam failed for a reason other than absence; `error` carries the
|
|
8236
|
+
* diagnostic. Reported rather than dropped so a permissions or transport failure cannot
|
|
8237
|
+
* masquerade as "nothing changed".
|
|
8238
|
+
*/
|
|
8239
|
+
interface SurfaceDiff {
|
|
8240
|
+
/** The mounted/watched path, exactly as recorded. */
|
|
8241
|
+
path: string;
|
|
8242
|
+
status: 'modified' | 'removed' | 'created' | 'unreadable';
|
|
8243
|
+
/** Hex SHA-256 of the bytes that were mounted (from the manifest). Absent for `created`. */
|
|
8244
|
+
mountedSha256?: string;
|
|
8245
|
+
/** Free-form origin: the manifest entry's `source`, or the watch entry's `source`. */
|
|
8246
|
+
source: string;
|
|
8247
|
+
/** Hex SHA-256 of the settled bytes. Present for `modified` and `created`. */
|
|
8248
|
+
settledSha256?: string;
|
|
8249
|
+
/** Size of the settled bytes. Present for `modified` and `created`. */
|
|
8250
|
+
settledBytes?: number;
|
|
8251
|
+
/** The read seam's diagnostic. Present only for `unreadable`. */
|
|
8252
|
+
error?: string;
|
|
8253
|
+
}
|
|
8254
|
+
/** A path to check at settle that was NOT necessarily mounted — where a harness is known to write
|
|
8255
|
+
* self-authored surfaces (a memory dir's files, a refinement log). A watched path that was also
|
|
8256
|
+
* mounted compares against its mount; one that wasn't reports `created` if it now exists.
|
|
8257
|
+
* `created` is an inference from the mount manifest, not a proof of authorship: a file the box
|
|
8258
|
+
* IMAGE shipped at a never-mounted path also reports `created`. Watch paths known absent at run
|
|
8259
|
+
* start (or enumerate the tree at start AND settle and watch the difference) to make the label
|
|
8260
|
+
* mean what it says. */
|
|
8261
|
+
interface WatchedSurface {
|
|
8262
|
+
path: string;
|
|
8263
|
+
/** Origin label carried onto the diff (default `'watched'`). */
|
|
8264
|
+
source?: string;
|
|
8265
|
+
}
|
|
8266
|
+
/** Inputs to {@link harvestSurfaceDiffs}: the run's mount manifest, the read seam, and optional
|
|
8267
|
+
* watch paths for surfaces the agent may have created. */
|
|
8268
|
+
interface HarvestSurfaceDiffsOptions {
|
|
8269
|
+
/** The run's mount manifest (`RunProvenance.mounts`). Entries sharing a path are collapsed to the
|
|
8270
|
+
* LAST entry — the bytes the agent actually saw at start. */
|
|
8271
|
+
mounts: readonly MountManifestEntry[];
|
|
8272
|
+
/** How to read a mounted path's current bytes. */
|
|
8273
|
+
read: SurfaceReader;
|
|
8274
|
+
/** Additional paths to check that may not have been mounted (see {@link WatchedSurface}). The
|
|
8275
|
+
* caller enumerates them (it knows the harness's state layout — e.g. via the box's file tree);
|
|
8276
|
+
* the harvest stays layout-agnostic. */
|
|
8277
|
+
watch?: readonly WatchedSurface[];
|
|
8278
|
+
}
|
|
8279
|
+
/**
|
|
8280
|
+
* Re-read every mounted (and watched) surface and report the ones whose settled state differs from
|
|
8281
|
+
* the manifest — modified, removed, or created. Unchanged surfaces and still-absent watched paths
|
|
8282
|
+
* produce no entry; reads run concurrently; output preserves record order, mounts before
|
|
8283
|
+
* watch-only paths. Mounts and watches sharing a path key are each collapsed to the LAST entry,
|
|
8284
|
+
* and a watched path that was also mounted compares against its mount (never reports `created`).
|
|
8285
|
+
*
|
|
8286
|
+
* The harvest takes no `AbortSignal`: it is pure fan-out over the read seam and waits on nothing
|
|
8287
|
+
* itself, so every cancellable moment belongs to the reader. Pass a signal to the reader instead
|
|
8288
|
+
* ({@link BoxSurfaceReaderOptions.signal}, or close over one in a custom {@link SurfaceReader}) —
|
|
8289
|
+
* that cuts the backoff waits, and the harvest still returns the diffs it did establish rather
|
|
8290
|
+
* than discarding settle-time evidence on a late cancellation.
|
|
8291
|
+
*/
|
|
8292
|
+
declare function harvestSurfaceDiffs(options: HarvestSurfaceDiffsOptions): Promise<SurfaceDiff[]>;
|
|
8293
|
+
/** The minimal box surface the box-backed reader needs — structurally typed so the real
|
|
8294
|
+
* `@tangle-network/sandbox` box and a test double both satisfy it, no SDK import. */
|
|
8295
|
+
interface SurfaceReadBox {
|
|
8296
|
+
fs: {
|
|
8297
|
+
read(path: string): Promise<string>;
|
|
8298
|
+
};
|
|
8299
|
+
}
|
|
8300
|
+
/** Retry and cancellation controls for {@link boxSurfaceReader}. */
|
|
8301
|
+
interface BoxSurfaceReaderOptions {
|
|
8302
|
+
/** Read attempts per path before settling on a failed outcome. The data plane can transiently
|
|
8303
|
+
* 404 a just-written file (the same blip `openSandboxRun`'s deliverable read retries for), and a
|
|
8304
|
+
* first-attempt 404 taken at face value turns a fresh self-edit into a false `removed`/dropped
|
|
8305
|
+
* `created`. Default 3. */
|
|
8306
|
+
attempts?: number;
|
|
8307
|
+
/** Linear backoff base between attempts (delay = base × attempt). Default 250. */
|
|
8308
|
+
retryDelayMs?: number;
|
|
8309
|
+
/** Cuts the retry waits short when the run is abandoned. The reader still returns a typed
|
|
8310
|
+
* outcome — the harvest reports what it managed to read rather than rejecting. */
|
|
8311
|
+
signal?: AbortSignal;
|
|
8312
|
+
}
|
|
8313
|
+
/**
|
|
8314
|
+
* A {@link SurfaceReader} over a sandbox box's filesystem — the same `box.fs.read` seam
|
|
8315
|
+
* `openSandboxRun` reads deliverables through, with the same transient-404 posture (bounded
|
|
8316
|
+
* retry). The box wire returns UTF-8 TEXT (the SDK's binary path is `download()`), which profile
|
|
8317
|
+
* surfaces are; hashes are computed over the UTF-8 encoding, and content the wire had to
|
|
8318
|
+
* lossy-decode (a U+FFFD replacement character) is reported `unreadable` rather than hashed as
|
|
8319
|
+
* mojibake. The SDK's not-found error is detected structurally (`err.name === 'NotFoundError'`)
|
|
8320
|
+
* and maps to `missing: true` — unless its `resourceType` names something other than a file/path
|
|
8321
|
+
* (the BOX or session being gone), which is a transport failure, not an absent surface.
|
|
8322
|
+
*/
|
|
8323
|
+
declare function boxSurfaceReader(box: SurfaceReadBox, options?: BoxSurfaceReaderOptions): SurfaceReader;
|
|
8324
|
+
/**
|
|
8325
|
+
* A {@link SurfaceReader} over the local filesystem, for worktree/local workers. Every path —
|
|
8326
|
+
* relative or absolute — must resolve INSIDE `root`: a path that escapes it (`../`, an absolute
|
|
8327
|
+
* path elsewhere) fails as a contained non-missing outcome rather than reading outside the
|
|
8328
|
+
* worktree, so a persisted or mistyped manifest path cannot turn the harvest into an
|
|
8329
|
+
* existence/hash oracle over the host filesystem. Containment is checked twice — once on the
|
|
8330
|
+
* lexical path, then again on the symlink-resolved path, because `readFile` follows a link and a
|
|
8331
|
+
* link planted inside the root would otherwise read host bytes through a contained-looking name.
|
|
8332
|
+
* Absence maps to `missing: true`; every other failure carries the error message.
|
|
8333
|
+
*/
|
|
8334
|
+
declare function fsSurfaceReader(root: string): SurfaceReader;
|
|
8335
|
+
//#endregion
|
|
8214
8336
|
//#region src/runtime/verifier-environment.d.ts
|
|
8215
8337
|
interface VerifierEnvironmentOptions {
|
|
8216
8338
|
name: string;
|
|
@@ -8224,5 +8346,5 @@ interface VerifierEnvironmentOptions {
|
|
|
8224
8346
|
/** Any checkable task as an `Environment`, no tool surface required: the artifact is the worker's answer and the domain is one deployable `check` over it. */
|
|
8225
8347
|
declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
|
|
8226
8348
|
//#endregion
|
|
8227
|
-
export { legacySupervisorRunsRoot as $, assertCoordinationBinding as $a, bestSoFar as $c, RetainedRunDispatchedAdmission as $d, promptResourceProfileMaterialization as $f, AgenticTask as $i, FeedbackEvent as $l, selectBestIndex as $n, inProcessSandboxClient as $o, AcquireOptions as $r, Outcome as $s, rollingDispatch as $t, DelegateUiAuditRoute as $u, GitWorkspaceOptions as A, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Aa, Leaderboard as Ac, FileDelegationStore as Ad, SpawnForestTree as Af, widen as Ai, WorkerResumeContext as Al, supervisorInstructions as An, FinalizeContext as Ao, Deliverable as Ar, PanelVerdict as As, runGraph as At, runDetachedTurn as Au, analyzeTrace as B, DriveHarness as Ba, renderLeaderboardMarkdown as Bc, RetainedRunAdmissionError as Bd, DefineProfileMaterializationContractOptions as Bf, sanitizeMcpToolSchema as Bi, DELEGATE_DESCRIPTION as Bl, StructuralRolloutPolicy as Bn, DriverAttemptsExhaustedError as Bo, SandboxLineage as Br, TrajectoryReport as Bs, formatPromptHandle as Bt, SubmitOutput as Bu, closingWorkerNote as C, SuperviseDispatchOptions as Ca, completionAuthorizes as Cc, buildDelegationTraceSpans as Cd, InMemoryResultBlobStore as Cf, fanout as Ci, QuestionDecision as Cl, AuthoredProfile as Cn, sampleFromSettled as Co, MaterializeLocalMcpOptions as Cr, FlatWidenGate as Cs, GraphEdgeCapError as Ct, DriveTurnCapableBox as Cu, UntrackedCopyStats as D, superviseDispatch as Da, AxisScoresOf as Dc, DelegationPersistenceError as Dd, SpawnForestInDoubtNode as Df, pipeline as Di, QuestionRecord as Dl, assessAuthoredProfile as Dn, SupervisorSpanRecorder as Do, StdioMcpServerSpec as Dr, Panel as Ds, RunGraphTestOptions as Dt, detachedTurnEvents as Du, CopyOptions as E, loopDispatch as Ea, stopSentinel as Ec, createDelegationTraceCollector as Ed, SpawnForestEvent as Ef, panel as Ei, QuestionPolicy as El, asAuthoredProfile as En, SupervisorSpanOutcome as Eo, StdioMcpConnection as Er, LoopUntilState as Es, RunGraphOptions as Et, createDetachedTurnResumeDriver as Eu, gitWorkspace as F, SuperviseTestOptions as Fa, ProfileKeyOf as Fc, BackendTransportError as Fd, contentAddress as Ff, createScopeAnalyst as Fi, normalizeAnalyzeOnSettle as Fl, CheckSource as Fn, pickBestDelivered as Fo, SandboxRunAbortError as Fr, ScopeAnalyst as Fs, analyzesFindingsReportPrompt as Ft, DelegationResumeTick as Fu, workerTraceAnalysisStore as G, ResolvedSupervisorProfile as Ga, IntentAudit as Gc, NativeContextContinuationInput as Gd, assertProfileMaterialization as Gf, BenchmarkStrategySummary as Gi, DelegateHandlerOptions as Gl, composeCheckSources as Gn, defaultSelectWinner as Go, createSandboxToolPartState as Gr, Widen as Gs, ConcurrencyCaps as Gt, DelegateFeedbackArgs as Gu, WorkerToolTraceArtifact as H, ObserveSupervisorNodeEvent as Ha, renderPairwiseMarkdown as Hc, RuntimeRunStateError as Hd, ProfileMaterializationContract as Hf, BenchmarkConfig as Hi, DELEGATE_TOOL_NAME as Hl, VisibleCheck as Hn, DriverRetryPolicy as Ho, SessionCapableBox as Hr, TrajectoryReportOptions as Hs, naiveContinuationPrompt as Ht, DelegateCodeArgs as Hu, jjWorkspace as I, supervise as Ia, ScoreOf as Ic, ConfigError as Id, AGENT_PROFILE_MATERIALIZATION_AXES as If, registryScopeAnalyst as Ii, McpServer as Il, CheckSourceCtx as In, runFinalizer as Io, TurnResult as Ir, ScopeAnalyzeInput as Is, createPromptRegistry as It, DelegationRunContext as Iu, ScopeArgs as J, SupervisorNodeContext as Ja, AnytimeReport as Jc, RecoverRetainedRunResult as Jd, fullProfileMaterialization as Jf, printBenchmarkReport as Ji, validateDelegateArgs as Jl, filterAuthoredAsserts as Jn, localSandboxClient as Jo, mapSandboxToolEvent as Jr, WidenSpec as Js, DispatchUnit as Jt, DelegateResearchConfig as Ju, createRootHandle as K, SupervisorAgentDeps as Ka, auditIntent as Kc, ReconnectRetainedRunOptions as Kd, controlProfileMaterialization as Kf, BenchmarkTaskRow as Ki, DelegateResult as Kl, defaultExtractCandidate as Kn, runAgentRounds as Ko, extractLlmCallEvent as Kr, WidenDecision as Ks, DispatchReport as Kt, DelegateFeedbackResult as Ku, localShell as L, superviseWithTestBrain as La, leaderboard as Lc, JudgeError as Ld, AgentProfileMaterializationAxis as Lf, McpEndpoint as Li, McpServerOptions as Ll, RepairStop as Ln, runTree as Lo, openSandboxRun as Lr, ScopeWidenGate as Ls, delegatesWorkerBriefPrompt as Lt, DelegationTaskQueue as Lu, Workspace as M, SuperviseOptions as Ma, LeaderboardRow as Mc, InMemoryDelegationStore as Md, materializeTreeView as Mf, RegistryAnalyzeProjection as Mi, WorkerWatchOptions as Ml, CheckOutcome as Mn, SupervisorFinalizer as Mo, OpenSandboxRunOptions as Mr, PipelineStage as Ms, PromptHandle as Mt, DelegationRecord as Mu, WorkspaceCommit as N, SuperviseRegistry as Na, PairwiseOptions as Nc, AgentEvalError$1 as Nd, pendingWaits as Nf, assertTraceDerivedFindings as Ni, canonicalFindingEvent as Nl, CheckRunContext as Nn, bestDelivered as No, OpenSandboxRunPromptOptions as Nr, RenderCorpusToInstructions as Ns, PromptRegistry as Nt, DelegationResumeContext as Nu, copyUntrackedIntoClone as O, AuthorizedSpawn as Oa, GroupOf as Oc, DelegationStateCorruptError as Od, SpawnForestMissingTree as Of, selectValidWinner as Oi, QuestionUrgency as Ol, defaultProfileRichnessThresholds as On, createSupervisorSpanRecorder as Oo, connectStdioMcp as Or, PanelJudge as Os, TraversalContinuity as Ot, formatDetachedSessionRef as Ou, WorkspaceRun as P, SuperviseRegistryTable as Pa, PairwiseVerdict as Pc, AgentEvalErrorCode as Pd, replaySpawnTree as Pf, buildSteerContext as Pi, createCoordinationTools as Pl, CheckRunner as Pn, collectDelivered as Po, SandboxRun as Pr, RenderCorpusToInstructionsOptions as Ps, RegisteredPrompt as Pt, DelegationResumeDriver as Pu, legacySupervisorRunDir as Q, SupervisorToolInvocationContext as Qa, areaUnderCurve as Qc, RetainedRunCancellation as Qd, promptOnlyProfileMaterialization as Qf, AgenticSurface as Qi, McpTransport as Ql, sandboxCheckRunner as Qn, InProcessSandboxClientOptions as Qo, probeSandboxCapabilities as Qr, LoopShape as Qs, queueOf as Qt, DelegateUiAuditResult as Qu, runInWorkspace as R, workerFromBackend as Ra, pairwiseSignificance as Rc, NotFoundError as Rd, AssertProfileMaterializationOptions as Rf, McpEnvironmentOptions as Ri, createInProcessTransport as Rl, StructuralRolloutConfig as Rn, DriverAttemptRecord as Ro, CheckpointCapableBox as Rr, SteerContext as Rs, dumbContinuationFailPrompt as Rt, DelegationTaskQueueOptions as Ru, WorkerEvidenceInput as S, LoopOptionsForDispatch as Sa, CompletionVerdict as Sc, DelegationTraceSpan as Sd, FileSpawnJournal as Sf, renderCorpusToInstructions as Si, Question as Sl, spendFromUsageEvents as Sn, plateau as So, LocalMcpMaterialization as Sr, FanoutWinnerSelector as Ss, GraphEdge as St, DetachedTurnResumeDriverOptions as Su, settledWorkerOut as T, loopCampaignDispatch as Ta, sentinelCompletion as Tc, composeLoopTraceEmitters as Td, SpawnForest as Tf, loopUntil as Ti, QuestionOption as Tl, ProfileRichnessThresholds as Tn, SupervisorSpanOptions as To, McpToolDescriptor as Tr, LoopUntilSpec as Ts, GraphResult as Tt, RunDetachedTurnOptions as Tu, captureWorkerTraceEvidence as U, ResolveDriveHarness as Ua, AuditIntentInput as Uc, ValidationError as Ud, ProfileMaterializationIssue as Uf, BenchmarkLift as Ui, DelegateArgs as Ul, canDisplace as Un, classifyDriverFailure as Uo, createSandboxLineage as Ur, Verify as Us, promptHandle as Ut, DelegateCodeConfig as Uu, WORKER_TOOL_TRACE_SCHEMA_VERSION as V, DriveHarnessOwnerContext as Va, renderLeaderboardSvg as Vc, RetainedRunDispatchBindingError as Vd, KnownAgentProfileMaterializationAxis as Vf, BenchmarkCell as Vi, DELEGATE_INPUT_SCHEMA as Vl, StructuralRolloutResult as Vn, DriverProgressMark as Vo, SandboxLineageHandle as Vr, TrajectoryReportFn as Vs, kernelPromptRegistry as Vt, hashIdempotencyInput as Vu, parseWorkerToolTraceArtifact as W, ResolveSupervisorTools as Wa, AuditIntentOptions as Wc, NativeContextContinuationExecution as Wd, ValidateProfileMaterializationOptions as Wf, BenchmarkReport as Wi, DelegateError as Wl, compareCheckOutcomes as Wn, RunAgentRoundsOptions as Wo, SandboxToolPartState as Wr, VerifySpec as Ws, supervisorPolicyPrompt as Wt, DelegateCodeResult as Wu, settledToIteration as X, SupervisorProfile as Xa, AnytimeTaskCurve as Xc, RetainedRunAdmissionHook as Xd, promptControlProfileMaterialization as Xf, AgenticOptions as Xi, JsonRpcResponse as Xl, officialChecksFromMeta as Xn, InProcessOnPrompt as Xo, CriuCapableClient as Xr, DefinePersona as Xs, effectiveConcurrency as Xt, DelegateUiAuditArgs as Xu, createScope as Y, SupervisorNodeContextSeed as Ya, AnytimeStrategySummary as Yc, RetainedRunAdmission as Yd, profileMaterializationAxes$1 as Yf, runBenchmark as Yi, JsonRpcMessage as Yl, modelAuthoredChecks as Yn, inlineSandboxClient as Yo, sumSandboxUsage as Yr, WinnerStrategy as Ys, RollingDispatchOptions as Yt, DelegateResearchResult as Yu, WorkerSteerRequest as Z, SupervisorToolDescriptor as Za, anytimeReport as Zc, RetainedRunCancelOptions as Zd, promptModelProfileMaterialization as Zf, AgenticRunResult as Zi, McpToolDescriptor$1 as Zl, resolveEntrySymbol as Zn, InProcessPromptCtx as Zo, SandboxCapabilities as Zr, DefinePersonaInput as Zs, freeSlots as Zt, DelegateUiAuditConfig as Zu, WorktreeFanoutOptions as _, runAgentic as _a, LeaderboardSpec as _c, CappedDelegationTrace as _d, DeliverableSpec as _f, registerShape as _i, DownMessageAuthorizationInput as _l, BudgetPoolRestore as _n, allOf as _o, AuthoredStrategy as _r, EqualKOnCostOptions as _s, WorktreePatchArtifact as _t, SiblingSandboxExecutorOptions as _u, SandboxInstance$1 as a, Strategy as aa, ShapeBudget as ac, DelegationProfile as ad, RetainedRunSnapshot as af, resolveSandboxClient as ai, createWaterfallCollector as al, DriverAgentOptions as an, CoordinationOwnerId as ao, EvolutionAuthor as ar, ObserveInput as as, workerControlLogFile as at, CoderReviewer as au, NOTE_MAX_CHARS as b, LoopCampaignDispatchOptions as ba, CompletionEvidence as bc, DelegationTraceCaps as bd, mapExecutorResult as bf, FileCorpus as bi, DownMessageEvent as bl, ReservationTicket as bn, createProgressTracker as bo, strategyAuthorContract as br, FanoutOptions as bs, EdgeDeliveryOutcome as bt, DetachedSessionRefParts as bu, VerifierEnvironmentOptions as c, StrategyMessage as ca, DefinedLeaderboard as cc, DelegationStatus as cd, BusEvent as cf, promotionGate as ci, AnalyzeOnSettleRoute as cl, ChatCompletionsTransport as cn, AllWorkersStalledOptions as co, EvolutionGeneration as cr, observe as cs, writeWorkerSteer as ct, DetachedWinnerSelection as cu, SuperviseSurfaceResult as d, SurfaceScore as da, LeaderboardBenchmarkAdapter as dc, FeedbackRating as dd, EventBus as df, assertModelAllowed as di, ContinuationInstruction as dl, ChatTransportTool as dn, ProgressSample as do, StrategyEvolutionConfig as dr, CombinatorShape as ds, RunContext as dt, coderTaskFromArgs as du, AgenticTool as ea, Persona as ec, DelegationError as ed, RetainedRunEffect as ef, acquireSandbox as ei, plateauLength as el, DelegateOptions as en, resolveSupervisorProfile as eo, renderProfileMaterializationIssues as ep, structuralRollout as er, HarvestCorpusOptions as es, readWorkerSteerRequests as et, FeedbackStore as eu, SurfaceWorkerConfig as f, adaptiveRefine as fa, LeaderboardFlagSpec as fc, FeedbackRefersTo as fd, PublishOptions as ff, assertProfileModelsAllowed as fi, ContinuityMode as fl, ChatWorkerSeamOptions as fn, ProgressTracker as fo, discriminatingMeans as fr, Corpus as fs, createFileRunContext as ft, detachedSessionDelegate as fu, AuthoredHarness as g, refine as ga, LeaderboardScore as gc, UiAuditorDelegationOutput as gd, watchTrace as gf, createShapeRegistry as gi, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as gl, BudgetPool as gn, StopRule as go, AuthorStrategyOptions as gr, EqualKOnCost as gs, WorktreeCliExecutorOptions as gt, FleetWorkspaceExecutorOptions as gu, superviseSurface as h, depthStrategy as ha, LeaderboardScenario as hc, UiAuditLensFilter as hd, defaultToolDetectors as hf, builtinShapes as hi, CoordinationToolsOptions as hl, createChatSessionStore as hn, StopDecision as ho, selectChampion as hr, EqualKArm as hs, patchDelivered as ht, FleetHandle as hu, SandboxEvent$1 as i, ShotSpec as ia, RunPersonifiedOptions as ic, DelegationHistoryResult as id, RetainedRunReplayPoint as if, ResolveSandboxClientOptions as ii, WaterfallSpan as il, serveCoordinationMcp as in, CoordinationLog as io, EvolutionArchiveNode as ir, Observation as is, supervisorWorkersDir as it, CoderReview as iu, Shell as j, DeliverableResolutionInput as ja, LeaderboardOptions as jc, FileDelegationStoreOptions as jd, loadSpawnForest as jf, CreateScopeAnalystOptions as ji, WorkerSpawnContext as jl, CheckExecChannel as jn, FinalizerSettled as jo, OpenSandboxRunBeforeStartContext as jr, Pipeline as js, runGraphWithTestBrain as jt, DelegationArgs as ju, withUntrackedArtifacts as k, AuthorizedSpawnContext as ka, Interval as kc, DelegationStore as kd, SpawnForestNode as kf, verify as ki, SettledWorker as kl, profileRichnessFinding as kn, DeliveredOutput as ko, materializeLocalMcp as kr, PanelSpec as ks, defaultEdgeTraversalCap as kt, parseDetachedSessionRef as ku, createVerifierEnvironment as l, StrategyResult as la, LeaderboardBenchScore as lc, DelegationStatusArgs as ld, BusRecord as lf, profileChatClient as li, AuthorizeDownMessage as ll, ChatSessionStore as ln, NoProgressForOptions as lo, EvolutionReport as lr, renderReport as ls, InMemoryRunContext as lt, SettleDetachedCoderTurnOptions as lu, failuresAnalyst as m, defineStrategy as ma, LeaderboardRunContext as mc, ResearchSource as md, WatchTraceOptions as mf, trajectoryReport as mi, CoordinationTools as ml, chatWorkerSeam as mn, ProgressView as mo, runStrategyEvolution as mr, CorpusRecord as ms, PatchDeliverableOptions as mt, DelegationExecutor as mu, AnalystFinding$1 as n, CorpusReadbackOptions as na, PersonaExecutors as nc, DelegationHistoryArgs as nd, RetainedRunEventOptions as nf, recoverRetainedRun as ni, WaterfallCollector as nl, delegate as nn, supervisorAgentWithTestBrain as no, validateProfileMaterialization as np, ChampionPick as nr, HarvestReport as ns, supervisorRunDir as nt, eventToSnapshot as nu, computeFindingId$1 as o, StrategyArtifacts as oa, ShapeContext as oc, DelegationProgress as od, StartRetainedRunOptions as of, PromotionGateOptions as oi, AnalystFindingEvent as ol, driverAgent as on, FileCoordinationLog as oo, EvolutionBandInfo as or, ObserveOptions as os, workerInboxFile as ot, DelegateRunCtx as ou, SurfaceWorkerOut as p, breadthStrategy as pa, LeaderboardIterationInfo as pc, ResearchOutputShape as pd, createEventBus as pf, equalKOnCost as pi, CoordinationEvent as pl, chatTransportExecutor as pn, ProgressTrackerOptions as po, pickChampion as pr, CorpusFilter as ps, createInMemoryRunContext as pt, settleDetachedCoderTurn as pu, createSupervisor as q, SupervisorAgentTestDeps as qa, defaultAuditorInstruction as qc, RecoverRetainedRunOptions as qd, defineProfileMaterializationContract as qf, Environment as qi, createDelegateHandler as ql, defaultStructuralRolloutPolicy as qn, LocalSandboxClientOptions as qo, mapSandboxEvent as qr, WidenLineage as qs, DispatchStopReason as qt, DelegateResearchArgs as qu, CreateSandboxOptions$1 as r, RunAgenticOptions as ra, RunPersonified as rc, DelegationHistoryEntry as rd, RetainedRunHandle as rf, startRetainedRun as ri, WaterfallReport as rl, CoordinationMcpHandle as rn, CoordinationDeliveryEvidence as ro, worktreeCliProfileMaterialization as rp, ChampionPolicy as rr, harvestCorpus as rs, supervisorRunsRoot as rt, CoderDelegate as ru, makeFinding$1 as s, StrategyCtx as sa, ShapeRegistry as sc, DelegationResultPayload as sd, CoderOutput as sf, PromotionVerdict as si, AnalystRegistry as sl, finalizeBestDelivered as sn, PriorCoordination as so, EvolutionCandidate as sr, defaultAnalystInstruction as ss, workerInboxFileFromEventDir as st, DetachedSessionDelegateOptions as su, AgentProfile$2 as t, ArtifactHandle as ta, PersonaContext as tc, DelegationFeedbackSnapshot as td, RetainedRunEnvironmentAdmission as tf, reconnectRetainedRun as ti, renderAnytimeTable as tl, defaultDelegateBudget as tn, supervisorAgent as to, sandboxActProfileMaterialization as tp, visibleCheckScore as tr, HarvestFailure as ts, safeWorkerFile as tt, InMemoryFeedbackStore as tu, SuperviseSurfaceOptions as u, StrategyShotResult as ua, LeaderboardBenchTask as uc, DelegationStatusResult as ud, BusStats as uf, profileOptimizerModelCall as ui, AuthorizedDownMessage as ul, ChatTransportExecutorOptions as un, PlateauOptions as uo, ReproductionCheck as ur, AssertTraceDerivedFindings as us, InMemoryRunContextOptions as ut, UiAuditorDelegate as uu, worktreeFanout as v, sample as va, defineLeaderboard as vc, DELEGATION_TRACE_MAX_BYTES as vd, ExecutorResultMapping as vf, definePersona as vi, DownMessageDeliveryAttempt as vl, BudgetReadout as vn, allWorkersStalled as vo, assertStrategyContract as vr, EqualKVerdict as vs, createWorktreeCliExecutor as vt, createFleetWorkspaceExecutor as vu, composeWorkerEvidence as w, SuperviseOptionsForDispatch as wa, deterministicCompletion as wc, capDelegationTrace as wd, InMemorySpawnJournal as wf, flatWidenGate as wi, QuestionLevel as wl, ProfileRichness as wn, SupervisorSpanAttributes as wo, McpSpawnFault as wr, LoopUntil as ws, GraphNode as wt, DriveTurnTick as wu, VERIFY_TAIL_CHARS as x, LoopDispatchOptions as xa, CompletionPolicy as xc, DelegationTraceCollector as xd, FileResultBlobStore as xf, InMemoryCorpus as xi, MakeWorkerAgent as xl, createBudgetPool as xn, noProgressFor as xo, strategyAuthorSystemPrompt as xr, FanoutSynthesis as xs, EdgeTraversal as xt, DetachedTurn as xu, EVIDENCE_MAX_CHARS as y, sampleThenRefine as ya, CompletionAnalyst as yc, DELEGATION_TRACE_MAX_SPANS as yd, gateOnDeliverable as yf, runPersonified as yi, DownMessageDeliveryOutcome as yl, ReservationRejection as yn, anyOf as yo, authorStrategy as yr, Fanout as ys, AgentGraph as yt, createSiblingSandboxExecutor as yu, TrajectoryAnalysis as z, CoordinationBinding as za, renderLeaderboardHtml as zc, PlannerError as zd, CanonicalAgentProfileMaterializationAxis as zf, createMcpEnvironment as zi, createMcpServer as zl, StructuralRolloutMessage as zn, DriverAttemptStop as zo, ForkCapableBox as zr, TrajectoryNode as zs, dumbContinuationPassPrompt as zt, SubmitInput as zu };
|
|
8228
|
-
//# sourceMappingURL=index-
|
|
8349
|
+
export { captureWorkerTraceEvidence as $, ResolveDriveHarness as $a, AuditIntentInput as $c, ValidationError as $d, ProfileMaterializationIssue as $f, BenchmarkLift as $i, DelegateArgs as $l, canDisplace as $n, classifyDriverFailure as $o, createSandboxLineage as $r, Verify as $s, promptHandle as $t, DelegateCodeConfig as $u, NOTE_MAX_CHARS as A, LoopCampaignDispatchOptions as Aa, CompletionEvidence as Ac, DelegationTraceCaps as Ad, mapExecutorResult as Af, FileCorpus as Ai, DownMessageEvent as Al, ReservationTicket as An, createProgressTracker as Ao, strategyAuthorContract as Ar, FanoutOptions as As, EdgeDeliveryOutcome as At, DetachedSessionRefParts as Au, GitWorkspaceOptions as B, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Ba, Leaderboard as Bc, FileDelegationStore as Bd, SpawnForestTree as Bf, widen as Bi, WorkerResumeContext as Bl, supervisorInstructions as Bn, FinalizeContext as Bo, Deliverable as Br, PanelVerdict as Bs, runGraph as Bt, runDetachedTurn as Bu, SurfaceWorkerOut as C, breadthStrategy as Ca, LeaderboardIterationInfo as Cc, ResearchOutputShape as Cd, createEventBus as Cf, equalKOnCost as Ci, CoordinationEvent as Cl, chatTransportExecutor as Cn, ProgressTrackerOptions as Co, pickChampion as Cr, CorpusFilter as Cs, createInMemoryRunContext as Ct, settleDetachedCoderTurn as Cu, WorktreeFanoutOptions as D, runAgentic as Da, LeaderboardSpec as Dc, CappedDelegationTrace as Dd, DeliverableSpec as Df, registerShape as Di, DownMessageAuthorizationInput as Dl, BudgetPoolRestore as Dn, allOf as Do, AuthoredStrategy as Dr, EqualKOnCostOptions as Ds, WorktreePatchArtifact as Dt, SiblingSandboxExecutorOptions as Du, AuthoredHarness as E, refine as Ea, LeaderboardScore as Ec, UiAuditorDelegationOutput as Ed, watchTrace as Ef, createShapeRegistry as Ei, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as El, BudgetPool as En, StopRule as Eo, AuthorStrategyOptions as Er, EqualKOnCost as Es, WorktreeCliExecutorOptions as Et, FleetWorkspaceExecutorOptions as Eu, settledWorkerOut as F, loopCampaignDispatch as Fa, sentinelCompletion as Fc, composeLoopTraceEmitters as Fd, SpawnForest as Ff, loopUntil as Fi, QuestionOption as Fl, ProfileRichnessThresholds as Fn, SupervisorSpanOptions as Fo, McpToolDescriptor as Fr, LoopUntilSpec as Fs, GraphResult as Ft, RunDetachedTurnOptions as Fu, gitWorkspace as G, SuperviseTestOptions as Ga, ProfileKeyOf as Gc, BackendTransportError as Gd, contentAddress as Gf, createScopeAnalyst as Gi, normalizeAnalyzeOnSettle as Gl, CheckSource as Gn, pickBestDelivered as Go, SandboxRunAbortError as Gr, ScopeAnalyst as Gs, analyzesFindingsReportPrompt as Gt, DelegationResumeTick as Gu, Workspace as H, SuperviseOptions as Ha, LeaderboardRow as Hc, InMemoryDelegationStore as Hd, materializeTreeView as Hf, RegistryAnalyzeProjection as Hi, WorkerWatchOptions as Hl, CheckOutcome as Hn, SupervisorFinalizer as Ho, OpenSandboxRunOptions as Hr, PipelineStage as Hs, PromptHandle as Ht, DelegationRecord as Hu, CopyOptions as I, loopDispatch as Ia, stopSentinel as Ic, createDelegationTraceCollector as Id, SpawnForestEvent as If, panel as Ii, QuestionPolicy as Il, asAuthoredProfile as In, SupervisorSpanOutcome as Io, StdioMcpConnection as Ir, LoopUntilState as Is, RunGraphOptions as It, createDetachedTurnResumeDriver as Iu, runInWorkspace as J, workerFromBackend as Ja, pairwiseSignificance as Jc, NotFoundError as Jd, AssertProfileMaterializationOptions as Jf, McpEnvironmentOptions as Ji, createInProcessTransport as Jl, StructuralRolloutConfig as Jn, DriverAttemptRecord as Jo, CheckpointCapableBox as Jr, SteerContext as Js, dumbContinuationFailPrompt as Jt, DelegationTaskQueueOptions as Ju, jjWorkspace as K, supervise as Ka, ScoreOf as Kc, ConfigError as Kd, AGENT_PROFILE_MATERIALIZATION_AXES as Kf, registryScopeAnalyst as Ki, McpServer as Kl, CheckSourceCtx as Kn, runFinalizer as Ko, TurnResult as Kr, ScopeAnalyzeInput as Ks, createPromptRegistry as Kt, DelegationRunContext as Ku, UntrackedCopyStats as L, superviseDispatch as La, AxisScoresOf as Lc, DelegationPersistenceError as Ld, SpawnForestInDoubtNode as Lf, pipeline as Li, QuestionRecord as Ll, assessAuthoredProfile as Ln, SupervisorSpanRecorder as Lo, StdioMcpServerSpec as Lr, Panel as Ls, RunGraphTestOptions as Lt, detachedTurnEvents as Lu, WorkerEvidenceInput as M, LoopOptionsForDispatch as Ma, CompletionVerdict as Mc, DelegationTraceSpan as Md, FileSpawnJournal as Mf, renderCorpusToInstructions as Mi, Question as Ml, spendFromUsageEvents as Mn, plateau as Mo, LocalMcpMaterialization as Mr, FanoutWinnerSelector as Ms, GraphEdge as Mt, DetachedTurnResumeDriverOptions as Mu, closingWorkerNote as N, SuperviseDispatchOptions as Na, completionAuthorizes as Nc, buildDelegationTraceSpans as Nd, InMemoryResultBlobStore as Nf, fanout as Ni, QuestionDecision as Nl, AuthoredProfile as Nn, sampleFromSettled as No, MaterializeLocalMcpOptions as Nr, FlatWidenGate as Ns, GraphEdgeCapError as Nt, DriveTurnCapableBox as Nu, worktreeFanout as O, sample as Oa, defineLeaderboard as Oc, DELEGATION_TRACE_MAX_BYTES as Od, ExecutorResultMapping as Of, definePersona as Oi, DownMessageDeliveryAttempt as Ol, BudgetReadout as On, allWorkersStalled as Oo, assertStrategyContract as Or, EqualKVerdict as Os, createWorktreeCliExecutor as Ot, createFleetWorkspaceExecutor as Ou, composeWorkerEvidence as P, SuperviseOptionsForDispatch as Pa, deterministicCompletion as Pc, capDelegationTrace as Pd, InMemorySpawnJournal as Pf, flatWidenGate as Pi, QuestionLevel as Pl, ProfileRichness as Pn, SupervisorSpanAttributes as Po, McpSpawnFault as Pr, LoopUntil as Ps, GraphNode as Pt, DriveTurnTick as Pu, WorkerToolTraceArtifact as Q, ObserveSupervisorNodeEvent as Qa, renderPairwiseMarkdown as Qc, RuntimeRunStateError as Qd, ProfileMaterializationContract as Qf, BenchmarkConfig as Qi, DELEGATE_TOOL_NAME as Ql, VisibleCheck as Qn, DriverRetryPolicy as Qo, SessionCapableBox as Qr, TrajectoryReportOptions as Qs, naiveContinuationPrompt as Qt, DelegateCodeArgs as Qu, copyUntrackedIntoClone as R, AuthorizedSpawn as Ra, GroupOf as Rc, DelegationStateCorruptError as Rd, SpawnForestMissingTree as Rf, selectValidWinner as Ri, QuestionUrgency as Rl, defaultProfileRichnessThresholds as Rn, createSupervisorSpanRecorder as Ro, connectStdioMcp as Rr, PanelJudge as Rs, TraversalContinuity as Rt, formatDetachedSessionRef as Ru, SurfaceWorkerConfig as S, adaptiveRefine as Sa, LeaderboardFlagSpec as Sc, FeedbackRefersTo as Sd, PublishOptions as Sf, assertProfileModelsAllowed as Si, ContinuityMode as Sl, ChatWorkerSeamOptions as Sn, ProgressTracker as So, discriminatingMeans as Sr, Corpus as Ss, createFileRunContext as St, detachedSessionDelegate as Su, superviseSurface as T, depthStrategy as Ta, LeaderboardScenario as Tc, UiAuditLensFilter as Td, defaultToolDetectors as Tf, builtinShapes as Ti, CoordinationToolsOptions as Tl, createChatSessionStore as Tn, StopDecision as To, selectChampion as Tr, EqualKArm as Ts, patchDelivered as Tt, FleetHandle as Tu, WorkspaceCommit as U, SuperviseRegistry as Ua, PairwiseOptions as Uc, AgentEvalError$1 as Ud, pendingWaits as Uf, assertTraceDerivedFindings as Ui, canonicalFindingEvent as Ul, CheckRunContext as Un, bestDelivered as Uo, OpenSandboxRunPromptOptions as Ur, RenderCorpusToInstructions as Us, PromptRegistry as Ut, DelegationResumeContext as Uu, Shell as V, DeliverableResolutionInput as Va, LeaderboardOptions as Vc, FileDelegationStoreOptions as Vd, loadSpawnForest as Vf, CreateScopeAnalystOptions as Vi, WorkerSpawnContext as Vl, CheckExecChannel as Vn, FinalizerSettled as Vo, OpenSandboxRunBeforeStartContext as Vr, Pipeline as Vs, runGraphWithTestBrain as Vt, DelegationArgs as Vu, WorkspaceRun as W, SuperviseRegistryTable as Wa, PairwiseVerdict as Wc, AgentEvalErrorCode as Wd, replaySpawnTree as Wf, buildSteerContext as Wi, createCoordinationTools as Wl, CheckRunner as Wn, collectDelivered as Wo, SandboxRun as Wr, RenderCorpusToInstructionsOptions as Ws, RegisteredPrompt as Wt, DelegationResumeDriver as Wu, analyzeTrace as X, DriveHarness as Xa, renderLeaderboardMarkdown as Xc, RetainedRunAdmissionError as Xd, DefineProfileMaterializationContractOptions as Xf, sanitizeMcpToolSchema as Xi, DELEGATE_DESCRIPTION as Xl, StructuralRolloutPolicy as Xn, DriverAttemptsExhaustedError as Xo, SandboxLineage as Xr, TrajectoryReport as Xs, formatPromptHandle as Xt, SubmitOutput as Xu, TrajectoryAnalysis as Y, CoordinationBinding as Ya, renderLeaderboardHtml as Yc, PlannerError as Yd, CanonicalAgentProfileMaterializationAxis as Yf, createMcpEnvironment as Yi, createMcpServer as Yl, StructuralRolloutMessage as Yn, DriverAttemptStop as Yo, ForkCapableBox as Yr, TrajectoryNode as Ys, dumbContinuationPassPrompt as Yt, SubmitInput as Yu, WORKER_TOOL_TRACE_SCHEMA_VERSION as Z, DriveHarnessOwnerContext as Za, renderLeaderboardSvg as Zc, RetainedRunDispatchBindingError as Zd, KnownAgentProfileMaterializationAxis as Zf, BenchmarkCell as Zi, DELEGATE_INPUT_SCHEMA as Zl, StructuralRolloutResult as Zn, DriverProgressMark as Zo, SandboxLineageHandle as Zr, TrajectoryReportFn as Zs, kernelPromptRegistry as Zt, hashIdempotencyInput as Zu, boxSurfaceReader as _, StrategyCtx as _a, ShapeRegistry as _c, DelegationResultPayload as _d, CoderOutput as _f, PromotionVerdict as _i, AnalystRegistry as _l, finalizeBestDelivered as _n, PriorCoordination as _o, EvolutionCandidate as _r, defaultAnalystInstruction as _s, workerInboxFileFromEventDir as _t, DetachedSessionDelegateOptions as _u, SandboxInstance$1 as a, runBenchmark as aa, WinnerStrategy as ac, DelegateResearchResult as ad, RetainedRunAdmission as af, sumSandboxUsage as ai, AnytimeStrategySummary as al, RollingDispatchOptions as an, SupervisorNodeContextSeed as ao, profileMaterializationAxes$1 as ap, modelAuthoredChecks as ar, inlineSandboxClient as as, createScope as at, JsonRpcMessage as au, SuperviseSurfaceOptions as b, StrategyShotResult as ba, LeaderboardBenchTask as bc, DelegationStatusResult as bd, BusStats as bf, profileOptimizerModelCall as bi, AuthorizedDownMessage as bl, ChatTransportExecutorOptions as bn, PlateauOptions as bo, ReproductionCheck as br, AssertTraceDerivedFindings as bs, InMemoryRunContextOptions as bt, UiAuditorDelegate as bu, VerifierEnvironmentOptions as c, AgenticSurface as ca, LoopShape as cc, DelegateUiAuditResult as cd, RetainedRunCancellation as cf, probeSandboxCapabilities as ci, areaUnderCurve as cl, queueOf as cn, SupervisorToolInvocationContext as co, promptOnlyProfileMaterialization as cp, sandboxCheckRunner as cr, InProcessSandboxClientOptions as cs, legacySupervisorRunDir as ct, McpTransport as cu, HarvestSurfaceDiffsOptions as d, ArtifactHandle as da, PersonaContext as dc, DelegationFeedbackSnapshot as dd, RetainedRunEnvironmentAdmission as df, reconnectRetainedRun as di, renderAnytimeTable as dl, defaultDelegateBudget as dn, supervisorAgent as do, sandboxActProfileMaterialization as dp, visibleCheckScore as dr, HarvestFailure as ds, safeWorkerFile as dt, InMemoryFeedbackStore as du, BenchmarkReport as ea, VerifySpec as ec, DelegateCodeResult as ed, NativeContextContinuationExecution as ef, SandboxToolPartState as ei, AuditIntentOptions as el, supervisorPolicyPrompt as en, ResolveSupervisorTools as eo, ValidateProfileMaterializationOptions as ep, compareCheckOutcomes as er, RunAgentRoundsOptions as es, parseWorkerToolTraceArtifact as et, DelegateError as eu, SurfaceDiff as f, CorpusReadbackOptions as fa, PersonaExecutors as fc, DelegationHistoryArgs as fd, RetainedRunEventOptions as ff, recoverRetainedRun as fi, WaterfallCollector as fl, delegate as fn, supervisorAgentWithTestBrain as fo, validateProfileMaterialization as fp, ChampionPick as fr, HarvestReport as fs, supervisorRunDir as ft, eventToSnapshot as fu, WatchedSurface as g, StrategyArtifacts as ga, ShapeContext as gc, DelegationProgress as gd, StartRetainedRunOptions as gf, PromotionGateOptions as gi, AnalystFindingEvent as gl, driverAgent as gn, FileCoordinationLog as go, EvolutionBandInfo as gr, ObserveOptions as gs, workerInboxFile as gt, DelegateRunCtx as gu, SurfaceReader as h, Strategy as ha, ShapeBudget as hc, DelegationProfile as hd, RetainedRunSnapshot as hf, resolveSandboxClient as hi, createWaterfallCollector as hl, DriverAgentOptions as hn, CoordinationOwnerId as ho, EvolutionAuthor as hr, ObserveInput as hs, workerControlLogFile as ht, CoderReviewer as hu, SandboxEvent$1 as i, printBenchmarkReport as ia, WidenSpec as ic, DelegateResearchConfig as id, RecoverRetainedRunResult as if, mapSandboxToolEvent as ii, AnytimeReport as il, DispatchUnit as in, SupervisorNodeContext as io, fullProfileMaterialization as ip, filterAuthoredAsserts as ir, localSandboxClient as is, ScopeArgs as it, validateDelegateArgs as iu, VERIFY_TAIL_CHARS as j, LoopDispatchOptions as ja, CompletionPolicy as jc, DelegationTraceCollector as jd, FileResultBlobStore as jf, InMemoryCorpus as ji, MakeWorkerAgent as jl, createBudgetPool as jn, noProgressFor as jo, strategyAuthorSystemPrompt as jr, FanoutSynthesis as js, EdgeTraversal as jt, DetachedTurn as ju, EVIDENCE_MAX_CHARS as k, sampleThenRefine as ka, CompletionAnalyst as kc, DELEGATION_TRACE_MAX_SPANS as kd, gateOnDeliverable as kf, runPersonified as ki, DownMessageDeliveryOutcome as kl, ReservationRejection as kn, anyOf as ko, authorStrategy as kr, Fanout as ks, AgentGraph as kt, createSiblingSandboxExecutor as ku, createVerifierEnvironment as l, AgenticTask as la, Outcome as lc, DelegateUiAuditRoute as ld, RetainedRunDispatchedAdmission as lf, AcquireOptions as li, bestSoFar as ll, rollingDispatch as ln, assertCoordinationBinding as lo, promptResourceProfileMaterialization as lp, selectBestIndex as lr, inProcessSandboxClient as ls, legacySupervisorRunsRoot as lt, FeedbackEvent as lu, SurfaceReadOutcome as m, ShotSpec as ma, RunPersonifiedOptions as mc, DelegationHistoryResult as md, RetainedRunReplayPoint as mf, ResolveSandboxClientOptions as mi, WaterfallSpan as ml, serveCoordinationMcp as mn, CoordinationLog as mo, EvolutionArchiveNode as mr, Observation as ms, supervisorWorkersDir as mt, CoderReview as mu, AnalystFinding$1 as n, BenchmarkTaskRow as na, WidenDecision as nc, DelegateFeedbackResult as nd, ReconnectRetainedRunOptions as nf, extractLlmCallEvent as ni, auditIntent as nl, DispatchReport as nn, SupervisorAgentDeps as no, controlProfileMaterialization as np, defaultExtractCandidate as nr, runAgentRounds as ns, createRootHandle as nt, DelegateResult as nu, computeFindingId$1 as o, AgenticOptions as oa, DefinePersona as oc, DelegateUiAuditArgs as od, RetainedRunAdmissionHook as of, CriuCapableClient as oi, AnytimeTaskCurve as ol, effectiveConcurrency as on, SupervisorProfile as oo, promptControlProfileMaterialization as op, officialChecksFromMeta as or, InProcessOnPrompt as os, settledToIteration as ot, JsonRpcResponse as ou, SurfaceReadBox as p, RunAgenticOptions as pa, RunPersonified as pc, DelegationHistoryEntry as pd, RetainedRunHandle as pf, startRetainedRun as pi, WaterfallReport as pl, CoordinationMcpHandle as pn, CoordinationDeliveryEvidence as po, worktreeCliProfileMaterialization as pp, ChampionPolicy as pr, harvestCorpus as ps, supervisorRunsRoot as pt, CoderDelegate as pu, localShell as q, superviseWithTestBrain as qa, leaderboard as qc, JudgeError as qd, AgentProfileMaterializationAxis as qf, McpEndpoint as qi, McpServerOptions as ql, RepairStop as qn, runTree as qo, openSandboxRun as qr, ScopeWidenGate as qs, delegatesWorkerBriefPrompt as qt, DelegationTaskQueue as qu, CreateSandboxOptions$1 as r, Environment as ra, WidenLineage as rc, DelegateResearchArgs as rd, RecoverRetainedRunOptions as rf, mapSandboxEvent as ri, defaultAuditorInstruction as rl, DispatchStopReason as rn, SupervisorAgentTestDeps as ro, defineProfileMaterializationContract as rp, defaultStructuralRolloutPolicy as rr, LocalSandboxClientOptions as rs, createSupervisor as rt, createDelegateHandler as ru, makeFinding$1 as s, AgenticRunResult as sa, DefinePersonaInput as sc, DelegateUiAuditConfig as sd, RetainedRunCancelOptions as sf, SandboxCapabilities as si, anytimeReport as sl, freeSlots as sn, SupervisorToolDescriptor as so, promptModelProfileMaterialization as sp, resolveEntrySymbol as sr, InProcessPromptCtx as ss, WorkerSteerRequest as st, McpToolDescriptor$1 as su, AgentProfile$2 as t, BenchmarkStrategySummary as ta, Widen as tc, DelegateFeedbackArgs as td, NativeContextContinuationInput as tf, createSandboxToolPartState as ti, IntentAudit as tl, ConcurrencyCaps as tn, ResolvedSupervisorProfile as to, assertProfileMaterialization as tp, composeCheckSources as tr, defaultSelectWinner as ts, workerTraceAnalysisStore as tt, DelegateHandlerOptions as tu, BoxSurfaceReaderOptions as u, AgenticTool as ua, Persona as uc, DelegationError as ud, RetainedRunEffect as uf, acquireSandbox as ui, plateauLength as ul, DelegateOptions as un, resolveSupervisorProfile as uo, renderProfileMaterializationIssues as up, structuralRollout as ur, HarvestCorpusOptions as us, readWorkerSteerRequests as ut, FeedbackStore as uu, fsSurfaceReader as v, StrategyMessage as va, DefinedLeaderboard as vc, DelegationStatus as vd, BusEvent as vf, promotionGate as vi, AnalyzeOnSettleRoute as vl, ChatCompletionsTransport as vn, AllWorkersStalledOptions as vo, EvolutionGeneration as vr, observe as vs, writeWorkerSteer as vt, DetachedWinnerSelection as vu, failuresAnalyst as w, defineStrategy as wa, LeaderboardRunContext as wc, ResearchSource as wd, WatchTraceOptions as wf, trajectoryReport as wi, CoordinationTools as wl, chatWorkerSeam as wn, ProgressView as wo, runStrategyEvolution as wr, CorpusRecord as ws, PatchDeliverableOptions as wt, DelegationExecutor as wu, SuperviseSurfaceResult as x, SurfaceScore as xa, LeaderboardBenchmarkAdapter as xc, FeedbackRating as xd, EventBus as xf, assertModelAllowed as xi, ContinuationInstruction as xl, ChatTransportTool as xn, ProgressSample as xo, StrategyEvolutionConfig as xr, CombinatorShape as xs, RunContext as xt, coderTaskFromArgs as xu, harvestSurfaceDiffs as y, StrategyResult as ya, LeaderboardBenchScore as yc, DelegationStatusArgs as yd, BusRecord as yf, profileChatClient as yi, AuthorizeDownMessage as yl, ChatSessionStore as yn, NoProgressForOptions as yo, EvolutionReport as yr, renderReport as ys, InMemoryRunContext as yt, SettleDetachedCoderTurnOptions as yu, withUntrackedArtifacts as z, AuthorizedSpawnContext as za, Interval as zc, DelegationStore as zd, SpawnForestNode as zf, verify as zi, SettledWorker as zl, profileRichnessFinding as zn, DeliveredOutput as zo, materializeLocalMcp as zr, PanelSpec as zs, defaultEdgeTraversalCap as zt, parseDetachedSessionRef as zu };
|
|
8350
|
+
//# sourceMappingURL=index-kMp8g-jT.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, et as RunAgentTaskOptions, it as RuntimeStreamEvent, j as RuntimeRunCost, m as LoopResult, nt as RuntimeSession, q as AgentTaskSpec, r as Driver, rt as RuntimeSessionStore, tt as RunAgentTaskStreamOptions, z as AgentBackendContext } from "./types-6zHo67jn.js";
|
|
2
2
|
import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
|
|
3
3
|
import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
|
|
4
|
-
import {
|
|
4
|
+
import { $d as ValidationError, Bo as FinalizeContext, Cl as CoordinationEvent, Gd as BackendTransportError, Ho as SupervisorFinalizer, Jd as NotFoundError, Kd as ConfigError, Qd as RuntimeRunStateError, Ud as AgentEvalError, Wd as AgentEvalErrorCode, Xd as RetainedRunAdmissionError, Xn as StructuralRolloutPolicy, Yd as PlannerError, Zd as RetainedRunDispatchBindingError, _l as AnalystRegistry, qd as JudgeError } from "./index-kMp8g-jT.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-sbRpjStq.js";
|
|
6
6
|
import { At as exportEvalRuns, Bt as RuntimeTelemetryOptions, Ct as OtelSpan, Dt as buildRuntimeEventOtelSpans, E as ProviderModelExecutionEvidence, Et as buildLoopSpanNodes, Ft as toOtelAttributes, G as SpendGap, Gt as sanitizeAgentRuntimeEvent, Ht as SanitizedKnowledgeRequirement, I as Scope, It as RuntimeEventCollector, J as Supervisor, Kt as sanitizeKnowledgeReadinessReport, L as Settled, Lt as RuntimeStreamEventCollector, Mt as loopEventToOtelSpan, N as RootProviderModelEvidence, Nt as padSpanId, Ot as createOpenInferenceFileExporter, Pt as padTraceId, Rt as RuntimeStreamEventSink, St as OtelExporter, T as ProviderModelAttemptEvidence, Tt as buildLoopOtelSpans, U as Spend, Ut as createRuntimeEventCollector, Vt as SanitizedKnowledgeReadinessReport, W as SpendChannel, Wt as createRuntimeStreamEventCollector, _t as EvalRunsExportResult, bt as OtelAttribute, gt as EvalRunsExportConfig, ht as EvalRunGeneration, i as Budget, jt as generateSpanId, kt as createOtelExporter, m as ExecutorRegistry, mt as EvalRunEvent, nt as WorkerTraceUnavailableReason, q as SupervisedResult, qt as sanitizeRuntimeStreamEvent, r as AgentSpec, s as Executor, tt as WorkerTraceEvidence, vt as INTELLIGENCE_WIRE_VERSION, wt as RuntimeEventOtelOptions, xt as OtelExportConfig, yt as LoopSpanNode, zt as RuntimeStreamEventSummary } from "./types-DJ7k6vHE.js";
|
|
7
7
|
import { k as WorktreeCheckRunner } from "./runtime-D-26vxJt.js";
|
|
@@ -10,8 +10,8 @@ import { A as AgentCandidateExecutionPhase, B as AgentCandidatePreparationEviden
|
|
|
10
10
|
import { A as CANDIDATE_TRACE_ENV, B as VerifiedAgentCandidate, C as AgentCandidateProtectedModelSettlement, D as AgentCandidateTaskExecution, E as AgentCandidateRunFinalization, F as PreparedAgentCandidateInstruction, I as PreparedAgentCandidateKnowledge, L as PreparedAgentCandidateLaunch, M as CanonicalCandidateDocument, N as PersistedTaskOutcomeEvidence, O as AgentCandidateVerificationPorts, P as PreparedAgentCandidateExecution, R as PreparedAgentCandidateTrace, S as AgentCandidateProtectedModelReservation, T as AgentCandidateRepositoryPort, V as VerifiedAgentCandidateTaskOutcome, _ as AgentCandidateModelLimits, a as AgentCandidateExecutionPorts, b as AgentCandidateOutputPurpose, c as AgentCandidateExecutorPort, d as AgentCandidateExecutorStopRequest, f as AgentCandidateExecutorTaskOutcomeCapture, g as AgentCandidateMemoryResetResult, h as AgentCandidateMemoryPort, i as AgentCandidateContainerPort, j as CANDIDATE_TRACE_TAGS, k as AgentCandidateWorkspacePort, l as AgentCandidateExecutorProfileFile, m as AgentCandidateExecutorWorkspaceInput, n as AgentCandidateBenchmarkGraderIdentity, o as AgentCandidateExecutorFinalCapture, p as AgentCandidateExecutorWorkspaceFile, r as AgentCandidateBenchmarkGraderPort, s as AgentCandidateExecutorMemoryCapture, t as AgentCandidateArtifactPort, u as AgentCandidateExecutorRequest, v as AgentCandidateModelPort, w as AgentCandidateProtectedRunCapture, x as AgentCandidateProtectedModelActivation, y as AgentCandidateOutputArtifactPort, z as ResolvedAgentCandidateContainer } from "./types-BaIpb0XT.js";
|
|
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-DqJa9jGF.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-BSD-nvTf.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-C7tsPEzj.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-CC5c39zY.js";
|
|
15
15
|
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-CzEiSbPW.js";
|
|
16
16
|
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";
|
|
17
17
|
import { GepaOptimizationMethodConfig, SkillOptOptimizationMethodConfig } from "@tangle-network/agent-eval/campaign";
|
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-gDXl7pGk.js";
|
|
6
6
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-djV8FMXc.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-kPowfA_A.js";
|
|
8
|
-
import { Ct as padTraceId, Dt as sanitizeAgentRuntimeEvent, Et as createRuntimeStreamEventCollector, Ot as sanitizeKnowledgeReadinessReport, St as padSpanId, Tt as createRuntimeEventCollector, _t as createOtelExporter, bt as generateSpanId, ft as INTELLIGENCE_WIRE_VERSION, gt as createOpenInferenceFileExporter, ht as buildRuntimeEventOtelSpans, kt as sanitizeRuntimeStreamEvent, mt as buildLoopSpanNodes, pt as buildLoopOtelSpans, vt as exportEvalRuns, wt as toOtelAttributes, xt as loopEventToOtelSpan } from "./supervisor-
|
|
8
|
+
import { Ct as padTraceId, Dt as sanitizeAgentRuntimeEvent, Et as createRuntimeStreamEventCollector, Ot as sanitizeKnowledgeReadinessReport, St as padSpanId, Tt as createRuntimeEventCollector, _t as createOtelExporter, bt as generateSpanId, ft as INTELLIGENCE_WIRE_VERSION, gt as createOpenInferenceFileExporter, ht as buildRuntimeEventOtelSpans, kt as sanitizeRuntimeStreamEvent, mt as buildLoopSpanNodes, pt as buildLoopOtelSpans, vt as exportEvalRuns, wt as toOtelAttributes, xt as loopEventToOtelSpan } from "./supervisor-D8sBmGYd.js";
|
|
9
9
|
import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-C7iJOWm3.js";
|
|
10
|
-
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-
|
|
11
|
-
import { A as improve, B as commandVerifier, F as normalizeRolloutPolicy, I as parseRolloutPolicy, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, V as defaultBuildPrompt, j as withMethodRuntimeControls, z as agenticGenerator } from "./improvement-cycle-
|
|
12
|
-
import {
|
|
10
|
+
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-BfOB1pIb.js";
|
|
11
|
+
import { A as improve, B as commandVerifier, F as normalizeRolloutPolicy, I as parseRolloutPolicy, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, V as defaultBuildPrompt, j as withMethodRuntimeControls, z as agenticGenerator } from "./improvement-cycle-ClbcuXvP.js";
|
|
12
|
+
import { Ft as connectStdioMcp, Pt as McpSpawnFault } from "./runtime-BdtZvPzb.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-jGnr0Fpn.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-SvKBQeUG.js";
|
|
16
|
+
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-Sh1Q_4vy.js";
|
|
17
17
|
import { FAILURE_CLASSES, acquisitionPlansForKnowledgeGaps, blockingKnowledgeEval, canonicalJson, runAgentControlLoop, scoreKnowledgeReadiness, userQuestionsForKnowledgeGaps } from "@tangle-network/agent-eval";
|
|
18
18
|
import { gepaOptimizationMethod, skillOptOptimizationMethod } from "@tangle-network/agent-eval/campaign";
|
|
19
19
|
import { spawnSync } from "node:child_process";
|
package/dist/intelligence.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { $ as parseExactAgentProfile, K as applyExactAgentProfileDiff, Q as parseAgentCandidateProfileActivation, Z as omitUndefinedObjectFields, rt as canonicalCandidateDigest$1, st as immutableCandidateValue, u as AGENT_CANDIDATE_EXECUTION_SUPPORT } from "./prepare-DWH0J5z2.js";
|
|
2
2
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-djV8FMXc.js";
|
|
3
|
-
import { _t as createOtelExporter, ht as buildRuntimeEventOtelSpans, pt as buildLoopOtelSpans, yt as flatOtelSpan } from "./supervisor-
|
|
3
|
+
import { _t as createOtelExporter, ht as buildRuntimeEventOtelSpans, pt as buildLoopOtelSpans, yt as flatOtelSpan } from "./supervisor-D8sBmGYd.js";
|
|
4
4
|
import { i as resolveAgentEnvironmentProvider } from "./environment-provider-mDsjfGjY.js";
|
|
5
|
-
import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-
|
|
5
|
+
import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-ClbcuXvP.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-WLt7Dmfv.js";
|
|
8
8
|
import { contentHash } from "@tangle-network/agent-eval";
|
|
9
9
|
import { agentProfileImprovementArmSchema, applyAgentProfileDiff, defineAgentProfilePublicConfig } from "@tangle-network/agent-interface";
|
|
10
10
|
//#region src/intelligence/delivery.ts
|
package/dist/kernel.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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-6zHo67jn.js";
|
|
2
|
-
import { $ as legacySupervisorRunsRoot, $a as assertCoordinationBinding, $c as bestSoFar, $d as RetainedRunDispatchedAdmission, $i as AgenticTask, $n as selectBestIndex, $o as inProcessSandboxClient, $r as AcquireOptions, $s as Outcome, $t as rollingDispatch, A as GitWorkspaceOptions, Aa as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Ac as Leaderboard, Af as SpawnForestTree, Ai as widen, Al as WorkerResumeContext, An as supervisorInstructions, Ao as FinalizeContext, Ar as Deliverable, As as PanelVerdict, At as runGraph, B as analyzeTrace, Ba as DriveHarness, Bc as renderLeaderboardMarkdown, Bi as sanitizeMcpToolSchema, Bn as StructuralRolloutPolicy, Bo as DriverAttemptsExhaustedError, Br as SandboxLineage, Bs as TrajectoryReport, Bt as formatPromptHandle, C as closingWorkerNote, Ca as SuperviseDispatchOptions, Cc as completionAuthorizes, Cf as InMemoryResultBlobStore, Ci as fanout, Cn as AuthoredProfile, Co as sampleFromSettled, Cr as MaterializeLocalMcpOptions, Cs as FlatWidenGate, Ct as GraphEdgeCapError, D as UntrackedCopyStats, Da as superviseDispatch, Dc as AxisScoresOf, Df as SpawnForestInDoubtNode, Di as pipeline, Dn as assessAuthoredProfile, Do as SupervisorSpanRecorder, Dr as StdioMcpServerSpec, Ds as Panel, E as CopyOptions, Ea as loopDispatch, Ec as stopSentinel, Ef as SpawnForestEvent, Ei as panel, En as asAuthoredProfile, Eo as SupervisorSpanOutcome, Er as StdioMcpConnection, Es as LoopUntilState, Et as RunGraphOptions, F as gitWorkspace, Fc as ProfileKeyOf, Ff as contentAddress, Fi as createScopeAnalyst, Fl as normalizeAnalyzeOnSettle, Fn as CheckSource, Fo as pickBestDelivered, Fr as SandboxRunAbortError, Fs as ScopeAnalyst, Ft as analyzesFindingsReportPrompt, G as workerTraceAnalysisStore, Ga as ResolvedSupervisorProfile, Gc as IntentAudit, Gd as NativeContextContinuationInput, Gi as BenchmarkStrategySummary, Gn as composeCheckSources, Go as defaultSelectWinner, Gr as createSandboxToolPartState, Gs as Widen, Gt as ConcurrencyCaps, H as WorkerToolTraceArtifact, Ha as ObserveSupervisorNodeEvent, Hc as renderPairwiseMarkdown, Hi as BenchmarkConfig, Hn as VisibleCheck, Ho as DriverRetryPolicy, Hr as SessionCapableBox, Hs as TrajectoryReportOptions, Ht as naiveContinuationPrompt, I as jjWorkspace, Ia as supervise, Ic as ScoreOf, Ii as registryScopeAnalyst, In as CheckSourceCtx, Io as runFinalizer, Ir as TurnResult, Is as ScopeAnalyzeInput, It as createPromptRegistry, J as ScopeArgs, Ja as SupervisorNodeContext, Jc as AnytimeReport, Jd as RecoverRetainedRunResult, Ji as printBenchmarkReport, Jn as filterAuthoredAsserts, Jo as localSandboxClient, Jr as mapSandboxToolEvent, Js as WidenSpec, Jt as DispatchUnit, K as createRootHandle, Ka as SupervisorAgentDeps, Kc as auditIntent, Kd as ReconnectRetainedRunOptions, Ki as BenchmarkTaskRow, Kn as defaultExtractCandidate, Ko as runAgentRounds, Kr as extractLlmCallEvent, Ks as WidenDecision, Kt as DispatchReport, L as localShell, Lc as leaderboard, Li as McpEndpoint, Ln as RepairStop, Lo as runTree, Lr as openSandboxRun, Ls as ScopeWidenGate, Lt as delegatesWorkerBriefPrompt, M as Workspace, Ma as SuperviseOptions, Mc as LeaderboardRow, Mf as materializeTreeView, Mi as RegistryAnalyzeProjection, Ml as WorkerWatchOptions, Mn as CheckOutcome, Mo as SupervisorFinalizer, Mr as OpenSandboxRunOptions, Ms as PipelineStage, Mt as PromptHandle, N as WorkspaceCommit, Na as SuperviseRegistry, Nc as PairwiseOptions, Nf as pendingWaits, Ni as assertTraceDerivedFindings, Nl as canonicalFindingEvent, Nn as CheckRunContext, No as bestDelivered, Nr as OpenSandboxRunPromptOptions, Ns as RenderCorpusToInstructions, Nt as PromptRegistry, O as copyUntrackedIntoClone, Oa as AuthorizedSpawn, Oc as GroupOf, Of as SpawnForestMissingTree, Oi as selectValidWinner, On as defaultProfileRichnessThresholds, Oo as createSupervisorSpanRecorder, Or as connectStdioMcp, Os as PanelJudge, Ot as TraversalContinuity, P as WorkspaceRun, Pa as SuperviseRegistryTable, Pc as PairwiseVerdict, Pf as replaySpawnTree, Pi as buildSteerContext, Pn as CheckRunner, Po as collectDelivered, Pr as SandboxRun, Ps as RenderCorpusToInstructionsOptions, Pt as RegisteredPrompt, Q as legacySupervisorRunDir, Qa as SupervisorToolInvocationContext, Qc as areaUnderCurve, Qd as RetainedRunCancellation, Qi as AgenticSurface, Qn as sandboxCheckRunner, Qo as InProcessSandboxClientOptions, Qr as probeSandboxCapabilities, Qs as LoopShape, Qt as queueOf, R as runInWorkspace, Ra as workerFromBackend, Rc as pairwiseSignificance, Ri as McpEnvironmentOptions, Rn as StructuralRolloutConfig, Ro as DriverAttemptRecord, Rr as CheckpointCapableBox, Rs as SteerContext, Rt as dumbContinuationFailPrompt, S as WorkerEvidenceInput, Sa as LoopOptionsForDispatch, Sc as CompletionVerdict, Sf as FileSpawnJournal, Si as renderCorpusToInstructions, Sn as spendFromUsageEvents, So as plateau, Sr as LocalMcpMaterialization, Ss as FanoutWinnerSelector, St as GraphEdge, T as settledWorkerOut, Ta as loopCampaignDispatch, Tc as sentinelCompletion, Tf as SpawnForest, Ti as loopUntil, Tn as ProfileRichnessThresholds, To as SupervisorSpanOptions, Tr as McpToolDescriptor, Ts as LoopUntilSpec, Tt as GraphResult, U as captureWorkerTraceEvidence, Ua as ResolveDriveHarness, Uc as AuditIntentInput, Ui as BenchmarkLift, Un as canDisplace, Uo as classifyDriverFailure, Ur as createSandboxLineage, Us as Verify, Ut as promptHandle, V as WORKER_TOOL_TRACE_SCHEMA_VERSION, Va as DriveHarnessOwnerContext, Vc as renderLeaderboardSvg, Vi as BenchmarkCell, Vn as StructuralRolloutResult, Vo as DriverProgressMark, Vr as SandboxLineageHandle, Vs as TrajectoryReportFn, Vt as kernelPromptRegistry, W as parseWorkerToolTraceArtifact, Wa as ResolveSupervisorTools, Wc as AuditIntentOptions, Wd as NativeContextContinuationExecution, Wi as BenchmarkReport, Wn as compareCheckOutcomes, Wo as RunAgentRoundsOptions, Wr as SandboxToolPartState, Ws as VerifySpec, Wt as supervisorPolicyPrompt, X as settledToIteration, Xa as SupervisorProfile, Xc as AnytimeTaskCurve, Xd as RetainedRunAdmissionHook, Xi as AgenticOptions, Xn as officialChecksFromMeta, Xo as InProcessOnPrompt, Xr as CriuCapableClient, Xs as DefinePersona, Xt as effectiveConcurrency, Y as createScope, Ya as SupervisorNodeContextSeed, Yc as AnytimeStrategySummary, Yd as RetainedRunAdmission, Yi as runBenchmark, Yn as modelAuthoredChecks, Yo as inlineSandboxClient, Yr as sumSandboxUsage, Ys as WinnerStrategy, Yt as RollingDispatchOptions, Z as WorkerSteerRequest, Za as SupervisorToolDescriptor, Zc as anytimeReport, Zd as RetainedRunCancelOptions, Zi as AgenticRunResult, Zn as resolveEntrySymbol, Zo as InProcessPromptCtx, Zr as SandboxCapabilities, Zs as DefinePersonaInput, Zt as freeSlots, _ as WorktreeFanoutOptions, _a as runAgentic, _c as LeaderboardSpec, _f as DeliverableSpec, _i as registerShape, _l as DownMessageAuthorizationInput, _n as BudgetPoolRestore, _o as allOf, _r as AuthoredStrategy, _s as EqualKOnCostOptions, _t as WorktreePatchArtifact, a as SandboxInstance, aa as Strategy, ac as ShapeBudget, af as RetainedRunSnapshot, ai as resolveSandboxClient, al as createWaterfallCollector, ao as CoordinationOwnerId, ar as EvolutionAuthor, as as ObserveInput, at as workerControlLogFile, b as NOTE_MAX_CHARS, ba as LoopCampaignDispatchOptions, bc as CompletionEvidence, bf as mapExecutorResult, bi as FileCorpus, bl as DownMessageEvent, bn as ReservationTicket, bo as createProgressTracker, br as strategyAuthorContract, bs as FanoutOptions, bt as EdgeDeliveryOutcome, c as VerifierEnvironmentOptions, ca as StrategyMessage, cc as DefinedLeaderboard, cf as BusEvent, ci as promotionGate, cl as AnalyzeOnSettleRoute, cn as ChatCompletionsTransport, co as AllWorkersStalledOptions, cr as EvolutionGeneration, cs as observe, ct as writeWorkerSteer, d as SuperviseSurfaceResult, da as SurfaceScore, dc as LeaderboardBenchmarkAdapter, df as EventBus, di as assertModelAllowed, dl as ContinuationInstruction, dn as ChatTransportTool, do as ProgressSample, dr as StrategyEvolutionConfig, ds as CombinatorShape, dt as RunContext, ea as AgenticTool, ec as Persona, ef as RetainedRunEffect, ei as acquireSandbox, el as plateauLength, en as DelegateOptions, eo as resolveSupervisorProfile, er as structuralRollout, es as HarvestCorpusOptions, et as readWorkerSteerRequests, f as SurfaceWorkerConfig, fa as adaptiveRefine, fc as LeaderboardFlagSpec, ff as PublishOptions, fi as assertProfileModelsAllowed, fl as ContinuityMode, fn as ChatWorkerSeamOptions, fo as ProgressTracker, fr as discriminatingMeans, fs as Corpus, ft as createFileRunContext, g as AuthoredHarness, ga as refine, gc as LeaderboardScore, gf as watchTrace, gi as createShapeRegistry, gl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, gn as BudgetPool, go as StopRule, gr as AuthorStrategyOptions, gs as EqualKOnCost, gt as WorktreeCliExecutorOptions, h as superviseSurface, ha as depthStrategy, hc as LeaderboardScenario, hf as defaultToolDetectors, hi as builtinShapes, hn as createChatSessionStore, ho as StopDecision, hr as selectChampion, hs as EqualKArm, ht as patchDelivered, i as SandboxEvent, ia as ShotSpec, ic as RunPersonifiedOptions, if as RetainedRunReplayPoint, ii as ResolveSandboxClientOptions, il as WaterfallSpan, in as serveCoordinationMcp, io as CoordinationLog, ir as EvolutionArchiveNode, is as Observation, it as supervisorWorkersDir, j as Shell, ja as DeliverableResolutionInput, jc as LeaderboardOptions, jf as loadSpawnForest, ji as CreateScopeAnalystOptions, jl as WorkerSpawnContext, jn as CheckExecChannel, jo as FinalizerSettled, jr as OpenSandboxRunBeforeStartContext, js as Pipeline, k as withUntrackedArtifacts, ka as AuthorizedSpawnContext, kc as Interval, kf as SpawnForestNode, ki as verify, kn as profileRichnessFinding, ko as DeliveredOutput, kr as materializeLocalMcp, ks as PanelSpec, kt as defaultEdgeTraversalCap, l as createVerifierEnvironment, la as StrategyResult, lc as LeaderboardBenchScore, lf as BusRecord, li as profileChatClient, ll as AuthorizeDownMessage, ln as ChatSessionStore, lo as NoProgressForOptions, lr as EvolutionReport, ls as renderReport, lt as InMemoryRunContext, m as failuresAnalyst, ma as defineStrategy, mc as LeaderboardRunContext, mf as WatchTraceOptions, mi as trajectoryReport, mn as chatWorkerSeam, mo as ProgressView, mr as runStrategyEvolution, ms as CorpusRecord, mt as PatchDeliverableOptions, n as AnalystFinding, na as CorpusReadbackOptions, nc as PersonaExecutors, nf as RetainedRunEventOptions, ni as recoverRetainedRun, nl as WaterfallCollector, nn as delegate, nr as ChampionPick, ns as HarvestReport, nt as supervisorRunDir, o as computeFindingId, oa as StrategyArtifacts, oc as ShapeContext, of as StartRetainedRunOptions, oi as PromotionGateOptions, ol as AnalystFindingEvent, oo as FileCoordinationLog, or as EvolutionBandInfo, os as ObserveOptions, ot as workerInboxFile, p as SurfaceWorkerOut, pa as breadthStrategy, pc as LeaderboardIterationInfo, pf as createEventBus, pi as equalKOnCost, pl as CoordinationEvent, pn as chatTransportExecutor, po as ProgressTrackerOptions, pr as pickChampion, ps as CorpusFilter, pt as createInMemoryRunContext, q as createSupervisor, qc as defaultAuditorInstruction, qd as RecoverRetainedRunOptions, qi as Environment, qn as defaultStructuralRolloutPolicy, qo as LocalSandboxClientOptions, qr as mapSandboxEvent, qs as WidenLineage, qt as DispatchStopReason, r as CreateSandboxOptions, ra as RunAgenticOptions, rc as RunPersonified, rf as RetainedRunHandle, ri as startRetainedRun, rl as WaterfallReport, rn as CoordinationMcpHandle, ro as CoordinationDeliveryEvidence, rr as ChampionPolicy, rs as harvestCorpus, rt as supervisorRunsRoot, s as makeFinding, sa as StrategyCtx, sc as ShapeRegistry, si as PromotionVerdict, sl as AnalystRegistry, sn as finalizeBestDelivered, so as PriorCoordination, sr as EvolutionCandidate, ss as defaultAnalystInstruction, st as workerInboxFileFromEventDir, t as AgentProfile, ta as ArtifactHandle, tc as PersonaContext, tf as RetainedRunEnvironmentAdmission, ti as reconnectRetainedRun, tl as renderAnytimeTable, tn as defaultDelegateBudget, to as supervisorAgent, tr as visibleCheckScore, ts as HarvestFailure, tt as safeWorkerFile, u as SuperviseSurfaceOptions, ua as StrategyShotResult, uc as LeaderboardBenchTask, uf as BusStats, ui as profileOptimizerModelCall, ul as AuthorizedDownMessage, un as ChatTransportExecutorOptions, uo as PlateauOptions, ur as ReproductionCheck, us as AssertTraceDerivedFindings, ut as InMemoryRunContextOptions, v as worktreeFanout, va as sample, vc as defineLeaderboard, vf as ExecutorResultMapping, vi as definePersona, vl as DownMessageDeliveryAttempt, vn as BudgetReadout, vo as allWorkersStalled, vr as assertStrategyContract, vs as EqualKVerdict, vt as createWorktreeCliExecutor, w as composeWorkerEvidence, wa as SuperviseOptionsForDispatch, wc as deterministicCompletion, wf as InMemorySpawnJournal, wi as flatWidenGate, wn as ProfileRichness, wo as SupervisorSpanAttributes, wr as McpSpawnFault, ws as LoopUntil, wt as GraphNode, x as VERIFY_TAIL_CHARS, xa as LoopDispatchOptions, xc as CompletionPolicy, xf as FileResultBlobStore, xi as InMemoryCorpus, xl as MakeWorkerAgent, xn as createBudgetPool, xo as noProgressFor, xr as strategyAuthorSystemPrompt, xs as FanoutSynthesis, xt as EdgeTraversal, y as EVIDENCE_MAX_CHARS, ya as sampleThenRefine, yc as CompletionAnalyst, yf as gateOnDeliverable, yi as runPersonified, yl as DownMessageDeliveryOutcome, yn as ReservationRejection, yo as anyOf, yr as authorStrategy, ys as Fanout, yt as AgentGraph, z as TrajectoryAnalysis, za as CoordinationBinding, zc as renderLeaderboardHtml, zi as createMcpEnvironment, zn as StructuralRolloutMessage, zo as DriverAttemptStop, zr as ForkCapableBox, zs as TrajectoryNode, zt as dumbContinuationPassPrompt } from "./index-B7qKWyMV.js";
|
|
2
|
+
import { $ as captureWorkerTraceEvidence, $a as ResolveDriveHarness, $c as AuditIntentInput, $i as BenchmarkLift, $n as canDisplace, $o as classifyDriverFailure, $r as createSandboxLineage, $s as Verify, $t as promptHandle, A as NOTE_MAX_CHARS, Aa as LoopCampaignDispatchOptions, Ac as CompletionEvidence, Af as mapExecutorResult, Ai as FileCorpus, Al as DownMessageEvent, An as ReservationTicket, Ao as createProgressTracker, Ar as strategyAuthorContract, As as FanoutOptions, At as EdgeDeliveryOutcome, B as GitWorkspaceOptions, Ba as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Bc as Leaderboard, Bf as SpawnForestTree, Bi as widen, Bl as WorkerResumeContext, Bn as supervisorInstructions, Bo as FinalizeContext, Br as Deliverable, Bs as PanelVerdict, Bt as runGraph, C as SurfaceWorkerOut, Ca as breadthStrategy, Cc as LeaderboardIterationInfo, Cf as createEventBus, Ci as equalKOnCost, Cl as CoordinationEvent, Cn as chatTransportExecutor, Co as ProgressTrackerOptions, Cr as pickChampion, Cs as CorpusFilter, Ct as createInMemoryRunContext, D as WorktreeFanoutOptions, Da as runAgentic, Dc as LeaderboardSpec, Df as DeliverableSpec, Di as registerShape, Dl as DownMessageAuthorizationInput, Dn as BudgetPoolRestore, Do as allOf, Dr as AuthoredStrategy, Ds as EqualKOnCostOptions, Dt as WorktreePatchArtifact, E as AuthoredHarness, Ea as refine, Ec as LeaderboardScore, Ef as watchTrace, Ei as createShapeRegistry, El as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, En as BudgetPool, Eo as StopRule, Er as AuthorStrategyOptions, Es as EqualKOnCost, Et as WorktreeCliExecutorOptions, F as settledWorkerOut, Fa as loopCampaignDispatch, Fc as sentinelCompletion, Ff as SpawnForest, Fi as loopUntil, Fn as ProfileRichnessThresholds, Fo as SupervisorSpanOptions, Fr as McpToolDescriptor, Fs as LoopUntilSpec, Ft as GraphResult, G as gitWorkspace, Gc as ProfileKeyOf, Gf as contentAddress, Gi as createScopeAnalyst, Gl as normalizeAnalyzeOnSettle, Gn as CheckSource, Go as pickBestDelivered, Gr as SandboxRunAbortError, Gs as ScopeAnalyst, Gt as analyzesFindingsReportPrompt, H as Workspace, Ha as SuperviseOptions, Hc as LeaderboardRow, Hf as materializeTreeView, Hi as RegistryAnalyzeProjection, Hl as WorkerWatchOptions, Hn as CheckOutcome, Ho as SupervisorFinalizer, Hr as OpenSandboxRunOptions, Hs as PipelineStage, Ht as PromptHandle, I as CopyOptions, Ia as loopDispatch, Ic as stopSentinel, If as SpawnForestEvent, Ii as panel, In as asAuthoredProfile, Io as SupervisorSpanOutcome, Ir as StdioMcpConnection, Is as LoopUntilState, It as RunGraphOptions, J as runInWorkspace, Ja as workerFromBackend, Jc as pairwiseSignificance, Ji as McpEnvironmentOptions, Jn as StructuralRolloutConfig, Jo as DriverAttemptRecord, Jr as CheckpointCapableBox, Js as SteerContext, Jt as dumbContinuationFailPrompt, K as jjWorkspace, Ka as supervise, Kc as ScoreOf, Ki as registryScopeAnalyst, Kn as CheckSourceCtx, Ko as runFinalizer, Kr as TurnResult, Ks as ScopeAnalyzeInput, Kt as createPromptRegistry, L as UntrackedCopyStats, La as superviseDispatch, Lc as AxisScoresOf, Lf as SpawnForestInDoubtNode, Li as pipeline, Ln as assessAuthoredProfile, Lo as SupervisorSpanRecorder, Lr as StdioMcpServerSpec, Ls as Panel, M as WorkerEvidenceInput, Ma as LoopOptionsForDispatch, Mc as CompletionVerdict, Mf as FileSpawnJournal, Mi as renderCorpusToInstructions, Mn as spendFromUsageEvents, Mo as plateau, Mr as LocalMcpMaterialization, Ms as FanoutWinnerSelector, Mt as GraphEdge, N as closingWorkerNote, Na as SuperviseDispatchOptions, Nc as completionAuthorizes, Nf as InMemoryResultBlobStore, Ni as fanout, Nn as AuthoredProfile, No as sampleFromSettled, Nr as MaterializeLocalMcpOptions, Ns as FlatWidenGate, Nt as GraphEdgeCapError, O as worktreeFanout, Oa as sample, Oc as defineLeaderboard, Of as ExecutorResultMapping, Oi as definePersona, Ol as DownMessageDeliveryAttempt, On as BudgetReadout, Oo as allWorkersStalled, Or as assertStrategyContract, Os as EqualKVerdict, Ot as createWorktreeCliExecutor, P as composeWorkerEvidence, Pa as SuperviseOptionsForDispatch, Pc as deterministicCompletion, Pf as InMemorySpawnJournal, Pi as flatWidenGate, Pn as ProfileRichness, Po as SupervisorSpanAttributes, Pr as McpSpawnFault, Ps as LoopUntil, Pt as GraphNode, Q as WorkerToolTraceArtifact, Qa as ObserveSupervisorNodeEvent, Qc as renderPairwiseMarkdown, Qi as BenchmarkConfig, Qn as VisibleCheck, Qo as DriverRetryPolicy, Qr as SessionCapableBox, Qs as TrajectoryReportOptions, Qt as naiveContinuationPrompt, R as copyUntrackedIntoClone, Ra as AuthorizedSpawn, Rc as GroupOf, Rf as SpawnForestMissingTree, Ri as selectValidWinner, Rn as defaultProfileRichnessThresholds, Ro as createSupervisorSpanRecorder, Rr as connectStdioMcp, Rs as PanelJudge, Rt as TraversalContinuity, S as SurfaceWorkerConfig, Sa as adaptiveRefine, Sc as LeaderboardFlagSpec, Sf as PublishOptions, Si as assertProfileModelsAllowed, Sl as ContinuityMode, Sn as ChatWorkerSeamOptions, So as ProgressTracker, Sr as discriminatingMeans, Ss as Corpus, St as createFileRunContext, T as superviseSurface, Ta as depthStrategy, Tc as LeaderboardScenario, Tf as defaultToolDetectors, Ti as builtinShapes, Tn as createChatSessionStore, To as StopDecision, Tr as selectChampion, Ts as EqualKArm, Tt as patchDelivered, U as WorkspaceCommit, Ua as SuperviseRegistry, Uc as PairwiseOptions, Uf as pendingWaits, Ui as assertTraceDerivedFindings, Ul as canonicalFindingEvent, Un as CheckRunContext, Uo as bestDelivered, Ur as OpenSandboxRunPromptOptions, Us as RenderCorpusToInstructions, Ut as PromptRegistry, V as Shell, Va as DeliverableResolutionInput, Vc as LeaderboardOptions, Vf as loadSpawnForest, Vi as CreateScopeAnalystOptions, Vl as WorkerSpawnContext, Vn as CheckExecChannel, Vo as FinalizerSettled, Vr as OpenSandboxRunBeforeStartContext, Vs as Pipeline, W as WorkspaceRun, Wa as SuperviseRegistryTable, Wc as PairwiseVerdict, Wf as replaySpawnTree, Wi as buildSteerContext, Wn as CheckRunner, Wo as collectDelivered, Wr as SandboxRun, Ws as RenderCorpusToInstructionsOptions, Wt as RegisteredPrompt, X as analyzeTrace, Xa as DriveHarness, Xc as renderLeaderboardMarkdown, Xi as sanitizeMcpToolSchema, Xn as StructuralRolloutPolicy, Xo as DriverAttemptsExhaustedError, Xr as SandboxLineage, Xs as TrajectoryReport, Xt as formatPromptHandle, Y as TrajectoryAnalysis, Ya as CoordinationBinding, Yc as renderLeaderboardHtml, Yi as createMcpEnvironment, Yn as StructuralRolloutMessage, Yo as DriverAttemptStop, Yr as ForkCapableBox, Ys as TrajectoryNode, Yt as dumbContinuationPassPrompt, Z as WORKER_TOOL_TRACE_SCHEMA_VERSION, Za as DriveHarnessOwnerContext, Zc as renderLeaderboardSvg, Zi as BenchmarkCell, Zn as StructuralRolloutResult, Zo as DriverProgressMark, Zr as SandboxLineageHandle, Zs as TrajectoryReportFn, Zt as kernelPromptRegistry, _ as boxSurfaceReader, _a as StrategyCtx, _c as ShapeRegistry, _i as PromotionVerdict, _l as AnalystRegistry, _n as finalizeBestDelivered, _o as PriorCoordination, _r as EvolutionCandidate, _s as defaultAnalystInstruction, _t as workerInboxFileFromEventDir, a as SandboxInstance, aa as runBenchmark, ac as WinnerStrategy, af as RetainedRunAdmission, ai as sumSandboxUsage, al as AnytimeStrategySummary, an as RollingDispatchOptions, ao as SupervisorNodeContextSeed, ar as modelAuthoredChecks, as as inlineSandboxClient, at as createScope, b as SuperviseSurfaceOptions, ba as StrategyShotResult, bc as LeaderboardBenchTask, bf as BusStats, bi as profileOptimizerModelCall, bl as AuthorizedDownMessage, bn as ChatTransportExecutorOptions, bo as PlateauOptions, br as ReproductionCheck, bs as AssertTraceDerivedFindings, bt as InMemoryRunContextOptions, c as VerifierEnvironmentOptions, ca as AgenticSurface, cc as LoopShape, cf as RetainedRunCancellation, ci as probeSandboxCapabilities, cl as areaUnderCurve, cn as queueOf, co as SupervisorToolInvocationContext, cr as sandboxCheckRunner, cs as InProcessSandboxClientOptions, ct as legacySupervisorRunDir, d as HarvestSurfaceDiffsOptions, da as ArtifactHandle, dc as PersonaContext, df as RetainedRunEnvironmentAdmission, di as reconnectRetainedRun, dl as renderAnytimeTable, dn as defaultDelegateBudget, do as supervisorAgent, dr as visibleCheckScore, ds as HarvestFailure, dt as safeWorkerFile, ea as BenchmarkReport, ec as VerifySpec, ef as NativeContextContinuationExecution, ei as SandboxToolPartState, el as AuditIntentOptions, en as supervisorPolicyPrompt, eo as ResolveSupervisorTools, er as compareCheckOutcomes, es as RunAgentRoundsOptions, et as parseWorkerToolTraceArtifact, f as SurfaceDiff, fa as CorpusReadbackOptions, fc as PersonaExecutors, ff as RetainedRunEventOptions, fi as recoverRetainedRun, fl as WaterfallCollector, fn as delegate, fr as ChampionPick, fs as HarvestReport, ft as supervisorRunDir, g as WatchedSurface, ga as StrategyArtifacts, gc as ShapeContext, gf as StartRetainedRunOptions, gi as PromotionGateOptions, gl as AnalystFindingEvent, go as FileCoordinationLog, gr as EvolutionBandInfo, gs as ObserveOptions, gt as workerInboxFile, h as SurfaceReader, ha as Strategy, hc as ShapeBudget, hf as RetainedRunSnapshot, hi as resolveSandboxClient, hl as createWaterfallCollector, ho as CoordinationOwnerId, hr as EvolutionAuthor, hs as ObserveInput, ht as workerControlLogFile, i as SandboxEvent, ia as printBenchmarkReport, ic as WidenSpec, if as RecoverRetainedRunResult, ii as mapSandboxToolEvent, il as AnytimeReport, in as DispatchUnit, io as SupervisorNodeContext, ir as filterAuthoredAsserts, is as localSandboxClient, it as ScopeArgs, j as VERIFY_TAIL_CHARS, ja as LoopDispatchOptions, jc as CompletionPolicy, jf as FileResultBlobStore, ji as InMemoryCorpus, jl as MakeWorkerAgent, jn as createBudgetPool, jo as noProgressFor, jr as strategyAuthorSystemPrompt, js as FanoutSynthesis, jt as EdgeTraversal, k as EVIDENCE_MAX_CHARS, ka as sampleThenRefine, kc as CompletionAnalyst, kf as gateOnDeliverable, ki as runPersonified, kl as DownMessageDeliveryOutcome, kn as ReservationRejection, ko as anyOf, kr as authorStrategy, ks as Fanout, kt as AgentGraph, l as createVerifierEnvironment, la as AgenticTask, lc as Outcome, lf as RetainedRunDispatchedAdmission, li as AcquireOptions, ll as bestSoFar, ln as rollingDispatch, lo as assertCoordinationBinding, lr as selectBestIndex, ls as inProcessSandboxClient, lt as legacySupervisorRunsRoot, m as SurfaceReadOutcome, ma as ShotSpec, mc as RunPersonifiedOptions, mf as RetainedRunReplayPoint, mi as ResolveSandboxClientOptions, ml as WaterfallSpan, mn as serveCoordinationMcp, mo as CoordinationLog, mr as EvolutionArchiveNode, ms as Observation, mt as supervisorWorkersDir, n as AnalystFinding, na as BenchmarkTaskRow, nc as WidenDecision, nf as ReconnectRetainedRunOptions, ni as extractLlmCallEvent, nl as auditIntent, nn as DispatchReport, no as SupervisorAgentDeps, nr as defaultExtractCandidate, ns as runAgentRounds, nt as createRootHandle, o as computeFindingId, oa as AgenticOptions, oc as DefinePersona, of as RetainedRunAdmissionHook, oi as CriuCapableClient, ol as AnytimeTaskCurve, on as effectiveConcurrency, oo as SupervisorProfile, or as officialChecksFromMeta, os as InProcessOnPrompt, ot as settledToIteration, p as SurfaceReadBox, pa as RunAgenticOptions, pc as RunPersonified, pf as RetainedRunHandle, pi as startRetainedRun, pl as WaterfallReport, pn as CoordinationMcpHandle, po as CoordinationDeliveryEvidence, pr as ChampionPolicy, ps as harvestCorpus, pt as supervisorRunsRoot, q as localShell, qc as leaderboard, qi as McpEndpoint, qn as RepairStop, qo as runTree, qr as openSandboxRun, qs as ScopeWidenGate, qt as delegatesWorkerBriefPrompt, r as CreateSandboxOptions, ra as Environment, rc as WidenLineage, rf as RecoverRetainedRunOptions, ri as mapSandboxEvent, rl as defaultAuditorInstruction, rn as DispatchStopReason, rr as defaultStructuralRolloutPolicy, rs as LocalSandboxClientOptions, rt as createSupervisor, s as makeFinding, sa as AgenticRunResult, sc as DefinePersonaInput, sf as RetainedRunCancelOptions, si as SandboxCapabilities, sl as anytimeReport, sn as freeSlots, so as SupervisorToolDescriptor, sr as resolveEntrySymbol, ss as InProcessPromptCtx, st as WorkerSteerRequest, t as AgentProfile, ta as BenchmarkStrategySummary, tc as Widen, tf as NativeContextContinuationInput, ti as createSandboxToolPartState, tl as IntentAudit, tn as ConcurrencyCaps, to as ResolvedSupervisorProfile, tr as composeCheckSources, ts as defaultSelectWinner, tt as workerTraceAnalysisStore, u as BoxSurfaceReaderOptions, ua as AgenticTool, uc as Persona, uf as RetainedRunEffect, ui as acquireSandbox, ul as plateauLength, un as DelegateOptions, uo as resolveSupervisorProfile, ur as structuralRollout, us as HarvestCorpusOptions, ut as readWorkerSteerRequests, v as fsSurfaceReader, va as StrategyMessage, vc as DefinedLeaderboard, vf as BusEvent, vi as promotionGate, vl as AnalyzeOnSettleRoute, vn as ChatCompletionsTransport, vo as AllWorkersStalledOptions, vr as EvolutionGeneration, vs as observe, vt as writeWorkerSteer, w as failuresAnalyst, wa as defineStrategy, wc as LeaderboardRunContext, wf as WatchTraceOptions, wi as trajectoryReport, wn as chatWorkerSeam, wo as ProgressView, wr as runStrategyEvolution, ws as CorpusRecord, wt as PatchDeliverableOptions, x as SuperviseSurfaceResult, xa as SurfaceScore, xc as LeaderboardBenchmarkAdapter, xf as EventBus, xi as assertModelAllowed, xl as ContinuationInstruction, xn as ChatTransportTool, xo as ProgressSample, xr as StrategyEvolutionConfig, xs as CombinatorShape, xt as RunContext, y as harvestSurfaceDiffs, ya as StrategyResult, yc as LeaderboardBenchScore, yf as BusRecord, yi as profileChatClient, yl as AuthorizeDownMessage, yn as ChatSessionStore, yo as NoProgressForOptions, yr as EvolutionReport, ys as renderReport, yt as InMemoryRunContext, z as withUntrackedArtifacts, za as AuthorizedSpawnContext, zc as Interval, zf as SpawnForestNode, zi as verify, zn as profileRichnessFinding, zo as DeliveredOutput, zr as materializeLocalMcp, zs as PanelSpec, zt as defaultEdgeTraversalCap } from "./index-kMp8g-jT.js";
|
|
3
3
|
import { $ as WaitOpts, $t as WaitSpec, A as ResumedWork, B as SpawnOpts, C as NodeStatus, D as Restart, E as ProviderModelExecutionEvidence, F as Runtime, G as SpendGap, H as SpawnRejection, I as Scope, J as Supervisor, Jt as PendingWait, K as SteerableRootHandle, L as Settled, M as RootMaterialization, N as RootProviderModelEvidence, O as ResultBlobStore, Ot as createOpenInferenceFileExporter, P as RootSignal, Q as UsageEvent, Qt as WaitRejection, R as SpawnEvent, S as NodeSnapshot, T as ProviderModelAttemptEvidence, U as Spend, V as SpawnPrior, W as SpendChannel, X as TreeView, Xt as WaitProbe, Y as SupervisorOpts, Yt as WaitOutcome, Z as UnknownMaterializationReason, Zt as WaitProbeRegistry, _ as MaterializedExecutionIdentity, _n as ScopeProgressInput, an as waitUntil, at as readWorkerTraceContext, b as NodeExecutionIdentity, bn as readWorkerProgress, c as ExecutorAccounting, cn as ToolStepInput, ct as workerTraceSeamKey, d as ExecutorFactory, dn as decodeToolPart, en as createWaitProbes, et as WidenGate, f as ExecutorMaterialization, fn as sandboxSessionTraceSource, g as Handle, gn as ExecutorProgress, h as ExecutorResult, hn as DEFAULT_STALL_AFTER_MS, i as Budget, in as validateWaitSpec, it as WorkerTraceSeamCarrier, j as RootHandle, k as ResumedKeyState, kt as createOtelExporter, l as ExecutorContext, ln as TraceSource, m as ExecutorRegistry, mn as ActivityNote, n as AgentExecutionRef, nn as pollFor, nt as WorkerTraceUnavailableReason, o as ExecutionBindingReceipt, on as SessionMessageLike, ot as workerTraceEnv, p as ExecutorNodeContext, pn as ActivityLog, q as SupervisedResult, r as AgentSpec, rn as timerAt, rt as WorkerTraceResolver, s as Executor, sn as SessionTraceBox, st as workerTraceHeaders, t as Agent, tn as isWaitOutcome, tt as WorkerTraceEvidence, u as ExecutorExecutionBinding, un as createPushTraceSource, v as MaterializedModelIdentity, vn as WorkerProgress, w as ProfileMaterializationReceipt, x as NodeId, y as NoWinnerError, yn as createActivityLog, z as SpawnJournal } from "./types-DJ7k6vHE.js";
|
|
4
4
|
import { A as WorktreeCommandResult, C as ResolvedMcpServerLaunch, D as resolveSecretEnv, E as resolveMcpServerLaunch, M as WorktreeProfileMaterializationReceipt, O as secretEnvOfMcpServer, S as KeyProvider, T as mcpSecretEnvMetadataKey, _ as SteerableSandboxSession, a as CliWorktreeSeam, at as ToolLoopCompactionOptions, b as InboxMessage, c as RouterSeam, d as cliWorktreeExecutor, et as RouterTransportConfig, f as createExecutor, g as SteerableSandboxArgs, h as SandboxSteeringOptions, i as CliWorktreeBridgeSeam, it as ToolLoopCompaction, j as WorktreeHarnessResult, k as WorktreeCheckRunner, l as RouterToolsSeam, m as DEFAULT_SANDBOX_STEERING_MAX_TURNS, n as BridgeSeam, o as ExecutorConfig, ot as ToolLoopMessageRecord, p as createExecutorRegistry, r as CliSeam, s as ProviderSeam, st as ToolLoopToolCall, t as BridgeModelCredential, tt as ToolSpec, u as SandboxSeam, v as createSteerableSandboxSession, w as envKeyProvider, x as createInbox, y as Inbox } from "./runtime-D-26vxJt.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-B-w9VYcF.js";
|
|
6
6
|
import { a as StreamAgentTurnOptions, i as CollectedAgentTurn, n as AgentTurnInput, o as collectAgentTurn, r as AgentTurnUsage, s as streamAgentTurn, t as AgentTurnBackend } from "./stream-agent-turn-NFWCv1X1.js";
|
|
7
|
-
export { type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentExecutionRef, type AgentGraph, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnalyzeOnSettleRoute, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AuthorizeDownMessage, type AuthorizedDownMessage, type AuthorizedSpawn, type AuthorizedSpawnContext, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BridgeModelCredential, type BridgeSeam, type Budget, type BudgetPool, type BudgetPoolRestore, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type ChatCompletionsTransport, type ChatSessionStore, type ChatTransportExecutorOptions, type ChatTransportTool, type ChatWorkerSeamOptions, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type ContinuationInstruction, type ContinuityMode, type CoordinationBinding, type CoordinationDeliveryEvidence, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CoordinationOwnerId, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableResolutionInput, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageAuthorizationInput, type DownMessageDeliveryAttempt, type DownMessageDeliveryOutcome, type DownMessageEvent, type DriveHarness, type DriveHarnessOwnerContext, type Driver, type DriverAttemptRecord, type DriverAttemptStop, DriverAttemptsExhaustedError, type DriverProgressMark, type DriverRetryPolicy, EVIDENCE_MAX_CHARS, type EdgeDeliveryOutcome, type EdgeTraversal, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type ExecutionBindingReceipt, type Executor, type ExecutorAccounting, type ExecutorConfig, type ExecutorContext, type ExecutorExecutionBinding, type ExecutorFactory, type ExecutorMaterialization, type ExecutorNodeContext, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type ExecutorResultMapping, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GraphEdge, GraphEdgeCapError, type GraphNode, type GraphResult, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type MaterializedExecutionIdentity, type MaterializedModelIdentity, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NativeContextContinuationExecution, type NativeContextContinuationInput, type NoProgressForOptions, type NoWinnerError, type NodeExecutionIdentity, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type ObserveSupervisorNodeEvent, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileMaterializationReceipt, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type PromptHandle, type PromptRegistry, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderModelAttemptEvidence, type ProviderModelExecutionEvidence, type ProviderSeam, type PublishOptions, type ReconnectRetainedRunOptions, type RecoverRetainedRunOptions, type RecoverRetainedRunResult, type RegisteredPrompt, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveDriveHarness, type ResolveSandboxClientOptions, type ResolveSupervisorTools, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RetainedRunAdmission, type RetainedRunAdmissionHook, type RetainedRunCancelOptions, type RetainedRunCancellation, type RetainedRunDispatchedAdmission, type RetainedRunEffect, type RetainedRunEnvironmentAdmission, type RetainedRunEventOptions, type RetainedRunHandle, type RetainedRunReplayPoint, type RetainedRunSnapshot, type RollingDispatchOptions, type RootHandle, type RootMaterialization, type RootProviderModelEvidence, type RootSignal, type RouterSeam, type RouterToolsSeam, type RouterTransportConfig, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunGraphOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotSpec, type SpawnEvent, type SpawnForest, type SpawnForestEvent, type SpawnForestInDoubtNode, type SpawnForestMissingTree, type SpawnForestNode, type SpawnForestTree, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type SpendChannel, type SpendGap, type StartRetainedRunOptions, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableRootHandle, type SteerableSandboxArgs, type SteerableSandboxSession, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseDispatchOptions, type SuperviseOptions, type SuperviseOptionsForDispatch, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorNodeContext, type SupervisorNodeContextSeed, type SupervisorOpts, type SupervisorProfile, type SupervisorSpanAttributes, type SupervisorSpanOptions, type SupervisorSpanOutcome, type SupervisorSpanRecorder, type SupervisorToolDescriptor, type SupervisorToolInvocationContext, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolLoopToolCall, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TraversalContinuity, type TreeView, type TurnResult, type UnknownMaterializationReason, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, WORKER_TOOL_TRACE_SCHEMA_VERSION, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerEvidenceInput, type WorkerProgress, type WorkerResumeContext, type WorkerSpawnContext, type WorkerSteerRequest, type WorkerToolTraceArtifact, type WorkerTraceEvidence, type WorkerTraceResolver, type WorkerTraceSeamCarrier, type WorkerTraceUnavailableReason, type WorkerWatchOptions, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, classifyDriverFailure, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapExecutorResult, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
|
7
|
+
export { type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentExecutionRef, type AgentGraph, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnalyzeOnSettleRoute, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AuthorizeDownMessage, type AuthorizedDownMessage, type AuthorizedSpawn, type AuthorizedSpawnContext, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BoxSurfaceReaderOptions, type BridgeModelCredential, type BridgeSeam, type Budget, type BudgetPool, type BudgetPoolRestore, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type ChatCompletionsTransport, type ChatSessionStore, type ChatTransportExecutorOptions, type ChatTransportTool, type ChatWorkerSeamOptions, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type ContinuationInstruction, type ContinuityMode, type CoordinationBinding, type CoordinationDeliveryEvidence, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CoordinationOwnerId, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableResolutionInput, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageAuthorizationInput, type DownMessageDeliveryAttempt, type DownMessageDeliveryOutcome, type DownMessageEvent, type DriveHarness, type DriveHarnessOwnerContext, type Driver, type DriverAttemptRecord, type DriverAttemptStop, DriverAttemptsExhaustedError, type DriverProgressMark, type DriverRetryPolicy, EVIDENCE_MAX_CHARS, type EdgeDeliveryOutcome, type EdgeTraversal, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type ExecutionBindingReceipt, type Executor, type ExecutorAccounting, type ExecutorConfig, type ExecutorContext, type ExecutorExecutionBinding, type ExecutorFactory, type ExecutorMaterialization, type ExecutorNodeContext, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type ExecutorResultMapping, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GraphEdge, GraphEdgeCapError, type GraphNode, type GraphResult, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, type HarvestSurfaceDiffsOptions, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type MaterializedExecutionIdentity, type MaterializedModelIdentity, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NativeContextContinuationExecution, type NativeContextContinuationInput, type NoProgressForOptions, type NoWinnerError, type NodeExecutionIdentity, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type ObserveSupervisorNodeEvent, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileMaterializationReceipt, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type PromptHandle, type PromptRegistry, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderModelAttemptEvidence, type ProviderModelExecutionEvidence, type ProviderSeam, type PublishOptions, type ReconnectRetainedRunOptions, type RecoverRetainedRunOptions, type RecoverRetainedRunResult, type RegisteredPrompt, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveDriveHarness, type ResolveSandboxClientOptions, type ResolveSupervisorTools, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RetainedRunAdmission, type RetainedRunAdmissionHook, type RetainedRunCancelOptions, type RetainedRunCancellation, type RetainedRunDispatchedAdmission, type RetainedRunEffect, type RetainedRunEnvironmentAdmission, type RetainedRunEventOptions, type RetainedRunHandle, type RetainedRunReplayPoint, type RetainedRunSnapshot, type RollingDispatchOptions, type RootHandle, type RootMaterialization, type RootProviderModelEvidence, type RootSignal, type RouterSeam, type RouterToolsSeam, type RouterTransportConfig, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunGraphOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotSpec, type SpawnEvent, type SpawnForest, type SpawnForestEvent, type SpawnForestInDoubtNode, type SpawnForestMissingTree, type SpawnForestNode, type SpawnForestTree, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type SpendChannel, type SpendGap, type StartRetainedRunOptions, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableRootHandle, type SteerableSandboxArgs, type SteerableSandboxSession, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseDispatchOptions, type SuperviseOptions, type SuperviseOptionsForDispatch, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorNodeContext, type SupervisorNodeContextSeed, type SupervisorOpts, type SupervisorProfile, type SupervisorSpanAttributes, type SupervisorSpanOptions, type SupervisorSpanOutcome, type SupervisorSpanRecorder, type SupervisorToolDescriptor, type SupervisorToolInvocationContext, type SurfaceDiff, type SurfaceReadBox, type SurfaceReadOutcome, type SurfaceReader, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolLoopToolCall, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TraversalContinuity, type TreeView, type TurnResult, type UnknownMaterializationReason, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, WORKER_TOOL_TRACE_SCHEMA_VERSION, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WatchedSurface, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerEvidenceInput, type WorkerProgress, type WorkerResumeContext, type WorkerSpawnContext, type WorkerSteerRequest, type WorkerToolTraceArtifact, type WorkerTraceEvidence, type WorkerTraceResolver, type WorkerTraceSeamCarrier, type WorkerTraceUnavailableReason, type WorkerWatchOptions, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, classifyDriverFailure, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, fsSurfaceReader, gateOnDeliverable, gitWorkspace, harvestCorpus, harvestSurfaceDiffs, inProcessSandboxClient, inlineSandboxClient, 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, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
package/dist/kernel.js
CHANGED
|
@@ -2,12 +2,12 @@ import { n as streamAgentTurn, t as collectAgentTurn } from "./stream-agent-turn
|
|
|
2
2
|
import { S as contentAddress, _ as WORKER_TOOL_TRACE_SCHEMA_VERSION, b as parseWorkerToolTraceArtifact, c as pendingWaits, i as InMemorySpawnJournal, l as replaySpawnTree, n as FileSpawnJournal, o as loadSpawnForest, r as InMemoryResultBlobStore, s as materializeTreeView, t as FileResultBlobStore, v as captureWorkerTraceEvidence, x as workerTraceAnalysisStore } from "./spawn-journal-BX3-4WDm.js";
|
|
3
3
|
import { i as mapSandboxToolEvent, n as extractLlmCallEvent, o as sumSandboxUsage, r as mapSandboxEvent, t as createSandboxToolPartState } from "./sandbox-events-vIwmuPdl.js";
|
|
4
4
|
import { n as assertModelAllowed, r as assertProfileModelsAllowed } from "./model-policy-Bv1DU2fw.js";
|
|
5
|
-
import { $ as defaultSelectWinner, A as spendFromUsageEvents, B as workerTraceEnv, C as freeSlots, F as createExecutorRegistry, G as createPushTraceSource, H as workerTraceSeamKey, J as DEFAULT_STALL_AFTER_MS, K as decodeToolPart, L as createWorktreeCliExecutor, N as cliWorktreeExecutor, P as createExecutor, S as effectiveConcurrency, T as rollingDispatch, U as DEFAULT_SANDBOX_STEERING_MAX_TURNS, V as workerTraceHeaders, W as createSteerableSandboxSession, X as readWorkerProgress, Y as createActivityLog, Z as createInbox, _ as isWaitOutcome, _t as createOtelExporter, a as pickBestDelivered, b as validateWaitSpec, et as runAgentRounds, g as createWaitProbes, gt as createOpenInferenceFileExporter, h as settledToIteration, i as collectDelivered, k as createBudgetPool, n as createSupervisor, nt as probeSandboxCapabilities, o as runFinalizer, q as sandboxSessionTraceSource, r as bestDelivered, rt as acquireSandbox, s as runTree, t as createRootHandle, tt as createSandboxLineage, u as createScope, v as pollFor, w as queueOf, x as waitUntil, y as timerAt, z as readWorkerTraceContext } from "./supervisor-
|
|
5
|
+
import { $ as defaultSelectWinner, A as spendFromUsageEvents, B as workerTraceEnv, C as freeSlots, F as createExecutorRegistry, G as createPushTraceSource, H as workerTraceSeamKey, J as DEFAULT_STALL_AFTER_MS, K as decodeToolPart, L as createWorktreeCliExecutor, N as cliWorktreeExecutor, P as createExecutor, S as effectiveConcurrency, T as rollingDispatch, U as DEFAULT_SANDBOX_STEERING_MAX_TURNS, V as workerTraceHeaders, W as createSteerableSandboxSession, X as readWorkerProgress, Y as createActivityLog, Z as createInbox, _ as isWaitOutcome, _t as createOtelExporter, a as pickBestDelivered, b as validateWaitSpec, et as runAgentRounds, g as createWaitProbes, gt as createOpenInferenceFileExporter, h as settledToIteration, i as collectDelivered, k as createBudgetPool, n as createSupervisor, nt as probeSandboxCapabilities, o as runFinalizer, q as sandboxSessionTraceSource, r as bestDelivered, rt as acquireSandbox, s as runTree, t as createRootHandle, tt as createSandboxLineage, u as createScope, v as pollFor, w as queueOf, x as waitUntil, y as timerAt, z as readWorkerTraceContext } from "./supervisor-D8sBmGYd.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-mDsjfGjY.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
|
|
9
|
-
import { At as defaultToolDetectors, Ct as plateauLength, Et as canonicalFindingEvent, Ft as createSupervisorSpanRecorder, It as gateOnDeliverable, Lt as mapExecutorResult, Mt as createFileRunContext, Nt as createInMemoryRunContext, Ot as normalizeAnalyzeOnSettle, Pt as FileCoordinationLog, St as bestSoFar, Tt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, X as delegate, Y as defaultDelegateBudget, _ as promptHandle, _t as noProgressFor, a as assertCoordinationBinding, b as classifyDriverFailure, bt as anytimeReport, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, ft as finalizeBestDelivered, g as naiveContinuationPrompt, gt as createProgressTracker, h as kernelPromptRegistry, ht as anyOf, i as workerFromBackend, jt as watchTrace, kt as createEventBus, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as allWorkersStalled, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as allOf, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, vt as plateau, wt as renderAnytimeTable, x as serveCoordinationMcp, xt as areaUnderCurve, y as DriverAttemptsExhaustedError, yt as sampleFromSettled } from "./supervise-
|
|
10
|
-
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-
|
|
11
|
-
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-
|
|
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-BfOB1pIb.js";
|
|
8
|
+
import { $ as InMemoryCorpus, A as pickChampion, At as renderLeaderboardSvg, B as runBenchmark, Bt as mcpSecretEnvMetadataKey, C as analyzeTrace, Ct as deterministicCompletion, D as chatWorkerSeam, Dt as pairwiseSignificance, E as chatTransportExecutor, Et as leaderboard, F as strategyAuthorContract, Ft as connectStdioMcp, G as equalKOnCost, H as recoverRetainedRun, Ht as resolveSecretEnv, I as strategyAuthorSystemPrompt, It as materializeLocalMcp, J as runPersonified, K as trajectoryReport, L as SandboxRunAbortError, Lt as createMcpEnvironment, M as selectChampion, Mt as auditIntent, N as assertStrategyContract, Nt as defaultAuditorInstruction, O as createChatSessionStore, Ot as renderLeaderboardHtml, P as authorStrategy, Pt as McpSpawnFault, Q as FileCorpus, R as openSandboxRun, Rt as sanitizeMcpToolSchema, S as withUntrackedArtifacts, St as completionAuthorizes, Tt as stopSentinel, U as startRetainedRun, Ut as secretEnvOfMcpServer, V as reconnectRetainedRun, Vt as resolveMcpServerLaunch, W as promotionGate, X as createShapeRegistry, Y as builtinShapes, Z as registerShape, _ as VERIFY_TAIL_CHARS, _t as localSandboxClient, a as localShell, at as pipeline, b as settledWorkerOut, bt as loopDispatch, c as createVerifierEnvironment, ct as widen, d as harvestSurfaceDiffs, dt as createScopeAnalyst, et as renderCorpusToInstructions, f as failuresAnalyst, ft as registryScopeAnalyst, g as NOTE_MAX_CHARS, gt as resolveSandboxClient, h as EVIDENCE_MAX_CHARS, ht as defineLeaderboard, i as jjWorkspace, it as panel, j as runStrategyEvolution, jt as renderPairwiseMarkdown, k as discriminatingMeans, kt as renderLeaderboardMarkdown, l as boxSurfaceReader, lt as assertTraceDerivedFindings, m as worktreeFanout, mt as harvestCorpus, n as makeFinding, nt as flatWidenGate, o as runInWorkspace, ot as selectValidWinner, p as superviseSurface, 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 closingWorkerNote, vt as inlineSandboxClient, w as patchDelivered, wt as sentinelCompletion, x as copyUntrackedIntoClone, xt as superviseDispatch, y as composeWorkerEvidence, yt as loopCampaignDispatch, z as printBenchmarkReport, zt as envKeyProvider } from "./runtime-BdtZvPzb.js";
|
|
9
|
+
import { At as defaultToolDetectors, Ct as plateauLength, Et as canonicalFindingEvent, Ft as createSupervisorSpanRecorder, It as gateOnDeliverable, Lt as mapExecutorResult, Mt as createFileRunContext, Nt as createInMemoryRunContext, Ot as normalizeAnalyzeOnSettle, Pt as FileCoordinationLog, St as bestSoFar, Tt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, X as delegate, Y as defaultDelegateBudget, _ as promptHandle, _t as noProgressFor, a as assertCoordinationBinding, b as classifyDriverFailure, bt as anytimeReport, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, ft as finalizeBestDelivered, g as naiveContinuationPrompt, gt as createProgressTracker, h as kernelPromptRegistry, ht as anyOf, i as workerFromBackend, jt as watchTrace, kt as createEventBus, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as allWorkersStalled, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as allOf, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, vt as plateau, wt as renderAnytimeTable, x as serveCoordinationMcp, xt as areaUnderCurve, y as DriverAttemptsExhaustedError, yt as sampleFromSettled } from "./supervise-DG11q6jc.js";
|
|
10
|
+
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-BmzFs-eQ.js";
|
|
11
|
+
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-Ck6Lm5XP.js";
|
|
12
12
|
import { a as supervisorRunDir, c as workerControlLogFile, d as writeWorkerSteer, i as safeWorkerFile, l as workerInboxFile, n as legacySupervisorRunsRoot, o as supervisorRunsRoot, r as readWorkerSteerRequests, s as supervisorWorkersDir, t as legacySupervisorRunDir, u as workerInboxFileFromEventDir } from "./run-layout-CeJsEAom.js";
|
|
13
|
-
export { DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, 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, SandboxRunAbortError, VERIFY_TAIL_CHARS, WORKER_TOOL_TRACE_SCHEMA_VERSION, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, classifyDriverFailure, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, gateOnDeliverable, gitWorkspace, harvestCorpus, inProcessSandboxClient, inlineSandboxClient, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapExecutorResult, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
|
13
|
+
export { DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, 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, SandboxRunAbortError, VERIFY_TAIL_CHARS, WORKER_TOOL_TRACE_SCHEMA_VERSION, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, classifyDriverFailure, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, fsSurfaceReader, gateOnDeliverable, gitWorkspace, harvestCorpus, harvestSurfaceDiffs, inProcessSandboxClient, inlineSandboxClient, 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, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as persistCandidateOutputArtifact, ct as omitTopLevelDigest, nt as canonicalCandidateBytes, ot as embeddedCandidateArtifact } from "./prepare-DWH0J5z2.js";
|
|
2
2
|
import { i as sealAgentCandidateBundle, t as captureAgentCandidateWorkspace } from "./workspace-archive-DdrlLnIj.js";
|
|
3
3
|
import { t as assertExecutableAgentProfile } from "./model-policy-Bv1DU2fw.js";
|
|
4
|
-
import { t as createAgentImprovementActivationResult } from "./activation-
|
|
4
|
+
import { t as createAgentImprovementActivationResult } from "./activation-WLt7Dmfv.js";
|
|
5
5
|
import { t as RESEARCHER_SYSTEM_PROMPT } from "./researcher-BiWSFLi6.js";
|
|
6
|
-
import { n as supervise } from "./supervise-
|
|
6
|
+
import { n as supervise } from "./supervise-DG11q6jc.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";
|
|
@@ -432,4 +432,4 @@ function addSpent(target, result) {
|
|
|
432
432
|
//#endregion
|
|
433
433
|
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 };
|
|
434
434
|
|
|
435
|
-
//# sourceMappingURL=knowledge-
|
|
435
|
+
//# sourceMappingURL=knowledge-jGnr0Fpn.js.map
|