fix(memory): keep llama runtime optional (#71425)

* fix(memory): keep llama runtime optional

* fix(memory): harden optional llama runtime guard
This commit is contained in:
Vincent Koc
2026-04-25 00:09:12 -07:00
committed by GitHub
parent 4005a4f731
commit 9895ecead3
10 changed files with 69 additions and 746 deletions

View File

@@ -1658,14 +1658,6 @@
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"peerDependencies": {
"node-llama-cpp": "3.18.1"
},
"peerDependenciesMeta": {
"node-llama-cpp": {
"optional": true
}
},
"overrides": {
"axios": "1.15.0",
"follow-redirects": "1.16.0",