@tangle-network/agent-runtime 0.159.0 → 0.161.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +1 -1
- package/dist/{authoring-rIDPzwYY.js → authoring-DDRliHit.js} +2 -2
- package/dist/{authoring-rIDPzwYY.js.map → authoring-DDRliHit.js.map} +1 -1
- package/dist/durable.d.ts +1 -1
- package/dist/durable.js +1 -1
- package/dist/{graph-BGPO6z_u.js → graph-DWUz1caU.js} +88 -33
- package/dist/graph-DWUz1caU.js.map +1 -0
- package/dist/{index-Dto3D25e.d.ts → index-5B7TlTSi.d.ts} +73 -31
- package/dist/{index-W5WVBUlZ.d.ts → index-CT7Cmz66.d.ts} +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +4 -4
- package/dist/kernel.d.ts +1 -1
- package/dist/kernel.js +4 -4
- package/dist/{knowledge-6LGnJFc7.js → knowledge-BBfx7pSo.js} +2 -2
- package/dist/{knowledge-6LGnJFc7.js.map → knowledge-BBfx7pSo.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-DmsH9zmi.js → loop-runner-bin-CjRjwtal.js} +2 -2
- package/dist/{loop-runner-bin-DmsH9zmi.js.map → loop-runner-bin-CjRjwtal.js.map} +1 -1
- package/dist/{loop-runner-bin-BEzvqbgg.d.ts → loop-runner-bin-DRX6EDIy.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +2 -2
- package/dist/mcp/index.d.ts +1 -1
- package/dist/mcp/index.js +3 -3
- package/dist/{openai-tools-D1VQ5e9p.js → openai-tools-CLb9RqXL.js} +2 -2
- package/dist/{openai-tools-D1VQ5e9p.js.map → openai-tools-CLb9RqXL.js.map} +1 -1
- package/dist/{runtime-tJGcB2fN.js → runtime-CyVJSWzN.js} +4 -4
- package/dist/{runtime-tJGcB2fN.js.map → runtime-CyVJSWzN.js.map} +1 -1
- package/dist/{supervise-CqwjiXlX.js → supervise-DE-GFNKg.js} +22 -8
- package/dist/supervise-DE-GFNKg.js.map +1 -0
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +10 -10
- package/package.json +1 -1
- package/dist/graph-BGPO6z_u.js.map +0 -1
- package/dist/supervise-CqwjiXlX.js.map +0 -1
|
@@ -2301,6 +2301,15 @@ interface CoordinationToolsOptions {
|
|
|
2301
2301
|
* pre-flight that fails open would hand back exactly the silent admission it exists to stop.
|
|
2302
2302
|
*/
|
|
2303
2303
|
readonly preflightSpawn?: SpawnPreflight;
|
|
2304
|
+
/**
|
|
2305
|
+
* OPT-IN pre-journal PROFILE resolution: maps the profile a driver authored to the profile that
|
|
2306
|
+
* will actually run, before `preflightSpawn` asks the backend about it. A layer that pins
|
|
2307
|
+
* profiles by name (an agent graph) installs this so the gate judges the canonical profile —
|
|
2308
|
+
* its real model, tools and harness — never the `{ name }` stub the driver wrote. Synchronous,
|
|
2309
|
+
* throw-on-refusal, identity-free: it sees only the profile, never the assignment or budget,
|
|
2310
|
+
* because both are minted AFTER the pre-journal point. Omit = the authored profile is used.
|
|
2311
|
+
*/
|
|
2312
|
+
readonly resolveSpawnProfile?: (profile: AgentProfile) => AgentProfile;
|
|
2304
2313
|
}
|
|
2305
2314
|
/** Why a pre-flight refused a spawn. Each cause is a distinct, separately countable decision. */
|
|
2306
2315
|
type SpawnRefusalCause = 'model-route' | 'bridge-full' | 'unmountable-tool';
|
|
@@ -4543,6 +4552,10 @@ interface SupervisorAgentDeps {
|
|
|
4543
4552
|
* wire id; is it already at admission capacity). `supervise` derives one automatically for a
|
|
4544
4553
|
* bridge backend; see `CoordinationToolsOptions.preflightSpawn`. */
|
|
4545
4554
|
readonly preflightSpawn?: SpawnPreflight;
|
|
4555
|
+
/** Pre-journal profile resolution for `preflightSpawn`: the authored profile → the profile that
|
|
4556
|
+
* will run, so the gate judges the canonical profile. See
|
|
4557
|
+
* `CoordinationToolsOptions.resolveSpawnProfile`. */
|
|
4558
|
+
readonly resolveSpawnProfile?: (profile: AgentProfile) => AgentProfile;
|
|
4546
4559
|
/** OPT-IN peer mail (external arm): serve the sibling `send_mail` / `read_mail` post office
|
|
4547
4560
|
* beside the coordination MCP and mint each spawn a capability URL on
|
|
4548
4561
|
* `WorkerSpawnContext.peerMailUrl`. A router-brained supervisor is refused: it serves no
|
|
@@ -4669,6 +4682,14 @@ interface SuperviseOptions {
|
|
|
4669
4682
|
* selection below apply only to the backend-derived worker path. `authorizeMessage` still
|
|
4670
4683
|
* governs continuations sent through Runtime's coordination tools. */
|
|
4671
4684
|
readonly makeWorkerAgent?: MakeWorkerAgent;
|
|
4685
|
+
/** Override ONLY how an authorized LEAF executes, keeping the whole backend-derived path —
|
|
4686
|
+
* profile security, spawn authorization, recursive-driver selection, nested supervisors — in
|
|
4687
|
+
* force. Unlike `makeWorkerAgent`, which replaces that path, this slots inside it: the kernel
|
|
4688
|
+
* authorizes and classifies every spawn, and a child that is NOT a driver runs through this
|
|
4689
|
+
* factory instead of `backend`. A child that IS a driver still becomes a nested supervisor, whose
|
|
4690
|
+
* own leaves use this same factory. Composes with `authorizeSpawn`; `backend` is then optional.
|
|
4691
|
+
* This is the seam an offline test or a pinning layer (an agent graph) should use. */
|
|
4692
|
+
readonly makeLeafAgent?: MakeWorkerAgent;
|
|
4672
4693
|
/** Run harness-brained supervisors here. Automatic execution supports a local `bridge`; a remote
|
|
4673
4694
|
* sandbox requires an explicit `driveHarness` with a reachable coordination relay or tunnel.
|
|
4674
4695
|
* Defaults to `backend`; separate it when managers and workers use different services. */
|
|
@@ -4695,6 +4716,12 @@ interface SuperviseOptions {
|
|
|
4695
4716
|
readonly label: string;
|
|
4696
4717
|
readonly key?: string;
|
|
4697
4718
|
readonly depth: number;
|
|
4719
|
+
/** Present (as the analyst id) only when the runtime's analyst-on-settle hook initiated this
|
|
4720
|
+
* spawn — authored by the runtime, never accepted from a driver's tool arguments. A node-pinning
|
|
4721
|
+
* authority reads it to admit the analyst node it would refuse as a driver-authored spawn. */
|
|
4722
|
+
readonly analyst?: string;
|
|
4723
|
+
/** The EFFECTIVE continuity of this spawn, resolved by the coordination layer. */
|
|
4724
|
+
readonly continuity?: ContinuityMode;
|
|
4698
4725
|
}) => AuthorizedSpawn;
|
|
4699
4726
|
/** Product authority over every continuation sent to a live child. When spawn authorization is
|
|
4700
4727
|
* enabled, omitting this refuses steer/answer instructions instead of silently extending the
|
|
@@ -4711,6 +4738,17 @@ interface SuperviseOptions {
|
|
|
4711
4738
|
/** The supervisor's router substrate (`profile.harness` omitted or `cli-base`). The profile's
|
|
4712
4739
|
* model wins. */
|
|
4713
4740
|
readonly router?: RouterTransportConfig;
|
|
4741
|
+
/** When `driverBackend` is absent, whether an external-harness ROOT may default to running on
|
|
4742
|
+
* `backend` (where workers run). `true` (default) keeps the convenience every direct caller has.
|
|
4743
|
+
* A layer that gives `backend` a narrower meaning — `runGraph`, where it places WORKER nodes only
|
|
4744
|
+
* — sets `false`, so an external root without an explicit `driverBackend` is refused before any
|
|
4745
|
+
* compute rather than silently driven from the worker placement. */
|
|
4746
|
+
readonly rootDriverFromBackend?: boolean;
|
|
4747
|
+
/** Pre-journal profile resolution for the spawn pre-flight: the profile a driver authored →
|
|
4748
|
+
* the profile that will run (`CoordinationToolsOptions.resolveSpawnProfile`). A pinning layer
|
|
4749
|
+
* sets this alongside `authorizeSpawn` so the backend gate and the authorization see the same
|
|
4750
|
+
* canonical profile. Identity-free and synchronous; throw to refuse. */
|
|
4751
|
+
readonly resolveSpawnProfile?: (profile: AgentProfile) => AgentProfile;
|
|
4714
4752
|
/** Run an external-harness supervisor explicitly. Required for a remote sandbox; optional as a
|
|
4715
4753
|
* caller-owned override for a local bridge. */
|
|
4716
4754
|
readonly driveHarness?: DriveHarness;
|
|
@@ -7026,6 +7064,9 @@ interface DriverAgentOptions {
|
|
|
7026
7064
|
/** OPT-IN async gate run before every spawn mints an assignment or reserves budget. See
|
|
7027
7065
|
* `CoordinationToolsOptions.preflightSpawn`. */
|
|
7028
7066
|
readonly preflightSpawn?: SpawnPreflight;
|
|
7067
|
+
/** Pre-journal profile resolution for `preflightSpawn`; see
|
|
7068
|
+
* `CoordinationToolsOptions.resolveSpawnProfile`. */
|
|
7069
|
+
readonly resolveSpawnProfile?: (profile: AgentProfile) => AgentProfile;
|
|
7029
7070
|
/** The driver's stance — a string, or built from the task (the worker-driver prompt /
|
|
7030
7071
|
* the generator). INJECTED so the prompt is a pluggable, optimizable role. */
|
|
7031
7072
|
readonly systemPrompt: string | ((task: unknown) => string);
|
|
@@ -7252,6 +7293,9 @@ declare function serveCoordinationMcp(opts: {
|
|
|
7252
7293
|
* pre-journal point that may ask the backend a question. See
|
|
7253
7294
|
* `CoordinationToolsOptions.preflightSpawn`. */
|
|
7254
7295
|
preflightSpawn?: SpawnPreflight;
|
|
7296
|
+
/** Pre-journal profile resolution for `preflightSpawn`; see
|
|
7297
|
+
* `CoordinationToolsOptions.resolveSpawnProfile`. */
|
|
7298
|
+
resolveSpawnProfile?: (profile: AgentProfile) => AgentProfile;
|
|
7255
7299
|
/** Called with this server's coordination tool descriptors once they exist and BEFORE the
|
|
7256
7300
|
* listener opens — the seam a caller uses to give an already-bound node tool a way to call the
|
|
7257
7301
|
* same verbs in code (`SupervisorToolInvocationContext.verbs`). */
|
|
@@ -7566,9 +7610,24 @@ declare class GraphEdgeCapError extends Error {
|
|
|
7566
7610
|
readonly result: SupervisedResult<unknown>;
|
|
7567
7611
|
constructor(exhaustedEdges: ReadonlyArray<string>, ledger: ReadonlyArray<EdgeTraversal>, result: SupervisedResult<unknown>);
|
|
7568
7612
|
}
|
|
7569
|
-
|
|
7570
|
-
|
|
7571
|
-
|
|
7613
|
+
/**
|
|
7614
|
+
* Forwarded to the root `supervise()` VERBATIM. Everything not owned, transformed, or refused
|
|
7615
|
+
* above belongs here — the default is "a graph honors it", not "someone remembered to add it".
|
|
7616
|
+
*/
|
|
7617
|
+
declare const GRAPH_FORWARDED_SUPERVISE_OPTIONS: readonly ["backend", "rootHandle", "signal", "execution", "resolveDeliverable", "coordination", "peerMail", "driverBackend", "profileSecurity", "authorizeSpawn", "isDriverProfile", "router", "driveHarness", "driverRetry", "onDriverAttempt", "childSettleGraceMs", "resolveDriveHarness", "driveHarnessMaterialization", "resolveSupervisorTools", "extraTools", "executeExtraTool", "perWorker", "maxLiveWorkers", "watchWorkers", "stallAfterMs", "runDir", "probes", "stopRule", "onProgressStop", "maxDepth", "maxTurns", "compaction", "now", "allowedModels", "finalizer", "otel"];
|
|
7618
|
+
/**
|
|
7619
|
+
* Options for one `runGraph` run.
|
|
7620
|
+
*
|
|
7621
|
+
* Extends every forwarded `SuperviseOptions` key, so a graph honors what a `supervise()` run
|
|
7622
|
+
* honors WITHOUT anyone restating it here. Only the graph-specific members and the ones whose
|
|
7623
|
+
* graph semantics differ are declared below; everything else inherits its type AND its
|
|
7624
|
+
* documentation from `SuperviseOptions`, which is the one owner of both.
|
|
7625
|
+
*/
|
|
7626
|
+
interface RunGraphOptions extends Pick<SuperviseOptions, (typeof GRAPH_FORWARDED_SUPERVISE_OPTIONS)[number]> {
|
|
7627
|
+
/** WHERE worker nodes run — the executor backend. Provide this OR `makeLeafAgent`. Forwarded to
|
|
7628
|
+
* `supervise()`, which derives every authorized LEAF from it; a node declared `role: 'driver'`
|
|
7629
|
+
* becomes a nested supervisor instead, whose own leaves are derived the same way. */
|
|
7630
|
+
readonly backend?: SuperviseOptions['backend'];
|
|
7572
7631
|
/** WHERE the ROOT node's harness brain runs — forwarded to `supervise()` verbatim (see
|
|
7573
7632
|
* `SuperviseOptions.driverBackend`). Needed when the root node's profile declares an external
|
|
7574
7633
|
* harness (`codex`, `claude-code`, `opencode`): that root is driven by the harness, not by the
|
|
@@ -7576,12 +7635,12 @@ interface RunGraphOptions {
|
|
|
7576
7635
|
* does NOT default to `backend`: a graph's `backend` places WORKER nodes, so the root driver
|
|
7577
7636
|
* is selected only by this field. Omit = no harness driver, which is correct for a root whose
|
|
7578
7637
|
* `profile.harness` is omitted or `cli-base` (that root runs on the router brain). */
|
|
7579
|
-
readonly driverBackend?:
|
|
7638
|
+
readonly driverBackend?: SuperviseOptions['driverBackend'];
|
|
7580
7639
|
/** Leaf-execution override (offline tests / advanced). `runGraph` still owns node pinning,
|
|
7581
|
-
* directive delivery, and the edge ledger AROUND this seam — only the leaf `act` is yours.
|
|
7582
|
-
|
|
7583
|
-
|
|
7584
|
-
readonly
|
|
7640
|
+
* directive delivery, and the edge ledger AROUND this seam — only the leaf `act` is yours.
|
|
7641
|
+
* Slots INSIDE the kernel's authorized path (`SuperviseOptions.makeLeafAgent`), so a node
|
|
7642
|
+
* declared `role: 'driver'` still becomes a nested supervisor even under an offline leaf. */
|
|
7643
|
+
readonly makeLeafAgent?: MakeWorkerAgent;
|
|
7585
7644
|
/** The ROOT driver's inference seam — a caller-owned `ToolLoopChat` that makes every root
|
|
7586
7645
|
* model call. Use it when the root's decisions must be caller-owned orchestration (a
|
|
7587
7646
|
* deterministic conversation driver, a persona loop with its own LLM calls) rather than a
|
|
@@ -7602,36 +7661,19 @@ interface RunGraphOptions {
|
|
|
7602
7661
|
/** The analyst lens registry `analyzes` edges resolve against. ENVIRONMENT — needed only for
|
|
7603
7662
|
* lens analysts; an analyzes edge naming a graph NODE as its analyst needs no registry. */
|
|
7604
7663
|
readonly analysts?: AnalystRegistry;
|
|
7605
|
-
/**
|
|
7606
|
-
*
|
|
7607
|
-
* `SuperviseOptions.
|
|
7608
|
-
*
|
|
7609
|
-
*
|
|
7610
|
-
readonly watchWorkers?: WorkerWatchOptions;
|
|
7611
|
-
/** Directive registry. Default: the seeded kernel registry (`kernelPromptRegistry()`). */
|
|
7664
|
+
/** Directive registry. Default: the seeded kernel registry (`kernelPromptRegistry()`).
|
|
7665
|
+
*
|
|
7666
|
+
* NOT `SuperviseOptions.registry`, which is the `SuperviseRegistry` name→value table for
|
|
7667
|
+
* code-valued options. The two share a name and nothing else, and this one wins here — see
|
|
7668
|
+
* `GRAPH_REFUSED_SUPERVISE_OPTIONS`. */
|
|
7612
7669
|
readonly registry?: PromptRegistry;
|
|
7613
7670
|
/** The run journal the edge ledger and every spawn/settle ride. Default: in-memory. */
|
|
7614
7671
|
readonly journal?: SpawnJournal;
|
|
7615
7672
|
readonly blobs?: ResultBlobStore;
|
|
7616
7673
|
readonly runId?: string;
|
|
7617
|
-
/** Per-child budget reserved from the conserved pool on each spawn. */
|
|
7618
|
-
readonly perWorker?: Budget;
|
|
7619
|
-
readonly maxTurns?: number;
|
|
7620
|
-
readonly maxLiveWorkers?: number;
|
|
7621
|
-
/** Resolve product-owned tools from the exact trusted manager context — forwarded to the root's
|
|
7622
|
-
* `supervise()` verbatim (see `SuperviseOptions.resolveSupervisorTools`). Without it a declared
|
|
7623
|
-
* graph mounts only the coordination MCP, so a root that is supposed to reach a product tool
|
|
7624
|
-
* (a claim ledger, a knowledge base) finds nothing and writes its output somewhere ungraded.
|
|
7625
|
-
* A graph run and a supervise run mount the same tools when this is set. */
|
|
7626
|
-
readonly resolveSupervisorTools?: SuperviseOptions['resolveSupervisorTools'];
|
|
7627
7674
|
/** Product authority over every steer/answer instruction (the filter seam). `runGraph` observes
|
|
7628
7675
|
* what it CHANGES: a narrowed instruction ledgers its steer traversal as `stripped`. */
|
|
7629
7676
|
readonly authorizeMessage?: SuperviseOptions['authorizeMessage'];
|
|
7630
|
-
readonly signal?: AbortSignal;
|
|
7631
|
-
readonly now?: () => number;
|
|
7632
|
-
readonly otel?: SuperviseOptions['otel'];
|
|
7633
|
-
readonly stallAfterMs?: number;
|
|
7634
|
-
readonly allowedModels?: readonly string[];
|
|
7635
7677
|
}
|
|
7636
7678
|
interface GraphResult<Out = unknown> {
|
|
7637
7679
|
readonly result: SupervisedResult<Out>;
|
|
@@ -8628,4 +8670,4 @@ interface VerifierEnvironmentOptions {
|
|
|
8628
8670
|
declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
|
|
8629
8671
|
//#endregion
|
|
8630
8672
|
export { WorkerToolTraceArtifact as $, loopDispatch as $a, completionAuthorizes as $c, DELEGATION_TRACE_MAX_SPANS as $d, replaySpawnTree as $f, panel as $i, MakeWorkerAgent as $l, assessAuthoredProfile as $n, SupervisorSpanOptions as $o, StdioMcpServerSpec as $r, FlatWidenGate as $s, RunGraphTestOptions as $t, createSiblingSandboxExecutor as $u, EVIDENCE_MAX_CHARS as A, RunAgenticOptions as Aa, Persona as Ac, DelegateUiAuditArgs as Ad, EventBus as Af, startRetainedInteractiveRun as Ai, plateauLength as Al, serveCoordinationMcp as An, supervisorAgentWithTestBrain as Ao, EvolutionArchiveNode as Ar, HarvestCorpusOptions as As, workerCancellationsDir as At, DelegateResult as Au, withUntrackedArtifacts as B, breadthStrategy as Ba, LeaderboardBenchTask as Bc, DelegationProgress as Bd, FileResultBlobStore as Bf, equalKOnCost as Bi, AuthorizeDownMessage as Bl, chatWorkerSeam as Bn, ProgressTracker as Bo, runStrategyEvolution as Br, AssertTraceDerivedFindings as Bs, PatchDeliverableOptions as Bt, DelegateRunCtx as Bu, SurfaceWorkerOut as C, AgenticOptions as Ca, WidenLineage as Cc, DelegateCodeConfig as Cd, RetainedRunDispatchBindingError as Cf, recoverRetainedRun as Ci, defaultAuditorInstruction as Cl, freeSlots as Cn, SupervisorNodeContextSeed as Co, resolveEntrySymbol as Cr, LocalSandboxClientOptions as Cs, runCancellationFile as Ct, createMcpServer as Cu, AuthoredHarness as D, AgenticTool as Da, DefinePersonaInput as Dc, DelegateResearchArgs as Dd, BusEvent as Df, claimRetainedInteractiveControl as Di, anytimeReport as Dl, defaultDelegateBudget as Dn, assertCoordinationBinding as Do, visibleCheckScore as Dr, InProcessPromptCtx as Ds, supervisorWorkersDir as Dt, DelegateArgs as Du, superviseSurface as E, AgenticTask as Ea, DefinePersona as Ec, DelegateFeedbackResult as Ed, CoderOutput as Ef, ClaimRetainedInteractiveControlOptions as Ei, AnytimeTaskCurve as El, DelegateOptions as En, SupervisorToolInvocationContext as Eo, structuralRollout as Er, InProcessOnPrompt as Es, supervisorRunsRoot as Et, DELEGATE_TOOL_NAME as Eu, composeWorkerEvidence as F, StrategyMessage as Fa, ShapeBudget as Fc, DelegationFeedbackSnapshot as Fd, watchTrace as Ff, promotionGate as Fi, createWaterfallCollector as Fl, ChatSessionStore as Fn, PriorCoordination as Fo, EvolutionReport as Fr, ObserveInput as Fs, InMemoryRunContext as Ft, InMemoryFeedbackStore as Fu, WorkspaceRun as G, sample as Ga, LeaderboardScenario as Gc, FeedbackRating as Gd, SpawnForestEvent as Gf, definePersona as Gi, CoordinationStats as Gl, ReservationRejection as Gn, allOf as Go, authorStrategy as Gr, EqualKArm as Gs, AgentGraph as Gt, coderTaskFromArgs as Gu, Shell as H, depthStrategy as Ha, LeaderboardFlagSpec as Hc, DelegationStatus as Hd, InMemoryResultBlobStore as Hf, builtinShapes as Hi, ContinuationInstruction as Hl, BudgetPool as Hn, ProgressView as Ho, AuthorStrategyOptions as Hr, Corpus as Hs, WorktreeCliExecutorOptions as Ht, DetachedWinnerSelection as Hu, settledWorkerOut as I, StrategyResult as Ia, ShapeContext as Ic, DelegationHistoryArgs as Id, DeliverableSpec as If, profileChatClient as Ii, AnalystFindingEvent as Il, ChatTransportExecutorOptions as In, AllWorkersStalledOptions as Io, ReproductionCheck as Ir, ObserveOptions as Is, InMemoryRunContextOptions as It, eventToSnapshot as Iu, localShell as J, LoopDispatchOptions as Ja, defineLeaderboard as Jc, UiAuditLensFilter as Jd, SpawnForestNode as Jf, InMemoryCorpus as Ji, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as Jl, spendFromUsageEvents as Jn, createProgressTracker as Jo, LocalMcpMaterialization as Jr, EqualKVerdict as Js, GraphEdge as Jt, DelegationExecutor as Ju, gitWorkspace as K, sampleThenRefine as Ka, LeaderboardScore as Kc, FeedbackRefersTo as Kd, SpawnForestInDoubtNode as Kf, runPersonified as Ki, CoordinationTools as Kl, ReservationTicket as Kn, allWorkersStalled as Ko, strategyAuthorContract as Kr, EqualKOnCost as Ks, EdgeDeliveryOutcome as Kt, detachedSessionDelegate as Ku, CopyOptions as L, StrategyShotResult as La, ShapeRegistry as Lc, DelegationHistoryEntry as Ld, ExecutorResultMapping as Lf, profileOptimizerModelCall as Li, AnalystLensOutput as Ll, ChatTransportTool as Ln, NoProgressForOptions as Lo, StrategyEvolutionConfig as Lr, defaultAnalystInstruction as Ls, RunContext as Lt, CoderDelegate as Lu, VERIFY_TAIL_CHARS as M, Strategy as Ma, PersonaExecutors as Mc, DelegateUiAuditResult as Md, createEventBus as Mf, resolveSandboxClient as Mi, WaterfallCollector as Ml, driverAgent as Mn, CoordinationLog as Mo, EvolutionBandInfo as Mr, HarvestReport as Ms, workerInboxFile as Mt, validateDelegateArgs as Mu, WorkerEvidenceInput as N, StrategyArtifacts as Na, RunPersonified as Nc, DelegateUiAuditRoute as Nd, WatchTraceOptions as Nf, PromotionGateOptions as Ni, WaterfallReport as Nl, finalizeBestDelivered as Nn, CoordinationOwnerId as No, EvolutionCandidate as Nr, harvestCorpus as Ns, workerInboxFileFromEventDir as Nt, FeedbackEvent as Nu, WorktreeFanoutOptions as O, ArtifactHandle as Oa, LoopShape as Oc, DelegateResearchConfig as Od, BusRecord as Of, reconnectRetainedInteractiveRun as Oi, areaUnderCurve as Ol, delegate as On, resolveSupervisorProfile as Oo, ChampionPick as Or, InProcessSandboxClientOptions as Os, workerCancelRequestsFile as Ot, DelegateError as Ou, closingWorkerNote as P, StrategyCtx as Pa, RunPersonifiedOptions as Pc, DelegationError as Pd, defaultToolDetectors as Pf, PromotionVerdict as Pi, WaterfallSpan as Pl, ChatCompletionsTransport as Pn, FileCoordinationLog as Po, EvolutionGeneration as Pr, Observation as Ps, writeWorkerSteer as Pt, FeedbackStore as Pu, WORKER_TOOL_TRACE_SCHEMA_VERSION as Q, loopCampaignDispatch as Qa, CompletionVerdict as Qc, DELEGATION_TRACE_MAX_BYTES as Qd, pendingWaits as Qf, loopUntil as Qi, DownMessageEvent as Ql, asAuthoredProfile as Qn, SupervisorSpanAttributes as Qo, StdioMcpConnection as Qr, FanoutWinnerSelector as Qs, RunGraphOptions as Qt, createFleetWorkspaceExecutor as Qu, UntrackedCopyStats as R, SurfaceScore as Ra, DefinedLeaderboard as Rc, DelegationHistoryResult as Rd, gateOnDeliverable as Rf, assertModelAllowed as Ri, AnalystRegistry as Rl, ChatWorkerSeamOptions as Rn, PlateauOptions as Ro, discriminatingMeans as Rr, observe as Rs, createFileRunContext as Rt, CoderReview as Ru, SurfaceWorkerConfig as S, runBenchmark as Sa, WidenDecision as Sc, DelegateCodeArgs as Sd, RetainedRunAdmissionError as Sf, reconnectRetainedRun as Si, auditIntent as Sl, effectiveConcurrency as Sn, SupervisorNodeContext as So, worktreeCliProfileMaterialization as Sp, officialChecksFromMeta as Sr, runAgentRounds as Ss, runCancelRequestFile as St, createInProcessTransport as Su, failuresAnalyst as T, AgenticSurface as Ta, WinnerStrategy as Tc, DelegateFeedbackArgs as Td, ValidationError as Tf, startRetainedRunInEnvironment as Ti, AnytimeStrategySummary as Tl, rollingDispatch as Tn, SupervisorToolDescriptor as To, selectBestIndex as Tr, inlineSandboxClient as Ts, supervisorRunDir as Tt, DELEGATE_INPUT_SCHEMA as Tu, Workspace as U, refine as Ua, LeaderboardIterationInfo as Uc, DelegationStatusArgs as Ud, InMemorySpawnJournal as Uf, createShapeRegistry as Ui, ContinuityMode as Ul, BudgetPoolRestore as Un, StopDecision as Uo, AuthoredStrategy as Ur, CorpusFilter as Us, WorktreePatchArtifact as Ut, SettleDetachedCoderTurnOptions as Uu, GitWorkspaceOptions as V, defineStrategy as Va, LeaderboardBenchmarkAdapter as Vc, DelegationResultPayload as Vd, FileSpawnJournal as Vf, trajectoryReport as Vi, AuthorizedDownMessage as Vl, createChatSessionStore as Vn, ProgressTrackerOptions as Vo, selectChampion as Vr, CombinatorShape as Vs, patchDelivered as Vt, DetachedSessionDelegateOptions as Vu, WorkspaceCommit as W, runAgentic as Wa, LeaderboardRunContext as Wc, DelegationStatusResult as Wd, SpawnForest as Wf, registerShape as Wi, CoordinationEvent as Wl, BudgetReadout as Wn, StopRule as Wo, assertStrategyContract as Wr, CorpusRecord as Ws, createWorktreeCliExecutor as Wt, UiAuditorDelegate as Wu, TrajectoryAnalysis as X, SuperviseDispatchOptions as Xa, CompletionEvidence as Xc, delegationProfiles as Xd, loadSpawnForest as Xf, fanout as Xi, DownMessageDeliveryAttempt as Xl, ProfileRichness as Xn, plateau as Xo, McpSpawnFault as Xr, FanoutOptions as Xs, GraphNode as Xt, FleetWorkspaceExecutorOptions as Xu, runInWorkspace as Y, LoopOptionsForDispatch as Ya, CompletionAnalyst as Yc, UiAuditorDelegationOutput as Yd, SpawnForestTree as Yf, renderCorpusToInstructions as Yi, DownMessageAuthorizationInput as Yl, AuthoredProfile as Yn, noProgressFor as Yo, MaterializeLocalMcpOptions as Yr, Fanout as Ys, GraphEdgeCapError as Yt, FleetHandle as Yu, analyzeTrace as Z, SuperviseOptionsForDispatch as Za, CompletionPolicy as Zc, CappedDelegationTrace as Zd, materializeTreeView as Zf, flatWidenGate as Zi, DownMessageDeliveryOutcome as Zl, ProfileRichnessThresholds as Zn, sampleFromSettled as Zo, McpToolDescriptor as Zr, FanoutSynthesis as Zs, GraphResult as Zt, SiblingSandboxExecutorOptions as Zu, boxSurfaceReader as _, BenchmarkReport as _a, TrajectoryReportFn as _c, DelegationTaskQueue as _d, JudgeError as _f, CriuCapableClient as _i, renderLeaderboardSvg as _l, ConcurrencyCaps as _n, ResolveDriveHarness as _o, promptOnlyProfileMaterialization as _p, composeCheckSources as _r, RunAgentRoundsOptions as _s, readRunCancelRequest as _t, createCoordinationTools as _u, SandboxInstance$1 as a, RegistryAnalyzeProjection as aa, PanelSpec as ac, RunDetachedTurnOptions as ad, composeLoopTraceEmitters as af, OpenSandboxRunPromptOptions as ai, Interval as al, PromptRegistry as an, SuperviseOptions as ao, DefineProfileMaterializationContractOptions as ap, CheckRunContext as ar, FinalizerSettled as as, ScopeArgs as at, QuestionPolicy as au, SuperviseSurfaceOptions as b, Environment as ba, VerifySpec as bc, SubmitOutput as bd, RetainedInteractiveAdmissionError as bf, AcquireOptions as bi, AuditIntentOptions as bl, DispatchUnit as bn, SupervisorAgentDeps as bo, sandboxActProfileMaterialization as bp, filterAuthoredAsserts as br, defaultSelectWinner as bs, readWorkerCancellation as bt, McpServer as bu, VerifierEnvironmentOptions as c, createScopeAnalyst as ca, PipelineStage as cc, formatDetachedSessionRef as cd, DelegationStateCorruptError as cf, TurnResult as ci, LeaderboardRow as cl, createPromptRegistry as cn, SuperviseTestOptions as co, ProfileMaterializationIssue as cp, CheckSourceCtx as cr, collectDelivered as cs, RunCancelRequest as ct, SettledWorker as cu, HarvestSurfaceDiffsOptions as d, McpEnvironmentOptions as da, ScopeAnalyst as dc, DelegationArgs as dd, FileDelegationStoreOptions as df, CheckpointCapableBox as di, ProfileKeyOf as dl, dumbContinuationPassPrompt as dn, workerFromBackend as do, controlProfileMaterialization as dp, StructuralRolloutMessage as dr, DriverAttemptRecord as ds, WorkerCancellation as dt, SpawnRefusal as du, pipeline as ea, LoopUntil as ec, DetachedSessionRefParts as ed, DelegationTraceCaps as ef, connectStdioMcp as ei, deterministicCompletion as el, TraversalContinuity as en, superviseDispatch as eo, contentAddress as ep, defaultProfileRichnessThresholds as er, SupervisorSpanOutcome as es, captureWorkerTraceEvidence as et, Question as eu, SurfaceDiff as f, createMcpEnvironment as fa, ScopeAnalyzeInput as fc, DelegationRecord as fd, InMemoryDelegationStore as ff, ForkCapableBox as fi, ScoreOf as fl, formatPromptHandle as fn, CoordinationBinding as fo, defineProfileMaterializationContract as fp, StructuralRolloutPolicy as fr, DriverAttemptStop as fs, WorkerSteerRequest as ft, SpawnRefusalCause as fu, WatchedSurface as g, BenchmarkLift as ga, TrajectoryReport as gc, DelegationRunContext as gd, ConfigError as gf, createSandboxLineage as gi, renderLeaderboardMarkdown as gl, supervisorPolicyPrompt as gn, ObserveSupervisorNodeEvent as go, promptModelProfileMaterialization as gp, compareCheckOutcomes as gr, classifyDriverFailure as gs, legacySupervisorRunsRoot as gt, canonicalFindingEvent as gu, SurfaceReader as h, BenchmarkConfig as ha, TrajectoryNode as hc, DelegationResumeTick as hd, BackendTransportError as hf, SessionCapableBox as hi, renderLeaderboardHtml as hl, promptHandle as hn, DriveHarnessOwnerContext as ho, promptControlProfileMaterialization as hp, canDisplace as hr, DriverRetryPolicy as hs, legacySupervisorRunDir as ht, WorkerWatchOptions as hu, SandboxEvent$1 as i, CreateScopeAnalystOptions as ia, PanelJudge as ic, DriveTurnTick as id, capDelegationTrace as if, OpenSandboxRunOptions as ii, GroupOf as il, PromptHandle as in, DeliverableResolutionInput as io, CanonicalAgentProfileMaterializationAxis as ip, CheckOutcome as ir, FinalizeContext as is, createSupervisor as it, QuestionOption as iu, NOTE_MAX_CHARS as j, ShotSpec as ja, PersonaContext as jc, DelegateUiAuditConfig as jd, PublishOptions as jf, ResolveSandboxClientOptions as ji, renderAnytimeTable as jl, DriverAgentOptions as jn, CoordinationDeliveryEvidence as jo, EvolutionAuthor as jr, HarvestFailure as js, workerControlLogFile as jt, createDelegateHandler as ju, worktreeFanout as k, CorpusReadbackOptions as ka, Outcome as kc, DelegateResearchResult as kd, BusStats as kf, recoverRetainedInteractiveRun as ki, bestSoFar as kl, CoordinationMcpHandle as kn, supervisorAgent as ko, ChampionPolicy as kr, inProcessSandboxClient as ks, workerCancellationFile as kt, DelegateHandlerOptions as ku, createVerifierEnvironment as l, registryScopeAnalyst as la, RenderCorpusToInstructions as lc, parseDetachedSessionRef as ld, DelegationStore as lf, openSandboxRun as li, PairwiseOptions as ll, delegatesWorkerBriefPrompt as ln, supervise as lo, ValidateProfileMaterializationOptions as lp, RepairStop as lr, pickBestDelivered as ls, RunCancellation as lt, SpawnPreflight as lu, SurfaceReadOutcome as m, BenchmarkCell as ma, SteerContext as mc, DelegationResumeDriver as md, AgentEvalErrorCode as mf, SandboxLineageHandle as mi, pairwiseSignificance as ml, naiveContinuationPrompt as mn, DriveHarness as mo, profileMaterializationAxes$1 as mp, VisibleCheck as mr, DriverProgressMark as ms, cancelWorker as mt, WorkerSpawnContext as mu, AnalystFinding$1 as n, verify as na, LoopUntilState as nc, DetachedTurnResumeDriverOptions as nd, DelegationTraceSpan as nf, Deliverable as ni, stopSentinel as nl, runGraph as nn, AuthorizedSpawnContext as no, AgentProfileMaterializationAxis as np, supervisorInstructions as nr, createSupervisorSpanRecorder as ns, workerTraceAnalysisStore as nt, QuestionEscalationTarget as nu, computeFindingId$1 as o, assertTraceDerivedFindings as oa, PanelVerdict as oc, createDetachedTurnResumeDriver as od, createDelegationTraceCollector as of, SandboxRun as oi, Leaderboard as ol, RegisteredPrompt as on, SuperviseRegistry as oo, KnownAgentProfileMaterializationAxis as op, CheckRunner as or, SupervisorFinalizer as os, createScope as ot, QuestionRecord as ou, SurfaceReadBox as p, sanitizeMcpToolSchema as pa, ScopeWidenGate as pc, DelegationResumeContext as pd, AgentEvalError$1 as pf, SandboxLineage as pi, leaderboard as pl, kernelPromptRegistry as pn, CoordinationVerbs as po, fullProfileMaterialization as pp, StructuralRolloutResult as pr, DriverAttemptsExhaustedError as ps, cancelRun as pt, WorkerResumeContext as pu, jjWorkspace as q, LoopCampaignDispatchOptions as qa, LeaderboardSpec as qc, ResearchOutputShape as qd, SpawnForestMissingTree as qf, FileCorpus as qi, CoordinationToolsOptions as ql, createBudgetPool as qn, anyOf as qo, strategyAuthorSystemPrompt as qr, EqualKOnCostOptions as qs, EdgeTraversal as qt, settleDetachedCoderTurn as qu, CreateSandboxOptions$1 as r, widen as ra, Panel as rc, DriveTurnCapableBox as rd, buildDelegationTraceSpans as rf, OpenSandboxRunBeforeStartContext as ri, AxisScoresOf as rl, runGraphWithTestBrain as rn, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as ro, AssertProfileMaterializationOptions as rp, CheckExecChannel as rr, DeliveredOutput as rs, createRootHandle as rt, QuestionLevel as ru, makeFinding$1 as s, buildSteerContext as sa, Pipeline as sc, detachedTurnEvents as sd, DelegationPersistenceError as sf, SandboxRunAbortError as si, LeaderboardOptions as sl, analyzesFindingsReportPrompt as sn, SuperviseRegistryTable as so, ProfileMaterializationContract as sp, CheckSource as sr, bestDelivered as ss, settledToIteration as st, QuestionUrgency as su, AgentProfile$2 as t, selectValidWinner as ta, LoopUntilSpec as tc, DetachedTurn as td, DelegationTraceCollector as tf, materializeLocalMcp as ti, sentinelCompletion as tl, defaultEdgeTraversalCap as tn, AuthorizedSpawn as to, AGENT_PROFILE_MATERIALIZATION_AXES as tp, profileRichnessFinding as tr, SupervisorSpanRecorder as ts, parseWorkerToolTraceArtifact as tt, QuestionDecision as tu, BoxSurfaceReaderOptions as u, McpEndpoint as ua, RenderCorpusToInstructionsOptions as uc, runDetachedTurn as ud, FileDelegationStore as uf, BranchCapableBox as ui, PairwiseVerdict as ul, dumbContinuationFailPrompt as un, superviseWithTestBrain as uo, assertProfileMaterialization as up, StructuralRolloutConfig as ur, runFinalizer as us, WorkerCancelRequest as ut, SpawnPreflightContext as uu, fsSurfaceReader as v, BenchmarkStrategySummary as va, TrajectoryReportOptions as vc, DelegationTaskQueueOptions as vd, NotFoundError as vf, SandboxCapabilities as vi, renderPairwiseMarkdown as vl, DispatchReport as vn, ResolveSupervisorTools as vo, promptResourceProfileMaterialization as vp, defaultExtractCandidate as vr, TERMINAL_DECISIONS as vs, readRunCancellation as vt, normalizeAnalyzeOnSettle as vu, analystsFromRegistry as w, AgenticRunResult as wa, WidenSpec as wc, DelegateCodeResult as wd, RuntimeRunStateError as wf, startRetainedRun as wi, AnytimeReport as wl, queueOf as wn, SupervisorProfile as wo, sandboxCheckRunner as wr, localSandboxClient as ws, safeWorkerFile as wt, DELEGATE_DESCRIPTION as wu, SuperviseSurfaceResult as x, printBenchmarkReport as xa, Widen as xc, hashIdempotencyInput as xd, RetainedInteractiveBindingError as xf, acquireSandbox as xi, IntentAudit as xl, RollingDispatchOptions as xn, SupervisorAgentTestDeps as xo, validateProfileMaterialization as xp, modelAuthoredChecks as xr, isTerminalDecision as xs, readWorkerSteerRequests as xt, McpServerOptions as xu, harvestSurfaceDiffs as y, BenchmarkTaskRow as ya, Verify as yc, SubmitInput as yd, PlannerError as yf, probeSandboxCapabilities as yi, AuditIntentInput as yl, DispatchStopReason as yn, ResolvedSupervisorProfile as yo, renderProfileMaterializationIssues as yp, defaultStructuralRolloutPolicy as yr, TerminalDecision as ys, readWorkerCancelRequests as yt, questionEscalationTargets as yu, copyUntrackedIntoClone as z, adaptiveRefine as za, LeaderboardBenchScore as zc, DelegationProfile as zd, mapExecutorResult as zf, assertProfileModelsAllowed as zi, AnalyzeOnSettleRoute as zl, chatTransportExecutor as zn, ProgressSample as zo, pickChampion as zr, renderReport as zs, createInMemoryRunContext as zt, CoderReviewer as zu };
|
|
8631
|
-
//# sourceMappingURL=index-
|
|
8673
|
+
//# sourceMappingURL=index-5B7TlTSi.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { If as DeliverableSpec, ao as SuperviseOptions, wo as SupervisorProfile } from "./index-
|
|
1
|
+
import { If as DeliverableSpec, ao as SuperviseOptions, wo as SupervisorProfile } from "./index-5B7TlTSi.js";
|
|
2
2
|
import { X as SupervisedResult, i as Budget } from "./types-BBXdSns1.js";
|
|
3
3
|
import { o as ExecutorConfig } from "./runtime-BzY66cd6.js";
|
|
4
4
|
import { y as AgentCandidateOutputArtifactPort } from "./types-19ZOddS3.js";
|
|
@@ -135,4 +135,4 @@ declare function runKnowledgeImprovementJob(options: RunKnowledgeImprovementJobO
|
|
|
135
135
|
declare function buildKnowledgeImprovementExperimentBundles(bundle: AgentCandidateBundle, knowledge: KnowledgeImprovementCandidatePair): KnowledgeImprovementExperimentBundles;
|
|
136
136
|
//#endregion
|
|
137
137
|
export { KnowledgeImprovementActivationExecutor as C, CreateKnowledgeImprovementActivationExecutorOptions as S, SupervisedKnowledgeUpdater as _, KnowledgeImprovementJobResult as a, knowledgeReadinessDeliverable as b, createAgentKnowledgeReadinessCheck as c, KnowledgeReadinessCheckInput as d, KnowledgeReadinessCheckResult as f, SupervisedKnowledgeUpdateResult as g, SupervisedKnowledgeUpdateOptions as h, KnowledgeImprovementJobMeasurement as i, runKnowledgeImprovementJob as l, SupervisedKnowledgeUpdateInput as m, KnowledgeImprovementCandidatePair as n, RunKnowledgeImprovementJobOptions as o, RESEARCH_SUPERVISOR_SYSTEM_PROMPT as p, KnowledgeImprovementExperimentBundles as r, buildKnowledgeImprovementExperimentBundles as s, AgentKnowledgeReadinessCheckOptions as t, KnowledgeReadinessCheck as u, createSupervisedKnowledgeUpdater as v, createKnowledgeImprovementActivationExecutor as w, runSupervisedKnowledgeUpdate as x, formatSupervisedKnowledgeTask as y };
|
|
138
|
-
//# sourceMappingURL=index-
|
|
138
|
+
//# sourceMappingURL=index-CT7Cmz66.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $ as OpenAIChatToolChoice, A as RuntimeRunCompleteInput, B as AgentBackendInput, F as RuntimeRunRow, G as AgentTaskContext, H as AgentKnowledgeProvider, I as RuntimeRunStatus, J as AgentTaskStatus, K as AgentTaskRunResult, L as startRuntimeRun, M as RuntimeRunHandle, N as RuntimeRunOptions, P as RuntimeRunPersistenceAdapter, Q as OpenAIChatTool, R as AgentAdapter, U as AgentRuntimeEvent, V as AgentExecutionBackend, W as AgentRuntimeEventSink, X as KnowledgeReadinessDecision, Y as BackendErrorDetail, Z as OpenAIChatResponseFormat, at as RuntimeStreamEvent, et as RunAgentTaskOptions, it as RuntimeSessionStore, j as RuntimeRunCost, m as LoopResult, nt as RuntimeCanonicalStreamEvent, q as AgentTaskSpec, r as Driver, rt as RuntimeSession, tt as RunAgentTaskStreamOptions, z as AgentBackendContext } from "./types-DpdfZoQ3.js";
|
|
2
2
|
import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
|
|
3
3
|
import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
|
|
4
|
-
import { Cf as RetainedRunDispatchBindingError, Rl as AnalystRegistry, Sf as RetainedRunAdmissionError, Tf as ValidationError, Wl as CoordinationEvent, _f as JudgeError, bf as RetainedInteractiveAdmissionError, fr as StructuralRolloutPolicy, gf as ConfigError, hf as BackendTransportError, is as FinalizeContext, mf as AgentEvalErrorCode, os as SupervisorFinalizer, pf as AgentEvalError, vf as NotFoundError, wf as RuntimeRunStateError, xf as RetainedInteractiveBindingError, yf as PlannerError } from "./index-
|
|
4
|
+
import { Cf as RetainedRunDispatchBindingError, Rl as AnalystRegistry, Sf as RetainedRunAdmissionError, Tf as ValidationError, Wl as CoordinationEvent, _f as JudgeError, bf as RetainedInteractiveAdmissionError, fr as StructuralRolloutPolicy, gf as ConfigError, hf as BackendTransportError, is as FinalizeContext, mf as AgentEvalErrorCode, os as SupervisorFinalizer, pf as AgentEvalError, vf as NotFoundError, wf as RuntimeRunStateError, xf as RetainedInteractiveBindingError, yf as PlannerError } from "./index-5B7TlTSi.js";
|
|
5
5
|
import { a as RuntimeHookErrorContext, c as RuntimeHookTarget, d as defineRuntimeHooks, f as notifyRuntimeDecisionPoint, i as RuntimeHookContext, l as RuntimeHooks, n as RuntimeDecisionKind, o as RuntimeHookEvent, p as notifyRuntimeHookEvent, r as RuntimeDecisionPoint, s as RuntimeHookPhase, t as RuntimeDecisionEvidenceRef, u as composeRuntimeHooks } from "./runtime-hooks-Bj6wJHlH.js";
|
|
6
6
|
import { $t as sanitizeRuntimeStreamEvent, A as ProviderModelExecutionEvidence, At as RuntimeEventOtelOptions, B as Settled, Bt as padTraceId, Ct as EvalRunsExportResult, Dt as OtelExportConfig, Et as OtelAttribute, Ft as createOtelExporter, Gt as RuntimeStreamEventSummary, Ht as RuntimeEventCollector, I as RootProviderModelEvidence, It as exportEvalRuns, J as SpendGap, Jt as SanitizedKnowledgeRequirement, K as Spend, Kt as RuntimeTelemetryOptions, Lt as generateSpanId, Mt as buildLoopSpanNodes, Nt as buildRuntimeEventOtelSpans, Ot as OtelExporter, Pt as createOpenInferenceFileExporter, Qt as sanitizeKnowledgeReadinessReport, Rt as loopEventToOtelSpan, St as EvalRunsExportConfig, Tt as LoopSpanNode, Ut as RuntimeStreamEventCollector, Vt as toOtelAttributes, Wt as RuntimeStreamEventSink, X as SupervisedResult, Xt as createRuntimeStreamEventCollector, Yt as createRuntimeEventCollector, Z as Supervisor, Zt as sanitizeAgentRuntimeEvent, _ as ExecutorRegistry, bt as EvalRunEvent, ct as WorkerTraceUnavailableReason, i as Budget, jt as buildLoopOtelSpans, k as ProviderModelAttemptEvidence, kt as OtelSpan, q as SpendChannel, qt as SanitizedKnowledgeReadinessReport, r as AgentSpec, s as Executor, st as WorkerTraceEvidence, wt as INTELLIGENCE_WIRE_VERSION, xt as EvalRunGeneration, z as Scope, zt as padSpanId } from "./types-BBXdSns1.js";
|
|
7
7
|
import { U as WorktreeCheckRunner } from "./runtime-BzY66cd6.js";
|
|
@@ -10,8 +10,8 @@ import { A as AgentCandidateExecutionPhase, B as AgentCandidatePreparationEviden
|
|
|
10
10
|
import { A as AgentCandidateWorkspacePort, B as ResolvedAgentCandidateContainer, C as AgentCandidateProtectedModelSettlement, D as AgentCandidateRunFinalization, E as AgentCandidateRepositoryPort, F as PreparedAgentCandidateExecution, H as VerifiedAgentCandidateTaskOutcome, I as PreparedAgentCandidateInstruction, L as PreparedAgentCandidateKnowledge, M as CANDIDATE_TRACE_TAGS, N as CanonicalCandidateDocument, O as AgentCandidateTaskExecution, P as PersistedTaskOutcomeEvidence, R as PreparedAgentCandidateLaunch, S as AgentCandidateProtectedModelReservation, T as AgentCandidateProtectedRunCapture, V as VerifiedAgentCandidate, _ as AgentCandidateModelLimits, a as AgentCandidateExecutionPorts, b as AgentCandidateOutputPurpose, c as AgentCandidateExecutorPort, d as AgentCandidateExecutorStopRequest, f as AgentCandidateExecutorTaskOutcomeCapture, g as AgentCandidateMemoryResetResult, h as AgentCandidateMemoryPort, i as AgentCandidateContainerPort, j as CANDIDATE_TRACE_ENV, k as AgentCandidateVerificationPorts, l as AgentCandidateExecutorProfileFile, m as AgentCandidateExecutorWorkspaceInput, n as AgentCandidateBenchmarkGraderIdentity, o as AgentCandidateExecutorFinalCapture, p as AgentCandidateExecutorWorkspaceFile, r as AgentCandidateBenchmarkGraderPort, s as AgentCandidateExecutorMemoryCapture, t as AgentCandidateArtifactPort, u as AgentCandidateExecutorRequest, v as AgentCandidateModelPort, w as AgentCandidateProtectedModelSettlementCall, x as AgentCandidateProtectedModelActivation, y as AgentCandidateOutputArtifactPort, z as PreparedAgentCandidateTrace } from "./types-19ZOddS3.js";
|
|
11
11
|
import { $ as sleep, A as RunConversationOptions, B as buildForwardHeaders, C as ConversationResult, D as HaltPredicate, E as HaltContext, F as InMemoryConversationJournal, G as CircuitBreakerState, H as readDepth, I as DEFAULT_MAX_DEPTH, J as RetryBackoff, K as CircuitOpenError, L as FORWARD_HEADERS, M as ConversationJournal, N as ConversationJournalEntry, O as HaltReason, P as FileConversationJournal, Q as makePerAttemptSignal, R as ForwardHeaderName, S as ConversationPolicy, T as ConversationTurn, U as BackendCallPolicy, V as isDepthExceeded, W as CircuitBreakerConfig, X as computeBackoff, Y as RetryableErrorPredicate, Z as defaultIsRetryable, _ as createConversationBackend, a as RunPersonaConfig, b as ConversationDriveState, c as runPersonaDispatch, d as D1DatabaseLike, et as createProfileExecutionBackend, f as D1StmtLike, g as defineConversation, h as d1ToSqlAdapter, i as PersonaDriver, j as TurnOrder, k as HaltSignal, l as runConversation, m as SqlConversationJournal, n as turnId, o as RunPersonaConversationOptions, p as SqlAdapter, q as DeadlineExceededError, r as PersonaConversationResult, s as runPersonaConversation, t as slugifySpeaker, u as runConversationStream, v as AuthSource, w as ConversationStreamEvent, x as ConversationParticipant, y as Conversation, z as PropagatedHeaders } from "./index-CLt9zpuD.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-0AK8JmHW.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-CT7Cmz66.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-DRX6EDIy.js";
|
|
15
15
|
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-wkxQ2aEw.js";
|
|
16
16
|
import { AgentProfile, Sha256Digest } from "@tangle-network/agent-interface";
|
|
17
17
|
import { ControlBudget, ControlDecision, ControlEvalResult, ControlEvalResult as ControlEvalResult$1, ControlRunResult, ControlStep, DataAcquisitionPlan, KnowledgeReadinessReport, KnowledgeReadinessReport as KnowledgeReadinessReport$1, KnowledgeRequirement, ProposalFinding, RunRecord, RunRecord as RunRecord$1 } from "@tangle-network/agent-eval";
|
package/dist/index.js
CHANGED
|
@@ -9,11 +9,11 @@ import { At as buildLoopOtelSpans, Bt as padTraceId, Ft as exportEvalRuns, Gt as
|
|
|
9
9
|
import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-tXpAarhW.js";
|
|
10
10
|
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-JEhoJUjC.js";
|
|
11
11
|
import { B as ROLLOUT_POLICY_EXTENSION, G as structuralRolloutPolicyFromProfile, H as normalizeRolloutPolicy, J as defaultBuildPrompt, K as agenticGenerator, L as improve, R as withMethodRuntimeControls, U as parseRolloutPolicy, V as applyRolloutPolicyToProfile, W as serializeRolloutPolicy, q as commandVerifier, z as rawTraceDistiller } from "./improvement-cycle-oUBE1Pzg.js";
|
|
12
|
-
import { Bt as McpSpawnFault, Vt as connectStdioMcp } from "./runtime-
|
|
12
|
+
import { Bt as McpSpawnFault, Vt as connectStdioMcp } from "./runtime-CyVJSWzN.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-BBfx7pSo.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-CjRjwtal.js";
|
|
16
|
+
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-CLb9RqXL.js";
|
|
17
17
|
import { agentProfileSchema, canonicalAgentProfileDigest } from "@tangle-network/agent-interface";
|
|
18
18
|
import { FAILURE_CLASSES, acquisitionPlansForKnowledgeGaps, blockingKnowledgeEval, canonicalJson, runAgentControlLoop, scoreKnowledgeReadiness, userQuestionsForKnowledgeGaps } from "@tangle-network/agent-eval";
|
|
19
19
|
import { gepaOptimizationMethod, skillOptOptimizationMethod } from "@tangle-network/agent-eval/campaign";
|
package/dist/kernel.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, O as ValidationCtx, S as MountManifestEntry, T as RunProvenance, _ as LoopTeardownFailedPayload, a as Iteration, b as LoopTraceEvent, c as LoopIterationDispatchPayload, d as LoopLineageOptions, f as LoopPlanDescription, g as LoopStartedPayload, h as LoopSandboxPlacement, i as ExecCtx, k as Validator, l as LoopIterationEndedPayload, m as LoopResult, n as DefaultVerdict, o as LoopDecisionPayload, p as LoopPlanPayload, r as Driver, s as LoopEndedPayload, t as AgentRunSpec, u as LoopIterationStartedPayload, v as LoopTokenUsage, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-DpdfZoQ3.js";
|
|
2
|
-
import { $ as WorkerToolTraceArtifact, $a as loopDispatch, $c as completionAuthorizes, $f as replaySpawnTree, $i as panel, $l as MakeWorkerAgent, $n as assessAuthoredProfile, $o as SupervisorSpanOptions, $r as StdioMcpServerSpec, $s as FlatWidenGate, A as EVIDENCE_MAX_CHARS, Aa as RunAgenticOptions, Ac as Persona, Af as EventBus, Ai as startRetainedInteractiveRun, Al as plateauLength, An as serveCoordinationMcp, Ar as EvolutionArchiveNode, As as HarvestCorpusOptions, At as workerCancellationsDir, B as withUntrackedArtifacts, Ba as breadthStrategy, Bc as LeaderboardBenchTask, Bf as FileResultBlobStore, Bi as equalKOnCost, Bl as AuthorizeDownMessage, Bn as chatWorkerSeam, Bo as ProgressTracker, Br as runStrategyEvolution, Bs as AssertTraceDerivedFindings, Bt as PatchDeliverableOptions, C as SurfaceWorkerOut, Ca as AgenticOptions, Cc as WidenLineage, Ci as recoverRetainedRun, Cl as defaultAuditorInstruction, Cn as freeSlots, Co as SupervisorNodeContextSeed, Cr as resolveEntrySymbol, Cs as LocalSandboxClientOptions, Ct as runCancellationFile, D as AuthoredHarness, Da as AgenticTool, Dc as DefinePersonaInput, Df as BusEvent, Di as claimRetainedInteractiveControl, Dl as anytimeReport, Dn as defaultDelegateBudget, Do as assertCoordinationBinding, Dr as visibleCheckScore, Ds as InProcessPromptCtx, Dt as supervisorWorkersDir, E as superviseSurface, Ea as AgenticTask, Ec as DefinePersona, Ei as ClaimRetainedInteractiveControlOptions, El as AnytimeTaskCurve, En as DelegateOptions, Eo as SupervisorToolInvocationContext, Er as structuralRollout, Es as InProcessOnPrompt, Et as supervisorRunsRoot, F as composeWorkerEvidence, Fa as StrategyMessage, Fc as ShapeBudget, Ff as watchTrace, Fi as promotionGate, Fl as createWaterfallCollector, Fn as ChatSessionStore, Fo as PriorCoordination, Fr as EvolutionReport, Fs as ObserveInput, Ft as InMemoryRunContext, G as WorkspaceRun, Ga as sample, Gc as LeaderboardScenario, Gf as SpawnForestEvent, Gi as definePersona, Gl as CoordinationStats, Gn as ReservationRejection, Go as allOf, Gr as authorStrategy, Gs as EqualKArm, Gt as AgentGraph, H as Shell, Ha as depthStrategy, Hc as LeaderboardFlagSpec, Hf as InMemoryResultBlobStore, Hi as builtinShapes, Hl as ContinuationInstruction, Hn as BudgetPool, Ho as ProgressView, Hr as AuthorStrategyOptions, Hs as Corpus, Ht as WorktreeCliExecutorOptions, I as settledWorkerOut, Ia as StrategyResult, Ic as ShapeContext, If as DeliverableSpec, Ii as profileChatClient, Il as AnalystFindingEvent, In as ChatTransportExecutorOptions, Io as AllWorkersStalledOptions, Ir as ReproductionCheck, Is as ObserveOptions, It as InMemoryRunContextOptions, J as localShell, Ja as LoopDispatchOptions, Jc as defineLeaderboard, Jf as SpawnForestNode, Ji as InMemoryCorpus, Jl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, Jn as spendFromUsageEvents, Jo as createProgressTracker, Jr as LocalMcpMaterialization, Js as EqualKVerdict, Jt as GraphEdge, K as gitWorkspace, Ka as sampleThenRefine, Kc as LeaderboardScore, Kf as SpawnForestInDoubtNode, Ki as runPersonified, Kn as ReservationTicket, Ko as allWorkersStalled, Kr as strategyAuthorContract, Ks as EqualKOnCost, Kt as EdgeDeliveryOutcome, L as CopyOptions, La as StrategyShotResult, Lc as ShapeRegistry, Lf as ExecutorResultMapping, Li as profileOptimizerModelCall, Ll as AnalystLensOutput, Ln as ChatTransportTool, Lo as NoProgressForOptions, Lr as StrategyEvolutionConfig, Ls as defaultAnalystInstruction, Lt as RunContext, M as VERIFY_TAIL_CHARS, Ma as Strategy, Mc as PersonaExecutors, Mf as createEventBus, Mi as resolveSandboxClient, Ml as WaterfallCollector, Mo as CoordinationLog, Mr as EvolutionBandInfo, Ms as HarvestReport, Mt as workerInboxFile, N as WorkerEvidenceInput, Na as StrategyArtifacts, Nc as RunPersonified, Nf as WatchTraceOptions, Ni as PromotionGateOptions, Nl as WaterfallReport, Nn as finalizeBestDelivered, No as CoordinationOwnerId, Nr as EvolutionCandidate, Ns as harvestCorpus, Nt as workerInboxFileFromEventDir, O as WorktreeFanoutOptions, Oa as ArtifactHandle, Oc as LoopShape, Of as BusRecord, Oi as reconnectRetainedInteractiveRun, Ol as areaUnderCurve, On as delegate, Oo as resolveSupervisorProfile, Or as ChampionPick, Os as InProcessSandboxClientOptions, Ot as workerCancelRequestsFile, P as closingWorkerNote, Pa as StrategyCtx, Pc as RunPersonifiedOptions, Pf as defaultToolDetectors, Pi as PromotionVerdict, Pl as WaterfallSpan, Pn as ChatCompletionsTransport, Po as FileCoordinationLog, Pr as EvolutionGeneration, Ps as Observation, Pt as writeWorkerSteer, Q as WORKER_TOOL_TRACE_SCHEMA_VERSION, Qa as loopCampaignDispatch, Qc as CompletionVerdict, Qf as pendingWaits, Qi as loopUntil, Ql as DownMessageEvent, Qn as asAuthoredProfile, Qo as SupervisorSpanAttributes, Qr as StdioMcpConnection, Qs as FanoutWinnerSelector, Qt as RunGraphOptions, R as UntrackedCopyStats, Ra as SurfaceScore, Rc as DefinedLeaderboard, Rf as gateOnDeliverable, Ri as assertModelAllowed, Rl as AnalystRegistry, Rn as ChatWorkerSeamOptions, Ro as PlateauOptions, Rr as discriminatingMeans, Rs as observe, Rt as createFileRunContext, S as SurfaceWorkerConfig, Sa as runBenchmark, Sc as WidenDecision, Si as reconnectRetainedRun, Sl as auditIntent, Sn as effectiveConcurrency, So as SupervisorNodeContext, Sr as officialChecksFromMeta, Ss as runAgentRounds, St as runCancelRequestFile, T as failuresAnalyst, Ta as AgenticSurface, Tc as WinnerStrategy, Ti as startRetainedRunInEnvironment, Tl as AnytimeStrategySummary, Tn as rollingDispatch, To as SupervisorToolDescriptor, Tr as selectBestIndex, Ts as inlineSandboxClient, Tt as supervisorRunDir, U as Workspace, Ua as refine, Uc as LeaderboardIterationInfo, Uf as InMemorySpawnJournal, Ui as createShapeRegistry, Ul as ContinuityMode, Un as BudgetPoolRestore, Uo as StopDecision, Ur as AuthoredStrategy, Us as CorpusFilter, Ut as WorktreePatchArtifact, V as GitWorkspaceOptions, Va as defineStrategy, Vc as LeaderboardBenchmarkAdapter, Vf as FileSpawnJournal, Vi as trajectoryReport, Vl as AuthorizedDownMessage, Vn as createChatSessionStore, Vo as ProgressTrackerOptions, Vr as selectChampion, Vs as CombinatorShape, Vt as patchDelivered, W as WorkspaceCommit, Wa as runAgentic, Wc as LeaderboardRunContext, Wf as SpawnForest, Wi as registerShape, Wl as CoordinationEvent, Wn as BudgetReadout, Wo as StopRule, Wr as assertStrategyContract, Ws as CorpusRecord, Wt as createWorktreeCliExecutor, X as TrajectoryAnalysis, Xa as SuperviseDispatchOptions, Xc as CompletionEvidence, Xf as loadSpawnForest, Xi as fanout, Xl as DownMessageDeliveryAttempt, Xn as ProfileRichness, Xo as plateau, Xr as McpSpawnFault, Xs as FanoutOptions, Xt as GraphNode, Y as runInWorkspace, Ya as LoopOptionsForDispatch, Yc as CompletionAnalyst, Yf as SpawnForestTree, Yi as renderCorpusToInstructions, Yl as DownMessageAuthorizationInput, Yn as AuthoredProfile, Yo as noProgressFor, Yr as MaterializeLocalMcpOptions, Ys as Fanout, Yt as GraphEdgeCapError, Z as analyzeTrace, Za as SuperviseOptionsForDispatch, Zc as CompletionPolicy, Zf as materializeTreeView, Zi as flatWidenGate, Zl as DownMessageDeliveryOutcome, Zn as ProfileRichnessThresholds, Zo as sampleFromSettled, Zr as McpToolDescriptor, Zs as FanoutSynthesis, Zt as GraphResult, _ as boxSurfaceReader, _a as BenchmarkReport, _c as TrajectoryReportFn, _i as CriuCapableClient, _l as renderLeaderboardSvg, _n as ConcurrencyCaps, _o as ResolveDriveHarness, _r as composeCheckSources, _s as RunAgentRoundsOptions, _t as readRunCancelRequest, a as SandboxInstance, aa as RegistryAnalyzeProjection, ac as PanelSpec, ai as OpenSandboxRunPromptOptions, al as Interval, an as PromptRegistry, ao as SuperviseOptions, ar as CheckRunContext, as as FinalizerSettled, at as ScopeArgs, b as SuperviseSurfaceOptions, ba as Environment, bc as VerifySpec, bi as AcquireOptions, bl as AuditIntentOptions, bn as DispatchUnit, bo as SupervisorAgentDeps, br as filterAuthoredAsserts, bs as defaultSelectWinner, bt as readWorkerCancellation, c as VerifierEnvironmentOptions, ca as createScopeAnalyst, cc as PipelineStage, ci as TurnResult, cl as LeaderboardRow, cn as createPromptRegistry, cr as CheckSourceCtx, cs as collectDelivered, ct as RunCancelRequest, d as HarvestSurfaceDiffsOptions, da as McpEnvironmentOptions, dc as ScopeAnalyst, di as CheckpointCapableBox, dl as ProfileKeyOf, dn as dumbContinuationPassPrompt, do as workerFromBackend, dr as StructuralRolloutMessage, ds as DriverAttemptRecord, dt as WorkerCancellation, du as SpawnRefusal, ea as pipeline, ec as LoopUntil, ei as connectStdioMcp, el as deterministicCompletion, en as TraversalContinuity, eo as superviseDispatch, ep as contentAddress, er as defaultProfileRichnessThresholds, es as SupervisorSpanOutcome, et as captureWorkerTraceEvidence, f as SurfaceDiff, fa as createMcpEnvironment, fc as ScopeAnalyzeInput, fi as ForkCapableBox, fl as ScoreOf, fn as formatPromptHandle, fo as CoordinationBinding, fr as StructuralRolloutPolicy, fs as DriverAttemptStop, ft as WorkerSteerRequest, fu as SpawnRefusalCause, g as WatchedSurface, ga as BenchmarkLift, gc as TrajectoryReport, gi as createSandboxLineage, gl as renderLeaderboardMarkdown, gn as supervisorPolicyPrompt, go as ObserveSupervisorNodeEvent, gr as compareCheckOutcomes, gs as classifyDriverFailure, gt as legacySupervisorRunsRoot, gu as canonicalFindingEvent, h as SurfaceReader, ha as BenchmarkConfig, hc as TrajectoryNode, hi as SessionCapableBox, hl as renderLeaderboardHtml, hn as promptHandle, ho as DriveHarnessOwnerContext, hr as canDisplace, hs as DriverRetryPolicy, ht as legacySupervisorRunDir, hu as WorkerWatchOptions, i as SandboxEvent, ia as CreateScopeAnalystOptions, ic as PanelJudge, ii as OpenSandboxRunOptions, il as GroupOf, in as PromptHandle, io as DeliverableResolutionInput, ir as CheckOutcome, is as FinalizeContext, it as createSupervisor, j as NOTE_MAX_CHARS, ja as ShotSpec, jc as PersonaContext, jf as PublishOptions, ji as ResolveSandboxClientOptions, jl as renderAnytimeTable, jo as CoordinationDeliveryEvidence, jr as EvolutionAuthor, js as HarvestFailure, jt as workerControlLogFile, k as worktreeFanout, ka as CorpusReadbackOptions, kc as Outcome, kf as BusStats, ki as recoverRetainedInteractiveRun, kl as bestSoFar, kn as CoordinationMcpHandle, ko as supervisorAgent, kr as ChampionPolicy, ks as inProcessSandboxClient, kt as workerCancellationFile, l as createVerifierEnvironment, la as registryScopeAnalyst, lc as RenderCorpusToInstructions, li as openSandboxRun, ll as PairwiseOptions, ln as delegatesWorkerBriefPrompt, lo as supervise, lr as RepairStop, ls as pickBestDelivered, lt as RunCancellation, lu as SpawnPreflight, m as SurfaceReadOutcome, ma as BenchmarkCell, mc as SteerContext, mi as SandboxLineageHandle, ml as pairwiseSignificance, mn as naiveContinuationPrompt, mo as DriveHarness, mr as VisibleCheck, ms as DriverProgressMark, mt as cancelWorker, mu as WorkerSpawnContext, n as AnalystFinding, na as verify, nc as LoopUntilState, ni as Deliverable, nl as stopSentinel, nn as runGraph, no as AuthorizedSpawnContext, nr as supervisorInstructions, ns as createSupervisorSpanRecorder, nt as workerTraceAnalysisStore, o as computeFindingId, oa as assertTraceDerivedFindings, oc as PanelVerdict, oi as SandboxRun, ol as Leaderboard, on as RegisteredPrompt, oo as SuperviseRegistry, or as CheckRunner, os as SupervisorFinalizer, ot as createScope, p as SurfaceReadBox, pa as sanitizeMcpToolSchema, pc as ScopeWidenGate, pi as SandboxLineage, pl as leaderboard, pn as kernelPromptRegistry, po as CoordinationVerbs, pr as StructuralRolloutResult, ps as DriverAttemptsExhaustedError, pt as cancelRun, pu as WorkerResumeContext, q as jjWorkspace, qa as LoopCampaignDispatchOptions, qc as LeaderboardSpec, qf as SpawnForestMissingTree, qi as FileCorpus, qn as createBudgetPool, qo as anyOf, qr as strategyAuthorSystemPrompt, qs as EqualKOnCostOptions, qt as EdgeTraversal, r as CreateSandboxOptions, ra as widen, rc as Panel, ri as OpenSandboxRunBeforeStartContext, rl as AxisScoresOf, ro as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, rr as CheckExecChannel, rs as DeliveredOutput, rt as createRootHandle, s as makeFinding, sa as buildSteerContext, sc as Pipeline, si as SandboxRunAbortError, sl as LeaderboardOptions, sn as analyzesFindingsReportPrompt, so as SuperviseRegistryTable, sr as CheckSource, ss as bestDelivered, st as settledToIteration, t as AgentProfile, ta as selectValidWinner, tc as LoopUntilSpec, ti as materializeLocalMcp, tl as sentinelCompletion, tn as defaultEdgeTraversalCap, to as AuthorizedSpawn, tr as profileRichnessFinding, ts as SupervisorSpanRecorder, tt as parseWorkerToolTraceArtifact, u as BoxSurfaceReaderOptions, ua as McpEndpoint, uc as RenderCorpusToInstructionsOptions, ui as BranchCapableBox, ul as PairwiseVerdict, un as dumbContinuationFailPrompt, ur as StructuralRolloutConfig, us as runFinalizer, ut as WorkerCancelRequest, uu as SpawnPreflightContext, v as fsSurfaceReader, va as BenchmarkStrategySummary, vc as TrajectoryReportOptions, vi as SandboxCapabilities, vl as renderPairwiseMarkdown, vn as DispatchReport, vo as ResolveSupervisorTools, vr as defaultExtractCandidate, vs as TERMINAL_DECISIONS, vt as readRunCancellation, vu as normalizeAnalyzeOnSettle, w as analystsFromRegistry, wa as AgenticRunResult, wc as WidenSpec, wi as startRetainedRun, wl as AnytimeReport, wn as queueOf, wo as SupervisorProfile, wr as sandboxCheckRunner, ws as localSandboxClient, wt as safeWorkerFile, x as SuperviseSurfaceResult, xa as printBenchmarkReport, xc as Widen, xi as acquireSandbox, xl as IntentAudit, xn as RollingDispatchOptions, xr as modelAuthoredChecks, xs as isTerminalDecision, xt as readWorkerSteerRequests, y as harvestSurfaceDiffs, ya as BenchmarkTaskRow, yc as Verify, yi as probeSandboxCapabilities, yl as AuditIntentInput, yn as DispatchStopReason, yo as ResolvedSupervisorProfile, yr as defaultStructuralRolloutPolicy, ys as TerminalDecision, yt as readWorkerCancelRequests, z as copyUntrackedIntoClone, za as adaptiveRefine, zc as LeaderboardBenchScore, zf as mapExecutorResult, zi as assertProfileModelsAllowed, zl as AnalyzeOnSettleRoute, zn as chatTransportExecutor, zo as ProgressSample, zr as pickChampion, zs as renderReport, zt as createInMemoryRunContext } from "./index-Dto3D25e.js";
|
|
2
|
+
import { $ as WorkerToolTraceArtifact, $a as loopDispatch, $c as completionAuthorizes, $f as replaySpawnTree, $i as panel, $l as MakeWorkerAgent, $n as assessAuthoredProfile, $o as SupervisorSpanOptions, $r as StdioMcpServerSpec, $s as FlatWidenGate, A as EVIDENCE_MAX_CHARS, Aa as RunAgenticOptions, Ac as Persona, Af as EventBus, Ai as startRetainedInteractiveRun, Al as plateauLength, An as serveCoordinationMcp, Ar as EvolutionArchiveNode, As as HarvestCorpusOptions, At as workerCancellationsDir, B as withUntrackedArtifacts, Ba as breadthStrategy, Bc as LeaderboardBenchTask, Bf as FileResultBlobStore, Bi as equalKOnCost, Bl as AuthorizeDownMessage, Bn as chatWorkerSeam, Bo as ProgressTracker, Br as runStrategyEvolution, Bs as AssertTraceDerivedFindings, Bt as PatchDeliverableOptions, C as SurfaceWorkerOut, Ca as AgenticOptions, Cc as WidenLineage, Ci as recoverRetainedRun, Cl as defaultAuditorInstruction, Cn as freeSlots, Co as SupervisorNodeContextSeed, Cr as resolveEntrySymbol, Cs as LocalSandboxClientOptions, Ct as runCancellationFile, D as AuthoredHarness, Da as AgenticTool, Dc as DefinePersonaInput, Df as BusEvent, Di as claimRetainedInteractiveControl, Dl as anytimeReport, Dn as defaultDelegateBudget, Do as assertCoordinationBinding, Dr as visibleCheckScore, Ds as InProcessPromptCtx, Dt as supervisorWorkersDir, E as superviseSurface, Ea as AgenticTask, Ec as DefinePersona, Ei as ClaimRetainedInteractiveControlOptions, El as AnytimeTaskCurve, En as DelegateOptions, Eo as SupervisorToolInvocationContext, Er as structuralRollout, Es as InProcessOnPrompt, Et as supervisorRunsRoot, F as composeWorkerEvidence, Fa as StrategyMessage, Fc as ShapeBudget, Ff as watchTrace, Fi as promotionGate, Fl as createWaterfallCollector, Fn as ChatSessionStore, Fo as PriorCoordination, Fr as EvolutionReport, Fs as ObserveInput, Ft as InMemoryRunContext, G as WorkspaceRun, Ga as sample, Gc as LeaderboardScenario, Gf as SpawnForestEvent, Gi as definePersona, Gl as CoordinationStats, Gn as ReservationRejection, Go as allOf, Gr as authorStrategy, Gs as EqualKArm, Gt as AgentGraph, H as Shell, Ha as depthStrategy, Hc as LeaderboardFlagSpec, Hf as InMemoryResultBlobStore, Hi as builtinShapes, Hl as ContinuationInstruction, Hn as BudgetPool, Ho as ProgressView, Hr as AuthorStrategyOptions, Hs as Corpus, Ht as WorktreeCliExecutorOptions, I as settledWorkerOut, Ia as StrategyResult, Ic as ShapeContext, If as DeliverableSpec, Ii as profileChatClient, Il as AnalystFindingEvent, In as ChatTransportExecutorOptions, Io as AllWorkersStalledOptions, Ir as ReproductionCheck, Is as ObserveOptions, It as InMemoryRunContextOptions, J as localShell, Ja as LoopDispatchOptions, Jc as defineLeaderboard, Jf as SpawnForestNode, Ji as InMemoryCorpus, Jl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, Jn as spendFromUsageEvents, Jo as createProgressTracker, Jr as LocalMcpMaterialization, Js as EqualKVerdict, Jt as GraphEdge, K as gitWorkspace, Ka as sampleThenRefine, Kc as LeaderboardScore, Kf as SpawnForestInDoubtNode, Ki as runPersonified, Kn as ReservationTicket, Ko as allWorkersStalled, Kr as strategyAuthorContract, Ks as EqualKOnCost, Kt as EdgeDeliveryOutcome, L as CopyOptions, La as StrategyShotResult, Lc as ShapeRegistry, Lf as ExecutorResultMapping, Li as profileOptimizerModelCall, Ll as AnalystLensOutput, Ln as ChatTransportTool, Lo as NoProgressForOptions, Lr as StrategyEvolutionConfig, Ls as defaultAnalystInstruction, Lt as RunContext, M as VERIFY_TAIL_CHARS, Ma as Strategy, Mc as PersonaExecutors, Mf as createEventBus, Mi as resolveSandboxClient, Ml as WaterfallCollector, Mo as CoordinationLog, Mr as EvolutionBandInfo, Ms as HarvestReport, Mt as workerInboxFile, N as WorkerEvidenceInput, Na as StrategyArtifacts, Nc as RunPersonified, Nf as WatchTraceOptions, Ni as PromotionGateOptions, Nl as WaterfallReport, Nn as finalizeBestDelivered, No as CoordinationOwnerId, Nr as EvolutionCandidate, Ns as harvestCorpus, Nt as workerInboxFileFromEventDir, O as WorktreeFanoutOptions, Oa as ArtifactHandle, Oc as LoopShape, Of as BusRecord, Oi as reconnectRetainedInteractiveRun, Ol as areaUnderCurve, On as delegate, Oo as resolveSupervisorProfile, Or as ChampionPick, Os as InProcessSandboxClientOptions, Ot as workerCancelRequestsFile, P as closingWorkerNote, Pa as StrategyCtx, Pc as RunPersonifiedOptions, Pf as defaultToolDetectors, Pi as PromotionVerdict, Pl as WaterfallSpan, Pn as ChatCompletionsTransport, Po as FileCoordinationLog, Pr as EvolutionGeneration, Ps as Observation, Pt as writeWorkerSteer, Q as WORKER_TOOL_TRACE_SCHEMA_VERSION, Qa as loopCampaignDispatch, Qc as CompletionVerdict, Qf as pendingWaits, Qi as loopUntil, Ql as DownMessageEvent, Qn as asAuthoredProfile, Qo as SupervisorSpanAttributes, Qr as StdioMcpConnection, Qs as FanoutWinnerSelector, Qt as RunGraphOptions, R as UntrackedCopyStats, Ra as SurfaceScore, Rc as DefinedLeaderboard, Rf as gateOnDeliverable, Ri as assertModelAllowed, Rl as AnalystRegistry, Rn as ChatWorkerSeamOptions, Ro as PlateauOptions, Rr as discriminatingMeans, Rs as observe, Rt as createFileRunContext, S as SurfaceWorkerConfig, Sa as runBenchmark, Sc as WidenDecision, Si as reconnectRetainedRun, Sl as auditIntent, Sn as effectiveConcurrency, So as SupervisorNodeContext, Sr as officialChecksFromMeta, Ss as runAgentRounds, St as runCancelRequestFile, T as failuresAnalyst, Ta as AgenticSurface, Tc as WinnerStrategy, Ti as startRetainedRunInEnvironment, Tl as AnytimeStrategySummary, Tn as rollingDispatch, To as SupervisorToolDescriptor, Tr as selectBestIndex, Ts as inlineSandboxClient, Tt as supervisorRunDir, U as Workspace, Ua as refine, Uc as LeaderboardIterationInfo, Uf as InMemorySpawnJournal, Ui as createShapeRegistry, Ul as ContinuityMode, Un as BudgetPoolRestore, Uo as StopDecision, Ur as AuthoredStrategy, Us as CorpusFilter, Ut as WorktreePatchArtifact, V as GitWorkspaceOptions, Va as defineStrategy, Vc as LeaderboardBenchmarkAdapter, Vf as FileSpawnJournal, Vi as trajectoryReport, Vl as AuthorizedDownMessage, Vn as createChatSessionStore, Vo as ProgressTrackerOptions, Vr as selectChampion, Vs as CombinatorShape, Vt as patchDelivered, W as WorkspaceCommit, Wa as runAgentic, Wc as LeaderboardRunContext, Wf as SpawnForest, Wi as registerShape, Wl as CoordinationEvent, Wn as BudgetReadout, Wo as StopRule, Wr as assertStrategyContract, Ws as CorpusRecord, Wt as createWorktreeCliExecutor, X as TrajectoryAnalysis, Xa as SuperviseDispatchOptions, Xc as CompletionEvidence, Xf as loadSpawnForest, Xi as fanout, Xl as DownMessageDeliveryAttempt, Xn as ProfileRichness, Xo as plateau, Xr as McpSpawnFault, Xs as FanoutOptions, Xt as GraphNode, Y as runInWorkspace, Ya as LoopOptionsForDispatch, Yc as CompletionAnalyst, Yf as SpawnForestTree, Yi as renderCorpusToInstructions, Yl as DownMessageAuthorizationInput, Yn as AuthoredProfile, Yo as noProgressFor, Yr as MaterializeLocalMcpOptions, Ys as Fanout, Yt as GraphEdgeCapError, Z as analyzeTrace, Za as SuperviseOptionsForDispatch, Zc as CompletionPolicy, Zf as materializeTreeView, Zi as flatWidenGate, Zl as DownMessageDeliveryOutcome, Zn as ProfileRichnessThresholds, Zo as sampleFromSettled, Zr as McpToolDescriptor, Zs as FanoutSynthesis, Zt as GraphResult, _ as boxSurfaceReader, _a as BenchmarkReport, _c as TrajectoryReportFn, _i as CriuCapableClient, _l as renderLeaderboardSvg, _n as ConcurrencyCaps, _o as ResolveDriveHarness, _r as composeCheckSources, _s as RunAgentRoundsOptions, _t as readRunCancelRequest, a as SandboxInstance, aa as RegistryAnalyzeProjection, ac as PanelSpec, ai as OpenSandboxRunPromptOptions, al as Interval, an as PromptRegistry, ao as SuperviseOptions, ar as CheckRunContext, as as FinalizerSettled, at as ScopeArgs, b as SuperviseSurfaceOptions, ba as Environment, bc as VerifySpec, bi as AcquireOptions, bl as AuditIntentOptions, bn as DispatchUnit, bo as SupervisorAgentDeps, br as filterAuthoredAsserts, bs as defaultSelectWinner, bt as readWorkerCancellation, c as VerifierEnvironmentOptions, ca as createScopeAnalyst, cc as PipelineStage, ci as TurnResult, cl as LeaderboardRow, cn as createPromptRegistry, cr as CheckSourceCtx, cs as collectDelivered, ct as RunCancelRequest, d as HarvestSurfaceDiffsOptions, da as McpEnvironmentOptions, dc as ScopeAnalyst, di as CheckpointCapableBox, dl as ProfileKeyOf, dn as dumbContinuationPassPrompt, do as workerFromBackend, dr as StructuralRolloutMessage, ds as DriverAttemptRecord, dt as WorkerCancellation, du as SpawnRefusal, ea as pipeline, ec as LoopUntil, ei as connectStdioMcp, el as deterministicCompletion, en as TraversalContinuity, eo as superviseDispatch, ep as contentAddress, er as defaultProfileRichnessThresholds, es as SupervisorSpanOutcome, et as captureWorkerTraceEvidence, f as SurfaceDiff, fa as createMcpEnvironment, fc as ScopeAnalyzeInput, fi as ForkCapableBox, fl as ScoreOf, fn as formatPromptHandle, fo as CoordinationBinding, fr as StructuralRolloutPolicy, fs as DriverAttemptStop, ft as WorkerSteerRequest, fu as SpawnRefusalCause, g as WatchedSurface, ga as BenchmarkLift, gc as TrajectoryReport, gi as createSandboxLineage, gl as renderLeaderboardMarkdown, gn as supervisorPolicyPrompt, go as ObserveSupervisorNodeEvent, gr as compareCheckOutcomes, gs as classifyDriverFailure, gt as legacySupervisorRunsRoot, gu as canonicalFindingEvent, h as SurfaceReader, ha as BenchmarkConfig, hc as TrajectoryNode, hi as SessionCapableBox, hl as renderLeaderboardHtml, hn as promptHandle, ho as DriveHarnessOwnerContext, hr as canDisplace, hs as DriverRetryPolicy, ht as legacySupervisorRunDir, hu as WorkerWatchOptions, i as SandboxEvent, ia as CreateScopeAnalystOptions, ic as PanelJudge, ii as OpenSandboxRunOptions, il as GroupOf, in as PromptHandle, io as DeliverableResolutionInput, ir as CheckOutcome, is as FinalizeContext, it as createSupervisor, j as NOTE_MAX_CHARS, ja as ShotSpec, jc as PersonaContext, jf as PublishOptions, ji as ResolveSandboxClientOptions, jl as renderAnytimeTable, jo as CoordinationDeliveryEvidence, jr as EvolutionAuthor, js as HarvestFailure, jt as workerControlLogFile, k as worktreeFanout, ka as CorpusReadbackOptions, kc as Outcome, kf as BusStats, ki as recoverRetainedInteractiveRun, kl as bestSoFar, kn as CoordinationMcpHandle, ko as supervisorAgent, kr as ChampionPolicy, ks as inProcessSandboxClient, kt as workerCancellationFile, l as createVerifierEnvironment, la as registryScopeAnalyst, lc as RenderCorpusToInstructions, li as openSandboxRun, ll as PairwiseOptions, ln as delegatesWorkerBriefPrompt, lo as supervise, lr as RepairStop, ls as pickBestDelivered, lt as RunCancellation, lu as SpawnPreflight, m as SurfaceReadOutcome, ma as BenchmarkCell, mc as SteerContext, mi as SandboxLineageHandle, ml as pairwiseSignificance, mn as naiveContinuationPrompt, mo as DriveHarness, mr as VisibleCheck, ms as DriverProgressMark, mt as cancelWorker, mu as WorkerSpawnContext, n as AnalystFinding, na as verify, nc as LoopUntilState, ni as Deliverable, nl as stopSentinel, nn as runGraph, no as AuthorizedSpawnContext, nr as supervisorInstructions, ns as createSupervisorSpanRecorder, nt as workerTraceAnalysisStore, o as computeFindingId, oa as assertTraceDerivedFindings, oc as PanelVerdict, oi as SandboxRun, ol as Leaderboard, on as RegisteredPrompt, oo as SuperviseRegistry, or as CheckRunner, os as SupervisorFinalizer, ot as createScope, p as SurfaceReadBox, pa as sanitizeMcpToolSchema, pc as ScopeWidenGate, pi as SandboxLineage, pl as leaderboard, pn as kernelPromptRegistry, po as CoordinationVerbs, pr as StructuralRolloutResult, ps as DriverAttemptsExhaustedError, pt as cancelRun, pu as WorkerResumeContext, q as jjWorkspace, qa as LoopCampaignDispatchOptions, qc as LeaderboardSpec, qf as SpawnForestMissingTree, qi as FileCorpus, qn as createBudgetPool, qo as anyOf, qr as strategyAuthorSystemPrompt, qs as EqualKOnCostOptions, qt as EdgeTraversal, r as CreateSandboxOptions, ra as widen, rc as Panel, ri as OpenSandboxRunBeforeStartContext, rl as AxisScoresOf, ro as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, rr as CheckExecChannel, rs as DeliveredOutput, rt as createRootHandle, s as makeFinding, sa as buildSteerContext, sc as Pipeline, si as SandboxRunAbortError, sl as LeaderboardOptions, sn as analyzesFindingsReportPrompt, so as SuperviseRegistryTable, sr as CheckSource, ss as bestDelivered, st as settledToIteration, t as AgentProfile, ta as selectValidWinner, tc as LoopUntilSpec, ti as materializeLocalMcp, tl as sentinelCompletion, tn as defaultEdgeTraversalCap, to as AuthorizedSpawn, tr as profileRichnessFinding, ts as SupervisorSpanRecorder, tt as parseWorkerToolTraceArtifact, u as BoxSurfaceReaderOptions, ua as McpEndpoint, uc as RenderCorpusToInstructionsOptions, ui as BranchCapableBox, ul as PairwiseVerdict, un as dumbContinuationFailPrompt, ur as StructuralRolloutConfig, us as runFinalizer, ut as WorkerCancelRequest, uu as SpawnPreflightContext, v as fsSurfaceReader, va as BenchmarkStrategySummary, vc as TrajectoryReportOptions, vi as SandboxCapabilities, vl as renderPairwiseMarkdown, vn as DispatchReport, vo as ResolveSupervisorTools, vr as defaultExtractCandidate, vs as TERMINAL_DECISIONS, vt as readRunCancellation, vu as normalizeAnalyzeOnSettle, w as analystsFromRegistry, wa as AgenticRunResult, wc as WidenSpec, wi as startRetainedRun, wl as AnytimeReport, wn as queueOf, wo as SupervisorProfile, wr as sandboxCheckRunner, ws as localSandboxClient, wt as safeWorkerFile, x as SuperviseSurfaceResult, xa as printBenchmarkReport, xc as Widen, xi as acquireSandbox, xl as IntentAudit, xn as RollingDispatchOptions, xr as modelAuthoredChecks, xs as isTerminalDecision, xt as readWorkerSteerRequests, y as harvestSurfaceDiffs, ya as BenchmarkTaskRow, yc as Verify, yi as probeSandboxCapabilities, yl as AuditIntentInput, yn as DispatchStopReason, yo as ResolvedSupervisorProfile, yr as defaultStructuralRolloutPolicy, ys as TerminalDecision, yt as readWorkerCancelRequests, z as copyUntrackedIntoClone, za as adaptiveRefine, zc as LeaderboardBenchScore, zf as mapExecutorResult, zi as assertProfileModelsAllowed, zl as AnalyzeOnSettleRoute, zn as chatTransportExecutor, zo as ProgressSample, zr as pickChampion, zs as renderReport, zt as createInMemoryRunContext } from "./index-5B7TlTSi.js";
|
|
3
3
|
import { $ as TreeView, $n as RetainedRunIntentAdmission, A as ProviderModelExecutionEvidence, An as RetainedInteractiveEnvironmentInput, B as Settled, Bn as RetainedInteractiveAdmission, C as NoWinnerError, Cn as ScopeProgressInput, D as NodeStatus, Dn as ReconnectRetainedInteractiveRunOptions, E as NodeSnapshot, En as readWorkerProgress, F as RootMaterialization, Fn as NativeContextContinuationInput, Ft as createOtelExporter, G as SpawnRejection, Gn as RetainedRunAdmissionHook, H as SpawnJournal, Hn as RetainedInteractiveIntentAdmission, I as RootProviderModelEvidence, In as ReconnectRetainedRunOptions, J as SpendGap, Jn as RetainedRunDispatchedAdmission, K as Spend, Kn as RetainedRunCancelOptions, L as RootSignal, Ln as RecoverRetainedRunIntentOptions, M as ResumedKeyState, Mn as RetainedInteractiveStartMaterial, N as ResumedWork, Nn as StartRetainedInteractiveRunOptions, O as ProfileMaterializationReceipt, On as RecoverRetainedInteractiveRunOptions, P as RootHandle, Pn as NativeContextContinuationExecution, Pt as createOpenInferenceFileExporter, Q as SupervisorOpts, Qn as RetainedRunHandle, R as Runtime, Rn as RecoverRetainedRunOptions, S as MaterializedModelIdentity, Sn as ExecutorProgress, T as NodeId, Tn as createActivityLog, U as SpawnOpts, Un as RetainedInteractiveStartedAdmission, V as SpawnEvent, Vn as RetainedInteractiveEnvironmentAdmission, W as SpawnPrior, Wn as RetainedRunAdmission, X as SupervisedResult, Xn as RetainedRunEnvironmentAdmission, Y as SteerableRootHandle, Yn as RetainedRunEffect, Z as Supervisor, Zn as RetainedRunEventOptions, _ as ExecutorRegistry, _n as decodeToolPart, an as WaitSpec, at as WorkerInteractiveSession, b as Handle, bn as ActivityNote, c as ExecutorAccounting, cn as pollFor, ct as WorkerTraceUnavailableReason, d as ExecutorContext, dn as waitUntil, dt as readWorkerTraceContext, en as PendingWait, er as RetainedRunReplayPoint, et as UnconfirmedTeardown, f as ExecutorExecutionBinding, fn as SessionMessageLike, ft as workerTraceEnv, g as ExecutorProgressEvent, gn as createPushTraceSource, h as ExecutorNodeContext, hn as TraceSource, i as Budget, in as WaitRejection, ir as StartRetainedRunOptions, it as WidenGate, j as ResultBlobStore, jn as RetainedInteractiveRunHandle, k as ProviderModelAttemptEvidence, kn as RetainedInteractiveAdmissionHook, l as ExecutorCancellation, ln as timerAt, lt as WorkerTraceResolver, m as ExecutorMaterialization, mn as ToolStepInput, mt as workerTraceSeamKey, n as AgentExecutionRef, nn as WaitProbe, nr as RetainedRunStartMaterial, nt as UsageEvent, o as ExecutionBindingReceipt, on as createWaitProbes, ot as WorkerInteractiveUnavailableReason, p as ExecutorFactory, pn as SessionTraceBox, pt as workerTraceHeaders, q as SpendChannel, qn as RetainedRunCancellation, r as AgentSpec, rn as WaitProbeRegistry, rr as StartRetainedRunInEnvironmentOptions, rt as WaitOpts, s as Executor, sn as isWaitOutcome, st as WorkerTraceEvidence, t as Agent, tn as WaitOutcome, tr as RetainedRunSnapshot, tt as UnknownMaterializationReason, u as ExecutorCancellationRequest, un as validateWaitSpec, ut as WorkerTraceSeamCarrier, v as ExecutorResult, vn as sandboxSessionTraceSource, w as NodeExecutionIdentity, wn as WorkerProgress, x as MaterializedExecutionIdentity, xn as DEFAULT_STALL_AFTER_MS, y as ExecutorToolCall, yn as ActivityLog, z as Scope, zn as RecoverRetainedRunResult } from "./types-BBXdSns1.js";
|
|
4
4
|
import { A as extractLlmCallEvent, At as PeerMailReadout, B as resolveMcpServerLaunch, C as createInbox, Ct as DEFAULT_PEER_MAIL_LIMITS, D as SandboxToolPartState, Dt as PeerMailKind, E as SandboxServedBackend, Et as PeerMailEvent, F as sumSandboxUsage, Ft as claimsAuthority, G as WorktreeHarnessResult, H as secretEnvOfMcpServer, I as KeyProvider, It as createPeerMailbox, K as WorktreeProfileMaterializationReceipt, L as ResolvedMcpServerLaunch, Lt as isPeerMailEnvelope, M as mapSandboxToolEvent, Mt as PeerMailSendInput, N as sandboxEventServedBackend, Nt as PeerMailbox, O as assertSandboxServedModel, Ot as PeerMailLimits, P as sandboxProgressEvents, Pt as PeerMailboxOptions, R as envKeyProvider, Rt as peerMailTools, S as PeerInboxMessage, St as AUTHORITY_MARKERS, T as SandboxOutputMarker, Tt as PeerMailEnvelope, U as WorktreeCheckRunner, V as resolveSecretEnv, W as WorktreeCommandResult, _ as SteerableSandboxSession, _t as ToolLoopChat, a as CliWorktreeSeam, b as Inbox, bt as ToolLoopMessageRecord, c as RouterSeam, d as cliWorktreeExecutor, f as createExecutor, g as SteerableSandboxArgs, gt as ToolLoopCallContext, h as SandboxSteeringOptions, ht as ToolSpec, i as CliWorktreeBridgeSeam, j as mapSandboxEvent, jt as PeerMailRefusal, k as createSandboxToolPartState, kt as PeerMailOutcome, l as RouterToolsSeam, m as DEFAULT_SANDBOX_STEERING_MAX_TURNS, mt as RouterTransportConfig, n as BridgeSeam, o as ExecutorConfig, p as createExecutorRegistry, r as CliSeam, s as ProviderSeam, t as BridgeModelCredential, u as SandboxSeam, v as createSteerableSandboxSession, vt as ToolLoopCompaction, w as SandboxLeafOut, wt as PEER_MAIL_WIRE_KEY, x as InboxMessage, xt as ToolLoopToolCall, y as AuthorityInboxMessage, yt as ToolLoopCompactionOptions, z as mcpSecretEnvMetadataKey, zt as peerMailVerbNames } from "./runtime-BzY66cd6.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-BobKk46F.js";
|
package/dist/kernel.js
CHANGED
|
@@ -5,9 +5,9 @@ import { n as assertModelAllowed, r as assertProfileModelsAllowed } from "./mode
|
|
|
5
5
|
import { $ as DEFAULT_STALL_AFTER_MS, A as createBudgetPool, B as createExecutorRegistry, C as effectiveConcurrency, E as rollingDispatch, G as workerTraceEnv, H as createWorktreeCliExecutor, J as DEFAULT_SANDBOX_STEERING_MAX_TURNS, K as workerTraceHeaders, Nt as createOpenInferenceFileExporter, Pt as createOtelExporter, Q as sandboxSessionTraceSource, R as cliWorktreeExecutor, S as waitUntil, T as queueOf, W as readWorkerTraceContext, X as createPushTraceSource, Y as createSteerableSandboxSession, Z as decodeToolPart, _ as createWaitProbes, _t as runAgentRounds, a as pickBestDelivered, at as PEER_MAIL_WIRE_KEY, b as timerAt, bt as acquireSandbox, ct as isPeerMailEnvelope, et as createActivityLog, g as settledToIteration, gt as isTerminalDecision, ht as defaultSelectWinner, i as collectDelivered, it as DEFAULT_PEER_MAIL_LIMITS, j as spendFromUsageEvents, lt as peerMailTools, n as createSupervisor, nt as createInbox, o as runFinalizer, ot as claimsAuthority, pt as TERMINAL_DECISIONS, q as workerTraceSeamKey, r as bestDelivered, rt as AUTHORITY_MARKERS, st as createPeerMailbox, t as createRootHandle, tt as readWorkerProgress, u as createScope, ut as peerMailVerbNames, v as isWaitOutcome, vt as createSandboxLineage, w as freeSlots, x as validateWaitSpec, y as pollFor, yt as probeSandboxCapabilities, z as createExecutor } from "./supervisor-ZlQy5Fwl.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-Bn3652YU.js";
|
|
7
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-JEhoJUjC.js";
|
|
8
|
-
import { $ as definePersona, A as discriminatingMeans, At as sentinelCompletion, B as printBenchmarkReport, Bt as McpSpawnFault, C as withUntrackedArtifacts, Ct as localSandboxClient, D as chatTransportExecutor, Dt as superviseDispatch, Et as loopDispatch, F as authorStrategy, Ft as renderLeaderboardMarkdown, G as startRetainedInteractiveRun, Gt as envKeyProvider, H as claimRetainedInteractiveControl, Ht as materializeLocalMcp, I as strategyAuthorContract, It as renderLeaderboardSvg, J as startRetainedRun, Jt as resolveSecretEnv, K as reconnectRetainedRun, Kt as mcpSecretEnvMetadataKey, L as strategyAuthorSystemPrompt, Lt as renderPairwiseMarkdown, M as runStrategyEvolution, Mt as leaderboard, N as selectChampion, Nt as pairwiseSignificance, O as chatWorkerSeam, Ot as completionAuthorizes, P as assertStrategyContract, Pt as renderLeaderboardHtml, Q as trajectoryReport, R as SandboxRunAbortError, Rt as auditIntent, S as copyUntrackedIntoClone, St as resolveSandboxClient, T as patchDelivered, Tt as loopCampaignDispatch, U as reconnectRetainedInteractiveRun, Ut as createMcpEnvironment, V as runBenchmark, Vt as connectStdioMcp, W as recoverRetainedInteractiveRun, Wt as sanitizeMcpToolSchema, X as promotionGate, Y as startRetainedRunInEnvironment, Yt as secretEnvOfMcpServer, Z as equalKOnCost, _ as NOTE_MAX_CHARS, _t as createScopeAnalyst, a as localShell, at as InMemoryCorpus, b as composeWorkerEvidence, bt as harvestCorpus, c as createVerifierEnvironment, ct as flatWidenGate, d as harvestSurfaceDiffs, dt as pipeline, et as runPersonified, f as analystsFromRegistry, ft as selectValidWinner, g as EVIDENCE_MAX_CHARS, gt as buildSteerContext, h as worktreeFanout, ht as assertTraceDerivedFindings, i as jjWorkspace, it as FileCorpus, j as pickChampion, jt as stopSentinel, k as createChatSessionStore, kt as deterministicCompletion, l as boxSurfaceReader, lt as loopUntil, m as superviseSurface, mt as widen, n as makeFinding, nt as createShapeRegistry, o as runInWorkspace, ot as renderCorpusToInstructions, p as failuresAnalyst, pt as verify, q as recoverRetainedRun, qt as resolveMcpServerLaunch, r as gitWorkspace, rt as registerShape, s as createWaterfallCollector, st as fanout, t as computeFindingId, tt as builtinShapes, u as fsSurfaceReader, ut as panel, v as VERIFY_TAIL_CHARS, vt as registryScopeAnalyst, w as analyzeTrace, wt as inlineSandboxClient, x as settledWorkerOut, xt as defineLeaderboard, y as closingWorkerNote, yt as inProcessSandboxClient, z as openSandboxRun, zt as defaultAuditorInstruction } from "./runtime-
|
|
9
|
-
import { At as gateOnDeliverable, Ct as bestSoFar, Dt as createInMemoryRunContext, Et as createFileRunContext, Ft as normalizeAnalyzeOnSettle, Lt as createEventBus, Mt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, Nt as canonicalFindingEvent, Ot as FileCoordinationLog, Rt as defaultToolDetectors, St as areaUnderCurve, Tt as renderAnytimeTable, X as defaultDelegateBudget, Z as delegate, _ as promptHandle, _t as createProgressTracker, a as assertCoordinationBinding, b as classifyDriverFailure, bt as sampleFromSettled, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, g as naiveContinuationPrompt, gt as anyOf, h as kernelPromptRegistry, ht as allWorkersStalled, i as workerFromBackend, jt as mapExecutorResult, kt as createSupervisorSpanRecorder, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as allOf, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as finalizeBestDelivered, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, vt as noProgressFor, wt as plateauLength, x as serveCoordinationMcp, xt as anytimeReport, y as DriverAttemptsExhaustedError, yt as plateau, zt as watchTrace } from "./supervise-
|
|
8
|
+
import { $ as definePersona, A as discriminatingMeans, At as sentinelCompletion, B as printBenchmarkReport, Bt as McpSpawnFault, C as withUntrackedArtifacts, Ct as localSandboxClient, D as chatTransportExecutor, Dt as superviseDispatch, Et as loopDispatch, F as authorStrategy, Ft as renderLeaderboardMarkdown, G as startRetainedInteractiveRun, Gt as envKeyProvider, H as claimRetainedInteractiveControl, Ht as materializeLocalMcp, I as strategyAuthorContract, It as renderLeaderboardSvg, J as startRetainedRun, Jt as resolveSecretEnv, K as reconnectRetainedRun, Kt as mcpSecretEnvMetadataKey, L as strategyAuthorSystemPrompt, Lt as renderPairwiseMarkdown, M as runStrategyEvolution, Mt as leaderboard, N as selectChampion, Nt as pairwiseSignificance, O as chatWorkerSeam, Ot as completionAuthorizes, P as assertStrategyContract, Pt as renderLeaderboardHtml, Q as trajectoryReport, R as SandboxRunAbortError, Rt as auditIntent, S as copyUntrackedIntoClone, St as resolveSandboxClient, T as patchDelivered, Tt as loopCampaignDispatch, U as reconnectRetainedInteractiveRun, Ut as createMcpEnvironment, V as runBenchmark, Vt as connectStdioMcp, W as recoverRetainedInteractiveRun, Wt as sanitizeMcpToolSchema, X as promotionGate, Y as startRetainedRunInEnvironment, Yt as secretEnvOfMcpServer, Z as equalKOnCost, _ as NOTE_MAX_CHARS, _t as createScopeAnalyst, a as localShell, at as InMemoryCorpus, b as composeWorkerEvidence, bt as harvestCorpus, c as createVerifierEnvironment, ct as flatWidenGate, d as harvestSurfaceDiffs, dt as pipeline, et as runPersonified, f as analystsFromRegistry, ft as selectValidWinner, g as EVIDENCE_MAX_CHARS, gt as buildSteerContext, h as worktreeFanout, ht as assertTraceDerivedFindings, i as jjWorkspace, it as FileCorpus, j as pickChampion, jt as stopSentinel, k as createChatSessionStore, kt as deterministicCompletion, l as boxSurfaceReader, lt as loopUntil, m as superviseSurface, mt as widen, n as makeFinding, nt as createShapeRegistry, o as runInWorkspace, ot as renderCorpusToInstructions, p as failuresAnalyst, pt as verify, q as recoverRetainedRun, qt as resolveMcpServerLaunch, r as gitWorkspace, rt as registerShape, s as createWaterfallCollector, st as fanout, t as computeFindingId, tt as builtinShapes, u as fsSurfaceReader, ut as panel, v as VERIFY_TAIL_CHARS, vt as registryScopeAnalyst, w as analyzeTrace, wt as inlineSandboxClient, x as settledWorkerOut, xt as defineLeaderboard, y as closingWorkerNote, yt as inProcessSandboxClient, z as openSandboxRun, zt as defaultAuditorInstruction } from "./runtime-CyVJSWzN.js";
|
|
9
|
+
import { At as gateOnDeliverable, Ct as bestSoFar, Dt as createInMemoryRunContext, Et as createFileRunContext, Ft as normalizeAnalyzeOnSettle, Lt as createEventBus, Mt as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, Nt as canonicalFindingEvent, Ot as FileCoordinationLog, Rt as defaultToolDetectors, St as areaUnderCurve, Tt as renderAnytimeTable, X as defaultDelegateBudget, Z as delegate, _ as promptHandle, _t as createProgressTracker, a as assertCoordinationBinding, b as classifyDriverFailure, bt as sampleFromSettled, d as delegatesWorkerBriefPrompt, f as dumbContinuationFailPrompt, g as naiveContinuationPrompt, gt as anyOf, h as kernelPromptRegistry, ht as allWorkersStalled, i as workerFromBackend, jt as mapExecutorResult, kt as createSupervisorSpanRecorder, l as analyzesFindingsReportPrompt, m as formatPromptHandle, mt as allOf, n as supervise, o as resolveSupervisorProfile, p as dumbContinuationPassPrompt, pt as finalizeBestDelivered, s as supervisorAgent, t as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, u as createPromptRegistry, v as supervisorPolicyPrompt, vt as noProgressFor, wt as plateauLength, x as serveCoordinationMcp, xt as anytimeReport, y as DriverAttemptsExhaustedError, yt as plateau, zt as watchTrace } from "./supervise-DE-GFNKg.js";
|
|
10
10
|
import { _ as workerCancellationFile, a as readRunCancelRequest, b as workerInboxFile, c as readWorkerCancellation, d as runCancellationFile, f as safeWorkerFile, g as workerCancelRequestsFile, h as supervisorWorkersDir, i as legacySupervisorRunsRoot, l as readWorkerSteerRequests, m as supervisorRunsRoot, n as cancelWorker, o as readRunCancellation, p as supervisorRunDir, r as legacySupervisorRunDir, s as readWorkerCancelRequests, t as cancelRun, u as runCancelRequestFile, v as workerCancellationsDir, w as writeWorkerSteer, x as workerInboxFileFromEventDir, y as workerControlLogFile } from "./run-layout-C2jgwsCq.js";
|
|
11
|
-
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-
|
|
12
|
-
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-
|
|
11
|
+
import { a as supervisorInstructions, i as profileRichnessFinding, n as assessAuthoredProfile, r as defaultProfileRichnessThresholds, t as asAuthoredProfile } from "./authoring-DDRliHit.js";
|
|
12
|
+
import { n as defaultEdgeTraversalCap, r as runGraph, t as GraphEdgeCapError } from "./graph-DWUz1caU.js";
|
|
13
13
|
export { AUTHORITY_MARKERS, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_PEER_MAIL_LIMITS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, DriverAttemptsExhaustedError, EVIDENCE_MAX_CHARS, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, GraphEdgeCapError, InMemoryCorpus, InMemoryResultBlobStore, InMemorySpawnJournal, McpSpawnFault, NOTE_MAX_CHARS, PEER_MAIL_WIRE_KEY, SandboxRunAbortError, TERMINAL_DECISIONS, VERIFY_TAIL_CHARS, WORKER_TOOL_TRACE_SCHEMA_VERSION, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analystsFromRegistry, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertSandboxServedModel, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cancelRun, cancelWorker, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, claimRetainedInteractiveControl, claimsAuthority, 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, createPeerMailbox, 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, isPeerMailEnvelope, isTerminalDecision, isWaitOutcome, jjWorkspace, kernelPromptRegistry, leaderboard, legacySupervisorRunDir, legacySupervisorRunsRoot, loadSpawnForest, localSandboxClient, localShell, loopCampaignDispatch, loopDispatch, loopUntil, makeFinding, mapExecutorResult, mapSandboxEvent, mapSandboxToolEvent, materializeLocalMcp, materializeTreeView, mcpSecretEnvMetadataKey, modelAuthoredChecks, naiveContinuationPrompt, noProgressFor, normalizeAnalyzeOnSettle, observe, officialChecksFromMeta, openSandboxRun, pairwiseSignificance, panel, parseWorkerToolTraceArtifact, patchDelivered, peerMailTools, peerMailVerbNames, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readRunCancelRequest, readRunCancellation, readWorkerCancelRequests, readWorkerCancellation, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedInteractiveRun, reconnectRetainedRun, recoverRetainedInteractiveRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runCancelRequestFile, runCancellationFile, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxEventServedBackend, sandboxProgressEvents, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedInteractiveRun, startRetainedRun, startRetainedRunInEnvironment, stopSentinel, strategyAuthorContract, strategyAuthorSystemPrompt, streamAgentTurn, structuralRollout, sumSandboxUsage, supervise, superviseDispatch, superviseSurface, supervisorAgent, supervisorInstructions, supervisorPolicyPrompt, supervisorRunDir, supervisorRunsRoot, supervisorWorkersDir, timerAt, trajectoryReport, validateWaitSpec, verify, visibleCheckScore, waitUntil, watchTrace, widen, withUntrackedArtifacts, workerCancelRequestsFile, workerCancellationFile, workerCancellationsDir, workerControlLogFile, workerFromBackend, workerInboxFile, workerInboxFileFromEventDir, workerTraceAnalysisStore, workerTraceEnv, workerTraceHeaders, workerTraceSeamKey, worktreeFanout, writeWorkerSteer };
|
|
@@ -3,7 +3,7 @@ import { i as sealAgentCandidateBundle, t as captureAgentCandidateWorkspace } fr
|
|
|
3
3
|
import { t as assertExecutableAgentProfile } from "./model-policy-Sw4ywhtL.js";
|
|
4
4
|
import { t as createAgentImprovementActivationResult } from "./activation-DaUNBcZw.js";
|
|
5
5
|
import { t as RESEARCHER_SYSTEM_PROMPT } from "./researcher-BMFFPwKb.js";
|
|
6
|
-
import { n as supervise } from "./supervise-
|
|
6
|
+
import { n as supervise } from "./supervise-DE-GFNKg.js";
|
|
7
7
|
import { agentCandidateKnowledgeSchema, agentProfileSchema, sha256DigestSchema } from "@tangle-network/agent-interface";
|
|
8
8
|
import { realpath } from "node:fs/promises";
|
|
9
9
|
import { evaluateKnowledgeBaseReadiness, fromAgentCandidateKnowledgeRef, improveKnowledgeBase, knowledgeImprovementCandidateRef, loadKnowledgeImprovementActivationResult, promoteKnowledgeCandidate, restoreKnowledgeCandidateBaseline, toAgentCandidateKnowledgeRef, withKnowledgeImprovementComparison } from "@tangle-network/agent-knowledge";
|
|
@@ -435,4 +435,4 @@ function addSpent(target, result) {
|
|
|
435
435
|
//#endregion
|
|
436
436
|
export { createSupervisedKnowledgeUpdater as a, runSupervisedKnowledgeUpdate as c, RESEARCH_SUPERVISOR_SYSTEM_PROMPT as i, createKnowledgeImprovementActivationExecutor as l, createAgentKnowledgeReadinessCheck as n, formatSupervisedKnowledgeTask as o, runKnowledgeImprovementJob as r, knowledgeReadinessDeliverable as s, buildKnowledgeImprovementExperimentBundles as t };
|
|
437
437
|
|
|
438
|
-
//# sourceMappingURL=knowledge-
|
|
438
|
+
//# sourceMappingURL=knowledge-BBfx7pSo.js.map
|