Peter Steinberger
4118f31d89
fix(llama-cpp): make endpoint auth transitions reproducible ( #126498 )
2026-08-19 18:37:28 -07:00
Peter Steinberger
0135046830
refactor(llama-cpp): use one provider for managed and existing servers ( #126434 )
...
* refactor(llama-cpp): unify server ownership modes
* test(llama-cpp): preserve shared discovery limits
* fix(plugin-sdk): retain provider auth removal export
2026-08-19 13:57:33 -07:00
Onur Solmaz
c2de3206d4
feat(llama-cpp): support external llama-server
...
* feat(llama-cpp): add external server provider
* feat(llama-cpp): document external server setup
* refactor(llama-cpp): harden external provider boundaries
* fix(llama-cpp): support external structured output
* fix(llama-cpp): isolate replacement endpoint credentials
* test(llama-cpp): register external live shard
* fix(llama-cpp): preserve explicit endpoint authorization
* fix(llama-cpp): clear disabled inline credentials
* fix(llama-cpp): preserve external local service configs
* test(llama-cpp): cover retained external configs
* test(llama-cpp): cover authorization precedence
2026-08-19 17:32:00 +03:00
Peter Steinberger
1348387076
refactor(plugins): replace node-llama-cpp with managed llama-server ( #123105 )
...
Move llama.cpp chat and local embeddings onto a verified externally managed llama-server runtime. Remove the in-process native runtime, forked embedding workers, and node-llama-cpp dependency while preserving guided setup, local GGUF models, tool-capable agent runs, diagnostics, and operator docs.
2026-08-13 16:58:20 -07:00
Vincent Koc
bce957fe61
fix(llama-cpp): clarify local model setup
2026-08-02 18:04:30 +08:00
Vincent Koc
0e24d596c0
improve(setup): clarify local provider actions
2026-08-01 00:26:40 +08:00
Peter Steinberger
a5237fe925
feat(llama-cpp): gate Gemma default by RAM ( #109585 )
2026-07-16 22:17:57 -07:00
Peter Steinberger
658b601ee5
feat(llama-cpp): in-process local GGUF text inference provider ( #109444 )
...
* feat(llama-cpp): add in-process text inference
* test(llama-cpp): narrow setup provider fixture
* fix(llama-cpp): trim public surface and refresh docs map
* fix(llama-cpp): import Context type in inference test
2026-07-16 18:53:55 -07:00
Onur Solmaz
3137110167
fix(memory): move local llama.cpp runtime to provider plugin
...
* fix(memory): move local llama.cpp runtime to provider plugin
* chore: ignore llama cpp dynamic dependency
* test: remove invalid local provider alias fixture
* chore: refresh llama cpp shrinkwrap
* chore: drop stale memory embedding defaults facade
2026-06-09 14:30:35 +08:00