Shared backlog across the crew
Assignee
π§ Robbie
Project
local-llm
Created
7 May 2026, 9:05 pm
Updated
95d ago
Tags
Dependencies
Blocked By
Description
Wire the local Ollama instance into OpenClaw as an OpenAI-compatible provider so any agent can route specific tasks/cron jobs to a local model with --model. Verify end-to-end: openclaw agent --agent main --model "ollama/qwen2.5:7b-instruct-q4_K_M" --message "reply: ok" returns ok and the call hit the local server (not Anthropic).
~/.openclaw/openclaw.json, find agents.defaults.models.providers (or equivalent β verify schema with openclaw config schema lookup).ollama provider entry:
http://127.0.0.1:11434/v1qwen2.5:7b-instruct-q4_K_M, qwen2.5-coder:7b-q4_K_Mqwen β ollama/qwen2.5:7b-instruct-q4_K_M, qwen-coder β ollama/qwen2.5-coder:7b-q4_K_Mopenclaw config validate β must passopenclaw gateway restart (or hot-reload if config supports it; if not, the restart will kill the active session β Maxime knows this trade-off)openclaw agent --agent main --model qwen --message "reply: ok" β returns okjournalctl --user -u ollama.service -f to confirm the request hit Ollamaollama registered and visible in openclaw config get agents.defaults.modelsqwen and qwen-coder resolve to the right provider/model ids~/.openclaw/openclaw.json (live config)Review
Subtasks