File size: 614 Bytes
8494d00 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"name": "cento-engine",
"version": "0.1.0",
"description": "Cento — a bounded recombinant-memory engine. Composes coherent replies from ONLY the verbatim fragments of a corpus; hallucination is impossible by construction. The grounded-thinking layer for a real, incorruptible self.",
"license": "MIT",
"main": "src/compose.js",
"scripts": {
"demo": "node demo/cento.js demo/walden",
"build-demo": "node demo/build-corpus.js"
},
"keywords": ["cento", "bounded-generation", "recombinant-memory", "grounded-thinking", "hallucination-free", "rag", "llm"],
"engines": { "node": ">=18" }
}
|