@shapeshift-labs/frontier-swarm 0.5.3 → 0.5.5
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 +15 -2
- package/dist/index.d.ts +160 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +329 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,13 @@ The published Frontier package family is generated from one shared package catal
|
|
|
45
45
|
- [`@shapeshift-labs/frontier-lang-rust`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-rust): Rust projection adapter for Frontier Lang semantic documents, including structs, aliases, and action stubs.
|
|
46
46
|
- [`@shapeshift-labs/frontier-lang-python`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-python): Python projection adapter for Frontier Lang semantic documents, including dataclasses, typed patch records, and action stubs.
|
|
47
47
|
- [`@shapeshift-labs/frontier-lang-c`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-c): C header projection adapter for Frontier Lang semantic documents, including structs and action prototypes.
|
|
48
|
-
- [`@shapeshift-labs/frontier-lang-compiler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-compiler): Compiler facade for Frontier Lang source documents, including parse, check, hash, diagnostics,
|
|
48
|
+
- [`@shapeshift-labs/frontier-lang-compiler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-compiler): Compiler facade for Frontier Lang source documents, including parse, check, hash, diagnostics, projection to TypeScript, JavaScript, Rust, Python, and C, and native source-import adapters for semantic merge evidence.
|
|
49
|
+
- [`@shapeshift-labs/frontier-lang-swift`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-swift): Swift source-language importer package for Frontier Lang semantic documents, including package-level metadata, SwiftSyntax adapter helpers, native import results, and semantic sidecar generation for SwiftSyntax/SwiftParser-shaped syntax trees.
|
|
50
|
+
- [`@shapeshift-labs/frontier-lang-kotlin`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-kotlin): Kotlin PSI source-language importer package for Frontier Lang semantic documents, including package-level metadata, Kotlin PSI adapter helpers, native import results, and semantic sidecar generation for Kotlin PSI/KtFile-shaped syntax trees.
|
|
51
|
+
- [`@shapeshift-labs/frontier-lang-java`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-java): Java source-language importer package for Frontier Lang semantic documents, including package-level metadata, Java AST adapter helpers, native import results, and semantic sidecar generation for javac/JDT/JavaParser-shaped ASTs.
|
|
52
|
+
- [`@shapeshift-labs/frontier-lang-go`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-go): Go source-language importer package for Frontier Lang semantic documents, including package-level metadata, Go AST adapter helpers, native import results, and semantic sidecar generation for go/ast File or Package trees.
|
|
53
|
+
- [`@shapeshift-labs/frontier-lang-csharp`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-csharp): C# Roslyn source-language importer package for Frontier Lang semantic documents, including package-level metadata, Roslyn adapter helpers, native import results, and semantic sidecar generation for SyntaxTree/SyntaxNode-shaped ASTs.
|
|
54
|
+
- [`@shapeshift-labs/frontier-lang-clang`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-clang): Clang AST source-language importer package for Frontier Lang semantic documents, including package-level metadata, Clang AST JSON adapter helpers, native import results, and semantic sidecar generation for C/C++ translation units.
|
|
49
55
|
- [`@shapeshift-labs/frontier-lang-cli`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-cli): Command line interface for parsing, checking, hashing, and emitting Frontier Lang projects.
|
|
50
56
|
- [`@shapeshift-labs/frontier-lang`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang): Umbrella package for Frontier Lang kernel, parser, checker, and projection adapters.
|
|
51
57
|
- [`@shapeshift-labs/frontier-kv`](https://www.npmjs.com/package/@shapeshift-labs/frontier-kv): Serializable in-memory key/value state for Frontier apps, including TTL, versioned compare-and-set, batched patch mutations, scans, watchers, snapshots, JSONL event evidence, and replay verification.
|
|
@@ -133,6 +139,12 @@ Package source repositories:
|
|
|
133
139
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-python`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-python)
|
|
134
140
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-c`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-c)
|
|
135
141
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-compiler`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-compiler)
|
|
142
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-swift`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-swift)
|
|
143
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-kotlin`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-kotlin)
|
|
144
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-java`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-java)
|
|
145
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-go`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-go)
|
|
146
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-csharp`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-csharp)
|
|
147
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lang-clang`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-clang)
|
|
136
148
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-cli`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-cli)
|
|
137
149
|
- [`siliconjungle/-shapeshift-labs-frontier-lang`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang)
|
|
138
150
|
- [`siliconjungle/-shapeshift-labs-frontier-kv`](https://github.com/siliconjungle/-shapeshift-labs-frontier-kv)
|
|
@@ -270,7 +282,7 @@ The scale APIs are runtime-neutral and serializable:
|
|
|
270
282
|
- `createSwarmReviewPlan` samples or requires reviewer assignments,
|
|
271
283
|
- `createSwarmMergePlan` blocks jobs with failed checks, required reviews, ownership violations, or conflicting changed paths,
|
|
272
284
|
- job results include merge-readiness classification: `discovery-only`, `patch-candidate`, `verified-patch`, `rejected`, or `blocked`,
|
|
273
|
-
- job results, merge bundles, queue overlays, and merge indexes can carry `semanticImport` summaries for imported symbols, semantic ownership regions, source projection readiness, and empty sidecar detection,
|
|
285
|
+
- job results, merge bundles, queue overlays, and merge indexes can carry `semanticImport` summaries for imported symbols, semantic ownership regions, source projection/native compile readiness, and empty sidecar detection,
|
|
274
286
|
- `ownershipRegions` allow hot files to be split into semantic regions such as `content.docs.*` or `adminSettings.quota.*`; merge conflict detection compares explicit changed regions when both sides report them and falls back to path conflicts when either side omits regions,
|
|
275
287
|
- `createSwarmMergeBundle` builds a compact worker `merge.json` shape with touched owned files, patch path, evidence, verification, queue items satisfied, risk, and disposition,
|
|
276
288
|
- `createSwarmQueueOverlay` and `deriveSwarmQueueStatus` keep central queue files immutable while deriving status from worker result overlays,
|
|
@@ -280,6 +292,7 @@ The scale APIs are runtime-neutral and serializable:
|
|
|
280
292
|
- `createSwarmReviewerLanePlan` turns risky/conflicting merge bundles into reviewer-lane tasks,
|
|
281
293
|
- `createSwarmRunStoreShards` describes sharded event/result/checkpoint paths for large run stores,
|
|
282
294
|
- `createSwarmMergeAdmission` limits ready merges by count, touched paths/regions, and risk budget,
|
|
295
|
+
- `createSwarmCoordinatorDashboard` and `querySwarmCoordinatorDashboard` combine merge index entries, queue overlays, evidence indexes, admission decisions, duplicate groups, semantic sidecar summaries, source citations, and worker liveness into one coordinator-query surface with a compact merge score per job,
|
|
283
296
|
- `createSwarmPatchStackPlan` clusters compatible bundles into candidate patch stacks by lane, path, region, disposition, and risk so reviewers can evaluate batches instead of individual worker directories,
|
|
284
297
|
- `createSwarmContextPack` gives workers compact task context: relevant files, API maps, known failures, focused/oracle commands, expected evidence, exclusions, evidence schema, playbooks, and explicit dead ends to avoid,
|
|
285
298
|
- `createSwarmOracleCorpus` indexes deterministic reference artifacts such as traces, snapshots, classifications, expected outputs, or fixtures without assuming a project domain,
|
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,8 @@ export declare const FRONTIER_SWARM_LANE_PLAYBOOK_KIND = "frontier.swarm.lane-pl
|
|
|
89
89
|
export declare const FRONTIER_SWARM_LANE_PLAYBOOK_VERSION = 1;
|
|
90
90
|
export declare const FRONTIER_SWARM_PATCH_STACK_PLAN_KIND = "frontier.swarm.patch-stack-plan";
|
|
91
91
|
export declare const FRONTIER_SWARM_PATCH_STACK_PLAN_VERSION = 1;
|
|
92
|
+
export declare const FRONTIER_SWARM_COORDINATOR_DASHBOARD_KIND = "frontier.swarm.coordinator-dashboard";
|
|
93
|
+
export declare const FRONTIER_SWARM_COORDINATOR_DASHBOARD_VERSION = 1;
|
|
92
94
|
export declare const FRONTIER_SWARM_DEFAULT_CODEX_COMPUTE_ID = "codex.gpt-5.5.xhigh";
|
|
93
95
|
export declare const FRONTIER_SWARM_DEFAULT_MODEL = "gpt-5.5";
|
|
94
96
|
export declare const FRONTIER_SWARM_DEFAULT_REASONING_EFFORT = "xhigh";
|
|
@@ -111,6 +113,8 @@ export type FrontierSwarmBlackboardEntryKind = 'fact' | 'divergence' | 'rejected
|
|
|
111
113
|
export type FrontierSwarmProgressStatus = 'not-started' | 'declared' | 'implemented' | 'structure-verified' | 'visual-verified' | 'functional-verified' | 'collaboration-verified' | 'accepted' | 'rejected' | 'blocked' | string;
|
|
112
114
|
export type FrontierSwarmAutoReviewFindingKind = 'stub-risk' | 'missing-evidence' | 'ownership-violation' | 'overlarge-patch' | 'weak-evidence' | 'strict-source-policy' | string;
|
|
113
115
|
export type FrontierSwarmRebaseStatus = 'clean-apply' | 'textual-conflict' | 'semantic-overlap' | 'stale-evidence' | 'needs-rerun' | string;
|
|
116
|
+
export type FrontierSwarmCoordinatorLiveness = 'running' | 'finished' | 'missing' | 'unknown' | string;
|
|
117
|
+
export type FrontierSwarmCoordinatorAdmissionStatus = 'admitted' | 'deferred' | 'not-admissible' | 'unknown' | string;
|
|
114
118
|
export interface FrontierSwarmComputeInput {
|
|
115
119
|
id: string;
|
|
116
120
|
kind?: FrontierSwarmComputeKind;
|
|
@@ -1005,6 +1009,15 @@ export interface FrontierSwarmSourceProjectionSummaryInput {
|
|
|
1005
1009
|
needsReview?: number;
|
|
1006
1010
|
blocked?: number;
|
|
1007
1011
|
}
|
|
1012
|
+
export interface FrontierSwarmNativeCompileSummaryInput {
|
|
1013
|
+
total?: number;
|
|
1014
|
+
emitted?: number;
|
|
1015
|
+
preserved?: number;
|
|
1016
|
+
targetStubs?: number;
|
|
1017
|
+
ready?: number;
|
|
1018
|
+
needsReview?: number;
|
|
1019
|
+
blocked?: number;
|
|
1020
|
+
}
|
|
1008
1021
|
export interface FrontierSwarmSemanticImportSummaryInput {
|
|
1009
1022
|
total?: number;
|
|
1010
1023
|
selected?: number;
|
|
@@ -1020,6 +1033,7 @@ export interface FrontierSwarmSemanticImportSummaryInput {
|
|
|
1020
1033
|
semanticIndex?: FrontierSwarmSemanticIndexSummaryInput;
|
|
1021
1034
|
semanticSidecars?: FrontierSwarmSemanticSidecarSummaryInput;
|
|
1022
1035
|
sourceProjections?: FrontierSwarmSourceProjectionSummaryInput;
|
|
1036
|
+
nativeCompiles?: FrontierSwarmNativeCompileSummaryInput;
|
|
1023
1037
|
readiness?: FrontierSwarmSemanticImportCounterInput;
|
|
1024
1038
|
metadata?: unknown;
|
|
1025
1039
|
}
|
|
@@ -1045,6 +1059,15 @@ export interface FrontierSwarmSourceProjectionSummary {
|
|
|
1045
1059
|
needsReview: number;
|
|
1046
1060
|
blocked: number;
|
|
1047
1061
|
}
|
|
1062
|
+
export interface FrontierSwarmNativeCompileSummary {
|
|
1063
|
+
total: number;
|
|
1064
|
+
emitted: number;
|
|
1065
|
+
preserved: number;
|
|
1066
|
+
targetStubs: number;
|
|
1067
|
+
ready: number;
|
|
1068
|
+
needsReview: number;
|
|
1069
|
+
blocked: number;
|
|
1070
|
+
}
|
|
1048
1071
|
export interface FrontierSwarmSemanticImportSummary {
|
|
1049
1072
|
total: number;
|
|
1050
1073
|
selected: number;
|
|
@@ -1060,6 +1083,7 @@ export interface FrontierSwarmSemanticImportSummary {
|
|
|
1060
1083
|
semanticIndex: FrontierSwarmSemanticIndexSummary;
|
|
1061
1084
|
semanticSidecars: FrontierSwarmSemanticSidecarSummary;
|
|
1062
1085
|
sourceProjections: FrontierSwarmSourceProjectionSummary;
|
|
1086
|
+
nativeCompiles: FrontierSwarmNativeCompileSummary;
|
|
1063
1087
|
readiness: Record<string, number>;
|
|
1064
1088
|
metadata?: JsonObject;
|
|
1065
1089
|
}
|
|
@@ -2445,6 +2469,140 @@ export interface FrontierSwarmPatchStack {
|
|
|
2445
2469
|
conflicts: FrontierSwarmMergeConflict[];
|
|
2446
2470
|
gateHints: string[];
|
|
2447
2471
|
}
|
|
2472
|
+
export interface FrontierSwarmCoordinatorProcessInput {
|
|
2473
|
+
pid?: number;
|
|
2474
|
+
role?: string;
|
|
2475
|
+
jobId?: string;
|
|
2476
|
+
runId?: string;
|
|
2477
|
+
status?: FrontierSwarmCoordinatorLiveness;
|
|
2478
|
+
startedAt?: number;
|
|
2479
|
+
lastSeenAt?: number;
|
|
2480
|
+
command?: readonly string[];
|
|
2481
|
+
metadata?: unknown;
|
|
2482
|
+
}
|
|
2483
|
+
export interface FrontierSwarmCoordinatorProcess {
|
|
2484
|
+
pid?: number;
|
|
2485
|
+
role: string;
|
|
2486
|
+
jobId?: string;
|
|
2487
|
+
runId?: string;
|
|
2488
|
+
status: FrontierSwarmCoordinatorLiveness;
|
|
2489
|
+
startedAt?: number;
|
|
2490
|
+
lastSeenAt?: number;
|
|
2491
|
+
command: string[];
|
|
2492
|
+
metadata?: JsonObject;
|
|
2493
|
+
}
|
|
2494
|
+
export interface FrontierSwarmCoordinatorSourceCitation {
|
|
2495
|
+
path: string;
|
|
2496
|
+
kind: string;
|
|
2497
|
+
symbol?: string;
|
|
2498
|
+
region?: string;
|
|
2499
|
+
confidence?: number;
|
|
2500
|
+
metadata?: JsonObject;
|
|
2501
|
+
}
|
|
2502
|
+
export interface FrontierSwarmCoordinatorDashboardInput {
|
|
2503
|
+
id?: string;
|
|
2504
|
+
plan?: FrontierSwarmPlan;
|
|
2505
|
+
run?: FrontierSwarmRun;
|
|
2506
|
+
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
2507
|
+
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2508
|
+
queueOverlay?: FrontierSwarmQueueOverlay;
|
|
2509
|
+
evidenceIndex?: FrontierSwarmEvidenceIndex;
|
|
2510
|
+
admission?: FrontierSwarmMergeAdmission;
|
|
2511
|
+
processes?: readonly FrontierSwarmCoordinatorProcessInput[];
|
|
2512
|
+
generatedAt?: number;
|
|
2513
|
+
metadata?: unknown;
|
|
2514
|
+
}
|
|
2515
|
+
export interface FrontierSwarmCoordinatorDashboard {
|
|
2516
|
+
kind: typeof FRONTIER_SWARM_COORDINATOR_DASHBOARD_KIND;
|
|
2517
|
+
version: typeof FRONTIER_SWARM_COORDINATOR_DASHBOARD_VERSION;
|
|
2518
|
+
id: string;
|
|
2519
|
+
runId?: string;
|
|
2520
|
+
planId?: string;
|
|
2521
|
+
generatedAt: number;
|
|
2522
|
+
jobs: FrontierSwarmCoordinatorJob[];
|
|
2523
|
+
duplicateGroups: FrontierSwarmCoordinatorDuplicateGroup[];
|
|
2524
|
+
processes: FrontierSwarmCoordinatorProcess[];
|
|
2525
|
+
byLane: Record<string, string[]>;
|
|
2526
|
+
byDisposition: Record<string, string[]>;
|
|
2527
|
+
byLiveness: Record<string, string[]>;
|
|
2528
|
+
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2529
|
+
queueOverlay?: FrontierSwarmQueueOverlay;
|
|
2530
|
+
evidenceIndex?: FrontierSwarmEvidenceIndex;
|
|
2531
|
+
admission?: FrontierSwarmMergeAdmission;
|
|
2532
|
+
summary: {
|
|
2533
|
+
jobCount: number;
|
|
2534
|
+
readyToApplyCount: number;
|
|
2535
|
+
needsHumanPortCount: number;
|
|
2536
|
+
failedEvidenceCount: number;
|
|
2537
|
+
staleAgainstHeadCount: number;
|
|
2538
|
+
duplicateGroupCount: number;
|
|
2539
|
+
semanticSidecarCount: number;
|
|
2540
|
+
semanticRegionCount: number;
|
|
2541
|
+
averageMergeScore: number;
|
|
2542
|
+
};
|
|
2543
|
+
metadata?: JsonObject;
|
|
2544
|
+
}
|
|
2545
|
+
export interface FrontierSwarmCoordinatorJob {
|
|
2546
|
+
jobId: string;
|
|
2547
|
+
taskId?: string;
|
|
2548
|
+
lane?: string;
|
|
2549
|
+
title?: string;
|
|
2550
|
+
status: FrontierSwarmJobStatus;
|
|
2551
|
+
liveness: FrontierSwarmCoordinatorLiveness;
|
|
2552
|
+
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
2553
|
+
disposition: FrontierSwarmMergeDisposition;
|
|
2554
|
+
riskLevel: FrontierSwarmRiskLevel;
|
|
2555
|
+
mergeScore: number;
|
|
2556
|
+
mergeScoreReasons: string[];
|
|
2557
|
+
admissionStatus: FrontierSwarmCoordinatorAdmissionStatus;
|
|
2558
|
+
admissionReasons: string[];
|
|
2559
|
+
staleAgainstHead: boolean;
|
|
2560
|
+
duplicateGroupId?: string;
|
|
2561
|
+
duplicateOf?: string;
|
|
2562
|
+
changedPaths: string[];
|
|
2563
|
+
changedRegions: string[];
|
|
2564
|
+
semanticRegions: string[];
|
|
2565
|
+
ownershipViolations: string[];
|
|
2566
|
+
patchPath?: string;
|
|
2567
|
+
evidencePaths: string[];
|
|
2568
|
+
primaryEvidencePath?: string;
|
|
2569
|
+
sourceCitations: FrontierSwarmCoordinatorSourceCitation[];
|
|
2570
|
+
tests: {
|
|
2571
|
+
passed: number;
|
|
2572
|
+
failed: number;
|
|
2573
|
+
requiredFailed: number;
|
|
2574
|
+
};
|
|
2575
|
+
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
2576
|
+
generatedAt: number;
|
|
2577
|
+
}
|
|
2578
|
+
export interface FrontierSwarmCoordinatorDuplicateGroup {
|
|
2579
|
+
id: string;
|
|
2580
|
+
key: string;
|
|
2581
|
+
jobIds: string[];
|
|
2582
|
+
reason: string;
|
|
2583
|
+
}
|
|
2584
|
+
export interface FrontierSwarmCoordinatorDashboardQuery {
|
|
2585
|
+
jobId?: string;
|
|
2586
|
+
lane?: string;
|
|
2587
|
+
disposition?: FrontierSwarmMergeDisposition;
|
|
2588
|
+
liveness?: FrontierSwarmCoordinatorLiveness;
|
|
2589
|
+
admissionStatus?: FrontierSwarmCoordinatorAdmissionStatus;
|
|
2590
|
+
pathIncludes?: string;
|
|
2591
|
+
region?: string;
|
|
2592
|
+
hasSemanticImport?: boolean;
|
|
2593
|
+
hasSemanticRegions?: boolean;
|
|
2594
|
+
staleAgainstHead?: boolean;
|
|
2595
|
+
duplicateOnly?: boolean;
|
|
2596
|
+
minMergeScore?: number;
|
|
2597
|
+
maxMergeScore?: number;
|
|
2598
|
+
}
|
|
2599
|
+
export interface FrontierSwarmCoordinatorDashboardQueryResult {
|
|
2600
|
+
jobs: FrontierSwarmCoordinatorJob[];
|
|
2601
|
+
summary: {
|
|
2602
|
+
jobCount: number;
|
|
2603
|
+
averageMergeScore: number;
|
|
2604
|
+
};
|
|
2605
|
+
}
|
|
2448
2606
|
export interface FrontierSwarmProof {
|
|
2449
2607
|
kind: typeof FRONTIER_SWARM_PROOF_KIND;
|
|
2450
2608
|
version: typeof FRONTIER_SWARM_PROOF_VERSION;
|
|
@@ -2516,6 +2674,8 @@ export declare function checkSwarmUsageGovernor(governorInput: FrontierSwarmUsag
|
|
|
2516
2674
|
}): FrontierSwarmUsageGovernorDecision;
|
|
2517
2675
|
export declare function createSwarmLanePlaybook(input: FrontierSwarmLanePlaybookInput): FrontierSwarmLanePlaybook;
|
|
2518
2676
|
export declare function createSwarmPatchStackPlan(input: FrontierSwarmPatchStackPlanInput): FrontierSwarmPatchStackPlan;
|
|
2677
|
+
export declare function createSwarmCoordinatorDashboard(input?: FrontierSwarmCoordinatorDashboardInput): FrontierSwarmCoordinatorDashboard;
|
|
2678
|
+
export declare function querySwarmCoordinatorDashboard(dashboard: FrontierSwarmCoordinatorDashboard, query?: FrontierSwarmCoordinatorDashboardQuery): FrontierSwarmCoordinatorDashboardQueryResult;
|
|
2519
2679
|
export declare function resolveSwarmCompute(manifestInput: FrontierSwarmManifest | FrontierSwarmManifestInput, taskInput: FrontierSwarmTask | FrontierSwarmTaskInput): FrontierSwarmCompute;
|
|
2520
2680
|
export declare function createSwarmProof(input: FrontierSwarmManifest | FrontierSwarmPlan | FrontierSwarmRun, options?: {
|
|
2521
2681
|
generatedAt?: number;
|