feat: add llama.cpp adapter and persistent desktop tool loop

This commit is contained in:
Zoe
2026-09-19 15:06:13 -05:00
parent 118a5387cb
commit 1a4e4d0a97
8 changed files with 332 additions and 6 deletions
+5 -1
View File
@@ -10,10 +10,14 @@
"check": "tsc --noEmit",
"test": "npm run build && node --test dist/test/*.test.js",
"home": "node dist/src/main.js",
"setup:check": "node --env-file=.env dist/src/check.js"
"setup:check": "node --env-file=.env dist/src/check.js",
"agent": "node --env-file=.env dist/src/agent.js"
},
"devDependencies": {
"@types/node": "^25.0.0",
"typescript": "^5.9.0"
},
"dependencies": {
"zod": "^4.6.5"
}
}