#ollama
1 messages · Page 1 of 1 (latest)
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 Ollama → Local 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: