mcard-js
Version:
MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers
9 lines • 365 B
TypeScript
/**
* Multi-runtime execution with consensus verification.
*/
import type { CLMSpec, MultiRuntimeResult } from './types.js';
/**
* Execute a CLM across multiple runtimes and verify consensus.
*/
export declare function executeMultiRuntime(clm: CLMSpec, chapterDir: string, input: unknown): Promise<MultiRuntimeResult>;
//# sourceMappingURL=multiruntime.d.ts.map