310 1 month ago

LocoOperator-4B is a 4B-parameter tool-calling agent model trained via knowledge distillation from Qwen3-Coder-Next inference traces.

tools
ollama run frob/locooperator

Applications

Claude Code
Claude Code ollama launch claude --model frob/locooperator
Codex
Codex ollama launch codex --model frob/locooperator
OpenCode
OpenCode ollama launch opencode --model frob/locooperator
OpenClaw
OpenClaw ollama launch openclaw --model frob/locooperator

Models

View all →

Readme

Imported from https://huggingface.co/LocoreMind/LocoOperator-4B

LocoOperator-4B is a 4B-parameter tool-calling agent model trained via knowledge distillation from Qwen3-Coder-Next inference traces. It specializes in multi-turn codebase exploration — reading files, searching code, and navigating project structures within a Claude Code-style agent loop. Designed as a local sub agent, it runs via llama.cpp and ollama at zero API cost.

$ ollama run frob/locooperator --experimental --experimental-yolo

This experimental version of Ollama has the bash tool enabled.
Models can read files on your computer, or run commands (after you allow them).

warning: yolo mode - all tool approvals will be skipped
>>> what is the time?

running: Bash: date
  So 01 Mär 2026 14:45:13 CET
  

The current time is 14:45:13 CET (Central European Time) on March 
1, 2026.