@tangle-network/agent-runtime 0.135.2 → 0.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{activation-n_QCjFyg.js → activation-BHoMDzMv.js} +2 -2
- package/dist/{activation-n_QCjFyg.js.map → activation-BHoMDzMv.js.map} +1 -1
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +2 -2
- package/dist/{authoring-Cl5xwuKl.js → authoring-rEOOEWn6.js} +2 -2
- package/dist/{authoring-Cl5xwuKl.js.map → authoring-rEOOEWn6.js.map} +1 -1
- package/dist/{graph-NKOjYL1z.js → graph-yaEG0ZiR.js} +2 -2
- package/dist/{graph-NKOjYL1z.js.map → graph-yaEG0ZiR.js.map} +1 -1
- package/dist/{improvement-cycle-B8KrGlT4.js → improvement-cycle-BeVj-EGJ.js} +3 -3
- package/dist/{improvement-cycle-B8KrGlT4.js.map → improvement-cycle-BeVj-EGJ.js.map} +1 -1
- package/dist/{index-CP1RvdOw.d.ts → index-CcP87vSG.d.ts} +3 -3
- package/dist/{index-DjPLpg7-.d.ts → index-DBuSUP9J.d.ts} +61 -44
- package/dist/index.d.ts +5 -5
- package/dist/index.js +7 -7
- package/dist/intelligence.d.ts +2 -2
- package/dist/intelligence.js +3 -3
- package/dist/kernel.d.ts +3 -3
- package/dist/kernel.js +7 -7
- package/dist/{knowledge-_7FWqPwl.js → knowledge-C1TcOBf6.js} +3 -3
- package/dist/{knowledge-_7FWqPwl.js.map → knowledge-C1TcOBf6.js.map} +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +1 -1
- package/dist/{loop-runner-bin-DndNkp6D.d.ts → loop-runner-bin-Bfl9tm0R.d.ts} +2 -2
- package/dist/{loop-runner-bin-CnlVnCM1.js → loop-runner-bin-DhUWzpNp.js} +3 -3
- package/dist/{loop-runner-bin-CnlVnCM1.js.map → loop-runner-bin-DhUWzpNp.js.map} +1 -1
- package/dist/loop-runner-bin.d.ts +1 -1
- package/dist/loop-runner-bin.js +1 -1
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +2 -2
- package/dist/mcp/index.js +4 -4
- package/dist/{openai-tools-o7jw10Fn.js → openai-tools-K38wcStR.js} +2 -2
- package/dist/{openai-tools-o7jw10Fn.js.map → openai-tools-K38wcStR.js.map} +1 -1
- package/dist/primeintellect/index.d.ts +1 -1
- package/dist/{redact--KfuCwwo.d.ts → redact-BwEdhuVH.d.ts} +2 -2
- package/dist/{runtime-WugWo__W.d.ts → runtime-DhPCNvuH.d.ts} +207 -23
- package/dist/{runtime-BQTE0RJS.js → runtime-yCuqlhou.js} +6 -6
- package/dist/{runtime-BQTE0RJS.js.map → runtime-yCuqlhou.js.map} +1 -1
- package/dist/{structural-rollout-keBf4YEc.js → structural-rollout-2Z6J5ttt.js} +2 -2
- package/dist/{structural-rollout-keBf4YEc.js.map → structural-rollout-2Z6J5ttt.js.map} +1 -1
- package/dist/{supervise-CVP9ku5U.js → supervise-to2ynnCG.js} +105 -8
- package/dist/supervise-to2ynnCG.js.map +1 -0
- package/dist/{supervisor-mZ9Glkz7.js → supervisor-BfJNS2Z3.js} +394 -13
- package/dist/supervisor-BfJNS2Z3.js.map +1 -0
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +11 -11
- package/package.json +10 -10
- package/dist/supervise-CVP9ku5U.js.map +0 -1
- package/dist/supervisor-mZ9Glkz7.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Lf as DeliverableSpec, Qa as SuperviseOptions, go as SupervisorProfile } from "./index-DBuSUP9J.js";
|
|
2
2
|
import { i as Budget, q as SupervisedResult } from "./types-BCkweg3w.js";
|
|
3
|
-
import { o as ExecutorConfig } from "./runtime-
|
|
3
|
+
import { o as ExecutorConfig } from "./runtime-DhPCNvuH.js";
|
|
4
4
|
import { y as AgentCandidateOutputArtifactPort } from "./types-CxU37Uzr.js";
|
|
5
5
|
import { i as AgentImprovementActivationTransition, n as AgentImprovementActivationResultStore, t as AgentImprovementActivationReconciliation } from "./activation-DyWB0K6E.js";
|
|
6
6
|
import { AgentCandidateBundle, AgentCandidateCapturedArtifact, AgentCandidateKnowledge } from "@tangle-network/agent-interface";
|
|
@@ -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-CcP87vSG.d.ts.map
|
|
@@ -2,8 +2,8 @@ import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, S as Mou
|
|
|
2
2
|
import { n as AnalystRegistryLike } from "./types-zWfqDjeL.js";
|
|
3
3
|
import { l as RuntimeHooks } from "./runtime-hooks-sbRpjStq.js";
|
|
4
4
|
import { B as SpawnOpts, E as ProviderModelExecutionEvidence, F as Runtime, G as SpendGap, I as Scope, J as Supervisor, Jt as PendingWait, K as SteerableRootHandle, L as Settled, O as ResultBlobStore, Q as UsageEvent, R as SpawnEvent, S as NodeSnapshot, St as OtelExporter, U as Spend, X as TreeView, Zt as WaitProbeRegistry, a as DefaultVerdict, b as NodeExecutionIdentity, d as ExecutorFactory, h as ExecutorResult, i as Budget, j as RootHandle, k as ResumedKeyState, ln as TraceSource, lt as TraceContext, m as ExecutorRegistry, n as AgentExecutionRef, o as ExecutionBindingReceipt, q as SupervisedResult, r as AgentSpec, rt as WorkerTraceResolver, s as Executor, t as Agent, tt as WorkerTraceEvidence, vn as WorkerProgress, w as ProfileMaterializationReceipt, x as NodeId, xt as OtelExportConfig, y as NoWinnerError, z as SpawnJournal } from "./types-BCkweg3w.js";
|
|
5
|
+
import { At as JsonRpcResponse, M as WorktreeCheckRunner, Mt as McpTransport, P as WorktreeHarnessResult, St as PeerMailbox, T as KeyProvider, Z as GitRunner, _t as PeerMailLimits, ct as ToolLoopCompactionOptions, ht as PeerMailEvent, it as ToolSpec, jt as McpToolDescriptor$1, kt as JsonRpcMessage, l as RouterToolsSeam, o as ExecutorConfig, ot as ToolLoopChat, q as runLocalHarness, rt as RouterTransportConfig, x as Inbox } from "./runtime-DhPCNvuH.js";
|
|
5
6
|
import { o as UiLens, r as UiFinding, s as CoderTask } from "./substrate-BcnuSHXm.js";
|
|
6
|
-
import { A as WorktreeCheckRunner, C as KeyProvider, G as runLocalHarness, M as WorktreeHarnessResult, Y as GitRunner, b as Inbox, it as ToolLoopChat, l as RouterToolsSeam, nt as ToolSpec, o as ExecutorConfig, ot as ToolLoopCompactionOptions, tt as RouterTransportConfig } from "./runtime-WugWo__W.js";
|
|
7
7
|
import "./environment-provider-DA8LqBV-.js";
|
|
8
8
|
import "./stream-agent-turn-DhPlvHwp.js";
|
|
9
9
|
import { AgentEvalError, AgentEvalError as AgentEvalError$1, AgentEvalErrorCode, AgentProfile, AnalystFinding, AnalystFinding as AnalystFinding$1, AnalystFinding as AnalystFinding$2, AnalystRunInputs, ChatClient, ConfigError, CustomTokenPricing, DetectorSignal, HarnessType, JudgeError, MaximumCharge, NotFoundError, ProposalFinding, RankTestMethod, RunRecord, StreamingDetector, ToolSpan, TraceAnalysisStore, ValidationError, buildTrajectory, computeFindingId as computeFindingId$1, makeFinding as makeFinding$1 } from "@tangle-network/agent-eval";
|
|
@@ -1902,46 +1902,6 @@ declare class InMemoryFeedbackStore implements FeedbackStore {
|
|
|
1902
1902
|
*/
|
|
1903
1903
|
declare function eventToSnapshot(event: FeedbackEvent): DelegationFeedbackSnapshot;
|
|
1904
1904
|
//#endregion
|
|
1905
|
-
//#region src/mcp/protocol.d.ts
|
|
1906
|
-
/**
|
|
1907
|
-
* Shared wire contracts for the in-process stdio MCP servers.
|
|
1908
|
-
*
|
|
1909
|
-
* Keeping these types in one module prevents the delegation and generic tool
|
|
1910
|
-
* servers from accepting subtly different JSON-RPC messages.
|
|
1911
|
-
*
|
|
1912
|
-
* @experimental
|
|
1913
|
-
*/
|
|
1914
|
-
/** A callable MCP tool exposed by either stdio server. @experimental */
|
|
1915
|
-
interface McpToolDescriptor$1 {
|
|
1916
|
-
name: string;
|
|
1917
|
-
description: string;
|
|
1918
|
-
inputSchema: Record<string, unknown>;
|
|
1919
|
-
handler: (raw: unknown) => Promise<unknown>;
|
|
1920
|
-
}
|
|
1921
|
-
/** Stdio-shaped transport used by the shared JSON-RPC server implementation. @experimental */
|
|
1922
|
-
interface McpTransport {
|
|
1923
|
-
input: NodeJS.ReadableStream;
|
|
1924
|
-
output: NodeJS.WritableStream;
|
|
1925
|
-
}
|
|
1926
|
-
/** One JSON-RPC 2.0 request or notification. @experimental */
|
|
1927
|
-
interface JsonRpcMessage {
|
|
1928
|
-
jsonrpc: '2.0';
|
|
1929
|
-
id?: number | string | null;
|
|
1930
|
-
method: string;
|
|
1931
|
-
params?: unknown;
|
|
1932
|
-
}
|
|
1933
|
-
/** One JSON-RPC 2.0 response. @experimental */
|
|
1934
|
-
interface JsonRpcResponse {
|
|
1935
|
-
jsonrpc: '2.0';
|
|
1936
|
-
id: number | string | null;
|
|
1937
|
-
result?: unknown;
|
|
1938
|
-
error?: {
|
|
1939
|
-
code: number;
|
|
1940
|
-
message: string;
|
|
1941
|
-
data?: unknown;
|
|
1942
|
-
};
|
|
1943
|
-
}
|
|
1944
|
-
//#endregion
|
|
1945
1905
|
//#region src/mcp/tools/delegate.d.ts
|
|
1946
1906
|
/** MCP tool name for the `delegate` generic-delegation tool. @stable */
|
|
1947
1907
|
declare const DELEGATE_TOOL_NAME = "delegate";
|
|
@@ -2285,7 +2245,9 @@ type AuthorizeDownMessage = (input: DownMessageAuthorizationInput) => Authorized
|
|
|
2285
2245
|
/** Every message on the one typed pipe. UP (child→parent): question / settled / finding — queued for
|
|
2286
2246
|
* the driver to `pull`. An `instruction` is the pre-delivery authorization receipt and is retained
|
|
2287
2247
|
* as evidence. DOWN (parent→child): steer / answer — record-only (history + subscribers), routed
|
|
2288
|
-
* to the child inbox.
|
|
2248
|
+
* to the child inbox. SIDEWAYS (child→sibling): mail — also record-only, and deliberately NOT
|
|
2249
|
+
* queued, so peer traffic audits through the parent without flooding the inbox it pulls from.
|
|
2250
|
+
* Receipts are never auto-delivered on restart. New kinds are additive. */
|
|
2289
2251
|
type CoordinationEvent = {
|
|
2290
2252
|
readonly type: 'question';
|
|
2291
2253
|
readonly question: QuestionRecord;
|
|
@@ -2311,6 +2273,9 @@ type CoordinationEvent = {
|
|
|
2311
2273
|
} | {
|
|
2312
2274
|
readonly type: 'delivery-attempt';
|
|
2313
2275
|
readonly attempt: DownMessageDeliveryAttempt;
|
|
2276
|
+
} | {
|
|
2277
|
+
readonly type: 'mail';
|
|
2278
|
+
readonly mail: PeerMailEvent;
|
|
2314
2279
|
};
|
|
2315
2280
|
/** Immutable task, allocation, identity attribution, and semantic key supplied while a manager's
|
|
2316
2281
|
* complete worker profile is prepared for one spawn. */
|
|
@@ -2343,6 +2308,18 @@ interface WorkerSpawnContext {
|
|
|
2343
2308
|
readonly continuity?: ContinuityMode;
|
|
2344
2309
|
/** Present iff `continuity === 'resume'`: the lineage the executor seam re-attaches with. */
|
|
2345
2310
|
readonly resume?: WorkerResumeContext;
|
|
2311
|
+
/**
|
|
2312
|
+
* The PEER MAIL capability endpoint minted for this exact spawn, when the run enabled peer mail
|
|
2313
|
+
* ({@link CoordinationToolsOptions.peerMail}). It serves `send_mail` / `read_mail` and nothing
|
|
2314
|
+
* else, and it speaks as this worker: the sender is bound to the capability, never passed as an
|
|
2315
|
+
* argument. Mount it on the worker the way `coordinationMcpUrl` is mounted on a driver.
|
|
2316
|
+
*
|
|
2317
|
+
* It arrives HERE, out of band, rather than being merged into the worker's `AgentProfile.mcp`,
|
|
2318
|
+
* for the same reason the driver's coordination URL does: the URL carries fresh random bytes per
|
|
2319
|
+
* process, so writing it into the profile would change the canonical profile digest every run and
|
|
2320
|
+
* a keyed re-spawn would then fail its identity check against the journal.
|
|
2321
|
+
*/
|
|
2322
|
+
readonly peerMailUrl?: string;
|
|
2346
2323
|
}
|
|
2347
2324
|
type MakeWorkerAgent = (profile: AgentProfile$1, context?: WorkerSpawnContext) => Agent<unknown, unknown>;
|
|
2348
2325
|
interface CoordinationToolsOptions {
|
|
@@ -2434,6 +2411,16 @@ interface CoordinationToolsOptions {
|
|
|
2434
2411
|
* process of a durable run are not resume targets.
|
|
2435
2412
|
*/
|
|
2436
2413
|
readonly continuityByProfile?: Readonly<Record<string, ContinuityMode>>;
|
|
2414
|
+
/**
|
|
2415
|
+
* OPT-IN: give this manager's workers a bounded SIBLING channel (`../../runtime/supervise/
|
|
2416
|
+
* peer-mail`). Each spawn is minted a capability endpoint handed out on
|
|
2417
|
+
* {@link WorkerSpawnContext.peerMailUrl}; every attempt, delivered or refused, publishes a
|
|
2418
|
+
* `mail` event so the parent audits a channel it no longer relays. Omit = no peer channel and no
|
|
2419
|
+
* capability is minted (the status quo: a worker is reachable only by its parent).
|
|
2420
|
+
*/
|
|
2421
|
+
readonly peerMail?: {
|
|
2422
|
+
readonly limits?: Partial<PeerMailLimits>;
|
|
2423
|
+
};
|
|
2437
2424
|
}
|
|
2438
2425
|
/** Online-detector wiring for spawned workers (`CoordinationToolsOptions.watchWorkers`). */
|
|
2439
2426
|
interface WorkerWatchOptions {
|
|
@@ -2472,6 +2459,10 @@ interface CoordinationTools {
|
|
|
2472
2459
|
history(): ReadonlyArray<BusRecord<CoordinationEvent>>;
|
|
2473
2460
|
/** Bus throughput counters (published / pulled / by-kind) for live dashboards. */
|
|
2474
2461
|
stats(): BusStats;
|
|
2462
|
+
/** The run's peer-mail post office, present only when `peerMail` was enabled. The transport
|
|
2463
|
+
* layer stands the capability endpoint up over it; the parent reads `history()` for the audit
|
|
2464
|
+
* trail and calls `stopThread` to end a peer exchange. */
|
|
2465
|
+
readonly peerMail?: PeerMailbox;
|
|
2475
2466
|
/** Raise a `finding` on the bus from outside the settle hook — the seam an ONLINE detector
|
|
2476
2467
|
* (mid-run, on the worker pipe) uses to tell the driver "this worker is looping/erroring" the
|
|
2477
2468
|
* moment it happens, instead of only at settle. Queued for `await_event` + pass-through. */
|
|
@@ -4407,6 +4398,9 @@ interface PriorCoordination {
|
|
|
4407
4398
|
readonly continuations: ReadonlyArray<ContinuationInstruction>;
|
|
4408
4399
|
/** Delivery intent and result records in commit order, linked to receipts by `receiptId`. */
|
|
4409
4400
|
readonly deliveryEvidence: ReadonlyArray<CoordinationDeliveryEvidence>;
|
|
4401
|
+
/** Every peer-mail attempt the prior process made, delivered and refused alike, in commit order.
|
|
4402
|
+
* Evidence of what siblings told each other; never replayed into a new worker's inbox. */
|
|
4403
|
+
readonly mail: ReadonlyArray<PeerMailEvent>;
|
|
4410
4404
|
/** Exact source-bus stamps in durable append order. Bus `seq` restarts with each process; append
|
|
4411
4405
|
* order remains the cross-process replay order. */
|
|
4412
4406
|
readonly records: ReadonlyArray<BusRecord<CoordinationEvent>>;
|
|
@@ -7234,6 +7228,11 @@ interface CoordinationMcpHandle {
|
|
|
7234
7228
|
stats: CoordinationTools['stats'];
|
|
7235
7229
|
/** Raise a `finding` on the bus from an online detector watching a worker's live pipe. */
|
|
7236
7230
|
raiseFinding: CoordinationTools['raiseFinding'];
|
|
7231
|
+
/** Every peer-mail attempt in order, delivered and refused alike. Empty when peer mail is off. */
|
|
7232
|
+
mailHistory(): ReadonlyArray<PeerMailEvent>;
|
|
7233
|
+
/** End one peer exchange: every further mail on the thread is refused `thread-stopped`. Returns
|
|
7234
|
+
* false when peer mail is off or the thread was already stopped. */
|
|
7235
|
+
stopMailThread(threadId: string): boolean;
|
|
7237
7236
|
close(): Promise<void>;
|
|
7238
7237
|
}
|
|
7239
7238
|
/** Stand up the coordination MCP over a live scope. The HOST address is `127.0.0.1` (the bridge runs
|
|
@@ -7286,6 +7285,24 @@ declare function serveCoordinationMcp(opts: {
|
|
|
7286
7285
|
/** Product-selected tools already bound to this exact supervisor node. They share this server
|
|
7287
7286
|
* with the coordination verbs, so the existing MCP duplicate-name guard applies before listen. */
|
|
7288
7287
|
nodeTools?: ReadonlyArray<McpToolDescriptor$1>;
|
|
7288
|
+
/**
|
|
7289
|
+
* OPT-IN peer mail: let this manager's workers message each other directly, bounded and audited
|
|
7290
|
+
* (`runtime/supervise/peer-mail`). Each spawn receives a capability URL on
|
|
7291
|
+
* `WorkerSpawnContext.peerMailUrl`.
|
|
7292
|
+
*
|
|
7293
|
+
* It is a SEPARATE listener on its own port, not another tool on this server, and that is the
|
|
7294
|
+
* whole point: this server mounts spawn_agent / steer_agent / stop with no authentication, so a
|
|
7295
|
+
* worker handed its URL could send a REAL `[SUPERVISOR]` instruction to a sibling and the peer
|
|
7296
|
+
* channel's authority marking would mean nothing. The mail listener serves `send_mail` and
|
|
7297
|
+
* `read_mail` and no other verb, on a per-worker secret path bound to that worker's identity.
|
|
7298
|
+
*
|
|
7299
|
+
* The residual, stated plainly: the boundary is between AGENTS, not between processes. A worker
|
|
7300
|
+
* that can read another worker's environment or process memory still holds that worker's
|
|
7301
|
+
* capability. Loopback plus an unguessable path is what this layer can honestly enforce.
|
|
7302
|
+
*/
|
|
7303
|
+
peerMail?: boolean | {
|
|
7304
|
+
limits?: Partial<PeerMailLimits>;
|
|
7305
|
+
};
|
|
7289
7306
|
}): Promise<CoordinationMcpHandle>;
|
|
7290
7307
|
//#endregion
|
|
7291
7308
|
//#region src/runtime/supervise/delegate.d.ts
|
|
@@ -8541,5 +8558,5 @@ interface VerifierEnvironmentOptions {
|
|
|
8541
8558
|
/** Any checkable task as an `Environment`, no tool surface required: the artifact is the worker's answer and the domain is one deployable `check` over it. */
|
|
8542
8559
|
declare function createVerifierEnvironment(opts: VerifierEnvironmentOptions): Environment;
|
|
8543
8560
|
//#endregion
|
|
8544
|
-
export { captureWorkerTraceEvidence as $, SuperviseRegistry as $a, Leaderboard as $c, FileDelegationStore as $d, SpawnForestNode as $f, assertTraceDerivedFindings as $i, WorkerResumeContext as $l, CheckSource as $n, bestDelivered as $o, SandboxRunAbortError as $r, PanelVerdict as $s, analyzesFindingsReportPrompt as $t, runDetachedTurn as $u, NOTE_MAX_CHARS as A, StrategyShotResult as Aa, ShapeRegistry as Ac, DelegationResultPayload as Ad, StartRetainedRunOptions as Af, profileOptimizerModelCall as Ai, AnalystRegistry as Al, ChatWorkerSeamOptions as An, PlateauOptions as Ao, discriminatingMeans as Ar, defaultAnalystInstruction as As, createFileRunContext as At, DetachedSessionDelegateOptions as Au, GitWorkspaceOptions as B, LoopCampaignDispatchOptions as Ba, LeaderboardSpec as Bc, CappedDelegationTrace as Bd, watchTrace as Bf, FileCorpus as Bi, DownMessageAuthorizationInput as Bl, spendFromUsageEvents as Bn, createProgressTracker as Bo, LocalMcpMaterialization as Br, EqualKOnCostOptions as Bs, GraphEdge as Bt, SiblingSandboxExecutorOptions as Bu, SurfaceWorkerOut as C, RunAgenticOptions as Ca, Persona as Cc, DelegationError as Cd, RetainedRunEffect as Cf, startRetainedRunInEnvironment as Ci, plateauLength as Cl, DriverAgentOptions as Cn, CoordinationDeliveryEvidence as Co, promptResourceProfileMaterialization as Cp, EvolutionAuthor as Cr, HarvestCorpusOptions as Cs, workerControlLogFile as Ct, FeedbackStore as Cu, WorktreeFanoutOptions as D, StrategyCtx as Da, RunPersonifiedOptions as Dc, DelegationHistoryResult as Dd, RetainedRunReplayPoint as Df, PromotionVerdict as Di, WaterfallSpan as Dl, ChatSessionStore as Dn, PriorCoordination as Do, worktreeCliProfileMaterialization as Dp, EvolutionReport as Dr, Observation as Ds, InMemoryRunContext as Dt, CoderReview as Du, AuthoredHarness as E, StrategyArtifacts as Ea, RunPersonified as Ec, DelegationHistoryEntry as Ed, RetainedRunHandle as Ef, PromotionGateOptions as Ei, WaterfallReport as El, ChatCompletionsTransport as En, FileCoordinationLog as Eo, validateProfileMaterialization as Ep, EvolutionGeneration as Er, harvestCorpus as Es, writeWorkerSteer as Et, CoderDelegate as Eu, settledWorkerOut as F, depthStrategy as Fa, LeaderboardFlagSpec as Fc, FeedbackRefersTo as Fd, EventBus as Ff, builtinShapes as Fi, ContinuityMode as Fl, BudgetPoolRestore as Fn, StopDecision as Fo, AuthoredStrategy as Fr, Corpus as Fs, WorktreePatchArtifact as Ft, detachedSessionDelegate as Fu, gitWorkspace as G, loopCampaignDispatch as Ga, CompletionVerdict as Gc, DelegationTraceSpan as Gd, FileResultBlobStore as Gf, loopUntil as Gi, Question as Gl, assessAuthoredProfile as Gn, SupervisorSpanOptions as Go, StdioMcpServerSpec as Gr, FanoutWinnerSelector as Gs, RunGraphTestOptions as Gt, DetachedTurnResumeDriverOptions as Gu, Workspace as H, LoopOptionsForDispatch as Ha, CompletionAnalyst as Hc, DELEGATION_TRACE_MAX_SPANS as Hd, ExecutorResultMapping as Hf, renderCorpusToInstructions as Hi, DownMessageDeliveryOutcome as Hl, ProfileRichness as Hn, plateau as Ho, McpSpawnFault as Hr, Fanout as Hs, GraphNode as Ht, createSiblingSandboxExecutor as Hu, CopyOptions as I, refine as Ia, LeaderboardIterationInfo as Ic, ResearchOutputShape as Id, PublishOptions as If, createShapeRegistry as Ii, CoordinationEvent as Il, BudgetReadout as In, StopRule as Io, assertStrategyContract as Ir, CorpusFilter as Is, createWorktreeCliExecutor as It, settleDetachedCoderTurn as Iu, runInWorkspace as J, AuthorizedSpawn as Ja, sentinelCompletion as Jc, composeLoopTraceEmitters as Jd, InMemorySpawnJournal as Jf, selectValidWinner as Ji, QuestionOption as Jl, supervisorInstructions as Jn, createSupervisorSpanRecorder as Jo, Deliverable as Jr, LoopUntilSpec as Js, runGraph as Jt, RunDetachedTurnOptions as Ju, jjWorkspace as K, loopDispatch as Ka, completionAuthorizes as Kc, buildDelegationTraceSpans as Kd, FileSpawnJournal as Kf, panel as Ki, QuestionDecision as Kl, defaultProfileRichnessThresholds as Kn, SupervisorSpanOutcome as Ko, connectStdioMcp as Kr, FlatWidenGate as Ks, TraversalContinuity as Kt, DriveTurnCapableBox as Ku, UntrackedCopyStats as L, runAgentic as La, LeaderboardRunContext as Lc, ResearchSource as Ld, createEventBus as Lf, registerShape as Li, CoordinationTools as Ll, ReservationRejection as Ln, allOf as Lo, authorStrategy as Lr, CorpusRecord as Ls, AgentGraph as Lt, DelegationExecutor as Lu, WorkerEvidenceInput as M, adaptiveRefine as Ma, LeaderboardBenchScore as Mc, DelegationStatusArgs as Md, BusEvent as Mf, assertProfileModelsAllowed as Mi, AuthorizeDownMessage as Ml, chatWorkerSeam as Mn, ProgressTracker as Mo, runStrategyEvolution as Mr, renderReport as Ms, PatchDeliverableOptions as Mt, SettleDetachedCoderTurnOptions as Mu, closingWorkerNote as N, breadthStrategy as Na, LeaderboardBenchTask as Nc, DelegationStatusResult as Nd, BusRecord as Nf, equalKOnCost as Ni, AuthorizedDownMessage as Nl, createChatSessionStore as Nn, ProgressTrackerOptions as No, selectChampion as Nr, AssertTraceDerivedFindings as Ns, patchDelivered as Nt, UiAuditorDelegate as Nu, worktreeFanout as O, StrategyMessage as Oa, ShapeBudget as Oc, DelegationProfile as Od, RetainedRunSnapshot as Of, promotionGate as Oi, createWaterfallCollector as Ol, ChatTransportExecutorOptions as On, AllWorkersStalledOptions as Oo, ReproductionCheck as Or, ObserveInput as Os, InMemoryRunContextOptions as Ot, CoderReviewer as Ou, composeWorkerEvidence as P, defineStrategy as Pa, LeaderboardBenchmarkAdapter as Pc, FeedbackRating as Pd, BusStats as Pf, trajectoryReport as Pi, ContinuationInstruction as Pl, BudgetPool as Pn, ProgressView as Po, AuthorStrategyOptions as Pr, CombinatorShape as Ps, WorktreeCliExecutorOptions as Pt, coderTaskFromArgs as Pu, WorkerToolTraceArtifact as Q, SuperviseOptions as Qa, Interval as Qc, DelegationStore as Qd, SpawnForestMissingTree as Qf, RegistryAnalyzeProjection as Qi, SettledWorker as Ql, CheckRunner as Qn, SupervisorFinalizer as Qo, SandboxRun as Qr, PanelSpec as Qs, RegisteredPrompt as Qt, parseDetachedSessionRef as Qu, copyUntrackedIntoClone as R, sample as Ra, LeaderboardScenario as Rc, UiAuditLensFilter as Rd, WatchTraceOptions as Rf, definePersona as Ri, CoordinationToolsOptions as Rl, ReservationTicket as Rn, allWorkersStalled as Ro, strategyAuthorContract as Rr, EqualKArm as Rs, EdgeDeliveryOutcome as Rt, FleetHandle as Ru, SurfaceWorkerConfig as S, CorpusReadbackOptions as Sa, Outcome as Sc, DelegateUiAuditRoute as Sd, RetainedRunDispatchedAdmission as Sf, startRetainedRun as Si, bestSoFar as Sl, serveCoordinationMcp as Sn, supervisorAgentWithTestBrain as So, promptOnlyProfileMaterialization as Sp, EvolutionArchiveNode as Sr, inProcessSandboxClient as Ss, workerCancellationsDir as St, FeedbackEvent as Su, superviseSurface as T, Strategy as Ta, PersonaExecutors as Tc, DelegationHistoryArgs as Td, RetainedRunEventOptions as Tf, resolveSandboxClient as Ti, WaterfallCollector as Tl, finalizeBestDelivered as Tn, CoordinationOwnerId as To, sandboxActProfileMaterialization as Tp, EvolutionCandidate as Tr, HarvestReport as Ts, workerInboxFileFromEventDir as Tt, eventToSnapshot as Tu, WorkspaceCommit as U, SuperviseDispatchOptions as Ua, CompletionEvidence as Uc, DelegationTraceCaps as Ud, gateOnDeliverable as Uf, fanout as Ui, DownMessageEvent as Ul, ProfileRichnessThresholds as Un, sampleFromSettled as Uo, McpToolDescriptor as Ur, FanoutOptions as Us, GraphResult as Ut, DetachedSessionRefParts as Uu, Shell as V, LoopDispatchOptions as Va, defineLeaderboard as Vc, DELEGATION_TRACE_MAX_BYTES as Vd, DeliverableSpec as Vf, InMemoryCorpus as Vi, DownMessageDeliveryAttempt as Vl, AuthoredProfile as Vn, noProgressFor as Vo, MaterializeLocalMcpOptions as Vr, EqualKVerdict as Vs, GraphEdgeCapError as Vt, createFleetWorkspaceExecutor as Vu, WorkspaceRun as W, SuperviseOptionsForDispatch as Wa, CompletionPolicy as Wc, DelegationTraceCollector as Wd, mapExecutorResult as Wf, flatWidenGate as Wi, MakeWorkerAgent as Wl, asAuthoredProfile as Wn, SupervisorSpanAttributes as Wo, StdioMcpConnection as Wr, FanoutSynthesis as Ws, RunGraphOptions as Wt, DetachedTurn as Wu, analyzeTrace as X, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Xa, AxisScoresOf as Xc, DelegationPersistenceError as Xd, SpawnForestEvent as Xf, widen as Xi, QuestionRecord as Xl, CheckOutcome as Xn, FinalizeContext as Xo, OpenSandboxRunOptions as Xr, Panel as Xs, PromptHandle as Xt, detachedTurnEvents as Xu, TrajectoryAnalysis as Y, AuthorizedSpawnContext as Ya, stopSentinel as Yc, createDelegationTraceCollector as Yd, SpawnForest as Yf, verify as Yi, QuestionPolicy as Yl, CheckExecChannel as Yn, DeliveredOutput as Yo, OpenSandboxRunBeforeStartContext as Yr, LoopUntilState as Ys, runGraphWithTestBrain as Yt, createDetachedTurnResumeDriver as Yu, WORKER_TOOL_TRACE_SCHEMA_VERSION as Z, DeliverableResolutionInput as Za, GroupOf as Zc, DelegationStateCorruptError as Zd, SpawnForestInDoubtNode as Zf, CreateScopeAnalystOptions as Zi, QuestionUrgency as Zl, CheckRunContext as Zn, FinalizerSettled as Zo, OpenSandboxRunPromptOptions as Zr, PanelJudge as Zs, PromptRegistry as Zt, formatDetachedSessionRef as Zu, boxSurfaceReader as _, AgenticRunResult as _a, WidenSpec as _c, DelegateResearchConfig as _d, RecoverRetainedRunResult as _f, probeSandboxCapabilities as _i, AnytimeReport as _l, rollingDispatch as _n, SupervisorToolDescriptor as _o, defineProfileMaterializationContract as _p, selectBestIndex as _r, localSandboxClient as _s, supervisorRunDir as _t, validateDelegateArgs as _u, SandboxInstance$1 as a, createMcpEnvironment as aa, ScopeAnalyzeInput as ac, DelegationRunContext as ad, ConfigError as af, SandboxLineage as ai, ScoreOf as al, kernelPromptRegistry as an, CoordinationBinding as ao, contentAddress as ap, StructuralRolloutResult as ar, DriverAttemptStop as as, createScope as at, McpServer as au, SuperviseSurfaceOptions as b, AgenticTool as ba, DefinePersonaInput as bc, DelegateUiAuditConfig as bd, RetainedRunCancelOptions as bf, reconnectRetainedRun as bi, anytimeReport as bl, delegate as bn, resolveSupervisorProfile as bo, promptControlProfileMaterialization as bp, ChampionPick as br, InProcessPromptCtx as bs, workerCancelRequestsFile as bt, McpToolDescriptor$1 as bu, VerifierEnvironmentOptions as c, BenchmarkConfig as ca, TrajectoryNode as cc, SubmitInput as cd, PlannerError as cf, createSandboxLineage as ci, renderLeaderboardHtml as cl, supervisorPolicyPrompt as cn, ObserveSupervisorNodeEvent as co, AssertProfileMaterializationOptions as cp, compareCheckOutcomes as cr, DriverRetryPolicy as cs, WorkerCancellation as ct, createMcpServer as cu, HarvestSurfaceDiffsOptions as d, BenchmarkStrategySummary as da, TrajectoryReportOptions as dc, DelegateCodeArgs as dd, RuntimeRunStateError as df, extractLlmCallEvent as di, renderPairwiseMarkdown as dl, DispatchStopReason as dn, ResolvedSupervisorProfile as do, KnownAgentProfileMaterializationAxis as dp, defaultStructuralRolloutPolicy as dr, TERMINAL_DECISIONS as ds, legacySupervisorRunDir as dt, DELEGATE_TOOL_NAME as du, buildSteerContext as ea, Pipeline as ec, DelegationArgs as ed, FileDelegationStoreOptions as ef, TurnResult as ei, LeaderboardOptions as el, createPromptRegistry as en, SuperviseRegistryTable as eo, SpawnForestTree as ep, CheckSourceCtx as er, collectDelivered as es, parseWorkerToolTraceArtifact as et, WorkerSpawnContext as eu, SurfaceDiff as f, BenchmarkTaskRow as fa, Verify as fc, DelegateCodeConfig as fd, ValidationError as ff, mapSandboxEvent as fi, AuditIntentInput as fl, DispatchUnit as fn, SupervisorAgentDeps as fo, ProfileMaterializationContract as fp, filterAuthoredAsserts as fr, TerminalDecision as fs, legacySupervisorRunsRoot as ft, DelegateArgs as fu, WatchedSurface as g, AgenticOptions as ga, WidenLineage as gc, DelegateResearchArgs as gd, RecoverRetainedRunOptions as gf, SandboxCapabilities as gi, defaultAuditorInstruction as gl, queueOf as gn, SupervisorProfile as go, controlProfileMaterialization as gp, sandboxCheckRunner as gr, LocalSandboxClientOptions as gs, safeWorkerFile as gt, createDelegateHandler as gu, SurfaceReader as h, runBenchmark as ha, WidenDecision as hc, DelegateFeedbackResult as hd, ReconnectRetainedRunOptions as hf, CriuCapableClient as hi, auditIntent as hl, freeSlots as hn, SupervisorNodeContextSeed as ho, assertProfileMaterialization as hp, resolveEntrySymbol as hr, runAgentRounds as hs, readWorkerSteerRequests as ht, DelegateResult as hu, SandboxEvent$1 as i, McpEnvironmentOptions as ia, ScopeAnalyst as ic, DelegationResumeTick as id, BackendTransportError as if, ForkCapableBox as ii, ProfileKeyOf as il, formatPromptHandle as in, workerFromBackend as io, replaySpawnTree as ip, StructuralRolloutPolicy as ir, DriverAttemptRecord as is, ScopeArgs as it, normalizeAnalyzeOnSettle as iu, VERIFY_TAIL_CHARS as j, SurfaceScore as ja, DefinedLeaderboard as jc, DelegationStatus as jd, CoderOutput as jf, assertModelAllowed as ji, AnalyzeOnSettleRoute as jl, chatTransportExecutor as jn, ProgressSample as jo, pickChampion as jr, observe as js, createInMemoryRunContext as jt, DetachedWinnerSelection as ju, EVIDENCE_MAX_CHARS as k, StrategyResult as ka, ShapeContext as kc, DelegationProgress as kd, StartRetainedRunInEnvironmentOptions as kf, profileChatClient as ki, AnalystFindingEvent as kl, ChatTransportTool as kn, NoProgressForOptions as ko, StrategyEvolutionConfig as kr, ObserveOptions as ks, RunContext as kt, DelegateRunCtx as ku, createVerifierEnvironment as l, BenchmarkLift as la, TrajectoryReport as lc, SubmitOutput as ld, RetainedRunAdmissionError as lf, SandboxToolPartState as li, renderLeaderboardMarkdown as ll, ConcurrencyCaps as ln, ResolveDriveHarness as lo, CanonicalAgentProfileMaterializationAxis as lp, composeCheckSources as lr, classifyDriverFailure as ls, WorkerSteerRequest as lt, DELEGATE_DESCRIPTION as lu, SurfaceReadOutcome as m, printBenchmarkReport as ma, Widen as mc, DelegateFeedbackArgs as md, NativeContextContinuationInput as mf, sumSandboxUsage as mi, IntentAudit as ml, effectiveConcurrency as mn, SupervisorNodeContext as mo, ValidateProfileMaterializationOptions as mp, officialChecksFromMeta as mr, isTerminalDecision as ms, readWorkerCancellation as mt, DelegateHandlerOptions as mu, AnalystFinding$1 as n, registryScopeAnalyst as na, RenderCorpusToInstructions as nc, DelegationResumeContext as nd, AgentEvalError$1 as nf, BranchCapableBox as ni, PairwiseOptions as nl, dumbContinuationFailPrompt as nn, supervise as no, materializeTreeView as np, StructuralRolloutConfig as nr, runFinalizer as ns, createRootHandle as nt, canonicalFindingEvent as nu, computeFindingId$1 as o, sanitizeMcpToolSchema as oa, ScopeWidenGate as oc, DelegationTaskQueue as od, JudgeError as of, SandboxLineageHandle as oi, leaderboard as ol, naiveContinuationPrompt as on, DriveHarness as oo, AGENT_PROFILE_MATERIALIZATION_AXES as op, VisibleCheck as or, DriverAttemptsExhaustedError as os, settledToIteration as ot, McpServerOptions as ou, SurfaceReadBox as p, Environment as pa, VerifySpec as pc, DelegateCodeResult as pd, NativeContextContinuationExecution as pf, mapSandboxToolEvent as pi, AuditIntentOptions as pl, RollingDispatchOptions as pn, SupervisorAgentTestDeps as po, ProfileMaterializationIssue as pp, modelAuthoredChecks as pr, defaultSelectWinner as ps, readWorkerCancelRequests as pt, DelegateError as pu, localShell as q, superviseDispatch as qa, deterministicCompletion as qc, capDelegationTrace as qd, InMemoryResultBlobStore as qf, pipeline as qi, QuestionLevel as ql, profileRichnessFinding as qn, SupervisorSpanRecorder as qo, materializeLocalMcp as qr, LoopUntil as qs, defaultEdgeTraversalCap as qt, DriveTurnTick as qu, CreateSandboxOptions$1 as r, McpEndpoint as ra, RenderCorpusToInstructionsOptions as rc, DelegationResumeDriver as rd, AgentEvalErrorCode as rf, CheckpointCapableBox as ri, PairwiseVerdict as rl, dumbContinuationPassPrompt as rn, superviseWithTestBrain as ro, pendingWaits as rp, StructuralRolloutMessage as rr, runTree as rs, createSupervisor as rt, createCoordinationTools as ru, makeFinding$1 as s, BenchmarkCell as sa, SteerContext as sc, DelegationTaskQueueOptions as sd, NotFoundError as sf, SessionCapableBox as si, pairwiseSignificance as sl, promptHandle as sn, DriveHarnessOwnerContext as so, AgentProfileMaterializationAxis as sp, canDisplace as sr, DriverProgressMark as ss, WorkerCancelRequest as st, createInProcessTransport as su, AgentProfile$2 as t, createScopeAnalyst as ta, PipelineStage as tc, DelegationRecord as td, InMemoryDelegationStore as tf, openSandboxRun as ti, LeaderboardRow as tl, delegatesWorkerBriefPrompt as tn, SuperviseTestOptions as to, loadSpawnForest as tp, RepairStop as tr, pickBestDelivered as ts, workerTraceAnalysisStore as tt, WorkerWatchOptions as tu, BoxSurfaceReaderOptions as u, BenchmarkReport as ua, TrajectoryReportFn as uc, hashIdempotencyInput as ud, RetainedRunDispatchBindingError as uf, createSandboxToolPartState as ui, renderLeaderboardSvg as ul, DispatchReport as un, ResolveSupervisorTools as uo, DefineProfileMaterializationContractOptions as up, defaultExtractCandidate as ur, RunAgentRoundsOptions as us, cancelWorker as ut, DELEGATE_INPUT_SCHEMA as uu, fsSurfaceReader as v, AgenticSurface as va, WinnerStrategy as vc, DelegateResearchResult as vd, RetainedRunAdmission as vf, AcquireOptions as vi, AnytimeStrategySummary as vl, DelegateOptions as vn, SupervisorToolInvocationContext as vo, fullProfileMaterialization as vp, structuralRollout as vr, inlineSandboxClient as vs, supervisorRunsRoot as vt, JsonRpcMessage as vu, failuresAnalyst as w, ShotSpec as wa, PersonaContext as wc, DelegationFeedbackSnapshot as wd, RetainedRunEnvironmentAdmission as wf, ResolveSandboxClientOptions as wi, renderAnytimeTable as wl, driverAgent as wn, CoordinationLog as wo, renderProfileMaterializationIssues as wp, EvolutionBandInfo as wr, HarvestFailure as ws, workerInboxFile as wt, InMemoryFeedbackStore as wu, SuperviseSurfaceResult as x, ArtifactHandle as xa, LoopShape as xc, DelegateUiAuditResult as xd, RetainedRunCancellation as xf, recoverRetainedRun as xi, areaUnderCurve as xl, CoordinationMcpHandle as xn, supervisorAgent as xo, promptModelProfileMaterialization as xp, ChampionPolicy as xr, InProcessSandboxClientOptions as xs, workerCancellationFile as xt, McpTransport as xu, harvestSurfaceDiffs as y, AgenticTask as ya, DefinePersona as yc, DelegateUiAuditArgs as yd, RetainedRunAdmissionHook as yf, acquireSandbox as yi, AnytimeTaskCurve as yl, defaultDelegateBudget as yn, assertCoordinationBinding as yo, profileMaterializationAxes$1 as yp, visibleCheckScore as yr, InProcessOnPrompt as ys, supervisorWorkersDir as yt, JsonRpcResponse as yu, withUntrackedArtifacts as z, sampleThenRefine as za, LeaderboardScore as zc, UiAuditorDelegationOutput as zd, defaultToolDetectors as zf, runPersonified as zi, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as zl, createBudgetPool as zn, anyOf as zo, strategyAuthorSystemPrompt as zr, EqualKOnCost as zs, EdgeTraversal as zt, FleetWorkspaceExecutorOptions as zu };
|
|
8545
|
-
//# sourceMappingURL=index-
|
|
8561
|
+
export { captureWorkerTraceEvidence as $, SuperviseRegistry as $a, Leaderboard as $c, AgentEvalErrorCode as $d, pendingWaits as $f, assertTraceDerivedFindings as $i, WorkerResumeContext as $l, CheckSource as $n, bestDelivered as $o, SandboxRunAbortError as $r, PanelVerdict as $s, analyzesFindingsReportPrompt as $t, DelegationResumeDriver as $u, NOTE_MAX_CHARS as A, StrategyShotResult as Aa, ShapeRegistry as Ac, FeedbackRating as Ad, BusStats as Af, profileOptimizerModelCall as Ai, AnalystRegistry as Al, ChatWorkerSeamOptions as An, PlateauOptions as Ao, discriminatingMeans as Ar, defaultAnalystInstruction as As, createFileRunContext as At, coderTaskFromArgs as Au, GitWorkspaceOptions as B, LoopCampaignDispatchOptions as Ba, LeaderboardSpec as Bc, DelegationTraceCollector as Bd, mapExecutorResult as Bf, FileCorpus as Bi, DownMessageAuthorizationInput as Bl, spendFromUsageEvents as Bn, createProgressTracker as Bo, LocalMcpMaterialization as Br, EqualKOnCostOptions as Bs, GraphEdge as Bt, DetachedTurn as Bu, SurfaceWorkerOut as C, RunAgenticOptions as Ca, Persona as Cc, DelegationHistoryResult as Cd, RetainedRunReplayPoint as Cf, startRetainedRunInEnvironment as Ci, plateauLength as Cl, DriverAgentOptions as Cn, CoordinationDeliveryEvidence as Co, worktreeCliProfileMaterialization as Cp, EvolutionAuthor as Cr, HarvestCorpusOptions as Cs, workerControlLogFile as Ct, CoderReview as Cu, WorktreeFanoutOptions as D, StrategyCtx as Da, RunPersonifiedOptions as Dc, DelegationStatus as Dd, CoderOutput as Df, PromotionVerdict as Di, WaterfallSpan as Dl, ChatSessionStore as Dn, PriorCoordination as Do, EvolutionReport as Dr, Observation as Ds, InMemoryRunContext as Dt, DetachedWinnerSelection as Du, AuthoredHarness as E, StrategyArtifacts as Ea, RunPersonified as Ec, DelegationResultPayload as Ed, StartRetainedRunOptions as Ef, PromotionGateOptions as Ei, WaterfallReport as El, ChatCompletionsTransport as En, FileCoordinationLog as Eo, EvolutionGeneration as Er, harvestCorpus as Es, writeWorkerSteer as Et, DetachedSessionDelegateOptions as Eu, settledWorkerOut as F, depthStrategy as Fa, LeaderboardFlagSpec as Fc, UiAuditorDelegationOutput as Fd, defaultToolDetectors as Ff, builtinShapes as Fi, ContinuityMode as Fl, BudgetPoolRestore as Fn, StopDecision as Fo, AuthoredStrategy as Fr, Corpus as Fs, WorktreePatchArtifact as Ft, FleetWorkspaceExecutorOptions as Fu, gitWorkspace as G, loopCampaignDispatch as Ga, CompletionVerdict as Gc, createDelegationTraceCollector as Gd, SpawnForest as Gf, loopUntil as Gi, Question as Gl, assessAuthoredProfile as Gn, SupervisorSpanOptions as Go, StdioMcpServerSpec as Gr, FanoutWinnerSelector as Gs, RunGraphTestOptions as Gt, createDetachedTurnResumeDriver as Gu, Workspace as H, LoopOptionsForDispatch as Ha, CompletionAnalyst as Hc, buildDelegationTraceSpans as Hd, FileSpawnJournal as Hf, renderCorpusToInstructions as Hi, DownMessageDeliveryOutcome as Hl, ProfileRichness as Hn, plateau as Ho, McpSpawnFault as Hr, Fanout as Hs, GraphNode as Ht, DriveTurnCapableBox as Hu, CopyOptions as I, refine as Ia, LeaderboardIterationInfo as Ic, CappedDelegationTrace as Id, watchTrace as If, createShapeRegistry as Ii, CoordinationEvent as Il, BudgetReadout as In, StopRule as Io, assertStrategyContract as Ir, CorpusFilter as Is, createWorktreeCliExecutor as It, SiblingSandboxExecutorOptions as Iu, runInWorkspace as J, AuthorizedSpawn as Ja, sentinelCompletion as Jc, DelegationStore as Jd, SpawnForestMissingTree as Jf, selectValidWinner as Ji, QuestionOption as Jl, supervisorInstructions as Jn, createSupervisorSpanRecorder as Jo, Deliverable as Jr, LoopUntilSpec as Js, runGraph as Jt, parseDetachedSessionRef as Ju, jjWorkspace as K, loopDispatch as Ka, completionAuthorizes as Kc, DelegationPersistenceError as Kd, SpawnForestEvent as Kf, panel as Ki, QuestionDecision as Kl, defaultProfileRichnessThresholds as Kn, SupervisorSpanOutcome as Ko, connectStdioMcp as Kr, FlatWidenGate as Ks, TraversalContinuity as Kt, detachedTurnEvents as Ku, UntrackedCopyStats as L, runAgentic as La, LeaderboardRunContext as Lc, DELEGATION_TRACE_MAX_BYTES as Ld, DeliverableSpec as Lf, registerShape as Li, CoordinationTools as Ll, ReservationRejection as Ln, allOf as Lo, authorStrategy as Lr, CorpusRecord as Ls, AgentGraph as Lt, createFleetWorkspaceExecutor as Lu, WorkerEvidenceInput as M, adaptiveRefine as Ma, LeaderboardBenchScore as Mc, ResearchOutputShape as Md, PublishOptions as Mf, assertProfileModelsAllowed as Mi, AuthorizeDownMessage as Ml, chatWorkerSeam as Mn, ProgressTracker as Mo, runStrategyEvolution as Mr, renderReport as Ms, PatchDeliverableOptions as Mt, settleDetachedCoderTurn as Mu, closingWorkerNote as N, breadthStrategy as Na, LeaderboardBenchTask as Nc, ResearchSource as Nd, createEventBus as Nf, equalKOnCost as Ni, AuthorizedDownMessage as Nl, createChatSessionStore as Nn, ProgressTrackerOptions as No, selectChampion as Nr, AssertTraceDerivedFindings as Ns, patchDelivered as Nt, DelegationExecutor as Nu, worktreeFanout as O, StrategyMessage as Oa, ShapeBudget as Oc, DelegationStatusArgs as Od, BusEvent as Of, promotionGate as Oi, createWaterfallCollector as Ol, ChatTransportExecutorOptions as On, AllWorkersStalledOptions as Oo, ReproductionCheck as Or, ObserveInput as Os, InMemoryRunContextOptions as Ot, SettleDetachedCoderTurnOptions as Ou, composeWorkerEvidence as P, defineStrategy as Pa, LeaderboardBenchmarkAdapter as Pc, UiAuditLensFilter as Pd, WatchTraceOptions as Pf, trajectoryReport as Pi, ContinuationInstruction as Pl, BudgetPool as Pn, ProgressView as Po, AuthorStrategyOptions as Pr, CombinatorShape as Ps, WorktreeCliExecutorOptions as Pt, FleetHandle as Pu, WorkerToolTraceArtifact as Q, SuperviseOptions as Qa, Interval as Qc, AgentEvalError$1 as Qd, materializeTreeView as Qf, RegistryAnalyzeProjection as Qi, SettledWorker as Ql, CheckRunner as Qn, SupervisorFinalizer as Qo, SandboxRun as Qr, PanelSpec as Qs, RegisteredPrompt as Qt, DelegationResumeContext as Qu, copyUntrackedIntoClone as R, sample as Ra, LeaderboardScenario as Rc, DELEGATION_TRACE_MAX_SPANS as Rd, ExecutorResultMapping as Rf, definePersona as Ri, CoordinationToolsOptions as Rl, ReservationTicket as Rn, allWorkersStalled as Ro, strategyAuthorContract as Rr, EqualKArm as Rs, EdgeDeliveryOutcome as Rt, createSiblingSandboxExecutor as Ru, SurfaceWorkerConfig as S, CorpusReadbackOptions as Sa, Outcome as Sc, DelegationHistoryEntry as Sd, RetainedRunHandle as Sf, startRetainedRun as Si, bestSoFar as Sl, serveCoordinationMcp as Sn, supervisorAgentWithTestBrain as So, validateProfileMaterialization as Sp, EvolutionArchiveNode as Sr, inProcessSandboxClient as Ss, workerCancellationsDir as St, CoderDelegate as Su, superviseSurface as T, Strategy as Ta, PersonaExecutors as Tc, DelegationProgress as Td, StartRetainedRunInEnvironmentOptions as Tf, resolveSandboxClient as Ti, WaterfallCollector as Tl, finalizeBestDelivered as Tn, CoordinationOwnerId as To, EvolutionCandidate as Tr, HarvestReport as Ts, workerInboxFileFromEventDir as Tt, DelegateRunCtx as Tu, WorkspaceCommit as U, SuperviseDispatchOptions as Ua, CompletionEvidence as Uc, capDelegationTrace as Ud, InMemoryResultBlobStore as Uf, fanout as Ui, DownMessageEvent as Ul, ProfileRichnessThresholds as Un, sampleFromSettled as Uo, McpToolDescriptor as Ur, FanoutOptions as Us, GraphResult as Ut, DriveTurnTick as Uu, Shell as V, LoopDispatchOptions as Va, defineLeaderboard as Vc, DelegationTraceSpan as Vd, FileResultBlobStore as Vf, InMemoryCorpus as Vi, DownMessageDeliveryAttempt as Vl, AuthoredProfile as Vn, noProgressFor as Vo, MaterializeLocalMcpOptions as Vr, EqualKVerdict as Vs, GraphEdgeCapError as Vt, DetachedTurnResumeDriverOptions as Vu, WorkspaceRun as W, SuperviseOptionsForDispatch as Wa, CompletionPolicy as Wc, composeLoopTraceEmitters as Wd, InMemorySpawnJournal as Wf, flatWidenGate as Wi, MakeWorkerAgent as Wl, asAuthoredProfile as Wn, SupervisorSpanAttributes as Wo, StdioMcpConnection as Wr, FanoutSynthesis as Ws, RunGraphOptions as Wt, RunDetachedTurnOptions as Wu, analyzeTrace as X, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY as Xa, AxisScoresOf as Xc, FileDelegationStoreOptions as Xd, SpawnForestTree as Xf, widen as Xi, QuestionRecord as Xl, CheckOutcome as Xn, FinalizeContext as Xo, OpenSandboxRunOptions as Xr, Panel as Xs, PromptHandle as Xt, DelegationArgs as Xu, TrajectoryAnalysis as Y, AuthorizedSpawnContext as Ya, stopSentinel as Yc, FileDelegationStore as Yd, SpawnForestNode as Yf, verify as Yi, QuestionPolicy as Yl, CheckExecChannel as Yn, DeliveredOutput as Yo, OpenSandboxRunBeforeStartContext as Yr, LoopUntilState as Ys, runGraphWithTestBrain as Yt, runDetachedTurn as Yu, WORKER_TOOL_TRACE_SCHEMA_VERSION as Z, DeliverableResolutionInput as Za, GroupOf as Zc, InMemoryDelegationStore as Zd, loadSpawnForest as Zf, CreateScopeAnalystOptions as Zi, QuestionUrgency as Zl, CheckRunContext as Zn, FinalizerSettled as Zo, OpenSandboxRunPromptOptions as Zr, PanelJudge as Zs, PromptRegistry as Zt, DelegationRecord as Zu, boxSurfaceReader as _, AgenticRunResult as _a, WidenSpec as _c, DelegateUiAuditResult as _d, RetainedRunCancellation as _f, probeSandboxCapabilities as _i, AnytimeReport as _l, rollingDispatch as _n, SupervisorToolDescriptor as _o, promptModelProfileMaterialization as _p, selectBestIndex as _r, localSandboxClient as _s, supervisorRunDir as _t, validateDelegateArgs as _u, SandboxInstance$1 as a, createMcpEnvironment as aa, ScopeAnalyzeInput as ac, SubmitOutput as ad, RetainedRunAdmissionError as af, SandboxLineage as ai, ScoreOf as al, kernelPromptRegistry as an, CoordinationBinding as ao, CanonicalAgentProfileMaterializationAxis as ap, StructuralRolloutResult as ar, DriverAttemptStop as as, createScope as at, McpServer as au, SuperviseSurfaceOptions as b, AgenticTool as ba, DefinePersonaInput as bc, DelegationFeedbackSnapshot as bd, RetainedRunEnvironmentAdmission as bf, reconnectRetainedRun as bi, anytimeReport as bl, delegate as bn, resolveSupervisorProfile as bo, renderProfileMaterializationIssues as bp, ChampionPick as br, InProcessPromptCtx as bs, workerCancelRequestsFile as bt, InMemoryFeedbackStore as bu, VerifierEnvironmentOptions as c, BenchmarkConfig as ca, TrajectoryNode as cc, DelegateCodeConfig as cd, ValidationError as cf, createSandboxLineage as ci, renderLeaderboardHtml as cl, supervisorPolicyPrompt as cn, ObserveSupervisorNodeEvent as co, ProfileMaterializationContract as cp, compareCheckOutcomes as cr, DriverRetryPolicy as cs, WorkerCancellation as ct, createMcpServer as cu, HarvestSurfaceDiffsOptions as d, BenchmarkStrategySummary as da, TrajectoryReportOptions as dc, DelegateFeedbackResult as dd, ReconnectRetainedRunOptions as df, extractLlmCallEvent as di, renderPairwiseMarkdown as dl, DispatchStopReason as dn, ResolvedSupervisorProfile as do, assertProfileMaterialization as dp, defaultStructuralRolloutPolicy as dr, TERMINAL_DECISIONS as ds, legacySupervisorRunDir as dt, DELEGATE_TOOL_NAME as du, buildSteerContext as ea, Pipeline as ec, DelegationResumeTick as ed, BackendTransportError as ef, TurnResult as ei, LeaderboardOptions as el, createPromptRegistry as en, SuperviseRegistryTable as eo, replaySpawnTree as ep, CheckSourceCtx as er, collectDelivered as es, parseWorkerToolTraceArtifact as et, WorkerSpawnContext as eu, SurfaceDiff as f, BenchmarkTaskRow as fa, Verify as fc, DelegateResearchArgs as fd, RecoverRetainedRunOptions as ff, mapSandboxEvent as fi, AuditIntentInput as fl, DispatchUnit as fn, SupervisorAgentDeps as fo, controlProfileMaterialization as fp, filterAuthoredAsserts as fr, TerminalDecision as fs, legacySupervisorRunsRoot as ft, DelegateArgs as fu, WatchedSurface as g, AgenticOptions as ga, WidenLineage as gc, DelegateUiAuditConfig as gd, RetainedRunCancelOptions as gf, SandboxCapabilities as gi, defaultAuditorInstruction as gl, queueOf as gn, SupervisorProfile as go, promptControlProfileMaterialization as gp, sandboxCheckRunner as gr, LocalSandboxClientOptions as gs, safeWorkerFile as gt, createDelegateHandler as gu, SurfaceReader as h, runBenchmark as ha, WidenDecision as hc, DelegateUiAuditArgs as hd, RetainedRunAdmissionHook as hf, CriuCapableClient as hi, auditIntent as hl, freeSlots as hn, SupervisorNodeContextSeed as ho, profileMaterializationAxes$1 as hp, resolveEntrySymbol as hr, runAgentRounds as hs, readWorkerSteerRequests as ht, DelegateResult as hu, SandboxEvent$1 as i, McpEnvironmentOptions as ia, ScopeAnalyst as ic, SubmitInput as id, PlannerError as if, ForkCapableBox as ii, ProfileKeyOf as il, formatPromptHandle as in, workerFromBackend as io, AssertProfileMaterializationOptions as ip, StructuralRolloutPolicy as ir, DriverAttemptRecord as is, ScopeArgs as it, normalizeAnalyzeOnSettle as iu, VERIFY_TAIL_CHARS as j, SurfaceScore as ja, DefinedLeaderboard as jc, FeedbackRefersTo as jd, EventBus as jf, assertModelAllowed as ji, AnalyzeOnSettleRoute as jl, chatTransportExecutor as jn, ProgressSample as jo, pickChampion as jr, observe as js, createInMemoryRunContext as jt, detachedSessionDelegate as ju, EVIDENCE_MAX_CHARS as k, StrategyResult as ka, ShapeContext as kc, DelegationStatusResult as kd, BusRecord as kf, profileChatClient as ki, AnalystFindingEvent as kl, ChatTransportTool as kn, NoProgressForOptions as ko, StrategyEvolutionConfig as kr, ObserveOptions as ks, RunContext as kt, UiAuditorDelegate as ku, createVerifierEnvironment as l, BenchmarkLift as la, TrajectoryReport as lc, DelegateCodeResult as ld, NativeContextContinuationExecution as lf, SandboxToolPartState as li, renderLeaderboardMarkdown as ll, ConcurrencyCaps as ln, ResolveDriveHarness as lo, ProfileMaterializationIssue as lp, composeCheckSources as lr, classifyDriverFailure as ls, WorkerSteerRequest as lt, DELEGATE_DESCRIPTION as lu, SurfaceReadOutcome as m, printBenchmarkReport as ma, Widen as mc, DelegateResearchResult as md, RetainedRunAdmission as mf, sumSandboxUsage as mi, IntentAudit as ml, effectiveConcurrency as mn, SupervisorNodeContext as mo, fullProfileMaterialization as mp, officialChecksFromMeta as mr, isTerminalDecision as ms, readWorkerCancellation as mt, DelegateHandlerOptions as mu, AnalystFinding$1 as n, registryScopeAnalyst as na, RenderCorpusToInstructions as nc, DelegationTaskQueue as nd, JudgeError as nf, BranchCapableBox as ni, PairwiseOptions as nl, dumbContinuationFailPrompt as nn, supervise as no, AGENT_PROFILE_MATERIALIZATION_AXES as np, StructuralRolloutConfig as nr, runFinalizer as ns, createRootHandle as nt, canonicalFindingEvent as nu, computeFindingId$1 as o, sanitizeMcpToolSchema as oa, ScopeWidenGate as oc, hashIdempotencyInput as od, RetainedRunDispatchBindingError as of, SandboxLineageHandle as oi, leaderboard as ol, naiveContinuationPrompt as on, DriveHarness as oo, DefineProfileMaterializationContractOptions as op, VisibleCheck as or, DriverAttemptsExhaustedError as os, settledToIteration as ot, McpServerOptions as ou, SurfaceReadBox as p, Environment as pa, VerifySpec as pc, DelegateResearchConfig as pd, RecoverRetainedRunResult as pf, mapSandboxToolEvent as pi, AuditIntentOptions as pl, RollingDispatchOptions as pn, SupervisorAgentTestDeps as po, defineProfileMaterializationContract as pp, modelAuthoredChecks as pr, defaultSelectWinner as ps, readWorkerCancelRequests as pt, DelegateError as pu, localShell as q, superviseDispatch as qa, deterministicCompletion as qc, DelegationStateCorruptError as qd, SpawnForestInDoubtNode as qf, pipeline as qi, QuestionLevel as ql, profileRichnessFinding as qn, SupervisorSpanRecorder as qo, materializeLocalMcp as qr, LoopUntil as qs, defaultEdgeTraversalCap as qt, formatDetachedSessionRef as qu, CreateSandboxOptions$1 as r, McpEndpoint as ra, RenderCorpusToInstructionsOptions as rc, DelegationTaskQueueOptions as rd, NotFoundError as rf, CheckpointCapableBox as ri, PairwiseVerdict as rl, dumbContinuationPassPrompt as rn, superviseWithTestBrain as ro, AgentProfileMaterializationAxis as rp, StructuralRolloutMessage as rr, runTree as rs, createSupervisor as rt, createCoordinationTools as ru, makeFinding$1 as s, BenchmarkCell as sa, SteerContext as sc, DelegateCodeArgs as sd, RuntimeRunStateError as sf, SessionCapableBox as si, pairwiseSignificance as sl, promptHandle as sn, DriveHarnessOwnerContext as so, KnownAgentProfileMaterializationAxis as sp, canDisplace as sr, DriverProgressMark as ss, WorkerCancelRequest as st, createInProcessTransport as su, AgentProfile$2 as t, createScopeAnalyst as ta, PipelineStage as tc, DelegationRunContext as td, ConfigError as tf, openSandboxRun as ti, LeaderboardRow as tl, delegatesWorkerBriefPrompt as tn, SuperviseTestOptions as to, contentAddress as tp, RepairStop as tr, pickBestDelivered as ts, workerTraceAnalysisStore as tt, WorkerWatchOptions as tu, BoxSurfaceReaderOptions as u, BenchmarkReport as ua, TrajectoryReportFn as uc, DelegateFeedbackArgs as ud, NativeContextContinuationInput as uf, createSandboxToolPartState as ui, renderLeaderboardSvg as ul, DispatchReport as un, ResolveSupervisorTools as uo, ValidateProfileMaterializationOptions as up, defaultExtractCandidate as ur, RunAgentRoundsOptions as us, cancelWorker as ut, DELEGATE_INPUT_SCHEMA as uu, fsSurfaceReader as v, AgenticSurface as va, WinnerStrategy as vc, DelegateUiAuditRoute as vd, RetainedRunDispatchedAdmission as vf, AcquireOptions as vi, AnytimeStrategySummary as vl, DelegateOptions as vn, SupervisorToolInvocationContext as vo, promptOnlyProfileMaterialization as vp, structuralRollout as vr, inlineSandboxClient as vs, supervisorRunsRoot as vt, FeedbackEvent as vu, failuresAnalyst as w, ShotSpec as wa, PersonaContext as wc, DelegationProfile as wd, RetainedRunSnapshot as wf, ResolveSandboxClientOptions as wi, renderAnytimeTable as wl, driverAgent as wn, CoordinationLog as wo, EvolutionBandInfo as wr, HarvestFailure as ws, workerInboxFile as wt, CoderReviewer as wu, SuperviseSurfaceResult as x, ArtifactHandle as xa, LoopShape as xc, DelegationHistoryArgs as xd, RetainedRunEventOptions as xf, recoverRetainedRun as xi, areaUnderCurve as xl, CoordinationMcpHandle as xn, supervisorAgent as xo, sandboxActProfileMaterialization as xp, ChampionPolicy as xr, InProcessSandboxClientOptions as xs, workerCancellationFile as xt, eventToSnapshot as xu, harvestSurfaceDiffs as y, AgenticTask as ya, DefinePersona as yc, DelegationError as yd, RetainedRunEffect as yf, acquireSandbox as yi, AnytimeTaskCurve as yl, defaultDelegateBudget as yn, assertCoordinationBinding as yo, promptResourceProfileMaterialization as yp, visibleCheckScore as yr, InProcessOnPrompt as ys, supervisorWorkersDir as yt, FeedbackStore as yu, withUntrackedArtifacts as z, sampleThenRefine as za, LeaderboardScore as zc, DelegationTraceCaps as zd, gateOnDeliverable as zf, runPersonified as zi, DEFAULT_AWAIT_EVENT_TIMEOUT_MS as zl, createBudgetPool as zn, anyOf as zo, strategyAuthorSystemPrompt as zr, EqualKOnCost as zs, EdgeTraversal as zt, DetachedSessionRefParts as zu };
|
|
8562
|
+
//# sourceMappingURL=index-DBuSUP9J.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { $ as OpenAIChatToolChoice, A as RuntimeRunCompleteInput, B as AgentBackendInput, F as RuntimeRunRow, G as AgentTaskContext, H as AgentKnowledgeProvider, I as RuntimeRunStatus, J as AgentTaskStatus, K as AgentTaskRunResult, L as startRuntimeRun, M as RuntimeRunHandle, N as RuntimeRunOptions, P as RuntimeRunPersistenceAdapter, Q as OpenAIChatTool, R as AgentAdapter, U as AgentRuntimeEvent, V as AgentExecutionBackend, W as AgentRuntimeEventSink, X as KnowledgeReadinessDecision, Y as BackendErrorDetail, Z as OpenAIChatResponseFormat, et as RunAgentTaskOptions, it as RuntimeStreamEvent, j as RuntimeRunCost, m as LoopResult, nt as RuntimeSession, q as AgentTaskSpec, r as Driver, rt as RuntimeSessionStore, tt as RunAgentTaskStreamOptions, z as AgentBackendContext } from "./types-BBwGSiAj.js";
|
|
2
2
|
import { i as SurfaceImprovementEdit } from "./improvement-adapter-D5gwwoXQ.js";
|
|
3
3
|
import { o as ImprovementProposalSource } from "./types-zWfqDjeL.js";
|
|
4
|
-
import { Al as AnalystRegistry, Il as CoordinationEvent, Qo as SupervisorFinalizer, Xo as FinalizeContext, af as
|
|
4
|
+
import { $d as AgentEvalErrorCode, Al as AnalystRegistry, Il as CoordinationEvent, Qd as AgentEvalError, Qo as SupervisorFinalizer, Xo as FinalizeContext, af as RetainedRunAdmissionError, cf as ValidationError, ef as BackendTransportError, if as PlannerError, ir as StructuralRolloutPolicy, nf as JudgeError, of as RetainedRunDispatchBindingError, rf as NotFoundError, sf as RuntimeRunStateError, tf as ConfigError } from "./index-DBuSUP9J.js";
|
|
5
5
|
import { a as RuntimeHookErrorContext, c as RuntimeHookTarget, d as defineRuntimeHooks, f as notifyRuntimeDecisionPoint, i as RuntimeHookContext, l as RuntimeHooks, n as RuntimeDecisionKind, o as RuntimeHookEvent, p as notifyRuntimeHookEvent, r as RuntimeDecisionPoint, s as RuntimeHookPhase, t as RuntimeDecisionEvidenceRef, u as composeRuntimeHooks } from "./runtime-hooks-sbRpjStq.js";
|
|
6
6
|
import { At as exportEvalRuns, Bt as RuntimeTelemetryOptions, Ct as OtelSpan, Dt as buildRuntimeEventOtelSpans, E as ProviderModelExecutionEvidence, Et as buildLoopSpanNodes, Ft as toOtelAttributes, G as SpendGap, Gt as sanitizeAgentRuntimeEvent, Ht as SanitizedKnowledgeRequirement, I as Scope, It as RuntimeEventCollector, J as Supervisor, Kt as sanitizeKnowledgeReadinessReport, L as Settled, Lt as RuntimeStreamEventCollector, Mt as loopEventToOtelSpan, N as RootProviderModelEvidence, Nt as padSpanId, Ot as createOpenInferenceFileExporter, Pt as padTraceId, Rt as RuntimeStreamEventSink, St as OtelExporter, T as ProviderModelAttemptEvidence, Tt as buildLoopOtelSpans, U as Spend, Ut as createRuntimeEventCollector, Vt as SanitizedKnowledgeReadinessReport, W as SpendChannel, Wt as createRuntimeStreamEventCollector, _t as EvalRunsExportResult, bt as OtelAttribute, gt as EvalRunsExportConfig, ht as EvalRunGeneration, i as Budget, jt as generateSpanId, kt as createOtelExporter, m as ExecutorRegistry, mt as EvalRunEvent, nt as WorkerTraceUnavailableReason, q as SupervisedResult, qt as sanitizeRuntimeStreamEvent, r as AgentSpec, s as Executor, tt as WorkerTraceEvidence, vt as INTELLIGENCE_WIRE_VERSION, wt as RuntimeEventOtelOptions, xt as OtelExportConfig, yt as LoopSpanNode, zt as RuntimeStreamEventSummary } from "./types-BCkweg3w.js";
|
|
7
|
-
import {
|
|
7
|
+
import { M as WorktreeCheckRunner } from "./runtime-DhPCNvuH.js";
|
|
8
8
|
import { A as BuildAgentCandidateBundleInput, C as DisposePreparedAgentCandidateOptions, D as AgentCandidateCodeSource, E as FileAgentCandidateExecutionClaimStoreOptions, M as AgentCandidateBundleInput, N as sealAgentCandidateBundle, O as AgentCandidateCodeSurfaceSource, S as exactProcessProviderAsCandidateExecutor, T as FileAgentCandidateExecutionClaimStore, _ as persistCandidateOutputArtifact, a as captureAgentCandidateWorkspace, b as candidateKnowledgeExecutionPaths, c as AGENT_CANDIDATE_EXECUTION_SUPPORT, d as recoverExpiredAgentCandidateExecution, f as AgentCandidateModelGrantRunReservationInput, g as runProtectedAgentCandidateModelGrant, h as RunProtectedAgentCandidateModelGrantResult, i as CreateAgentCandidateWorkspacePortOptions, j as buildAgentCandidateBundle, k as AgentCandidateProfileSource, l as verifyAgentCandidateBundle, m as RunProtectedAgentCandidateModelGrantOptions, n as CaptureAgentCandidateWorkspaceOptions, o as captureAgentCandidateWorkspaceFiles, p as ProtectedAgentCandidateModelGrantContext, r as CapturedAgentCandidateWorkspace, s as createAgentCandidateWorkspacePort, t as AgentCandidateWorkspaceArchiveLimits, u as RecoverExpiredAgentCandidateOptions, v as CANDIDATE_KNOWLEDGE_RETRIEVAL_CONFIG_ENV, w as disposePreparedAgentCandidateExecution, x as ExactProcessCandidateExecutorOptions, y as CANDIDATE_KNOWLEDGE_ROOT_ENV } from "./index-DQxQgKDs.js";
|
|
9
9
|
import { A as AgentCandidateExecutionPhase, B as AgentCandidatePreparationEvidence, C as AgentCandidateExecutionClaim, D as AgentCandidateExecutionFailureClass, E as AgentCandidateExecutionCleanupHandles, F as AgentCandidateExecutionTerminalResult, I as AgentCandidateRetryRejection, L as InMemoryAgentCandidateExecutionClaimStore, M as AgentCandidateExecutionRecoveryEvidence, N as AgentCandidateExecutionStageResult, O as AgentCandidateExecutionFinishResult, P as AgentCandidateExecutionTerminalRecord, R as InMemoryAgentCandidateExecutionClaimStoreOptions, S as AgentCandidateExecutionAttemptRef, T as AgentCandidateExecutionClaimStore, _ as PrepareAgentCandidateExecutionOptions, a as AgentCandidateModelGrantSettleInput, b as executePreparedAgentCandidate, c as agentCandidateProfileAsAgentProfile, d as freezeGenericAgentCandidateProfile, f as omitUndefinedObjectFields, g as parseExactCandidateProfile, h as parseExactAgentProfileDiff, i as AgentCandidateModelGrantReserveInput, j as AgentCandidateExecutionPhaseResult, k as AgentCandidateExecutionLease, l as applyExactAgentProfileDiff, m as parseExactAgentProfile, n as AgentCandidateModelGrantClient, o as CreateProtectedAgentCandidateModelPortOptions, r as AgentCandidateModelGrantReservation, s as createProtectedAgentCandidateModelPort, t as AgentCandidateModelGrantActivateInput, u as assertCandidateProfileBinding, v as prepareAgentCandidateExecution, w as AgentCandidateExecutionClaimResult, x as AgentCandidateExecutionAttemptRecord, y as ExecutePreparedAgentCandidateOptions, z as candidateExecutionClaim } from "./protected-model-port-DEsTWOFs.js";
|
|
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-CxU37Uzr.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-CETQJlqT.js";
|
|
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
|
|
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-
|
|
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-BwEdhuVH.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-CcP87vSG.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-Bfl9tm0R.js";
|
|
15
15
|
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-DU3TZvFY.js";
|
|
16
16
|
import { ControlBudget, ControlDecision, ControlEvalResult, ControlEvalResult as ControlEvalResult$1, ControlRunResult, ControlStep, DataAcquisitionPlan, KnowledgeReadinessReport, KnowledgeReadinessReport as KnowledgeReadinessReport$1, KnowledgeRequirement, ProposalFinding, RunRecord, RunRecord as RunRecord$1 } from "@tangle-network/agent-eval";
|
|
17
17
|
import { GepaOptimizationMethodConfig, SkillOptOptimizationMethodConfig } from "@tangle-network/agent-eval/campaign";
|
package/dist/index.js
CHANGED
|
@@ -5,15 +5,15 @@ import { i as sealAgentCandidateBundle, n as captureAgentCandidateWorkspaceFiles
|
|
|
5
5
|
import { a as buildAgentCandidateBundle, i as FileAgentCandidateExecutionClaimStore, n as runProtectedAgentCandidateModelGrant, r as disposePreparedAgentCandidateExecution, t as recoverExpiredAgentCandidateExecution } from "./candidate-execution-CyCLYLfK.js";
|
|
6
6
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-OhS0l_6m.js";
|
|
7
7
|
import { C as makePerAttemptSignal, S as defaultIsRetryable, T as createProfileExecutionBackend, _ as readDepth, a as FileConversationJournal, b as DeadlineExceededError, c as createConversationBackend, d as slugifySpeaker, f as turnId, g as isDepthExceeded, h as buildForwardHeaders, i as d1ToSqlAdapter, l as runConversation, m as FORWARD_HEADERS, n as runPersonaDispatch, o as InMemoryConversationJournal, p as DEFAULT_MAX_DEPTH, r as SqlConversationJournal, s as defineConversation, t as runPersonaConversation, u as runConversationStream, v as CircuitBreakerState, w as sleep, x as computeBackoff, y as CircuitOpenError } from "./conversation-DIUtiLkC.js";
|
|
8
|
-
import { At as
|
|
8
|
+
import { At as exportEvalRuns, Bt as sanitizeKnowledgeReadinessReport, Dt as buildRuntimeEventOtelSpans, Et as buildLoopSpanNodes, Ft as padTraceId, It as toOtelAttributes, Lt as createRuntimeEventCollector, Mt as generateSpanId, Nt as loopEventToOtelSpan, Ot as createOpenInferenceFileExporter, Pt as padSpanId, Rt as createRuntimeStreamEventCollector, Tt as buildLoopOtelSpans, Vt as sanitizeRuntimeStreamEvent, kt as createOtelExporter, wt as INTELLIGENCE_WIRE_VERSION, zt as sanitizeAgentRuntimeEvent } from "./supervisor-BfJNS2Z3.js";
|
|
9
9
|
import { i as notifyRuntimeHookEvent, n as defineRuntimeHooks, r as notifyRuntimeDecisionPoint, t as composeRuntimeHooks } from "./runtime-hooks-C7iJOWm3.js";
|
|
10
|
-
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-
|
|
11
|
-
import { A as improve, B as commandVerifier, F as normalizeRolloutPolicy, I as parseRolloutPolicy, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, V as defaultBuildPrompt, j as withMethodRuntimeControls, z as agenticGenerator } from "./improvement-cycle-
|
|
12
|
-
import { Ft as McpSpawnFault, It as connectStdioMcp } from "./runtime-
|
|
10
|
+
import { D as optimizerMethod, O as strategyAuthorMethod } from "./structural-rollout-2Z6J5ttt.js";
|
|
11
|
+
import { A as improve, B as commandVerifier, F as normalizeRolloutPolicy, I as parseRolloutPolicy, L as serializeRolloutPolicy, M as rawTraceDistiller, N as ROLLOUT_POLICY_EXTENSION, P as applyRolloutPolicyToProfile, R as structuralRolloutPolicyFromProfile, V as defaultBuildPrompt, j as withMethodRuntimeControls, z as agenticGenerator } from "./improvement-cycle-BeVj-EGJ.js";
|
|
12
|
+
import { Ft as McpSpawnFault, It as connectStdioMcp } from "./runtime-yCuqlhou.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-C1TcOBf6.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-DhUWzpNp.js";
|
|
16
|
+
import { n as mcpToolsForRuntimeMcpSubset, t as mcpToolsForRuntimeMcp } from "./openai-tools-K38wcStR.js";
|
|
17
17
|
import { FAILURE_CLASSES, acquisitionPlansForKnowledgeGaps, blockingKnowledgeEval, canonicalJson, runAgentControlLoop, scoreKnowledgeReadiness, userQuestionsForKnowledgeGaps } from "@tangle-network/agent-eval";
|
|
18
18
|
import { gepaOptimizationMethod, skillOptOptimizationMethod } from "@tangle-network/agent-eval/campaign";
|
|
19
19
|
import { spawnSync } from "node:child_process";
|
package/dist/intelligence.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { b as LoopTraceEvent, it as RuntimeStreamEvent } from "./types-BBwGSiAj.js";
|
|
2
2
|
import { d as RunAnalystLoopOpts, f as RunAnalystLoopResult } from "./types-zWfqDjeL.js";
|
|
3
3
|
import { Bt as RuntimeTelemetryOptions } from "./types-BCkweg3w.js";
|
|
4
|
-
import {
|
|
4
|
+
import { it as ToolSpec } from "./runtime-DhPCNvuH.js";
|
|
5
5
|
import { a as AgentEnvironmentProviderRef, o as AgentEnvironmentProviderRegistry } from "./environment-provider-DA8LqBV-.js";
|
|
6
6
|
import { T as AgentCandidateExecutionClaimStore, _ as PrepareAgentCandidateExecutionOptions, o as CreateProtectedAgentCandidateModelPortOptions, p as parseAgentCandidateProfileActivation, y as ExecutePreparedAgentCandidateOptions } from "./protected-model-port-DEsTWOFs.js";
|
|
7
7
|
import { D as AgentCandidateRunFinalization, O as AgentCandidateTaskExecution, a as AgentCandidateExecutionPorts, c as AgentCandidateExecutorPort, r as AgentCandidateBenchmarkGraderPort, y as AgentCandidateOutputArtifactPort } from "./types-CxU37Uzr.js";
|
|
8
|
-
import { D as ImproveScenarioPartitions, T as ImproveResult, _ as ImproveMethodOptions, n as defaultRedactor, r as resolveRedactor, t as Redactor, v as ImproveMethodResult, x as ImproveOptions } from "./redact
|
|
8
|
+
import { D as ImproveScenarioPartitions, T as ImproveResult, _ as ImproveMethodOptions, n as defaultRedactor, r as resolveRedactor, t as Redactor, v as ImproveMethodResult, x as ImproveOptions } from "./redact-BwEdhuVH.js";
|
|
9
9
|
import { a as AgentImprovementActivationTransitionInput, c as CreateAgentImprovementActivationResultOptions, d as ProfileImprovementActivationTransitionInput, f as SealedCandidateActivationTransitionInput, h as verifyAgentImprovementActivationResult, i as AgentImprovementActivationTransition, l as ExecuteAgentImprovementActivationInput, m as executeAgentImprovementActivation, n as AgentImprovementActivationResultStore, o as AgentProfileImprovementActivationOperation, p as createAgentImprovementActivationResult, r as AgentImprovementActivationTargetPlan, s as AgentProfileImprovementActivationTargetPlan, t as AgentImprovementActivationReconciliation, u as ExecuteAgentImprovementActivationOptions } from "./activation-DyWB0K6E.js";
|
|
10
10
|
import { CostLedgerHandle, TraceStore } from "@tangle-network/agent-eval";
|
|
11
11
|
import { OptimizationMethodComparison, OptimizationPackageSource, OptimizationTokenUsage } from "@tangle-network/agent-eval/campaign";
|
package/dist/intelligence.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { $ as parseExactAgentProfile, K as applyExactAgentProfileDiff, Q as parseAgentCandidateProfileActivation, Z as omitUndefinedObjectFields, rt as canonicalCandidateDigest$1, st as immutableCandidateValue, u as AGENT_CANDIDATE_EXECUTION_SUPPORT } from "./prepare-Czki1LBy.js";
|
|
2
2
|
import { n as exactProcessProviderAsCandidateExecutor, t as createProtectedAgentCandidateModelPort } from "./protected-model-port-OhS0l_6m.js";
|
|
3
|
-
import {
|
|
3
|
+
import { Dt as buildRuntimeEventOtelSpans, Tt as buildLoopOtelSpans, jt as flatOtelSpan, kt as createOtelExporter } from "./supervisor-BfJNS2Z3.js";
|
|
4
4
|
import { i as resolveAgentEnvironmentProvider } from "./environment-provider-CLNVqp6H.js";
|
|
5
|
-
import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-
|
|
5
|
+
import { D as buildAgentImprovementActivationTargets, E as assertProfileImprovementTargetsShareIdentity, O as isAgentImprovementProfileSurface, _ as AGENT_IMPROVEMENT_PROFILE_SURFACES, a as executeAgentCandidateExperimentCell, b as agentImprovementProfileSurfaceDigest, d as verifyAgentImprovementActivation, f as verifyAgentImprovementProposal, g as optimizationActivationReceiptFromMetadata, h as createOptimizationActivationReceipt, i as createAgentImprovementProposal, k as isAgentProfileMeasuredSurface, l as reviewAgentImprovementProposal, m as verifyCandidateExecutionEvidence, n as createAgentImprovementActivation, o as proposeAgentImprovement, p as verifyAgentImprovementReview, r as createAgentImprovementMeasuredComparison, s as proposeAgentProfileImprovement, t as AgentCandidateExperimentCellExecutionError, u as runAgentCandidateExperiment, v as AGENT_PROFILE_MEASURED_SURFACES, w as agentImprovementTargetProfileDiffs, x as agentImprovementProfileSurfaceInput, y as agentImprovementProfileDiffs } from "./improvement-cycle-BeVj-EGJ.js";
|
|
6
6
|
import { r as resolveRedactor, t as defaultRedactor } from "./redact-D-u-rrcn.js";
|
|
7
|
-
import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-
|
|
7
|
+
import { n as executeAgentImprovementActivation, r as verifyAgentImprovementActivationResult, t as createAgentImprovementActivationResult } from "./activation-BHoMDzMv.js";
|
|
8
8
|
import { contentHash } from "@tangle-network/agent-eval";
|
|
9
9
|
import { agentProfileImprovementArmSchema, applyAgentProfileDiff, defineAgentProfilePublicConfig } from "@tangle-network/agent-interface";
|
|
10
10
|
//#region src/intelligence/delivery.ts
|
package/dist/kernel.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { C as MountRecorder, D as SelectionReceipt, E as SandboxClient, O as ValidationCtx, S as MountManifestEntry, T as RunProvenance, _ as LoopTeardownFailedPayload, a as Iteration, b as LoopTraceEvent, c as LoopIterationDispatchPayload, d as LoopLineageOptions, f as LoopPlanDescription, g as LoopStartedPayload, h as LoopSandboxPlacement, i as ExecCtx, k as Validator, l as LoopIterationEndedPayload, m as LoopResult, n as DefaultVerdict, o as LoopDecisionPayload, p as LoopPlanPayload, r as Driver, s as LoopEndedPayload, t as AgentRunSpec, u as LoopIterationStartedPayload, v as LoopTokenUsage, w as OutputAdapter, x as LoopWinner, y as LoopTraceEmitter } from "./types-BBwGSiAj.js";
|
|
2
|
-
import { $ as captureWorkerTraceEvidence, $a as SuperviseRegistry, $c as Leaderboard, $f as SpawnForestNode, $i as assertTraceDerivedFindings, $l as WorkerResumeContext, $n as CheckSource, $o as bestDelivered, $r as SandboxRunAbortError, $s as PanelVerdict, $t as analyzesFindingsReportPrompt, A as NOTE_MAX_CHARS, Aa as StrategyShotResult, Ac as ShapeRegistry, Af as StartRetainedRunOptions, Ai as profileOptimizerModelCall, Al as AnalystRegistry, An as ChatWorkerSeamOptions, Ao as PlateauOptions, Ar as discriminatingMeans, As as defaultAnalystInstruction, At as createFileRunContext, B as GitWorkspaceOptions, Ba as LoopCampaignDispatchOptions, Bc as LeaderboardSpec, Bf as watchTrace, Bi as FileCorpus, Bl as DownMessageAuthorizationInput, Bn as spendFromUsageEvents, Bo as createProgressTracker, Br as LocalMcpMaterialization, Bs as EqualKOnCostOptions, Bt as GraphEdge, C as SurfaceWorkerOut, Ca as RunAgenticOptions, Cc as Persona, Cf as RetainedRunEffect, Ci as startRetainedRunInEnvironment, Cl as plateauLength, Co as CoordinationDeliveryEvidence, Cr as EvolutionAuthor, Cs as HarvestCorpusOptions, Ct as workerControlLogFile, D as WorktreeFanoutOptions, Da as StrategyCtx, Dc as RunPersonifiedOptions, Df as RetainedRunReplayPoint, Di as PromotionVerdict, Dl as WaterfallSpan, Dn as ChatSessionStore, Do as PriorCoordination, Dr as EvolutionReport, Ds as Observation, Dt as InMemoryRunContext, E as AuthoredHarness, Ea as StrategyArtifacts, Ec as RunPersonified, Ef as RetainedRunHandle, Ei as PromotionGateOptions, El as WaterfallReport, En as ChatCompletionsTransport, Eo as FileCoordinationLog, Er as EvolutionGeneration, Es as harvestCorpus, Et as writeWorkerSteer, F as settledWorkerOut, Fa as depthStrategy, Fc as LeaderboardFlagSpec, Ff as EventBus, Fi as builtinShapes, Fl as ContinuityMode, Fn as BudgetPoolRestore, Fo as StopDecision, Fr as AuthoredStrategy, Fs as Corpus, Ft as WorktreePatchArtifact, G as gitWorkspace, Ga as loopCampaignDispatch, Gc as CompletionVerdict, Gf as FileResultBlobStore, Gi as loopUntil, Gn as assessAuthoredProfile, Go as SupervisorSpanOptions, Gr as StdioMcpServerSpec, Gs as FanoutWinnerSelector, H as Workspace, Ha as LoopOptionsForDispatch, Hc as CompletionAnalyst, Hf as ExecutorResultMapping, Hi as renderCorpusToInstructions, Hl as DownMessageDeliveryOutcome, Hn as ProfileRichness, Ho as plateau, Hr as McpSpawnFault, Hs as Fanout, Ht as GraphNode, I as CopyOptions, Ia as refine, Ic as LeaderboardIterationInfo, If as PublishOptions, Ii as createShapeRegistry, Il as CoordinationEvent, In as BudgetReadout, Io as StopRule, Ir as assertStrategyContract, Is as CorpusFilter, It as createWorktreeCliExecutor, J as runInWorkspace, Ja as AuthorizedSpawn, Jc as sentinelCompletion, Jf as InMemorySpawnJournal, Ji as selectValidWinner, Jn as supervisorInstructions, Jo as createSupervisorSpanRecorder, Jr as Deliverable, Js as LoopUntilSpec, Jt as runGraph, K as jjWorkspace, Ka as loopDispatch, Kc as completionAuthorizes, Kf as FileSpawnJournal, Ki as panel, Kn as defaultProfileRichnessThresholds, Ko as SupervisorSpanOutcome, Kr as connectStdioMcp, Ks as FlatWidenGate, Kt as TraversalContinuity, L as UntrackedCopyStats, La as runAgentic, Lc as LeaderboardRunContext, Lf as createEventBus, Li as registerShape, Ln as ReservationRejection, Lo as allOf, Lr as authorStrategy, Ls as CorpusRecord, Lt as AgentGraph, M as WorkerEvidenceInput, Ma as adaptiveRefine, Mc as LeaderboardBenchScore, Mf as BusEvent, Mi as assertProfileModelsAllowed, Ml as AuthorizeDownMessage, Mn as chatWorkerSeam, Mo as ProgressTracker, Mr as runStrategyEvolution, Ms as renderReport, Mt as PatchDeliverableOptions, N as closingWorkerNote, Na as breadthStrategy, Nc as LeaderboardBenchTask, Nf as BusRecord, Ni as equalKOnCost, Nl as AuthorizedDownMessage, Nn as createChatSessionStore, No as ProgressTrackerOptions, Nr as selectChampion, Ns as AssertTraceDerivedFindings, Nt as patchDelivered, O as worktreeFanout, Oa as StrategyMessage, Oc as ShapeBudget, Of as RetainedRunSnapshot, Oi as promotionGate, Ol as createWaterfallCollector, On as ChatTransportExecutorOptions, Oo as AllWorkersStalledOptions, Or as ReproductionCheck, Os as ObserveInput, Ot as InMemoryRunContextOptions, P as composeWorkerEvidence, Pa as defineStrategy, Pc as LeaderboardBenchmarkAdapter, Pf as BusStats, Pi as trajectoryReport, Pl as ContinuationInstruction, Pn as BudgetPool, Po as ProgressView, Pr as AuthorStrategyOptions, Ps as CombinatorShape, Pt as WorktreeCliExecutorOptions, Q as WorkerToolTraceArtifact, Qa as SuperviseOptions, Qc as Interval, Qf as SpawnForestMissingTree, Qi as RegistryAnalyzeProjection, Qn as CheckRunner, Qo as SupervisorFinalizer, Qr as SandboxRun, Qs as PanelSpec, Qt as RegisteredPrompt, R as copyUntrackedIntoClone, Ra as sample, Rc as LeaderboardScenario, Rf as WatchTraceOptions, Ri as definePersona, Rn as ReservationTicket, Ro as allWorkersStalled, Rr as strategyAuthorContract, Rs as EqualKArm, Rt as EdgeDeliveryOutcome, S as SurfaceWorkerConfig, Sa as CorpusReadbackOptions, Sc as Outcome, Sf as RetainedRunDispatchedAdmission, Si as startRetainedRun, Sl as bestSoFar, Sn as serveCoordinationMcp, Sr as EvolutionArchiveNode, Ss as inProcessSandboxClient, St as workerCancellationsDir, T as superviseSurface, Ta as Strategy, Tc as PersonaExecutors, Tf as RetainedRunEventOptions, Ti as resolveSandboxClient, Tl as WaterfallCollector, Tn as finalizeBestDelivered, To as CoordinationOwnerId, Tr as EvolutionCandidate, Ts as HarvestReport, Tt as workerInboxFileFromEventDir, U as WorkspaceCommit, Ua as SuperviseDispatchOptions, Uc as CompletionEvidence, Uf as gateOnDeliverable, Ui as fanout, Ul as DownMessageEvent, Un as ProfileRichnessThresholds, Uo as sampleFromSettled, Ur as McpToolDescriptor, Us as FanoutOptions, Ut as GraphResult, V as Shell, Va as LoopDispatchOptions, Vc as defineLeaderboard, Vf as DeliverableSpec, Vi as InMemoryCorpus, Vl as DownMessageDeliveryAttempt, Vn as AuthoredProfile, Vo as noProgressFor, Vr as MaterializeLocalMcpOptions, Vs as EqualKVerdict, Vt as GraphEdgeCapError, W as WorkspaceRun, Wa as SuperviseOptionsForDispatch, Wc as CompletionPolicy, Wf as mapExecutorResult, Wi as flatWidenGate, Wl as MakeWorkerAgent, Wn as asAuthoredProfile, Wo as SupervisorSpanAttributes, Wr as StdioMcpConnection, Ws as FanoutSynthesis, Wt as RunGraphOptions, X as analyzeTrace, Xa as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Xc as AxisScoresOf, Xf as SpawnForestEvent, Xi as widen, Xn as CheckOutcome, Xo as FinalizeContext, Xr as OpenSandboxRunOptions, Xs as Panel, Xt as PromptHandle, Y as TrajectoryAnalysis, Ya as AuthorizedSpawnContext, Yc as stopSentinel, Yf as SpawnForest, Yi as verify, Yn as CheckExecChannel, Yo as DeliveredOutput, Yr as OpenSandboxRunBeforeStartContext, Ys as LoopUntilState, Z as WORKER_TOOL_TRACE_SCHEMA_VERSION, Za as DeliverableResolutionInput, Zc as GroupOf, Zf as SpawnForestInDoubtNode, Zi as CreateScopeAnalystOptions, Zn as CheckRunContext, Zo as FinalizerSettled, Zr as OpenSandboxRunPromptOptions, Zs as PanelJudge, Zt as PromptRegistry, _ as boxSurfaceReader, _a as AgenticRunResult, _c as WidenSpec, _f as RecoverRetainedRunResult, _i as probeSandboxCapabilities, _l as AnytimeReport, _n as rollingDispatch, _o as SupervisorToolDescriptor, _r as selectBestIndex, _s as localSandboxClient, _t as supervisorRunDir, a as SandboxInstance, aa as createMcpEnvironment, ac as ScopeAnalyzeInput, ai as SandboxLineage, al as ScoreOf, an as kernelPromptRegistry, ao as CoordinationBinding, ap as contentAddress, ar as StructuralRolloutResult, as as DriverAttemptStop, at as createScope, b as SuperviseSurfaceOptions, ba as AgenticTool, bc as DefinePersonaInput, bf as RetainedRunCancelOptions, bi as reconnectRetainedRun, bl as anytimeReport, bn as delegate, bo as resolveSupervisorProfile, br as ChampionPick, bs as InProcessPromptCtx, bt as workerCancelRequestsFile, c as VerifierEnvironmentOptions, ca as BenchmarkConfig, cc as TrajectoryNode, ci as createSandboxLineage, cl as renderLeaderboardHtml, cn as supervisorPolicyPrompt, co as ObserveSupervisorNodeEvent, cr as compareCheckOutcomes, cs as DriverRetryPolicy, ct as WorkerCancellation, d as HarvestSurfaceDiffsOptions, da as BenchmarkStrategySummary, dc as TrajectoryReportOptions, di as extractLlmCallEvent, dl as renderPairwiseMarkdown, dn as DispatchStopReason, do as ResolvedSupervisorProfile, dr as defaultStructuralRolloutPolicy, ds as TERMINAL_DECISIONS, dt as legacySupervisorRunDir, ea as buildSteerContext, ec as Pipeline, ei as TurnResult, el as LeaderboardOptions, en as createPromptRegistry, eo as SuperviseRegistryTable, ep as SpawnForestTree, er as CheckSourceCtx, es as collectDelivered, et as parseWorkerToolTraceArtifact, eu as WorkerSpawnContext, f as SurfaceDiff, fa as BenchmarkTaskRow, fc as Verify, fi as mapSandboxEvent, fl as AuditIntentInput, fn as DispatchUnit, fo as SupervisorAgentDeps, fr as filterAuthoredAsserts, fs as TerminalDecision, ft as legacySupervisorRunsRoot, g as WatchedSurface, ga as AgenticOptions, gc as WidenLineage, gf as RecoverRetainedRunOptions, gi as SandboxCapabilities, gl as defaultAuditorInstruction, gn as queueOf, go as SupervisorProfile, gr as sandboxCheckRunner, gs as LocalSandboxClientOptions, gt as safeWorkerFile, h as SurfaceReader, ha as runBenchmark, hc as WidenDecision, hf as ReconnectRetainedRunOptions, hi as CriuCapableClient, hl as auditIntent, hn as freeSlots, ho as SupervisorNodeContextSeed, hr as resolveEntrySymbol, hs as runAgentRounds, ht as readWorkerSteerRequests, i as SandboxEvent, ia as McpEnvironmentOptions, ic as ScopeAnalyst, ii as ForkCapableBox, il as ProfileKeyOf, in as formatPromptHandle, io as workerFromBackend, ip as replaySpawnTree, ir as StructuralRolloutPolicy, is as DriverAttemptRecord, it as ScopeArgs, iu as normalizeAnalyzeOnSettle, j as VERIFY_TAIL_CHARS, ja as SurfaceScore, jc as DefinedLeaderboard, ji as assertModelAllowed, jl as AnalyzeOnSettleRoute, jn as chatTransportExecutor, jo as ProgressSample, jr as pickChampion, js as observe, jt as createInMemoryRunContext, k as EVIDENCE_MAX_CHARS, ka as StrategyResult, kc as ShapeContext, kf as StartRetainedRunInEnvironmentOptions, ki as profileChatClient, kl as AnalystFindingEvent, kn as ChatTransportTool, ko as NoProgressForOptions, kr as StrategyEvolutionConfig, ks as ObserveOptions, kt as RunContext, l as createVerifierEnvironment, la as BenchmarkLift, lc as TrajectoryReport, li as SandboxToolPartState, ll as renderLeaderboardMarkdown, ln as ConcurrencyCaps, lo as ResolveDriveHarness, lr as composeCheckSources, ls as classifyDriverFailure, lt as WorkerSteerRequest, m as SurfaceReadOutcome, ma as printBenchmarkReport, mc as Widen, mf as NativeContextContinuationInput, mi as sumSandboxUsage, ml as IntentAudit, mn as effectiveConcurrency, mo as SupervisorNodeContext, mr as officialChecksFromMeta, ms as isTerminalDecision, mt as readWorkerCancellation, n as AnalystFinding, na as registryScopeAnalyst, nc as RenderCorpusToInstructions, ni as BranchCapableBox, nl as PairwiseOptions, nn as dumbContinuationFailPrompt, no as supervise, np as materializeTreeView, nr as StructuralRolloutConfig, ns as runFinalizer, nt as createRootHandle, nu as canonicalFindingEvent, o as computeFindingId, oa as sanitizeMcpToolSchema, oc as ScopeWidenGate, oi as SandboxLineageHandle, ol as leaderboard, on as naiveContinuationPrompt, oo as DriveHarness, or as VisibleCheck, os as DriverAttemptsExhaustedError, ot as settledToIteration, p as SurfaceReadBox, pa as Environment, pc as VerifySpec, pf as NativeContextContinuationExecution, pi as mapSandboxToolEvent, pl as AuditIntentOptions, pn as RollingDispatchOptions, pr as modelAuthoredChecks, ps as defaultSelectWinner, pt as readWorkerCancelRequests, q as localShell, qa as superviseDispatch, qc as deterministicCompletion, qf as InMemoryResultBlobStore, qi as pipeline, qn as profileRichnessFinding, qo as SupervisorSpanRecorder, qr as materializeLocalMcp, qs as LoopUntil, qt as defaultEdgeTraversalCap, r as CreateSandboxOptions, ra as McpEndpoint, rc as RenderCorpusToInstructionsOptions, ri as CheckpointCapableBox, rl as PairwiseVerdict, rn as dumbContinuationPassPrompt, rp as pendingWaits, rr as StructuralRolloutMessage, rs as runTree, rt as createSupervisor, s as makeFinding, sa as BenchmarkCell, sc as SteerContext, si as SessionCapableBox, sl as pairwiseSignificance, sn as promptHandle, so as DriveHarnessOwnerContext, sr as canDisplace, ss as DriverProgressMark, st as WorkerCancelRequest, t as AgentProfile, ta as createScopeAnalyst, tc as PipelineStage, ti as openSandboxRun, tl as LeaderboardRow, tn as delegatesWorkerBriefPrompt, tp as loadSpawnForest, tr as RepairStop, ts as pickBestDelivered, tt as workerTraceAnalysisStore, tu as WorkerWatchOptions, u as BoxSurfaceReaderOptions, ua as BenchmarkReport, uc as TrajectoryReportFn, ui as createSandboxToolPartState, ul as renderLeaderboardSvg, un as DispatchReport, uo as ResolveSupervisorTools, ur as defaultExtractCandidate, us as RunAgentRoundsOptions, ut as cancelWorker, v as fsSurfaceReader, va as AgenticSurface, vc as WinnerStrategy, vf as RetainedRunAdmission, vi as AcquireOptions, vl as AnytimeStrategySummary, vn as DelegateOptions, vo as SupervisorToolInvocationContext, vr as structuralRollout, vs as inlineSandboxClient, vt as supervisorRunsRoot, w as failuresAnalyst, wa as ShotSpec, wc as PersonaContext, wf as RetainedRunEnvironmentAdmission, wi as ResolveSandboxClientOptions, wl as renderAnytimeTable, wo as CoordinationLog, wr as EvolutionBandInfo, ws as HarvestFailure, wt as workerInboxFile, x as SuperviseSurfaceResult, xa as ArtifactHandle, xc as LoopShape, xf as RetainedRunCancellation, xi as recoverRetainedRun, xl as areaUnderCurve, xn as CoordinationMcpHandle, xo as supervisorAgent, xr as ChampionPolicy, xs as InProcessSandboxClientOptions, xt as workerCancellationFile, y as harvestSurfaceDiffs, ya as AgenticTask, yc as DefinePersona, yf as RetainedRunAdmissionHook, yi as acquireSandbox, yl as AnytimeTaskCurve, yn as defaultDelegateBudget, yo as assertCoordinationBinding, yr as visibleCheckScore, ys as InProcessOnPrompt, yt as supervisorWorkersDir, z as withUntrackedArtifacts, za as sampleThenRefine, zc as LeaderboardScore, zf as defaultToolDetectors, zi as runPersonified, zl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, zn as createBudgetPool, zo as anyOf, zr as strategyAuthorSystemPrompt, zs as EqualKOnCost, zt as EdgeTraversal } from "./index-DjPLpg7-.js";
|
|
2
|
+
import { $ as captureWorkerTraceEvidence, $a as SuperviseRegistry, $c as Leaderboard, $f as pendingWaits, $i as assertTraceDerivedFindings, $l as WorkerResumeContext, $n as CheckSource, $o as bestDelivered, $r as SandboxRunAbortError, $s as PanelVerdict, $t as analyzesFindingsReportPrompt, A as NOTE_MAX_CHARS, Aa as StrategyShotResult, Ac as ShapeRegistry, Af as BusStats, Ai as profileOptimizerModelCall, Al as AnalystRegistry, An as ChatWorkerSeamOptions, Ao as PlateauOptions, Ar as discriminatingMeans, As as defaultAnalystInstruction, At as createFileRunContext, B as GitWorkspaceOptions, Ba as LoopCampaignDispatchOptions, Bc as LeaderboardSpec, Bf as mapExecutorResult, Bi as FileCorpus, Bl as DownMessageAuthorizationInput, Bn as spendFromUsageEvents, Bo as createProgressTracker, Br as LocalMcpMaterialization, Bs as EqualKOnCostOptions, Bt as GraphEdge, C as SurfaceWorkerOut, Ca as RunAgenticOptions, Cc as Persona, Cf as RetainedRunReplayPoint, Ci as startRetainedRunInEnvironment, Cl as plateauLength, Co as CoordinationDeliveryEvidence, Cr as EvolutionAuthor, Cs as HarvestCorpusOptions, Ct as workerControlLogFile, D as WorktreeFanoutOptions, Da as StrategyCtx, Dc as RunPersonifiedOptions, Di as PromotionVerdict, Dl as WaterfallSpan, Dn as ChatSessionStore, Do as PriorCoordination, Dr as EvolutionReport, Ds as Observation, Dt as InMemoryRunContext, E as AuthoredHarness, Ea as StrategyArtifacts, Ec as RunPersonified, Ef as StartRetainedRunOptions, Ei as PromotionGateOptions, El as WaterfallReport, En as ChatCompletionsTransport, Eo as FileCoordinationLog, Er as EvolutionGeneration, Es as harvestCorpus, Et as writeWorkerSteer, F as settledWorkerOut, Fa as depthStrategy, Fc as LeaderboardFlagSpec, Ff as defaultToolDetectors, Fi as builtinShapes, Fl as ContinuityMode, Fn as BudgetPoolRestore, Fo as StopDecision, Fr as AuthoredStrategy, Fs as Corpus, Ft as WorktreePatchArtifact, G as gitWorkspace, Ga as loopCampaignDispatch, Gc as CompletionVerdict, Gf as SpawnForest, Gi as loopUntil, Gn as assessAuthoredProfile, Go as SupervisorSpanOptions, Gr as StdioMcpServerSpec, Gs as FanoutWinnerSelector, H as Workspace, Ha as LoopOptionsForDispatch, Hc as CompletionAnalyst, Hf as FileSpawnJournal, Hi as renderCorpusToInstructions, Hl as DownMessageDeliveryOutcome, Hn as ProfileRichness, Ho as plateau, Hr as McpSpawnFault, Hs as Fanout, Ht as GraphNode, I as CopyOptions, Ia as refine, Ic as LeaderboardIterationInfo, If as watchTrace, Ii as createShapeRegistry, Il as CoordinationEvent, In as BudgetReadout, Io as StopRule, Ir as assertStrategyContract, Is as CorpusFilter, It as createWorktreeCliExecutor, J as runInWorkspace, Ja as AuthorizedSpawn, Jc as sentinelCompletion, Jf as SpawnForestMissingTree, Ji as selectValidWinner, Jn as supervisorInstructions, Jo as createSupervisorSpanRecorder, Jr as Deliverable, Js as LoopUntilSpec, Jt as runGraph, K as jjWorkspace, Ka as loopDispatch, Kc as completionAuthorizes, Kf as SpawnForestEvent, Ki as panel, Kn as defaultProfileRichnessThresholds, Ko as SupervisorSpanOutcome, Kr as connectStdioMcp, Ks as FlatWidenGate, Kt as TraversalContinuity, L as UntrackedCopyStats, La as runAgentic, Lc as LeaderboardRunContext, Lf as DeliverableSpec, Li as registerShape, Ln as ReservationRejection, Lo as allOf, Lr as authorStrategy, Ls as CorpusRecord, Lt as AgentGraph, M as WorkerEvidenceInput, Ma as adaptiveRefine, Mc as LeaderboardBenchScore, Mf as PublishOptions, Mi as assertProfileModelsAllowed, Ml as AuthorizeDownMessage, Mn as chatWorkerSeam, Mo as ProgressTracker, Mr as runStrategyEvolution, Ms as renderReport, Mt as PatchDeliverableOptions, N as closingWorkerNote, Na as breadthStrategy, Nc as LeaderboardBenchTask, Nf as createEventBus, Ni as equalKOnCost, Nl as AuthorizedDownMessage, Nn as createChatSessionStore, No as ProgressTrackerOptions, Nr as selectChampion, Ns as AssertTraceDerivedFindings, Nt as patchDelivered, O as worktreeFanout, Oa as StrategyMessage, Oc as ShapeBudget, Of as BusEvent, Oi as promotionGate, Ol as createWaterfallCollector, On as ChatTransportExecutorOptions, Oo as AllWorkersStalledOptions, Or as ReproductionCheck, Os as ObserveInput, Ot as InMemoryRunContextOptions, P as composeWorkerEvidence, Pa as defineStrategy, Pc as LeaderboardBenchmarkAdapter, Pf as WatchTraceOptions, Pi as trajectoryReport, Pl as ContinuationInstruction, Pn as BudgetPool, Po as ProgressView, Pr as AuthorStrategyOptions, Ps as CombinatorShape, Pt as WorktreeCliExecutorOptions, Q as WorkerToolTraceArtifact, Qa as SuperviseOptions, Qc as Interval, Qf as materializeTreeView, Qi as RegistryAnalyzeProjection, Qn as CheckRunner, Qo as SupervisorFinalizer, Qr as SandboxRun, Qs as PanelSpec, Qt as RegisteredPrompt, R as copyUntrackedIntoClone, Ra as sample, Rc as LeaderboardScenario, Rf as ExecutorResultMapping, Ri as definePersona, Rn as ReservationTicket, Ro as allWorkersStalled, Rr as strategyAuthorContract, Rs as EqualKArm, Rt as EdgeDeliveryOutcome, S as SurfaceWorkerConfig, Sa as CorpusReadbackOptions, Sc as Outcome, Sf as RetainedRunHandle, Si as startRetainedRun, Sl as bestSoFar, Sn as serveCoordinationMcp, Sr as EvolutionArchiveNode, Ss as inProcessSandboxClient, St as workerCancellationsDir, T as superviseSurface, Ta as Strategy, Tc as PersonaExecutors, Tf as StartRetainedRunInEnvironmentOptions, Ti as resolveSandboxClient, Tl as WaterfallCollector, Tn as finalizeBestDelivered, To as CoordinationOwnerId, Tr as EvolutionCandidate, Ts as HarvestReport, Tt as workerInboxFileFromEventDir, U as WorkspaceCommit, Ua as SuperviseDispatchOptions, Uc as CompletionEvidence, Uf as InMemoryResultBlobStore, Ui as fanout, Ul as DownMessageEvent, Un as ProfileRichnessThresholds, Uo as sampleFromSettled, Ur as McpToolDescriptor, Us as FanoutOptions, Ut as GraphResult, V as Shell, Va as LoopDispatchOptions, Vc as defineLeaderboard, Vf as FileResultBlobStore, Vi as InMemoryCorpus, Vl as DownMessageDeliveryAttempt, Vn as AuthoredProfile, Vo as noProgressFor, Vr as MaterializeLocalMcpOptions, Vs as EqualKVerdict, Vt as GraphEdgeCapError, W as WorkspaceRun, Wa as SuperviseOptionsForDispatch, Wc as CompletionPolicy, Wf as InMemorySpawnJournal, Wi as flatWidenGate, Wl as MakeWorkerAgent, Wn as asAuthoredProfile, Wo as SupervisorSpanAttributes, Wr as StdioMcpConnection, Ws as FanoutSynthesis, Wt as RunGraphOptions, X as analyzeTrace, Xa as DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, Xc as AxisScoresOf, Xf as SpawnForestTree, Xi as widen, Xn as CheckOutcome, Xo as FinalizeContext, Xr as OpenSandboxRunOptions, Xs as Panel, Xt as PromptHandle, Y as TrajectoryAnalysis, Ya as AuthorizedSpawnContext, Yc as stopSentinel, Yf as SpawnForestNode, Yi as verify, Yn as CheckExecChannel, Yo as DeliveredOutput, Yr as OpenSandboxRunBeforeStartContext, Ys as LoopUntilState, Z as WORKER_TOOL_TRACE_SCHEMA_VERSION, Za as DeliverableResolutionInput, Zc as GroupOf, Zf as loadSpawnForest, Zi as CreateScopeAnalystOptions, Zn as CheckRunContext, Zo as FinalizerSettled, Zr as OpenSandboxRunPromptOptions, Zs as PanelJudge, Zt as PromptRegistry, _ as boxSurfaceReader, _a as AgenticRunResult, _c as WidenSpec, _f as RetainedRunCancellation, _i as probeSandboxCapabilities, _l as AnytimeReport, _n as rollingDispatch, _o as SupervisorToolDescriptor, _r as selectBestIndex, _s as localSandboxClient, _t as supervisorRunDir, a as SandboxInstance, aa as createMcpEnvironment, ac as ScopeAnalyzeInput, ai as SandboxLineage, al as ScoreOf, an as kernelPromptRegistry, ao as CoordinationBinding, ar as StructuralRolloutResult, as as DriverAttemptStop, at as createScope, b as SuperviseSurfaceOptions, ba as AgenticTool, bc as DefinePersonaInput, bf as RetainedRunEnvironmentAdmission, bi as reconnectRetainedRun, bl as anytimeReport, bn as delegate, bo as resolveSupervisorProfile, br as ChampionPick, bs as InProcessPromptCtx, bt as workerCancelRequestsFile, c as VerifierEnvironmentOptions, ca as BenchmarkConfig, cc as TrajectoryNode, ci as createSandboxLineage, cl as renderLeaderboardHtml, cn as supervisorPolicyPrompt, co as ObserveSupervisorNodeEvent, cr as compareCheckOutcomes, cs as DriverRetryPolicy, ct as WorkerCancellation, d as HarvestSurfaceDiffsOptions, da as BenchmarkStrategySummary, dc as TrajectoryReportOptions, df as ReconnectRetainedRunOptions, di as extractLlmCallEvent, dl as renderPairwiseMarkdown, dn as DispatchStopReason, do as ResolvedSupervisorProfile, dr as defaultStructuralRolloutPolicy, ds as TERMINAL_DECISIONS, dt as legacySupervisorRunDir, ea as buildSteerContext, ec as Pipeline, ei as TurnResult, el as LeaderboardOptions, en as createPromptRegistry, eo as SuperviseRegistryTable, ep as replaySpawnTree, er as CheckSourceCtx, es as collectDelivered, et as parseWorkerToolTraceArtifact, eu as WorkerSpawnContext, f as SurfaceDiff, fa as BenchmarkTaskRow, fc as Verify, ff as RecoverRetainedRunOptions, fi as mapSandboxEvent, fl as AuditIntentInput, fn as DispatchUnit, fo as SupervisorAgentDeps, fr as filterAuthoredAsserts, fs as TerminalDecision, ft as legacySupervisorRunsRoot, g as WatchedSurface, ga as AgenticOptions, gc as WidenLineage, gf as RetainedRunCancelOptions, gi as SandboxCapabilities, gl as defaultAuditorInstruction, gn as queueOf, go as SupervisorProfile, gr as sandboxCheckRunner, gs as LocalSandboxClientOptions, gt as safeWorkerFile, h as SurfaceReader, ha as runBenchmark, hc as WidenDecision, hf as RetainedRunAdmissionHook, hi as CriuCapableClient, hl as auditIntent, hn as freeSlots, ho as SupervisorNodeContextSeed, hr as resolveEntrySymbol, hs as runAgentRounds, ht as readWorkerSteerRequests, i as SandboxEvent, ia as McpEnvironmentOptions, ic as ScopeAnalyst, ii as ForkCapableBox, il as ProfileKeyOf, in as formatPromptHandle, io as workerFromBackend, ir as StructuralRolloutPolicy, is as DriverAttemptRecord, it as ScopeArgs, iu as normalizeAnalyzeOnSettle, j as VERIFY_TAIL_CHARS, ja as SurfaceScore, jc as DefinedLeaderboard, jf as EventBus, ji as assertModelAllowed, jl as AnalyzeOnSettleRoute, jn as chatTransportExecutor, jo as ProgressSample, jr as pickChampion, js as observe, jt as createInMemoryRunContext, k as EVIDENCE_MAX_CHARS, ka as StrategyResult, kc as ShapeContext, kf as BusRecord, ki as profileChatClient, kl as AnalystFindingEvent, kn as ChatTransportTool, ko as NoProgressForOptions, kr as StrategyEvolutionConfig, ks as ObserveOptions, kt as RunContext, l as createVerifierEnvironment, la as BenchmarkLift, lc as TrajectoryReport, lf as NativeContextContinuationExecution, li as SandboxToolPartState, ll as renderLeaderboardMarkdown, ln as ConcurrencyCaps, lo as ResolveDriveHarness, lr as composeCheckSources, ls as classifyDriverFailure, lt as WorkerSteerRequest, m as SurfaceReadOutcome, ma as printBenchmarkReport, mc as Widen, mf as RetainedRunAdmission, mi as sumSandboxUsage, ml as IntentAudit, mn as effectiveConcurrency, mo as SupervisorNodeContext, mr as officialChecksFromMeta, ms as isTerminalDecision, mt as readWorkerCancellation, n as AnalystFinding, na as registryScopeAnalyst, nc as RenderCorpusToInstructions, ni as BranchCapableBox, nl as PairwiseOptions, nn as dumbContinuationFailPrompt, no as supervise, nr as StructuralRolloutConfig, ns as runFinalizer, nt as createRootHandle, nu as canonicalFindingEvent, o as computeFindingId, oa as sanitizeMcpToolSchema, oc as ScopeWidenGate, oi as SandboxLineageHandle, ol as leaderboard, on as naiveContinuationPrompt, oo as DriveHarness, or as VisibleCheck, os as DriverAttemptsExhaustedError, ot as settledToIteration, p as SurfaceReadBox, pa as Environment, pc as VerifySpec, pf as RecoverRetainedRunResult, pi as mapSandboxToolEvent, pl as AuditIntentOptions, pn as RollingDispatchOptions, pr as modelAuthoredChecks, ps as defaultSelectWinner, pt as readWorkerCancelRequests, q as localShell, qa as superviseDispatch, qc as deterministicCompletion, qf as SpawnForestInDoubtNode, qi as pipeline, qn as profileRichnessFinding, qo as SupervisorSpanRecorder, qr as materializeLocalMcp, qs as LoopUntil, qt as defaultEdgeTraversalCap, r as CreateSandboxOptions, ra as McpEndpoint, rc as RenderCorpusToInstructionsOptions, ri as CheckpointCapableBox, rl as PairwiseVerdict, rn as dumbContinuationPassPrompt, rr as StructuralRolloutMessage, rs as runTree, rt as createSupervisor, s as makeFinding, sa as BenchmarkCell, sc as SteerContext, si as SessionCapableBox, sl as pairwiseSignificance, sn as promptHandle, so as DriveHarnessOwnerContext, sr as canDisplace, ss as DriverProgressMark, st as WorkerCancelRequest, t as AgentProfile, ta as createScopeAnalyst, tc as PipelineStage, ti as openSandboxRun, tl as LeaderboardRow, tn as delegatesWorkerBriefPrompt, tp as contentAddress, tr as RepairStop, ts as pickBestDelivered, tt as workerTraceAnalysisStore, tu as WorkerWatchOptions, u as BoxSurfaceReaderOptions, ua as BenchmarkReport, uc as TrajectoryReportFn, uf as NativeContextContinuationInput, ui as createSandboxToolPartState, ul as renderLeaderboardSvg, un as DispatchReport, uo as ResolveSupervisorTools, ur as defaultExtractCandidate, us as RunAgentRoundsOptions, ut as cancelWorker, v as fsSurfaceReader, va as AgenticSurface, vc as WinnerStrategy, vf as RetainedRunDispatchedAdmission, vi as AcquireOptions, vl as AnytimeStrategySummary, vn as DelegateOptions, vo as SupervisorToolInvocationContext, vr as structuralRollout, vs as inlineSandboxClient, vt as supervisorRunsRoot, w as failuresAnalyst, wa as ShotSpec, wc as PersonaContext, wf as RetainedRunSnapshot, wi as ResolveSandboxClientOptions, wl as renderAnytimeTable, wo as CoordinationLog, wr as EvolutionBandInfo, ws as HarvestFailure, wt as workerInboxFile, x as SuperviseSurfaceResult, xa as ArtifactHandle, xc as LoopShape, xf as RetainedRunEventOptions, xi as recoverRetainedRun, xl as areaUnderCurve, xn as CoordinationMcpHandle, xo as supervisorAgent, xr as ChampionPolicy, xs as InProcessSandboxClientOptions, xt as workerCancellationFile, y as harvestSurfaceDiffs, ya as AgenticTask, yc as DefinePersona, yf as RetainedRunEffect, yi as acquireSandbox, yl as AnytimeTaskCurve, yn as defaultDelegateBudget, yo as assertCoordinationBinding, yr as visibleCheckScore, ys as InProcessOnPrompt, yt as supervisorWorkersDir, z as withUntrackedArtifacts, za as sampleThenRefine, zc as LeaderboardScore, zf as gateOnDeliverable, zi as runPersonified, zl as DEFAULT_AWAIT_EVENT_TIMEOUT_MS, zn as createBudgetPool, zo as anyOf, zr as strategyAuthorSystemPrompt, zs as EqualKOnCost, zt as EdgeTraversal } from "./index-DBuSUP9J.js";
|
|
3
3
|
import { $ as WaitOpts, $t as WaitSpec, A as ResumedWork, B as SpawnOpts, C as NodeStatus, D as Restart, E as ProviderModelExecutionEvidence, F as Runtime, G as SpendGap, H as SpawnRejection, I as Scope, J as Supervisor, Jt as PendingWait, K as SteerableRootHandle, L as Settled, M as RootMaterialization, N as RootProviderModelEvidence, O as ResultBlobStore, Ot as createOpenInferenceFileExporter, P as RootSignal, Q as UsageEvent, Qt as WaitRejection, R as SpawnEvent, S as NodeSnapshot, T as ProviderModelAttemptEvidence, U as Spend, V as SpawnPrior, W as SpendChannel, X as TreeView, Xt as WaitProbe, Y as SupervisorOpts, Yt as WaitOutcome, Z as UnknownMaterializationReason, Zt as WaitProbeRegistry, _ as MaterializedExecutionIdentity, _n as ScopeProgressInput, an as waitUntil, at as readWorkerTraceContext, b as NodeExecutionIdentity, bn as readWorkerProgress, c as ExecutorAccounting, cn as ToolStepInput, ct as workerTraceSeamKey, d as ExecutorFactory, dn as decodeToolPart, en as createWaitProbes, et as WidenGate, f as ExecutorMaterialization, fn as sandboxSessionTraceSource, g as Handle, gn as ExecutorProgress, h as ExecutorResult, hn as DEFAULT_STALL_AFTER_MS, i as Budget, in as validateWaitSpec, it as WorkerTraceSeamCarrier, j as RootHandle, k as ResumedKeyState, kt as createOtelExporter, l as ExecutorContext, ln as TraceSource, m as ExecutorRegistry, mn as ActivityNote, n as AgentExecutionRef, nn as pollFor, nt as WorkerTraceUnavailableReason, o as ExecutionBindingReceipt, on as SessionMessageLike, ot as workerTraceEnv, p as ExecutorNodeContext, pn as ActivityLog, q as SupervisedResult, r as AgentSpec, rn as timerAt, rt as WorkerTraceResolver, s as Executor, sn as SessionTraceBox, st as workerTraceHeaders, t as Agent, tn as isWaitOutcome, tt as WorkerTraceEvidence, u as ExecutorExecutionBinding, un as createPushTraceSource, v as MaterializedModelIdentity, vn as WorkerProgress, w as ProfileMaterializationReceipt, x as NodeId, y as NoWinnerError, yn as createActivityLog, z as SpawnJournal } from "./types-BCkweg3w.js";
|
|
4
|
-
import { A as
|
|
4
|
+
import { A as resolveSecretEnv, C as PeerInboxMessage, Ct as PeerMailboxOptions, D as envKeyProvider, Dt as peerMailTools, E as ResolvedMcpServerLaunch, Et as isPeerMailEnvelope, F as WorktreeProfileMaterializationReceipt, M as WorktreeCheckRunner, N as WorktreeCommandResult, O as mcpSecretEnvMetadataKey, Ot as peerMailVerbNames, P as WorktreeHarnessResult, S as InboxMessage, St as PeerMailbox, T as KeyProvider, Tt as createPeerMailbox, _ as SteerableSandboxArgs, _t as PeerMailLimits, a as CliWorktreeSeam, at as ToolLoopCallContext, b as AuthorityInboxMessage, bt as PeerMailRefusal, c as RouterSeam, ct as ToolLoopCompactionOptions, d as SandboxSeam, dt as AUTHORITY_MARKERS, f as cliWorktreeExecutor, ft as DEFAULT_PEER_MAIL_LIMITS, g as SandboxSteeringOptions, gt as PeerMailKind, h as DEFAULT_SANDBOX_STEERING_MAX_TURNS, ht as PeerMailEvent, i as CliWorktreeBridgeSeam, it as ToolSpec, j as secretEnvOfMcpServer, k as resolveMcpServerLaunch, l as RouterToolsSeam, lt as ToolLoopMessageRecord, m as createExecutorRegistry, mt as PeerMailEnvelope, n as BridgeSeam, o as ExecutorConfig, ot as ToolLoopChat, p as createExecutor, pt as PEER_MAIL_WIRE_KEY, r as CliSeam, rt as RouterTransportConfig, s as ProviderSeam, st as ToolLoopCompaction, t as BridgeModelCredential, u as SandboxLeafOut, ut as ToolLoopToolCall, v as SteerableSandboxSession, vt as PeerMailOutcome, w as createInbox, wt as claimsAuthority, x as Inbox, xt as PeerMailSendInput, y as createSteerableSandboxSession, yt as PeerMailReadout } from "./runtime-DhPCNvuH.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-DA8LqBV-.js";
|
|
6
6
|
import { a as StreamAgentTurnOptions, i as CollectedAgentTurn, n as AgentTurnInput, o as collectAgentTurn, r as AgentTurnUsage, s as streamAgentTurn, t as AgentTurnBackend } from "./stream-agent-turn-DhPlvHwp.js";
|
|
7
|
-
export { type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentExecutionRef, type AgentGraph, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnalyzeOnSettleRoute, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AuthorizeDownMessage, type AuthorizedDownMessage, type AuthorizedSpawn, type AuthorizedSpawnContext, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BoxSurfaceReaderOptions, type BranchCapableBox, type BridgeModelCredential, type BridgeSeam, type Budget, type BudgetPool, type BudgetPoolRestore, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type ChatCompletionsTransport, type ChatSessionStore, type ChatTransportExecutorOptions, type ChatTransportTool, type ChatWorkerSeamOptions, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type ContinuationInstruction, type ContinuityMode, type CoordinationBinding, type CoordinationDeliveryEvidence, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CoordinationOwnerId, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableResolutionInput, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageAuthorizationInput, type DownMessageDeliveryAttempt, type DownMessageDeliveryOutcome, type DownMessageEvent, type DriveHarness, type DriveHarnessOwnerContext, type Driver, type DriverAttemptRecord, type DriverAttemptStop, DriverAttemptsExhaustedError, type DriverProgressMark, type DriverRetryPolicy, EVIDENCE_MAX_CHARS, type EdgeDeliveryOutcome, type EdgeTraversal, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type ExecutionBindingReceipt, type Executor, type ExecutorAccounting, type ExecutorConfig, type ExecutorContext, type ExecutorExecutionBinding, type ExecutorFactory, type ExecutorMaterialization, type ExecutorNodeContext, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type ExecutorResultMapping, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GraphEdge, GraphEdgeCapError, type GraphNode, type GraphResult, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, type HarvestSurfaceDiffsOptions, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type MaterializedExecutionIdentity, type MaterializedModelIdentity, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NativeContextContinuationExecution, type NativeContextContinuationInput, type NoProgressForOptions, type NoWinnerError, type NodeExecutionIdentity, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type ObserveSupervisorNodeEvent, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileMaterializationReceipt, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type PromptHandle, type PromptRegistry, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderModelAttemptEvidence, type ProviderModelExecutionEvidence, type ProviderSeam, type PublishOptions, type ReconnectRetainedRunOptions, type RecoverRetainedRunOptions, type RecoverRetainedRunResult, type RegisteredPrompt, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveDriveHarness, type ResolveSandboxClientOptions, type ResolveSupervisorTools, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RetainedRunAdmission, type RetainedRunAdmissionHook, type RetainedRunCancelOptions, type RetainedRunCancellation, type RetainedRunDispatchedAdmission, type RetainedRunEffect, type RetainedRunEnvironmentAdmission, type RetainedRunEventOptions, type RetainedRunHandle, type RetainedRunReplayPoint, type RetainedRunSnapshot, type RollingDispatchOptions, type RootHandle, type RootMaterialization, type RootProviderModelEvidence, type RootSignal, type RouterSeam, type RouterToolsSeam, type RouterTransportConfig, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunGraphOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLeafOut, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotSpec, type SpawnEvent, type SpawnForest, type SpawnForestEvent, type SpawnForestInDoubtNode, type SpawnForestMissingTree, type SpawnForestNode, type SpawnForestTree, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type SpendChannel, type SpendGap, type StartRetainedRunInEnvironmentOptions, type StartRetainedRunOptions, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableRootHandle, type SteerableSandboxArgs, type SteerableSandboxSession, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseDispatchOptions, type SuperviseOptions, type SuperviseOptionsForDispatch, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorNodeContext, type SupervisorNodeContextSeed, type SupervisorOpts, type SupervisorProfile, type SupervisorSpanAttributes, type SupervisorSpanOptions, type SupervisorSpanOutcome, type SupervisorSpanRecorder, type SupervisorToolDescriptor, type SupervisorToolInvocationContext, type SurfaceDiff, type SurfaceReadBox, type SurfaceReadOutcome, type SurfaceReader, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, TERMINAL_DECISIONS, type TerminalDecision, type ToolLoopCallContext, type ToolLoopChat, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolLoopToolCall, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TraversalContinuity, type TreeView, type TurnResult, type UnknownMaterializationReason, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, WORKER_TOOL_TRACE_SCHEMA_VERSION, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WatchedSurface, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerCancelRequest, type WorkerCancellation, type WorkerEvidenceInput, type WorkerProgress, type WorkerResumeContext, type WorkerSpawnContext, type WorkerSteerRequest, type WorkerToolTraceArtifact, type WorkerTraceEvidence, type WorkerTraceResolver, type WorkerTraceSeamCarrier, type WorkerTraceUnavailableReason, type WorkerWatchOptions, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cancelWorker, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, classifyDriverFailure, cliWorktreeExecutor, closingWorkerNote, collectAgentTurn, collectDelivered, compareCheckOutcomes, completionAuthorizes, composeCheckSources, composeWorkerEvidence, computeFindingId, connectStdioMcp, contentAddress, copyUntrackedIntoClone, createActivityLog, createAgentEnvironmentProviderRegistry, createBudgetPool, createChatSessionStore, createEventBus, createExecutor, createExecutorRegistry, createFileRunContext, createInMemoryRunContext, createInbox, createMcpEnvironment, createOpenInferenceFileExporter, createOtelExporter, createProgressTracker, createPromptRegistry, createPushTraceSource, createRootHandle, createSandboxLineage, createSandboxToolPartState, createScope, createScopeAnalyst, createShapeRegistry, createSteerableSandboxSession, createSupervisor, createSupervisorSpanRecorder, createTangleSandboxExactProcessProvider, createVerifierEnvironment, createWaitProbes, createWaterfallCollector, createWorktreeCliExecutor, decodeToolPart, defaultAnalystInstruction, defaultAuditorInstruction, defaultDelegateBudget, defaultEdgeTraversalCap, defaultExtractCandidate, defaultProfileRichnessThresholds, defaultSelectWinner, defaultStructuralRolloutPolicy, defaultToolDetectors, defineLeaderboard, definePersona, defineStrategy, delegate, delegatesWorkerBriefPrompt, depthStrategy, deterministicCompletion, discriminatingMeans, dumbContinuationFailPrompt, dumbContinuationPassPrompt, effectiveConcurrency, envKeyProvider, equalKOnCost, extractLlmCallEvent, failuresAnalyst, fanout, filterAuthoredAsserts, finalizeBestDelivered, flatWidenGate, formatPromptHandle, freeSlots, fsSurfaceReader, gateOnDeliverable, gitWorkspace, harvestCorpus, harvestSurfaceDiffs, inProcessSandboxClient, inlineSandboxClient, 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, pendingWaits, pickBestDelivered, pickChampion, pipeline, plateau, plateauLength, pollFor, printBenchmarkReport, probeSandboxCapabilities, profileChatClient, profileOptimizerModelCall, profileRichnessFinding, promotionGate, promptHandle, providerAsExecutor, providerAsSandboxClient, queueOf, readWorkerCancelRequests, readWorkerCancellation, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, 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 };
|
|
7
|
+
export { AUTHORITY_MARKERS, type AcquireOptions, type ActivityLog, type ActivityNote, type Agent, type AgentEnvironment, type AgentEnvironmentCapabilities, type AgentEnvironmentEvent, type AgentEnvironmentProvider, type AgentEnvironmentProviderRef, type AgentEnvironmentProviderRegistry, type AgentEnvironmentQuery, type AgentEnvironmentStatus, type AgentEnvironmentSummary, type AgentExecutionRef, type AgentGraph, type AgentProfile, type AgentProfileRef, type AgentRunSpec, type AgentSession, type AgentSessionRef, type AgentSessionStatus, type AgentSpec, type AgentTurnBackend, type AgentTurnInput, type AgentTurnResult, type AgentTurnUsage, type AgenticOptions, type AgenticRunResult, type AgenticSurface, type AgenticTask, type AgenticTool, type AllWorkersStalledOptions, type AnalystFinding, type AnalystFindingEvent, type AnalystRegistry, type AnalyzeOnSettleRoute, type AnytimeReport, type AnytimeStrategySummary, type AnytimeTaskCurve, type ArtifactHandle, type AssertTraceDerivedFindings, type AuditIntentInput, type AuditIntentOptions, type AuthorStrategyOptions, type AuthoredHarness, type AuthoredProfile, type AuthoredStrategy, type AuthorityInboxMessage, type AuthorizeDownMessage, type AuthorizedDownMessage, type AuthorizedSpawn, type AuthorizedSpawnContext, type AxisScoresOf, type BenchmarkCell, type BenchmarkConfig, type BenchmarkLift, type BenchmarkReport, type BenchmarkStrategySummary, type BenchmarkTaskRow, type BoxSurfaceReaderOptions, type BranchCapableBox, type BridgeModelCredential, type BridgeSeam, type Budget, type BudgetPool, type BudgetPoolRestore, type BudgetReadout, type BusEvent, type BusRecord, type BusStats, type ChampionPick, type ChampionPolicy, type ChatCompletionsTransport, type ChatSessionStore, type ChatTransportExecutorOptions, type ChatTransportTool, type ChatWorkerSeamOptions, type CheckExecChannel, type CheckOutcome, type CheckRunContext, type CheckRunner, type CheckSource, type CheckSourceCtx, type CheckpointCapableBox, type CheckpointRef, type CheckpointRequest, type CliSeam, type CliWorktreeBridgeSeam, type CliWorktreeSeam, type CollectedAgentTurn, type CombinatorShape, type CompletionAnalyst, type CompletionEvidence, type CompletionPolicy, type CompletionVerdict, type ConcurrencyCaps, type ContinuationInstruction, type ContinuityMode, type CoordinationBinding, type CoordinationDeliveryEvidence, type CoordinationEvent, type CoordinationLog, type CoordinationMcpHandle, type CoordinationOwnerId, type CopyOptions, type Corpus, type CorpusFilter, type CorpusReadbackOptions, type CorpusRecord, type CreateAgentEnvironmentInput, type CreateSandboxOptions, type CreateScopeAnalystOptions, type CreateTangleSandboxExactProcessProviderOptions, type CriuCapableClient, DEFAULT_AUTHORED_PROFILE_SECURITY_POLICY, DEFAULT_AWAIT_EVENT_TIMEOUT_MS, DEFAULT_PEER_MAIL_LIMITS, DEFAULT_SANDBOX_STEERING_MAX_TURNS, DEFAULT_STALL_AFTER_MS, type DefaultVerdict, type DefinePersona, type DefinePersonaInput, type DefinedLeaderboard, type DelegateOptions, type Deliverable, type DeliverableResolutionInput, type DeliverableSpec, type DeliveredOutput, type DispatchReport, type DispatchStopReason, type DispatchUnit, type DownMessageAuthorizationInput, type DownMessageDeliveryAttempt, type DownMessageDeliveryOutcome, type DownMessageEvent, type DriveHarness, type DriveHarnessOwnerContext, type Driver, type DriverAttemptRecord, type DriverAttemptStop, DriverAttemptsExhaustedError, type DriverProgressMark, type DriverRetryPolicy, EVIDENCE_MAX_CHARS, type EdgeDeliveryOutcome, type EdgeTraversal, type Environment, type EqualKArm, type EqualKOnCost, type EqualKOnCostOptions, type EqualKVerdict, type EventBus, type EvolutionArchiveNode, type EvolutionAuthor, type EvolutionBandInfo, type EvolutionCandidate, type EvolutionGeneration, type EvolutionReport, type ExecCtx, type ExecRequest, type ExecResult, type ExecutionBindingReceipt, type Executor, type ExecutorAccounting, type ExecutorConfig, type ExecutorContext, type ExecutorExecutionBinding, type ExecutorFactory, type ExecutorMaterialization, type ExecutorNodeContext, type ExecutorProgress, type ExecutorRegistry, type ExecutorResult, type ExecutorResultMapping, type Fanout, type FanoutOptions, type FanoutSynthesis, type FanoutWinnerSelector, FileCoordinationLog, FileCorpus, FileResultBlobStore, FileSpawnJournal, type FinalizeContext, type FinalizerSettled, type FlatWidenGate, type ForkCapableBox, type ForkRequest, type GitWorkspaceOptions, type GraphEdge, GraphEdgeCapError, type GraphNode, type GraphResult, type GroupOf, type Handle, type HarvestCorpusOptions, type HarvestFailure, type HarvestReport, type HarvestSurfaceDiffsOptions, InMemoryCorpus, InMemoryResultBlobStore, type InMemoryRunContext, type InMemoryRunContextOptions, InMemorySpawnJournal, type InProcessOnPrompt, type InProcessPromptCtx, type InProcessSandboxClientOptions, type Inbox, type InboxMessage, type IntentAudit, type Interval, type Iteration, type KeyProvider, type Leaderboard, type LeaderboardBenchScore, type LeaderboardBenchTask, type LeaderboardBenchmarkAdapter, type LeaderboardFlagSpec, type LeaderboardIterationInfo, type LeaderboardOptions, type LeaderboardRow, type LeaderboardRunContext, type LeaderboardScenario, type LeaderboardScore, type LeaderboardSpec, type LocalMcpMaterialization, type LocalSandboxClientOptions, type LoopCampaignDispatchOptions, type LoopDecisionPayload, type LoopDispatchOptions, type LoopEndedPayload, type LoopIterationDispatchPayload, type LoopIterationEndedPayload, type LoopIterationStartedPayload, type LoopLineageOptions, type LoopOptionsForDispatch, type LoopPlanDescription, type LoopPlanPayload, type LoopResult, type LoopSandboxPlacement, type LoopShape, type LoopStartedPayload, type LoopTeardownFailedPayload, type LoopTokenUsage, type LoopTraceEmitter, type LoopTraceEvent, type LoopUntil, type LoopUntilSpec, type LoopUntilState, type LoopWinner, type MakeWorkerAgent, type MaterializeLocalMcpOptions, type MaterializedExecutionIdentity, type MaterializedModelIdentity, type McpEndpoint, type McpEnvironmentOptions, McpSpawnFault, type McpToolDescriptor, type MountManifestEntry, type MountRecorder, NOTE_MAX_CHARS, type NativeContextContinuationExecution, type NativeContextContinuationInput, type NoProgressForOptions, type NoWinnerError, type NodeExecutionIdentity, type NodeId, type NodeSnapshot, type NodeStatus, type Observation, type ObserveInput, type ObserveOptions, type ObserveSupervisorNodeEvent, type OpenSandboxRunBeforeStartContext, type OpenSandboxRunOptions, type OpenSandboxRunPromptOptions, type Outcome, type OutputAdapter, PEER_MAIL_WIRE_KEY, type PairwiseOptions, type PairwiseVerdict, type Panel, type PanelJudge, type PanelSpec, type PanelVerdict, type PatchDeliverableOptions, type PeerInboxMessage, type PeerMailEnvelope, type PeerMailEvent, type PeerMailKind, type PeerMailLimits, type PeerMailOutcome, type PeerMailReadout, type PeerMailRefusal, type PeerMailSendInput, type PeerMailbox, type PeerMailboxOptions, type PendingWait, type Persona, type PersonaContext, type PersonaExecutors, type Pipeline, type PipelineStage, type PlacementInfo, type PlateauOptions, type PriorCoordination, type ProfileKeyOf, type ProfileMaterializationReceipt, type ProfileRichness, type ProfileRichnessThresholds, type ProgressSample, type ProgressTracker, type ProgressTrackerOptions, type ProgressView, type PromotionGateOptions, type PromotionVerdict, type PromptHandle, type PromptRegistry, type ProviderAsSandboxClientOptions, type ProviderExecutorOptions, type ProviderModelAttemptEvidence, type ProviderModelExecutionEvidence, type ProviderSeam, type PublishOptions, type ReconnectRetainedRunOptions, type RecoverRetainedRunOptions, type RecoverRetainedRunResult, type RegisteredPrompt, type RegistryAnalyzeProjection, type RenderCorpusToInstructions, type RenderCorpusToInstructionsOptions, type RepairStop, type ReproductionCheck, type ReservationRejection, type ReservationTicket, type ResolveDriveHarness, type ResolveSandboxClientOptions, type ResolveSupervisorTools, type ResolvedMcpServerLaunch, type ResolvedSupervisorProfile, type ResourceRequest, type Restart, type ResultBlobStore, type ResumedKeyState, type ResumedWork, type RetainedRunAdmission, type RetainedRunAdmissionHook, type RetainedRunCancelOptions, type RetainedRunCancellation, type RetainedRunDispatchedAdmission, type RetainedRunEffect, type RetainedRunEnvironmentAdmission, type RetainedRunEventOptions, type RetainedRunHandle, type RetainedRunReplayPoint, type RetainedRunSnapshot, type RollingDispatchOptions, type RootHandle, type RootMaterialization, type RootProviderModelEvidence, type RootSignal, type RouterSeam, type RouterToolsSeam, type RouterTransportConfig, type RunAgentRoundsOptions, type RunAgenticOptions, type RunContext, type RunGraphOptions, type RunPersonified, type RunPersonifiedOptions, type RunProvenance, type Runtime, type SandboxCapabilities, type SandboxClient, type SandboxClientProviderOptions, type SandboxControlClient, type SandboxEvent, type SandboxInstance, type SandboxLeafOut, type SandboxLineage, type SandboxLineageHandle, type SandboxRun, SandboxRunAbortError, type SandboxSeam, type SandboxSteeringOptions, type SandboxToolPartState, type Scope, type ScopeAnalyst, type ScopeAnalyzeInput, type ScopeArgs, type ScopeProgressInput, type ScopeWidenGate, type ScoreOf, type SelectionReceipt, type SessionCapableBox, type SessionMessageLike, type SessionTraceBox, type Settled, type ShapeBudget, type ShapeContext, type ShapeRegistry, type Shell, type ShotSpec, type SpawnEvent, type SpawnForest, type SpawnForestEvent, type SpawnForestInDoubtNode, type SpawnForestMissingTree, type SpawnForestNode, type SpawnForestTree, type SpawnJournal, type SpawnOpts, type SpawnPrior, type SpawnRejection, type Spend, type SpendChannel, type SpendGap, type StartRetainedRunInEnvironmentOptions, type StartRetainedRunOptions, type StdioMcpConnection, type StdioMcpServerSpec, type SteerContext, type SteerableRootHandle, type SteerableSandboxArgs, type SteerableSandboxSession, type StopDecision, type StopRule, type Strategy, type StrategyArtifacts, type StrategyCtx, type StrategyEvolutionConfig, type StrategyMessage, type StrategyResult, type StrategyShotResult, type StreamAgentTurnOptions, type StructuralRolloutConfig, type StructuralRolloutMessage, type StructuralRolloutPolicy, type StructuralRolloutResult, type SuperviseDispatchOptions, type SuperviseOptions, type SuperviseOptionsForDispatch, type SuperviseRegistry, type SuperviseRegistryTable, type SuperviseSurfaceOptions, type SuperviseSurfaceResult, type SupervisedResult, type Supervisor, type SupervisorAgentDeps, type SupervisorFinalizer, type SupervisorNodeContext, type SupervisorNodeContextSeed, type SupervisorOpts, type SupervisorProfile, type SupervisorSpanAttributes, type SupervisorSpanOptions, type SupervisorSpanOutcome, type SupervisorSpanRecorder, type SupervisorToolDescriptor, type SupervisorToolInvocationContext, type SurfaceDiff, type SurfaceReadBox, type SurfaceReadOutcome, type SurfaceReader, type SurfaceScore, type SurfaceWorkerConfig, type SurfaceWorkerOut, TERMINAL_DECISIONS, type TerminalDecision, type ToolLoopCallContext, type ToolLoopChat, type ToolLoopCompaction, type ToolLoopCompactionOptions, type ToolLoopMessageRecord, type ToolLoopToolCall, type ToolSpec, type ToolStepInput, type TraceSource, type TrajectoryAnalysis, type TrajectoryNode, type TrajectoryReport, type TrajectoryReportFn, type TrajectoryReportOptions, type TraversalContinuity, type TreeView, type TurnResult, type UnknownMaterializationReason, type UntrackedCopyStats, type UsageEvent, VERIFY_TAIL_CHARS, type ValidationCtx, type Validator, type VerifierEnvironmentOptions, type Verify, type VerifySpec, type VisibleCheck, WORKER_TOOL_TRACE_SCHEMA_VERSION, type WaitOpts, type WaitOutcome, type WaitProbe, type WaitProbeRegistry, type WaitRejection, type WaitSpec, type WatchTraceOptions, type WatchedSurface, type WaterfallCollector, type WaterfallReport, type WaterfallSpan, type Widen, type WidenDecision, type WidenGate, type WidenLineage, type WidenSpec, type WinnerStrategy, type WorkerCancelRequest, type WorkerCancellation, type WorkerEvidenceInput, type WorkerProgress, type WorkerResumeContext, type WorkerSpawnContext, type WorkerSteerRequest, type WorkerToolTraceArtifact, type WorkerTraceEvidence, type WorkerTraceResolver, type WorkerTraceSeamCarrier, type WorkerTraceUnavailableReason, type WorkerWatchOptions, type Workspace, type WorkspaceCommit, type WorkspaceRequest, type WorkspaceRun, type WorktreeCheckRunner, type WorktreeCliExecutorOptions, type WorktreeCommandResult, type WorktreeFanoutOptions, type WorktreeHarnessResult, type WorktreePatchArtifact, type WorktreeProfileMaterializationReceipt, acquireSandbox, adaptiveRefine, allOf, allWorkersStalled, analyzeTrace, analyzesFindingsReportPrompt, anyOf, anytimeReport, areaUnderCurve, asAuthoredProfile, assertCoordinationBinding, assertModelAllowed, assertProfileModelsAllowed, assertStrategyContract, assertTraceDerivedFindings, assessAuthoredProfile, auditIntent, authorStrategy, bestDelivered, bestSoFar, boxSurfaceReader, breadthStrategy, buildSteerContext, builtinShapes, canDisplace, cancelWorker, canonicalFindingEvent, captureWorkerTraceEvidence, chatTransportExecutor, chatWorkerSeam, 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, readWorkerCancelRequests, readWorkerCancellation, readWorkerProgress, readWorkerSteerRequests, readWorkerTraceContext, reconnectRetainedRun, recoverRetainedRun, refine, registerShape, registryScopeAnalyst, renderAnytimeTable, renderCorpusToInstructions, renderLeaderboardHtml, renderLeaderboardMarkdown, renderLeaderboardSvg, renderPairwiseMarkdown, renderReport, replaySpawnTree, resolveAgentEnvironmentProvider, resolveEntrySymbol, resolveMcpServerLaunch, resolveSandboxClient, resolveSecretEnv, resolveSupervisorProfile, rollingDispatch, runAgentRounds, runAgentic, runBenchmark, runFinalizer, runGraph, runInWorkspace, runPersonified, runStrategyEvolution, runTree, safeWorkerFile, sample, sampleFromSettled, sampleThenRefine, sandboxCheckRunner, sandboxClientAsProvider, sandboxSessionTraceSource, sanitizeMcpToolSchema, secretEnvOfMcpServer, selectBestIndex, selectChampion, selectValidWinner, sentinelCompletion, serveCoordinationMcp, settledToIteration, settledWorkerOut, spendFromUsageEvents, startRetainedRun, 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 };
|