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>
14 lines
354 B
JSON
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"
|
|
}
|
|
}
|