Local Models
Agenties can discover and use local Ollama models for supported agent and lab workflows. Claude Code remains the default execution path; local models are opt-in, reversible, and best treated as an experimental local backend until you validate a model against your own tasks.
What the local backend does
| Area | Behavior |
|---|---|
| Provider | Ollama is the supported provider today. Agenties talks to the configured Ollama base URL, usually http://localhost:11434. |
| Discovery | Agenties can list installed Ollama models and surface them in model selectors as local options. |
| Execution | Supported local tasks run on-device through the local model runner instead of the Claude Code CLI path. |
| Labs | Built-in smoke, composer, code-tool, and coding-trial tests help determine whether a local model is usable before relying on it. |
| Rollback | Local task reports track touched files and rollback metadata for supported lab/task runs. |
Setup
Open Settings, find the Local Models section, enable the local backend, and point Agenties at your Ollama server. Then refresh the model list or type a model name manually.
Health checks
Use the built-in health check before running a task. If Ollama is not reachable, Agenties keeps the local path unavailable and you can switch back to a Claude model from the same model selector.
Where local models appear
| Surface | What you can do |
|---|---|
| Chat model selector | Pick a local Ollama model for supported local orchestrator/chat turns. |
| Team model selector | Assign a local model to a team member when local agent execution is suitable. |
| Agents tab | Run a bounded local agent task and inspect the saved report. |
| Council preview | Local Ollama models can be offered as council participants when Council Mode is enabled. |
| MCP tools | Use localModels:* tools for health, listModels, labs, tasks, reports, and rollback. |
Best practice
Treat local models as a capability you qualify per project. Run the labs first, check whether the model can follow file/tool constraints, and keep critical production changes on Claude Code unless the local model has passed the relevant coding trial.