#ollama

1 messages · Page 1 of 1 (latest)

tired timberBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

plucky peakBOT
queen merlinBOT
#

I’m checking the docs first so I don’t make up config keys.

#

Yep, if you mean “I already have Claude, and I want a separate local Ollama agent”, that works.

First, check:

openclaw --version

Fastest path:

openclaw onboard

Choose OllamaLocal only, then add the separate agent:

#
openclaw agents add local \
  --workspace ~/.openclaw/workspace-local \
  --model ollama/<your-model> \
  --non-interactive

Then verify:

openclaw gateway restart
openclaw models list --provider ollama
openclaw agents list --bindings

If you just want to test the new agent directly, without rebinding chat traffic: