v4.0.0 Stable Build
import { ComSearchKernel } from '@ComSearch/core';
// Initialize with Zero-Knowledge encryption
const instance = await ComSearchKernel.connect({
encryption: 'AES-GCM-256',
mode: 'sovereign'
});
// Request inference
const result = await instance.synthesize(prompt);