@tangle-network/agent-runtime 0.71.0 → 0.72.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/README.md +8 -8
- package/dist/agent.d.ts +27 -17
- package/dist/agent.js +19 -8
- package/dist/agent.js.map +1 -1
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/{chunk-5ISW5JUF.js → chunk-55WKGOGU.js} +1907 -6534
- package/dist/chunk-55WKGOGU.js.map +1 -0
- package/dist/{chunk-K3RM4MPM.js → chunk-HXVMLRYU.js} +5 -20
- package/dist/chunk-HXVMLRYU.js.map +1 -0
- package/dist/chunk-PBE35ULD.js +52 -0
- package/dist/chunk-PBE35ULD.js.map +1 -0
- package/dist/chunk-PHKNOAOU.js +4021 -0
- package/dist/chunk-PHKNOAOU.js.map +1 -0
- package/dist/chunk-UZ5SODU7.js +29 -0
- package/dist/chunk-UZ5SODU7.js.map +1 -0
- package/dist/{chunk-4KGQHS7U.js → chunk-VYXBFWHZ.js} +2 -18
- package/dist/chunk-VYXBFWHZ.js.map +1 -0
- package/dist/{delegates-CsXJPZDH.d.ts → coordination-CFVF0OzX.d.ts} +869 -1099
- package/dist/index.d.ts +7 -8
- package/dist/index.js +4 -7
- package/dist/index.js.map +1 -1
- package/dist/intelligence.d.ts +1 -1
- package/dist/{loop-runner-bin-DLM_bVQO.d.ts → loop-runner-bin-B7biH0Gk.d.ts} +10 -27
- package/dist/loop-runner-bin.d.ts +5 -6
- package/dist/loop-runner-bin.js +3 -4
- package/dist/loops.d.ts +10 -9
- package/dist/loops.js +43 -41
- package/dist/mcp/bin.js +42 -316
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +10 -190
- package/dist/mcp/index.js +948 -47
- package/dist/mcp/index.js.map +1 -1
- package/dist/{openai-tools-kdCS-T12.d.ts → openai-tools-DOI5mKNw.d.ts} +11 -13
- package/dist/otel-export-BKmNwiCb.d.ts +180 -0
- package/dist/profiles.d.ts +3 -3
- package/dist/profiles.js +1 -5
- package/dist/profiles.js.map +1 -1
- package/dist/{substrate-BoRXgvka.d.ts → substrate-rNj6TDc3.d.ts} +7 -23
- package/dist/{types-CdnEAE3U.d.ts → types-K8-xkiw1.d.ts} +1 -1
- package/dist/worktree-JXGJ1MxQ.d.ts +702 -0
- package/dist/{worktree-fanout-CK2ypmEm.d.ts → worktree-fanout-DJHQy7Ux.d.ts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-4KGQHS7U.js.map +0 -1
- package/dist/chunk-5ISW5JUF.js.map +0 -1
- package/dist/chunk-74UAWZXE.js +0 -278
- package/dist/chunk-74UAWZXE.js.map +0 -1
- package/dist/chunk-DVQGYDN5.js +0 -59
- package/dist/chunk-DVQGYDN5.js.map +0 -1
- package/dist/chunk-INXDNX2W.js +0 -475
- package/dist/chunk-INXDNX2W.js.map +0 -1
- package/dist/chunk-K3RM4MPM.js.map +0 -1
- package/dist/chunk-XRYEZPR6.js +0 -88
- package/dist/chunk-XRYEZPR6.js.map +0 -1
- package/dist/coordination-BPQmuwv8.d.ts +0 -666
- package/dist/delegation-profile-Bvfro2m1.d.ts +0 -99
package/dist/intelligence.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as LoopTraceEvent } from './types-K8-xkiw1.js';
|
|
2
2
|
import { AgentProfileMcpServer } from '@tangle-network/agent-interface';
|
|
3
3
|
import { T as ToolSpec } from './router-client-C7kp_ECN.js';
|
|
4
4
|
import '@tangle-network/agent-eval';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Scenario } from '@tangle-network/agent-eval/campaign';
|
|
2
2
|
import { SelfImproveOptions, SelfImproveResult } from '@tangle-network/agent-eval/contract';
|
|
3
3
|
import { R as RunAnalystLoopOpts, a as RunAnalystLoopResult } from './types-BC3bZpH0.js';
|
|
4
|
-
import { D as DelegateCodeArgs, C as CoderReviewer, a as DetachedWinnerSelection, B as Budget, b as CoderOutput } from './delegates-CsXJPZDH.js';
|
|
5
4
|
import { F as FactCandidate, C as CreateKbGateOptions } from './kb-gate-CuzMYGYM.js';
|
|
6
|
-
import {
|
|
7
|
-
import { A as AuthoredHarness, W as WinnerStrategy, a as WorktreeFanoutOptions, b as WorktreePatchArtifact } from './worktree-fanout-
|
|
5
|
+
import { B as Budget } from './worktree-JXGJ1MxQ.js';
|
|
6
|
+
import { A as AuthoredHarness, W as WinnerStrategy, a as WorktreeFanoutOptions, b as WorktreePatchArtifact } from './worktree-fanout-DJHQy7Ux.js';
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
9
|
* @experimental
|
|
@@ -14,9 +13,9 @@ import { A as AuthoredHarness, W as WinnerStrategy, a as WorktreeFanoutOptions,
|
|
|
14
13
|
* One typed entrypoint a worker agent (or a scheduled routine) calls to run a
|
|
15
14
|
* disciplined loop in a chosen MODE, over agent-runtime's hardened engines:
|
|
16
15
|
*
|
|
17
|
-
* code → build-in-a-loop
|
|
18
|
-
*
|
|
19
|
-
* review →
|
|
16
|
+
* code → build-in-a-loop on the GENERIC recursive path (worktreeLoopRunner: author one
|
|
17
|
+
* `AgentProfile` per harness → worktree-CLI leaves → `patchDelivered` gate)
|
|
18
|
+
* review → caller-registered runner — a `code` runner with an approval gate over candidates
|
|
20
19
|
* research → research-in-a-loop with valid-only KB growth (createKbGate)
|
|
21
20
|
* audit → analyze trace/run data → findings (runAnalystLoop, caller-wired)
|
|
22
21
|
* self-improve → closed-loop text/config optimization (selfImprove, held-out gated)
|
|
@@ -64,23 +63,6 @@ interface RunDelegatedLoopOptions {
|
|
|
64
63
|
* `{ ok: false }` so unattended runs record the failure rather than crash.
|
|
65
64
|
*/
|
|
66
65
|
declare function runDelegatedLoop<T = unknown>(mode: DelegatedLoopMode, registry: DelegatedLoopRegistry, options?: RunDelegatedLoopOptions): Promise<DelegatedLoopResult<T>>;
|
|
67
|
-
/** @experimental Options for the default `code`/`review` runner. */
|
|
68
|
-
interface CoderLoopRunnerOptions {
|
|
69
|
-
sandboxClient: SandboxClient;
|
|
70
|
-
/** What to build — the delegate args (goal, repoRoot, variants, config, …). */
|
|
71
|
-
args: DelegateCodeArgs;
|
|
72
|
-
/** Adversarial reviewer. Pass one to run `review` mode (an approval gate over the candidate). */
|
|
73
|
-
reviewer?: CoderReviewer;
|
|
74
|
-
/** Winner-selection strategy. Default `highest-score`. */
|
|
75
|
-
winnerSelection?: DetachedWinnerSelection;
|
|
76
|
-
/** Harnesses for `variants > 1` fanout. */
|
|
77
|
-
fanoutHarnesses?: string[];
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* @experimental Build a `code`/`review`-mode runner over the sandbox-session coder delegate. Pass a
|
|
81
|
-
* `reviewer` to run `review` mode — an approval gate over the validated candidate.
|
|
82
|
-
*/
|
|
83
|
-
declare function coderLoopRunner(options: CoderLoopRunnerOptions): DelegatedLoopRunner<CoderOutput>;
|
|
84
66
|
/** @experimental Options for the local-repo `code` runner over the GENERIC recursive path. */
|
|
85
67
|
interface WorktreeLoopRunnerOptions {
|
|
86
68
|
/** Absolute path to the local git checkout each worktree is cut from. */
|
|
@@ -113,9 +95,10 @@ interface WorktreeLoopRunnerOptions {
|
|
|
113
95
|
*
|
|
114
96
|
* `code` mode on the GENERIC recursive path: author one `AgentProfile` per harness, run them as a
|
|
115
97
|
* `worktreeFanout` (N `createWorktreeCliExecutor` leaves, each `gateOnDeliverable`) through
|
|
116
|
-
* `runPersonified` on the keystone Supervisor.
|
|
117
|
-
*
|
|
118
|
-
* driver, no role-coupled delegate — the harness list is the fanout, the gate is
|
|
98
|
+
* `runPersonified` on the keystone Supervisor. The sandbox-session counterpart that drives the in-box
|
|
99
|
+
* harness over a `SandboxClient` is `detachedSessionDelegate` (`./mcp/delegates`); here there is no
|
|
100
|
+
* `runLoop` driver, no role-coupled delegate — the harness list is the fanout, the gate is
|
|
101
|
+
* `patchDelivered`,
|
|
119
102
|
* the winner is the shared valid-only selector (NOT `defaultSelectWinner`, whose non-valid fallback
|
|
120
103
|
* would surface an ungated patch). Equal-k holds by the conserved budget pool. Returns the winning
|
|
121
104
|
* patch artifact, or throws when no candidate is delivered (fail loud, never a vacuous done).
|
|
@@ -206,4 +189,4 @@ declare function parseLoopRunnerArgv(argv: string[]): {
|
|
|
206
189
|
config?: string;
|
|
207
190
|
};
|
|
208
191
|
|
|
209
|
-
export {
|
|
192
|
+
export { DELEGATED_LOOP_MODES as D, type LoopRunnerCliArgs as L, type ResearchLoopResult as R, type VetoedFact as V, type WorktreeLoopRunnerOptions as W, type DelegatedLoopMode as a, type DelegatedLoopRegistry as b, type DelegatedLoopResult as c, type DelegatedLoopRunner as d, type LoopRunnerCliResult as e, type ResearchLoopRunnerOptions as f, type RunDelegatedLoopOptions as g, auditLoopRunner as h, isDelegatedLoopMode as i, runDelegatedLoop as j, runLoopRunnerCli as k, parseLoopRunnerArgv as p, researchLoopRunner as r, selfImproveLoopRunner as s, worktreeLoopRunner as w };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
export { L as LoopRunnerCliArgs, e as LoopRunnerCliResult, p as parseLoopRunnerArgv,
|
|
2
|
+
export { L as LoopRunnerCliArgs, e as LoopRunnerCliResult, p as parseLoopRunnerArgv, k as runLoopRunnerCli } from './loop-runner-bin-B7biH0Gk.js';
|
|
3
3
|
import '@tangle-network/agent-eval/campaign';
|
|
4
4
|
import '@tangle-network/agent-eval/contract';
|
|
5
5
|
import './types-BC3bZpH0.js';
|
|
6
6
|
import '@tangle-network/agent-eval';
|
|
7
|
-
import './
|
|
7
|
+
import './kb-gate-CuzMYGYM.js';
|
|
8
|
+
import './worktree-JXGJ1MxQ.js';
|
|
8
9
|
import 'node:child_process';
|
|
9
10
|
import '@tangle-network/agent-interface';
|
|
10
11
|
import '@tangle-network/sandbox';
|
|
11
|
-
import './types-
|
|
12
|
-
import './
|
|
13
|
-
import './kb-gate-CuzMYGYM.js';
|
|
14
|
-
import './worktree-fanout-CK2ypmEm.js';
|
|
12
|
+
import './types-K8-xkiw1.js';
|
|
13
|
+
import './worktree-fanout-DJHQy7Ux.js';
|
package/dist/loop-runner-bin.js
CHANGED
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
parseLoopRunnerArgv,
|
|
4
4
|
runLoopRunnerCli
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-HXVMLRYU.js";
|
|
6
6
|
import "./chunk-P5OKDSLB.js";
|
|
7
7
|
import "./chunk-FNMGYYSS.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-PHKNOAOU.js";
|
|
9
|
+
import "./chunk-55WKGOGU.js";
|
|
10
10
|
import "./chunk-VMNEQHJR.js";
|
|
11
11
|
import "./chunk-VLF5RHEQ.js";
|
|
12
|
-
import "./chunk-DVQGYDN5.js";
|
|
13
12
|
import "./chunk-WIR4HOOJ.js";
|
|
14
13
|
import "./chunk-DGUM43GV.js";
|
|
15
14
|
export {
|
package/dist/loops.d.ts
CHANGED
|
@@ -2,14 +2,14 @@ import { ChatClient, AnalystFinding, AgentProfile, AnalystRunInputs, ToolSpan, S
|
|
|
2
2
|
export { AnalystFinding, DefaultVerdict, computeFindingId, makeFinding } from '@tangle-network/agent-eval';
|
|
3
3
|
import { SandboxInstance, CreateSandboxOptions, SandboxEvent } from '@tangle-network/sandbox';
|
|
4
4
|
export { AgentProfile, CreateSandboxOptions, SandboxEvent, SandboxInstance } from '@tangle-network/sandbox';
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
7
|
-
import {
|
|
8
|
-
export {
|
|
9
|
-
import { b as RuntimeHooks, I as Iteration, S as SandboxClient, U as Driver, A as AgentRunSpec, a as OutputAdapter, V as Validator, E as ExecCtx, W as LoopWinner, X as LoopLineageOptions, Y as LoopResult,
|
|
10
|
-
export { Z as LoopDecisionPayload, _ as LoopEndedPayload, $ as LoopIterationDispatchPayload, a0 as LoopIterationEndedPayload, a1 as LoopIterationStartedPayload, a2 as LoopPlanDescription, a3 as LoopPlanPayload,
|
|
11
|
-
import { C as CorpusRecord, c as Corpus, O as Outcome, S as ScopeAnalyzeInput, d as AssertTraceDerivedFindings, e as SteerContext, f as ScopeAnalyst, F as FanoutOptions, g as CombinatorShape, h as ScopeWidenGate, L as LoopUntilSpec, P as PanelSpec, i as PipelineStage, W as WinnerStrategy, j as FanoutWinnerSelector, V as VerifySpec, k as WidenSpec, l as CorpusFilter, R as RenderCorpusToInstructionsOptions, D as DefinePersonaInput, m as Persona, n as RunPersonifiedOptions, o as ShapeRegistry, p as LoopShape, E as EqualKArm, q as EqualKOnCostOptions, r as EqualKVerdict, T as TrajectoryReportOptions, s as TrajectoryReport } from './worktree-fanout-
|
|
12
|
-
export { A as AuthoredHarness, t as DefinePersona, u as EqualKOnCost, v as Fanout, w as FanoutSynthesis, x as FlatWidenGate, y as LoopUntil, z as LoopUntilState, B as Panel, G as PanelJudge, H as PanelVerdict, I as PatchDeliverableOptions, J as PersonaContext, K as PersonaExecutors, M as Pipeline, N as RenderCorpusToInstructions, Q as RunPersonified, U as ShapeBudget, X as ShapeContext, Y as TrajectoryNode, Z as TrajectoryReportFn, _ as Verify, $ as Widen, a0 as WidenDecision, a1 as WidenLineage, a2 as WorktreeCliExecutorOptions, a3 as WorktreeCommandResult, a as WorktreeFanoutOptions, b as WorktreePatchArtifact, a4 as createWorktreeCliExecutor, a5 as patchDelivered, a6 as worktreeFanout } from './worktree-fanout-
|
|
5
|
+
import { h as ResultBlobStore, S as SpawnJournal, N as NodeId, q as SpawnEvent, p as ExecutorFactory, g as Agent, B as Budget, m as Scope, k as Settled, j as SupervisedResult, o as DeliverableSpec, l as Spend, U as UsageEvent, E as ExecutorRegistry, s as Supervisor } from './worktree-JXGJ1MxQ.js';
|
|
6
|
+
export { A as AgentSpec, n as Executor, t as ExecutorContext, u as ExecutorResult, v as SupervisorOpts, T as TreeView, w as WidenGate, x as gateOnDeliverable } from './worktree-JXGJ1MxQ.js';
|
|
7
|
+
import { ak as MakeWorkerAgent, o as CoordinationTools, A as AnalystRegistry, n as CoordinationEvent, ar as QuestionPolicy, a$ as ExecutorConfig } from './coordination-CFVF0OzX.js';
|
|
8
|
+
export { b0 as BusEvent, b1 as BusRecord, b2 as BusStats, b3 as EventBus, b4 as PublishOptions, b5 as cliWorktreeExecutor, b6 as createEventBus, b7 as createExecutor, b8 as createExecutorRegistry } from './coordination-CFVF0OzX.js';
|
|
9
|
+
import { b as RuntimeHooks, I as Iteration, S as SandboxClient, U as Driver, A as AgentRunSpec, a as OutputAdapter, V as Validator, E as ExecCtx, W as LoopWinner, X as LoopLineageOptions, Y as LoopResult, L as LoopTokenUsage, R as RuntimeStreamEvent } from './types-K8-xkiw1.js';
|
|
10
|
+
export { Z as LoopDecisionPayload, _ as LoopEndedPayload, $ as LoopIterationDispatchPayload, a0 as LoopIterationEndedPayload, a1 as LoopIterationStartedPayload, a2 as LoopPlanDescription, a3 as LoopPlanPayload, d as LoopSandboxPlacement, a4 as LoopStartedPayload, a5 as LoopTeardownFailedPayload, e as LoopTraceEmitter, c as LoopTraceEvent, a6 as ValidationCtx } from './types-K8-xkiw1.js';
|
|
11
|
+
import { C as CorpusRecord, c as Corpus, O as Outcome, S as ScopeAnalyzeInput, d as AssertTraceDerivedFindings, e as SteerContext, f as ScopeAnalyst, F as FanoutOptions, g as CombinatorShape, h as ScopeWidenGate, L as LoopUntilSpec, P as PanelSpec, i as PipelineStage, W as WinnerStrategy, j as FanoutWinnerSelector, V as VerifySpec, k as WidenSpec, l as CorpusFilter, R as RenderCorpusToInstructionsOptions, D as DefinePersonaInput, m as Persona, n as RunPersonifiedOptions, o as ShapeRegistry, p as LoopShape, E as EqualKArm, q as EqualKOnCostOptions, r as EqualKVerdict, T as TrajectoryReportOptions, s as TrajectoryReport } from './worktree-fanout-DJHQy7Ux.js';
|
|
12
|
+
export { A as AuthoredHarness, t as DefinePersona, u as EqualKOnCost, v as Fanout, w as FanoutSynthesis, x as FlatWidenGate, y as LoopUntil, z as LoopUntilState, B as Panel, G as PanelJudge, H as PanelVerdict, I as PatchDeliverableOptions, J as PersonaContext, K as PersonaExecutors, M as Pipeline, N as RenderCorpusToInstructions, Q as RunPersonified, U as ShapeBudget, X as ShapeContext, Y as TrajectoryNode, Z as TrajectoryReportFn, _ as Verify, $ as Widen, a0 as WidenDecision, a1 as WidenLineage, a2 as WorktreeCliExecutorOptions, a3 as WorktreeCommandResult, a as WorktreeFanoutOptions, b as WorktreePatchArtifact, a4 as createWorktreeCliExecutor, a5 as patchDelivered, a6 as worktreeFanout } from './worktree-fanout-DJHQy7Ux.js';
|
|
13
13
|
import { Scenario, ProfileDispatchFn } from '@tangle-network/agent-eval/campaign';
|
|
14
14
|
import { b as AnalystRegistryLike } from './types-BC3bZpH0.js';
|
|
15
15
|
import { AgentProfile as AgentProfile$1 } from '@tangle-network/agent-interface';
|
|
@@ -17,7 +17,8 @@ import { R as RouterConfig, a as ToolLoopChat } from './router-client-C7kp_ECN.j
|
|
|
17
17
|
export { b as RouterChatResult, c as RouterChatToolsResult, d as RouterToolCall, e as RouterToolLoopResult, T as ToolSpec, r as routerBrain, f as routerChatWithTools, g as routerChatWithUsage, h as routerToolLoop } from './router-client-C7kp_ECN.js';
|
|
18
18
|
import { stuckLoopView, toolWasteView } from '@tangle-network/agent-eval/pipelines';
|
|
19
19
|
import 'node:child_process';
|
|
20
|
-
import './substrate-
|
|
20
|
+
import './substrate-rNj6TDc3.js';
|
|
21
|
+
import './otel-export-BKmNwiCb.js';
|
|
21
22
|
|
|
22
23
|
/**
|
|
23
24
|
* @experimental
|
package/dist/loops.js
CHANGED
|
@@ -1,62 +1,36 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FileCorpus,
|
|
3
3
|
InMemoryCorpus,
|
|
4
|
-
InMemoryResultBlobStore,
|
|
5
|
-
InMemorySpawnJournal,
|
|
6
|
-
acquireSandbox,
|
|
7
4
|
adaptiveRefine,
|
|
8
5
|
analyzeTrace,
|
|
9
6
|
anytimeReport,
|
|
10
|
-
asAuthoredProfile,
|
|
11
|
-
assertModelAllowed,
|
|
12
7
|
assertStrategyContract,
|
|
13
8
|
assertTraceDerivedFindings,
|
|
14
|
-
assessAuthoredProfile,
|
|
15
9
|
auditIntent,
|
|
16
10
|
authorStrategy,
|
|
17
|
-
authoredWorker,
|
|
18
11
|
breadthStrategy,
|
|
19
12
|
buildSteerContext,
|
|
20
13
|
builtinShapes,
|
|
21
|
-
cliWorktreeExecutor,
|
|
22
14
|
completionAuthorizes,
|
|
23
15
|
computeFindingId,
|
|
24
|
-
contentAddress,
|
|
25
|
-
createBudgetPool,
|
|
26
|
-
createEventBus,
|
|
27
|
-
createExecutor,
|
|
28
|
-
createExecutorRegistry,
|
|
29
|
-
createInMemoryRunContext,
|
|
30
|
-
createInbox,
|
|
31
16
|
createMcpEnvironment,
|
|
32
17
|
createPushTraceSource,
|
|
33
|
-
createSandboxLineage,
|
|
34
|
-
createScope,
|
|
35
18
|
createScopeAnalyst,
|
|
36
19
|
createShapeRegistry,
|
|
37
|
-
createSupervisor,
|
|
38
20
|
createVerifierEnvironment,
|
|
39
21
|
createWaterfallCollector,
|
|
40
|
-
createWorktreeCliExecutor,
|
|
41
22
|
decodeToolPart,
|
|
42
23
|
defaultAnalystInstruction,
|
|
43
24
|
defaultAuditorInstruction,
|
|
44
|
-
defaultDelegateBudget,
|
|
45
|
-
defaultProfileRichnessThresholds,
|
|
46
|
-
defaultSelectWinner,
|
|
47
25
|
defaultToolDetectors,
|
|
48
26
|
definePersona,
|
|
49
27
|
defineStrategy,
|
|
50
|
-
delegate,
|
|
51
28
|
depthStrategy,
|
|
52
29
|
deterministicCompletion,
|
|
53
30
|
discriminatingMeans,
|
|
54
|
-
driverAgent,
|
|
55
31
|
equalKOnCost,
|
|
56
32
|
fanout,
|
|
57
|
-
finalizeBestDelivered,
|
|
58
33
|
flatWidenGate,
|
|
59
|
-
gateOnDeliverable,
|
|
60
34
|
gitWorkspace,
|
|
61
35
|
harvestCorpus,
|
|
62
36
|
inlineSandboxClient,
|
|
@@ -72,8 +46,6 @@ import {
|
|
|
72
46
|
pickChampion,
|
|
73
47
|
pipeline,
|
|
74
48
|
printBenchmarkReport,
|
|
75
|
-
probeSandboxCapabilities,
|
|
76
|
-
profileRichnessFinding,
|
|
77
49
|
promotionGate,
|
|
78
50
|
refine,
|
|
79
51
|
registerShape,
|
|
@@ -82,14 +54,9 @@ import {
|
|
|
82
54
|
renderCorpusToInstructions,
|
|
83
55
|
renderReport,
|
|
84
56
|
reportLoopUsage,
|
|
85
|
-
routerBrain,
|
|
86
|
-
routerChatWithTools,
|
|
87
|
-
routerChatWithUsage,
|
|
88
|
-
routerToolLoop,
|
|
89
57
|
runAgentic,
|
|
90
58
|
runBenchmark,
|
|
91
59
|
runInWorkspace,
|
|
92
|
-
runLoop,
|
|
93
60
|
runPersonified,
|
|
94
61
|
runStrategyEvolution,
|
|
95
62
|
sample,
|
|
@@ -98,21 +65,56 @@ import {
|
|
|
98
65
|
selectChampion,
|
|
99
66
|
selectValidWinner,
|
|
100
67
|
sentinelCompletion,
|
|
101
|
-
serveCoordinationMcp,
|
|
102
|
-
settledToIteration,
|
|
103
|
-
spendFromUsageEvents,
|
|
104
68
|
stopSentinel,
|
|
105
69
|
strategyAuthorContract,
|
|
106
|
-
supervise,
|
|
107
|
-
supervisorAgent,
|
|
108
|
-
supervisorInstructions,
|
|
109
70
|
trajectoryReport,
|
|
110
71
|
verify,
|
|
111
72
|
watchTrace,
|
|
112
73
|
widen,
|
|
113
|
-
workerFromBackend,
|
|
114
74
|
worktreeFanout
|
|
115
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-PHKNOAOU.js";
|
|
76
|
+
import {
|
|
77
|
+
InMemoryResultBlobStore,
|
|
78
|
+
InMemorySpawnJournal,
|
|
79
|
+
acquireSandbox,
|
|
80
|
+
asAuthoredProfile,
|
|
81
|
+
assertModelAllowed,
|
|
82
|
+
assessAuthoredProfile,
|
|
83
|
+
authoredWorker,
|
|
84
|
+
cliWorktreeExecutor,
|
|
85
|
+
contentAddress,
|
|
86
|
+
createBudgetPool,
|
|
87
|
+
createEventBus,
|
|
88
|
+
createExecutor,
|
|
89
|
+
createExecutorRegistry,
|
|
90
|
+
createInMemoryRunContext,
|
|
91
|
+
createInbox,
|
|
92
|
+
createSandboxLineage,
|
|
93
|
+
createScope,
|
|
94
|
+
createSupervisor,
|
|
95
|
+
createWorktreeCliExecutor,
|
|
96
|
+
defaultDelegateBudget,
|
|
97
|
+
defaultProfileRichnessThresholds,
|
|
98
|
+
defaultSelectWinner,
|
|
99
|
+
delegate,
|
|
100
|
+
driverAgent,
|
|
101
|
+
finalizeBestDelivered,
|
|
102
|
+
gateOnDeliverable,
|
|
103
|
+
probeSandboxCapabilities,
|
|
104
|
+
profileRichnessFinding,
|
|
105
|
+
routerBrain,
|
|
106
|
+
routerChatWithTools,
|
|
107
|
+
routerChatWithUsage,
|
|
108
|
+
routerToolLoop,
|
|
109
|
+
runLoop,
|
|
110
|
+
serveCoordinationMcp,
|
|
111
|
+
settledToIteration,
|
|
112
|
+
spendFromUsageEvents,
|
|
113
|
+
supervise,
|
|
114
|
+
supervisorAgent,
|
|
115
|
+
supervisorInstructions,
|
|
116
|
+
workerFromBackend
|
|
117
|
+
} from "./chunk-55WKGOGU.js";
|
|
116
118
|
import "./chunk-VMNEQHJR.js";
|
|
117
119
|
import {
|
|
118
120
|
extractLlmCallEvent,
|