Files
swarm-assistent/package.json
T
Leonid PershinandCursor 5f33130381 Ship Assistent 0.14.1: Exact generate params and cheap park/warm.
Client always merges Exact turbo|raw steps/cfg/sigma before Generate so sparse LLM omissions and leftover SD 20/7 cannot stick; Ollama park/warm skip no-op /api/ps round-trips when the chat model is already unloaded or resident.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-23 06:50:08 +03:00

14 lines
354 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 test/kreaProfile.test.js"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}