@petritapanilahdelma/llm-component-contracts
v1.2.0
Published
Versioned JSON contracts and templates for LLM component schemas.
Maintainers
Readme
@petritapanilahdelma/llm-component-contracts
Versioned JSON contracts and templates for the LLM component schema standard.
Install
npm install @petritapanilahdelma/llm-component-contractsUsage
import { schemas, schemaPaths, migrateV1ToV2 } from "@petritapanilahdelma/llm-component-contracts";
console.log(schemas.contracts.v1.title);
console.log(schemaPaths.templates.base);Exports
schemas.contracts.v1schemas.contracts.v2schemas.templates.baseschemas.templates.tailwindschemaPathsfor absolute file paths to each shipped JSON filemigrateV1ToV2(schema)helper
