ollama run w4d4f4k/qwen3_v1
Updated 3 weeks ago
3 weeks ago
3a25f276ea95 · 2.5GB ·
Qwen3-4B-Instruct-2507 fine-tuned (LoRA, merged) for the AIIA agent
framework — an autonomous PLAN/BUILD-mode code agent with XML-style tool
calling.
Executes coding and file-system tasks step by step using AIIA’s tool
protocol:
<WriteFile>
<fileName>fibonacci.py</fileName>
<contentOfFile>def fibonacci(n): ...</contentOfFile>
</WriteFile>
Supported tools include: ReadFile, WriteFile, CreateFile, AppendFile,
TreeView, List, Find, Grep, ReplaceLine, Sed, Diff, ExecuteScript, Terminal,
createPlan, nextTask, and more. Task lifecycle is signalled with
<nextTask>completed</nextTask> / <nextTask>blocked</nextTask>.
Designed to run inside the AIIA framework, which injects real tool
results and drives the task loop. The model stops generation at tool-call
boundaries ([Tool Result: stop sequence is built in), so it also behaves
sanely in plain chat — it will emit one tool call and wait.
ollama run w4d4f4k/qwen3_v1
Recommended options: temperature 0.3-0.7 for BUILD mode, context 16k.