@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.
Files changed (55) hide show
  1. package/README.md +8 -8
  2. package/dist/agent.d.ts +27 -17
  3. package/dist/agent.js +19 -8
  4. package/dist/agent.js.map +1 -1
  5. package/dist/analyst-loop.d.ts +1 -1
  6. package/dist/{chunk-5ISW5JUF.js → chunk-55WKGOGU.js} +1907 -6534
  7. package/dist/chunk-55WKGOGU.js.map +1 -0
  8. package/dist/{chunk-K3RM4MPM.js → chunk-HXVMLRYU.js} +5 -20
  9. package/dist/chunk-HXVMLRYU.js.map +1 -0
  10. package/dist/chunk-PBE35ULD.js +52 -0
  11. package/dist/chunk-PBE35ULD.js.map +1 -0
  12. package/dist/chunk-PHKNOAOU.js +4021 -0
  13. package/dist/chunk-PHKNOAOU.js.map +1 -0
  14. package/dist/chunk-UZ5SODU7.js +29 -0
  15. package/dist/chunk-UZ5SODU7.js.map +1 -0
  16. package/dist/{chunk-4KGQHS7U.js → chunk-VYXBFWHZ.js} +2 -18
  17. package/dist/chunk-VYXBFWHZ.js.map +1 -0
  18. package/dist/{delegates-CsXJPZDH.d.ts → coordination-CFVF0OzX.d.ts} +869 -1099
  19. package/dist/index.d.ts +7 -8
  20. package/dist/index.js +4 -7
  21. package/dist/index.js.map +1 -1
  22. package/dist/intelligence.d.ts +1 -1
  23. package/dist/{loop-runner-bin-DLM_bVQO.d.ts → loop-runner-bin-B7biH0Gk.d.ts} +10 -27
  24. package/dist/loop-runner-bin.d.ts +5 -6
  25. package/dist/loop-runner-bin.js +3 -4
  26. package/dist/loops.d.ts +10 -9
  27. package/dist/loops.js +43 -41
  28. package/dist/mcp/bin.js +42 -316
  29. package/dist/mcp/bin.js.map +1 -1
  30. package/dist/mcp/index.d.ts +10 -190
  31. package/dist/mcp/index.js +948 -47
  32. package/dist/mcp/index.js.map +1 -1
  33. package/dist/{openai-tools-kdCS-T12.d.ts → openai-tools-DOI5mKNw.d.ts} +11 -13
  34. package/dist/otel-export-BKmNwiCb.d.ts +180 -0
  35. package/dist/profiles.d.ts +3 -3
  36. package/dist/profiles.js +1 -5
  37. package/dist/profiles.js.map +1 -1
  38. package/dist/{substrate-BoRXgvka.d.ts → substrate-rNj6TDc3.d.ts} +7 -23
  39. package/dist/{types-CdnEAE3U.d.ts → types-K8-xkiw1.d.ts} +1 -1
  40. package/dist/worktree-JXGJ1MxQ.d.ts +702 -0
  41. package/dist/{worktree-fanout-CK2ypmEm.d.ts → worktree-fanout-DJHQy7Ux.d.ts} +2 -2
  42. package/package.json +1 -1
  43. package/dist/chunk-4KGQHS7U.js.map +0 -1
  44. package/dist/chunk-5ISW5JUF.js.map +0 -1
  45. package/dist/chunk-74UAWZXE.js +0 -278
  46. package/dist/chunk-74UAWZXE.js.map +0 -1
  47. package/dist/chunk-DVQGYDN5.js +0 -59
  48. package/dist/chunk-DVQGYDN5.js.map +0 -1
  49. package/dist/chunk-INXDNX2W.js +0 -475
  50. package/dist/chunk-INXDNX2W.js.map +0 -1
  51. package/dist/chunk-K3RM4MPM.js.map +0 -1
  52. package/dist/chunk-XRYEZPR6.js +0 -88
  53. package/dist/chunk-XRYEZPR6.js.map +0 -1
  54. package/dist/coordination-BPQmuwv8.d.ts +0 -666
  55. package/dist/delegation-profile-Bvfro2m1.d.ts +0 -99
@@ -1,4 +1,4 @@
1
- import { L as LoopTraceEvent } from './types-CdnEAE3U.js';
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 { S as SandboxClient } from './types-CdnEAE3U.js';
7
- import { A as AuthoredHarness, W as WinnerStrategy, a as WorktreeFanoutOptions, b as WorktreePatchArtifact } from './worktree-fanout-CK2ypmEm.js';
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 via the coder delegate (no-op + secret floor,
18
- * optional reviewer gate, winner-selection)
19
- * review → code mode with a REQUIRED reviewer (the gate is the point)
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. This is the local-repo counterpart to
117
- * {@link coderLoopRunner} (which drives the in-box harness over a `SandboxClient`): no `runLoop`
118
- * driver, no role-coupled delegate — the harness list is the fanout, the gate is `patchDelivered`,
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 { type CoderLoopRunnerOptions as C, 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, coderLoopRunner as i, isDelegatedLoopMode as j, runDelegatedLoop as k, runLoopRunnerCli as l, parseLoopRunnerArgv as p, researchLoopRunner as r, selfImproveLoopRunner as s, worktreeLoopRunner as w };
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, l as runLoopRunnerCli } from './loop-runner-bin-DLM_bVQO.js';
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 './delegates-CsXJPZDH.js';
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-CdnEAE3U.js';
12
- import './substrate-BoRXgvka.js';
13
- import './kb-gate-CuzMYGYM.js';
14
- import './worktree-fanout-CK2ypmEm.js';
12
+ import './types-K8-xkiw1.js';
13
+ import './worktree-fanout-DJHQy7Ux.js';
@@ -2,14 +2,13 @@
2
2
  import {
3
3
  parseLoopRunnerArgv,
4
4
  runLoopRunnerCli
5
- } from "./chunk-K3RM4MPM.js";
5
+ } from "./chunk-HXVMLRYU.js";
6
6
  import "./chunk-P5OKDSLB.js";
7
7
  import "./chunk-FNMGYYSS.js";
8
- import "./chunk-INXDNX2W.js";
9
- import "./chunk-5ISW5JUF.js";
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 { j as ResultBlobStore, l as SpawnJournal, N as NodeId, bd as SpawnEvent, E as ExecutorFactory, A as Agent, B as Budget, i as Scope, o as Settled, n as SupervisedResult, f as DeliverableSpec, S as Spend, be as UsageEvent, e as ExecutorRegistry, bf as Supervisor } from './delegates-CsXJPZDH.js';
6
- export { k as AgentSpec, p as Executor, bg as ExecutorContext, bh as ExecutorResult, bi as SupervisorOpts, bj as TreeView, bk as WidenGate, bl as gateOnDeliverable } from './delegates-CsXJPZDH.js';
7
- import { M as MakeWorkerAgent, a as CoordinationTools, A as AnalystRegistry, C as CoordinationEvent, o as QuestionPolicy, E as ExecutorConfig } from './coordination-BPQmuwv8.js';
8
- export { B as BusEvent, w as BusRecord, x as BusStats, y as EventBus, P as PublishOptions, z as cliWorktreeExecutor, G as createEventBus, H as createExecutor, K as createExecutorRegistry } from './coordination-BPQmuwv8.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, d as LoopTokenUsage, R as RuntimeStreamEvent } from './types-CdnEAE3U.js';
10
- export { Z as LoopDecisionPayload, _ as LoopEndedPayload, $ as LoopIterationDispatchPayload, a0 as LoopIterationEndedPayload, a1 as LoopIterationStartedPayload, a2 as LoopPlanDescription, a3 as LoopPlanPayload, c as LoopSandboxPlacement, a4 as LoopStartedPayload, a5 as LoopTeardownFailedPayload, e as LoopTraceEmitter, L as LoopTraceEvent, a6 as ValidationCtx } from './types-CdnEAE3U.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-CK2ypmEm.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-CK2ypmEm.js';
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-BoRXgvka.js';
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-5ISW5JUF.js";
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,