frob/ locooperator:4b-q8_0

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:4b-q8_0

Details

1 month ago

46bf69b236dc · 4.3GB ·

qwen3
·
4.02B
·
Q8_0
MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any per
{{- $lastUserIdx := -1 -}} {{- range $idx, $msg := .Messages -}} {{- if eq $msg.Role "user" }}{{ $la
{ "repeat_penalty": 1, "stop": [ "<|im_start|>", "<|im_end|>" ], "te

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.