SDK_Interface

v4.0.0 Stable Build

api_reference.js

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);

Terminal ready...