| { | |
| "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" } | |
| } | |