Per-chat Generate session with sparse deltas; drop Cards/Civitai/wanted hops; rolling history summary via the same Ollama model with a budget chip and /compress. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"name": "swarm-assistent",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"watch": "node scripts/build.mjs --watch",
|
|
"test": "node --test test/intent.test.js test/patch.test.js test/context.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0"
|
|
}
|
|
}
|