openclaw/extensions/llama-cpp
Vincent Koc d79d5487aa
fix(deps): remediate Dependabot alerts (#93857)
Merged via squash.

Prepared head SHA: 51ece24eef
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
2026-06-17 11:15:31 +08:00
..
src feat(memory): apply outputDimensionality truncation to local GGUF embeddings (fixes #58765) (#93758) 2026-06-17 05:05:49 +08:00
index.test.ts feat(memory): apply outputDimensionality truncation to local GGUF embeddings (fixes #58765) (#93758) 2026-06-17 05:05:49 +08:00
index.ts
npm-shrinkwrap.json fix(deps): remediate Dependabot alerts (#93857) 2026-06-17 11:15:31 +08:00
openclaw.plugin.json
package.json chore(release): sync main to 2026.6.8 2026-06-17 07:25:30 +08:00
README.md fix(release): harden plugin package preflight 2026-06-15 14:23:57 +08:00

@openclaw/llama-cpp-provider

Official llama.cpp embedding provider for OpenClaw.

This plugin runs local GGUF embedding models through node-llama-cpp.

Install

openclaw plugins install @openclaw/llama-cpp-provider

Restart the Gateway after installing or updating the plugin. Use Node 24 for native installs and updates.

Configure

Set agents.defaults.memorySearch.provider to local. By default, the plugin downloads and uses the EmbeddingGemma GGUF model. Configure agents.defaults.memorySearch.local.modelPath to use another local path, Hugging Face model URI, or HTTPS model URL.

Package

  • Plugin id: llama-cpp
  • Package: @openclaw/llama-cpp-provider
  • Minimum OpenClaw host: 2026.6.2