@tangle-network/agent-runtime 0.44.0 → 0.46.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 +95 -203
- package/dist/agent.d.ts +3 -2
- package/dist/agent.js +5 -7
- package/dist/agent.js.map +1 -1
- package/dist/analyst-loop.d.ts +28 -2
- package/dist/analyst-loop.js +4 -1
- package/dist/audit.d.ts +93 -0
- package/dist/audit.js +312 -0
- package/dist/audit.js.map +1 -0
- package/dist/chunk-4B6U4CVQ.js +15 -0
- package/dist/chunk-4B6U4CVQ.js.map +1 -0
- package/dist/chunk-65FQLI4V.js +4089 -0
- package/dist/chunk-65FQLI4V.js.map +1 -0
- package/dist/{chunk-GFKVVRQ7.js → chunk-GN75RGM6.js} +13 -12
- package/dist/chunk-GN75RGM6.js.map +1 -0
- package/dist/chunk-GSUO5QS6.js +146 -0
- package/dist/chunk-GSUO5QS6.js.map +1 -0
- package/dist/chunk-HNUXAZIJ.js +580 -0
- package/dist/chunk-HNUXAZIJ.js.map +1 -0
- package/dist/{chunk-SKUZZCHE.js → chunk-I42NHLKX.js} +5 -5
- package/dist/chunk-I42NHLKX.js.map +1 -0
- package/dist/{chunk-HVYOHJHK.js → chunk-JNPK46YH.js} +2 -2
- package/dist/chunk-JNPK46YH.js.map +1 -0
- package/dist/{chunk-3HMHSN22.js → chunk-KADIJAD4.js} +38 -24
- package/dist/chunk-KADIJAD4.js.map +1 -0
- package/dist/{chunk-KDMRUD2P.js → chunk-KPN7OQ64.js} +296 -8
- package/dist/chunk-KPN7OQ64.js.map +1 -0
- package/dist/{chunk-NRZOXCJK.js → chunk-VR4JIC5H.js} +2 -2
- package/dist/chunk-WIR4HOOJ.js +27 -0
- package/dist/chunk-WIR4HOOJ.js.map +1 -0
- package/dist/coder-DCWFQpmJ.d.ts +114 -0
- package/dist/driver-C-mtBo7h.d.ts +221 -0
- package/dist/improvement.d.ts +0 -1
- package/dist/improvement.js +0 -5
- package/dist/improvement.js.map +1 -1
- package/dist/index.d.ts +122 -9
- package/dist/index.js +398 -10
- package/dist/index.js.map +1 -1
- package/dist/{kb-gate-D0ZIhFOU.d.ts → kb-gate-2Gwpz_27.d.ts} +86 -9
- package/dist/{loop-runner-bin-BLMa8He3.d.ts → loop-runner-bin-D-K6bRp3.d.ts} +17 -13
- package/dist/loop-runner-bin.d.ts +8 -6
- package/dist/loop-runner-bin.js +6 -8
- package/dist/loops.d.ts +7 -393
- package/dist/loops.js +96 -27
- package/dist/mcp/bin.js +7 -7
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +286 -13
- package/dist/mcp/index.js +341 -9
- package/dist/mcp/index.js.map +1 -1
- package/dist/{otel-export-wFDmmurL.d.ts → otel-export-nurzFwuJ.d.ts} +1 -1
- package/dist/profiles.d.ts +385 -86
- package/dist/profiles.js +549 -4
- package/dist/profiles.js.map +1 -1
- package/dist/{run-loop-C4L1Sted.d.ts → run-loop-CU2Y00Si.d.ts} +36 -13
- package/dist/runtime-hooks-C7JwKb9E.d.ts +70 -0
- package/dist/runtime.d.ts +1964 -0
- package/dist/runtime.js +114 -0
- package/dist/runtime.js.map +1 -0
- package/dist/substrate-CUgk7F7s.d.ts +77 -0
- package/dist/topology.d.ts +73 -0
- package/dist/topology.js +111 -0
- package/dist/topology.js.map +1 -0
- package/dist/types-BfoeiQRZ.d.ts +438 -0
- package/dist/{types-DbJzz2uf.d.ts → types-DnYoHvvZ.d.ts} +110 -4
- package/dist/workflow.d.ts +4 -3
- package/dist/workflow.js +4 -5
- package/dist/workflow.js.map +1 -1
- package/package.json +37 -28
- package/skills/agent-runtime-adoption/SKILL.md +32 -29
- package/skills/generate-eval/SKILL.md +60 -0
- package/dist/chunk-3HMHSN22.js.map +0 -1
- package/dist/chunk-GFKVVRQ7.js.map +0 -1
- package/dist/chunk-HVYOHJHK.js.map +0 -1
- package/dist/chunk-KDMRUD2P.js.map +0 -1
- package/dist/chunk-PY6NMZYX.js +0 -52
- package/dist/chunk-PY6NMZYX.js.map +0 -1
- package/dist/chunk-S7JXV32P.js +0 -947
- package/dist/chunk-S7JXV32P.js.map +0 -1
- package/dist/chunk-SKUZZCHE.js.map +0 -1
- package/dist/chunk-SQSCRJ7U.js +0 -65
- package/dist/chunk-SQSCRJ7U.js.map +0 -1
- package/dist/chunk-VOX6Z3II.js +0 -90
- package/dist/chunk-VOX6Z3II.js.map +0 -1
- package/dist/chunk-XBUG326M.js +0 -261
- package/dist/chunk-XBUG326M.js.map +0 -1
- package/dist/dynamic-wUgp6UKs.d.ts +0 -108
- package/dist/optimize-prompt-D-urF2wW.d.ts +0 -129
- /package/dist/{chunk-NRZOXCJK.js.map → chunk-VR4JIC5H.js.map} +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { CoderOutput, CoderTask } from './
|
|
2
|
-
import {
|
|
1
|
+
import { C as CoderOutput, a as CoderTask } from './coder-DCWFQpmJ.js';
|
|
2
|
+
import { S as SandboxClient, e as LoopTraceEmitter } from './types-DnYoHvvZ.js';
|
|
3
3
|
import { SandboxInstance } from '@tangle-network/sandbox';
|
|
4
|
+
import { a as UiLens, U as UiFinding } from './substrate-CUgk7F7s.js';
|
|
4
5
|
|
|
5
6
|
/**
|
|
6
7
|
* @experimental
|
|
7
8
|
*
|
|
8
9
|
* Delegation executors — the layer between MCP delegates and the sandbox
|
|
9
|
-
* substrate. Each executor exposes a {@link
|
|
10
|
+
* substrate. Each executor exposes a {@link SandboxClient} the kernel
|
|
10
11
|
* consumes plus a placement tag so the trace pipeline can correlate workers
|
|
11
12
|
* with their physical placement.
|
|
12
13
|
*
|
|
@@ -25,13 +26,13 @@ import { SandboxInstance } from '@tangle-network/sandbox';
|
|
|
25
26
|
/** @experimental */
|
|
26
27
|
interface DelegationExecutor {
|
|
27
28
|
/** Sandbox client the kernel calls. Returned with `describePlacement` set. */
|
|
28
|
-
readonly client:
|
|
29
|
+
readonly client: SandboxClient;
|
|
29
30
|
/** Best-effort one-liner used in stderr boot logs and diagnostics. */
|
|
30
31
|
describe(): string;
|
|
31
32
|
}
|
|
32
33
|
/** @experimental */
|
|
33
34
|
interface SiblingSandboxExecutorOptions {
|
|
34
|
-
client:
|
|
35
|
+
client: SandboxClient;
|
|
35
36
|
}
|
|
36
37
|
/**
|
|
37
38
|
* Wrap a raw sandbox SDK client so the kernel emits
|
|
@@ -102,7 +103,7 @@ declare function createFleetWorkspaceExecutor(options: FleetWorkspaceExecutorOpt
|
|
|
102
103
|
*/
|
|
103
104
|
|
|
104
105
|
/** @experimental */
|
|
105
|
-
type DelegationProfile = 'coder' | 'researcher';
|
|
106
|
+
type DelegationProfile = 'coder' | 'researcher' | 'ui-auditor';
|
|
106
107
|
/** @experimental */
|
|
107
108
|
type DelegationStatus = 'pending' | 'running' | 'completed' | 'failed' | 'cancelled';
|
|
108
109
|
/**
|
|
@@ -223,7 +224,73 @@ type DelegationResultPayload = {
|
|
|
223
224
|
} | {
|
|
224
225
|
profile: 'researcher';
|
|
225
226
|
output: ResearchOutputShape;
|
|
227
|
+
} | {
|
|
228
|
+
profile: 'ui-auditor';
|
|
229
|
+
output: UiAuditorDelegationOutput;
|
|
226
230
|
};
|
|
231
|
+
/**
|
|
232
|
+
* Wire-shape of a completed UI-audit delegation. The `findings` array
|
|
233
|
+
* contains every finding persisted to the workspace during the run,
|
|
234
|
+
* already enriched with `id` and `createdAt` by the writer. `workspaceDir`
|
|
235
|
+
* is the absolute path to the workspace; `indexFile` is the workspace-
|
|
236
|
+
* relative path to the regenerated index.md.
|
|
237
|
+
*
|
|
238
|
+
* @experimental
|
|
239
|
+
*/
|
|
240
|
+
interface UiAuditorDelegationOutput {
|
|
241
|
+
workspaceDir: string;
|
|
242
|
+
indexFile: string;
|
|
243
|
+
findings: UiFinding[];
|
|
244
|
+
/** Total iterations the loop ran for this delegation. */
|
|
245
|
+
iterations: number;
|
|
246
|
+
}
|
|
247
|
+
/** @experimental */
|
|
248
|
+
type UiAuditLensFilter = readonly UiLens[];
|
|
249
|
+
/** Optional per-route capture spec the agent surfaces over the wire. */
|
|
250
|
+
interface DelegateUiAuditRoute {
|
|
251
|
+
/** Stable route name (used in screenshot filenames + finding metadata). */
|
|
252
|
+
name: string;
|
|
253
|
+
/** Fully-qualified URL. */
|
|
254
|
+
url: string;
|
|
255
|
+
/** Viewports to capture at. Defaults to `[{ width: 1280, height: 800 }]`. */
|
|
256
|
+
viewports?: readonly {
|
|
257
|
+
width: number;
|
|
258
|
+
height: number;
|
|
259
|
+
}[];
|
|
260
|
+
/** Default false. Full-page captures for the broad lenses. */
|
|
261
|
+
fullPage?: boolean;
|
|
262
|
+
/** Selector to wait for before capture. */
|
|
263
|
+
waitFor?: string;
|
|
264
|
+
}
|
|
265
|
+
/** @experimental */
|
|
266
|
+
interface DelegateUiAuditConfig {
|
|
267
|
+
/**
|
|
268
|
+
* Lenses to iterate. Default: every lens except `'other'`. Order is
|
|
269
|
+
* preserved — the driver iterates lens-by-lens.
|
|
270
|
+
*/
|
|
271
|
+
lenses?: UiAuditLensFilter;
|
|
272
|
+
/** Maximum total iterations across all (lens × route) pairs. Default 33 (11 lenses × 3 routes). */
|
|
273
|
+
maxIterations?: number;
|
|
274
|
+
/** Maximum concurrent iterations within a single plan() round. Default 2. */
|
|
275
|
+
maxConcurrency?: number;
|
|
276
|
+
/** Free-form product context surfaced to the judge. */
|
|
277
|
+
productContext?: string;
|
|
278
|
+
}
|
|
279
|
+
/** @experimental */
|
|
280
|
+
interface DelegateUiAuditArgs {
|
|
281
|
+
/** Workspace root for the audit (absolute path). */
|
|
282
|
+
workspaceDir: string;
|
|
283
|
+
/** Routes to audit. Must be non-empty. */
|
|
284
|
+
routes: readonly DelegateUiAuditRoute[];
|
|
285
|
+
/** Multi-tenant scope. */
|
|
286
|
+
namespace?: string;
|
|
287
|
+
config?: DelegateUiAuditConfig;
|
|
288
|
+
}
|
|
289
|
+
/** @experimental */
|
|
290
|
+
interface DelegateUiAuditResult {
|
|
291
|
+
taskId: string;
|
|
292
|
+
estimatedDurationMs?: number;
|
|
293
|
+
}
|
|
227
294
|
/**
|
|
228
295
|
* Loose shape of a research output over the wire — the substrate cannot
|
|
229
296
|
* import the `ResearchOutput` type from agent-knowledge without inducing
|
|
@@ -274,7 +341,7 @@ interface DelegationHistoryEntry {
|
|
|
274
341
|
taskId: string;
|
|
275
342
|
profile: DelegationProfile;
|
|
276
343
|
namespace?: string;
|
|
277
|
-
args: DelegateCodeArgs | DelegateResearchArgs;
|
|
344
|
+
args: DelegateCodeArgs | DelegateResearchArgs | DelegateUiAuditArgs;
|
|
278
345
|
status: DelegationStatus;
|
|
279
346
|
feedback?: DelegationFeedbackSnapshot[];
|
|
280
347
|
costUsd?: number;
|
|
@@ -295,6 +362,16 @@ interface DelegateRunCtx {
|
|
|
295
362
|
type CoderDelegate = (args: DelegateCodeArgs, ctx: DelegateRunCtx) => Promise<CoderOutput>;
|
|
296
363
|
/** @experimental */
|
|
297
364
|
type ResearcherDelegate = (args: DelegateResearchArgs, ctx: DelegateRunCtx) => Promise<ResearchOutputShape>;
|
|
365
|
+
/**
|
|
366
|
+
* UI-auditor delegate — fully consumer-injected. agent-runtime ships no
|
|
367
|
+
* default factory because the inputs are workspace path + judge function
|
|
368
|
+
* + (optionally) a `SandboxClient`, and the judge is the consumer's
|
|
369
|
+
* model seam. See `createInProcessUiAuditClient` + `uiAuditorProfile` in
|
|
370
|
+
* `@tangle-network/agent-runtime/profiles` for the canonical wiring.
|
|
371
|
+
*
|
|
372
|
+
* @experimental
|
|
373
|
+
*/
|
|
374
|
+
type UiAuditorDelegate = (args: DelegateUiAuditArgs, ctx: DelegateRunCtx) => Promise<UiAuditorDelegationOutput>;
|
|
298
375
|
/** @experimental Structured review verdict over a coder candidate. */
|
|
299
376
|
interface CoderReview {
|
|
300
377
|
/** Gate: only approved candidates are eligible to win. */
|
|
@@ -336,7 +413,7 @@ interface CreateDefaultCoderDelegateOptions {
|
|
|
336
413
|
* Convenience shorthand for sibling placement. Equivalent to
|
|
337
414
|
* `executor: createSiblingSandboxExecutor({ client: sandboxClient })`.
|
|
338
415
|
*/
|
|
339
|
-
sandboxClient?:
|
|
416
|
+
sandboxClient?: SandboxClient;
|
|
340
417
|
/** Default `['claude-code', 'codex', 'opencode/zai-coding-plan/glm-5.1']` when variants > 1. */
|
|
341
418
|
fanoutHarnesses?: string[];
|
|
342
419
|
/** Hard cap on the kernel's per-batch concurrency. Default 4. */
|
|
@@ -443,4 +520,4 @@ interface CreateKbGateOptions {
|
|
|
443
520
|
*/
|
|
444
521
|
declare function createKbGate(options?: CreateKbGateOptions): (candidate: FactCandidate) => Promise<KbGateResult>;
|
|
445
522
|
|
|
446
|
-
export { type
|
|
523
|
+
export { type DelegateCodeConfig as A, type DelegateResearchConfig as B, type CoderReviewer as C, type DelegateCodeArgs as D, type DelegateRunCtx as E, type FactCandidate as F, type DelegateUiAuditConfig as G, type DelegateUiAuditRoute as H, type FactJudge as I, type FactJudgeVerdict as J, type FeedbackRating as K, type FeedbackRefersTo as L, type FleetWorkspaceExecutorOptions as M, type KbGateResult as N, type ResearchOutputShape as O, type UiAuditorDelegationOutput as P, createDefaultCoderDelegate as Q, type ResearcherDelegate as R, type SiblingSandboxExecutorOptions as S, createFleetWorkspaceExecutor as T, type UiAuditorDelegate as U, createKbGate as V, createSiblingSandboxExecutor as W, type CoderWinnerSelection as a, type CreateKbGateOptions as b, type FleetHandle as c, type DelegationExecutor as d, type DelegateFeedbackArgs as e, type DelegationFeedbackSnapshot as f, type DelegationProfile as g, type DelegateResearchArgs as h, type DelegateUiAuditArgs as i, type DelegationStatus as j, type DelegationProgress as k, type DelegationResultPayload as l, type DelegationError as m, type DelegationStatusResult as n, type DelegationHistoryArgs as o, type DelegationHistoryEntry as p, type CoderDelegate as q, type DelegateCodeResult as r, type DelegateFeedbackResult as s, type ResearchSource as t, type DelegateResearchResult as u, type DelegateUiAuditResult as v, type DelegationHistoryResult as w, type DelegationStatusArgs as x, type CoderReview as y, type CreateDefaultCoderDelegateOptions as z };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Scenario } from '@tangle-network/agent-eval/campaign';
|
|
2
|
+
import { SelfImproveOptions, SelfImproveResult } from '@tangle-network/agent-eval/contract';
|
|
2
3
|
import { R as RunAnalystLoopOpts, a as RunAnalystLoopResult } from './types-p8dWBIXL.js';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { CoderOutput } from './profiles.js';
|
|
4
|
+
import { D as DelegateCodeArgs, C as CoderReviewer, a as CoderWinnerSelection, F as FactCandidate, b as CreateKbGateOptions } from './kb-gate-2Gwpz_27.js';
|
|
5
|
+
import { C as CoderOutput } from './coder-DCWFQpmJ.js';
|
|
6
|
+
import { S as SandboxClient, O as OutputAdapter, V as Validator, A as AgentRunSpec, b as LoopResult } from './types-DnYoHvvZ.js';
|
|
7
|
+
import { T as TopologyPlanner, C as CreateDriverOptions, D as DriverDecision } from './driver-C-mtBo7h.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @experimental
|
|
@@ -19,8 +19,8 @@ import { CoderOutput } from './profiles.js';
|
|
|
19
19
|
* review → code mode with a REQUIRED reviewer (the gate is the point)
|
|
20
20
|
* research → research-in-a-loop with valid-only KB growth (createKbGate)
|
|
21
21
|
* audit → analyze trace/run data → findings (runAnalystLoop, caller-wired)
|
|
22
|
-
* self-improve →
|
|
23
|
-
* dynamic → agent-authored topology (runLoop +
|
|
22
|
+
* self-improve → closed-loop text/config optimization (selfImprove, held-out gated)
|
|
23
|
+
* dynamic → agent-authored topology (runLoop + createDriver)
|
|
24
24
|
*
|
|
25
25
|
* It is intentionally a thin façade: the value is that EVERY product reuses the
|
|
26
26
|
* one hardened engine instead of forking delegation logic. The dispatcher owns
|
|
@@ -67,7 +67,7 @@ interface RunDelegatedLoopOptions {
|
|
|
67
67
|
declare function runDelegatedLoop<T = unknown>(mode: DelegatedLoopMode, registry: DelegatedLoopRegistry, options?: RunDelegatedLoopOptions): Promise<DelegatedLoopResult<T>>;
|
|
68
68
|
/** @experimental Options for the default `code`/`review` runner. */
|
|
69
69
|
interface CoderLoopRunnerOptions {
|
|
70
|
-
sandboxClient:
|
|
70
|
+
sandboxClient: SandboxClient;
|
|
71
71
|
/** What to build — the delegate args (goal, repoRoot, variants, config, …). */
|
|
72
72
|
args: DelegateCodeArgs;
|
|
73
73
|
/** Adversarial reviewer. REQUIRED for `review` mode (see `reviewLoopRunner`). */
|
|
@@ -90,8 +90,8 @@ declare function reviewLoopRunner(options: CoderLoopRunnerOptions & {
|
|
|
90
90
|
}): DelegatedLoopRunner<CoderOutput>;
|
|
91
91
|
/** @experimental Options for the default `dynamic` runner. */
|
|
92
92
|
interface DynamicLoopRunnerOptions<Task, Output> {
|
|
93
|
-
sandboxClient:
|
|
94
|
-
/** The agent-authored topology planner (
|
|
93
|
+
sandboxClient: SandboxClient;
|
|
94
|
+
/** The agent-authored topology planner (sync or async; an async planner is where an LLM call goes). */
|
|
95
95
|
planner: TopologyPlanner<Task, Output>;
|
|
96
96
|
task: Task;
|
|
97
97
|
output: OutputAdapter<Output>;
|
|
@@ -101,9 +101,13 @@ interface DynamicLoopRunnerOptions<Task, Output> {
|
|
|
101
101
|
agentRuns?: AgentRunSpec<Task>[];
|
|
102
102
|
maxIterations?: number;
|
|
103
103
|
maxFanout?: number;
|
|
104
|
+
/** Optional trace-analyst hook forwarded to the dynamic driver so the loop runs
|
|
105
|
+
* `f(trace, findings)` — see `CreateDriverOptions.analyze`. Caller-side
|
|
106
|
+
* seam to `runAnalystLoop`; keeps this runner analyst-free. */
|
|
107
|
+
analyze?: CreateDriverOptions<Task, Output>['analyze'];
|
|
104
108
|
}
|
|
105
109
|
/** @experimental `dynamic` mode — agent-authored topology over `runLoop`. */
|
|
106
|
-
declare function dynamicLoopRunner<Task, Output>(o: DynamicLoopRunnerOptions<Task, Output>): DelegatedLoopRunner<LoopResult<Task, Output,
|
|
110
|
+
declare function dynamicLoopRunner<Task, Output>(o: DynamicLoopRunnerOptions<Task, Output>): DelegatedLoopRunner<LoopResult<Task, Output, DriverDecision>>;
|
|
107
111
|
/** @experimental A fact rejected at the KB gate — surfaced, never dropped. */
|
|
108
112
|
interface VetoedFact {
|
|
109
113
|
candidate: FactCandidate;
|
|
@@ -142,8 +146,8 @@ interface ResearchLoopRunnerOptions {
|
|
|
142
146
|
* never silently dropped) so the caller audits vs retries.
|
|
143
147
|
*/
|
|
144
148
|
declare function researchLoopRunner(o: ResearchLoopRunnerOptions): DelegatedLoopRunner<ResearchLoopResult>;
|
|
145
|
-
/** @experimental `self-improve` mode —
|
|
146
|
-
declare function selfImproveLoopRunner<TScenario extends Scenario, TArtifact>(options:
|
|
149
|
+
/** @experimental `self-improve` mode — agent-eval's one-call closed loop (held-out gated). */
|
|
150
|
+
declare function selfImproveLoopRunner<TScenario extends Scenario, TArtifact>(options: SelfImproveOptions<TScenario, TArtifact>): DelegatedLoopRunner<SelfImproveResult<TScenario, TArtifact>>;
|
|
147
151
|
/** @experimental `audit` mode — analyst loop over captured trace/run data. */
|
|
148
152
|
declare function auditLoopRunner<TProposal = unknown, TEdit = unknown>(options: RunAnalystLoopOpts): DelegatedLoopRunner<RunAnalystLoopResult<TProposal, TEdit>>;
|
|
149
153
|
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
export { L as LoopRunnerCliArgs, f as LoopRunnerCliResult, p as parseLoopRunnerArgv, o as runLoopRunnerCli } from './loop-runner-bin-
|
|
2
|
+
export { L as LoopRunnerCliArgs, f as LoopRunnerCliResult, p as parseLoopRunnerArgv, o as runLoopRunnerCli } from './loop-runner-bin-D-K6bRp3.js';
|
|
3
3
|
import '@tangle-network/agent-eval/campaign';
|
|
4
|
+
import '@tangle-network/agent-eval/contract';
|
|
4
5
|
import './types-p8dWBIXL.js';
|
|
5
6
|
import '@tangle-network/agent-eval';
|
|
6
|
-
import './
|
|
7
|
-
import './
|
|
8
|
-
import './types-DbJzz2uf.js';
|
|
7
|
+
import './kb-gate-2Gwpz_27.js';
|
|
8
|
+
import './coder-DCWFQpmJ.js';
|
|
9
9
|
import '@tangle-network/sandbox';
|
|
10
|
-
import './
|
|
11
|
-
import './
|
|
10
|
+
import './types-DnYoHvvZ.js';
|
|
11
|
+
import './runtime-hooks-C7JwKb9E.js';
|
|
12
|
+
import './substrate-CUgk7F7s.js';
|
|
13
|
+
import './driver-C-mtBo7h.js';
|
package/dist/loop-runner-bin.js
CHANGED
|
@@ -2,15 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
parseLoopRunnerArgv,
|
|
4
4
|
runLoopRunnerCli
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GN75RGM6.js";
|
|
6
6
|
import "./chunk-FNMGYYSS.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-PY6NMZYX.js";
|
|
13
|
-
import "./chunk-SQSCRJ7U.js";
|
|
7
|
+
import "./chunk-I42NHLKX.js";
|
|
8
|
+
import "./chunk-KADIJAD4.js";
|
|
9
|
+
import "./chunk-HNUXAZIJ.js";
|
|
10
|
+
import "./chunk-65FQLI4V.js";
|
|
11
|
+
import "./chunk-GSUO5QS6.js";
|
|
14
12
|
import "./chunk-DGUM43GV.js";
|
|
15
13
|
export {
|
|
16
14
|
parseLoopRunnerArgv,
|