cento-engine / package.json
LJTSG's picture
Cento v0.1 — bounded recombinant-memory engine
8494d00 verified
Raw
History Blame Contribute Delete
614 Bytes
{
"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" }
}