@kernlang/protocol
v3.1.3
Published
Kern draft protocol — structured AI communication format
Downloads
537
Maintainers
Readme
@kernlang/protocol
Kern draft protocol — structured AI communication format
Part of the KERN monorepo.
Install
npm install @kernlang/protocolUsage
import { buildKernDraftPrompt, parseKernDraft, buildKernRankPrompt } from '@kernlang/protocol';
const prompt = buildKernDraftPrompt(spec);
const draft = parseKernDraft(llmResponse);
const rankPrompt = buildKernRankPrompt(drafts);License
AGPL-3.0
