OpenCUA: Open Foundations for Computer-Use Agents
Paper • 2508.09123 • Published • 34
How to use rakesh0x/qwen3-4b-agentnet-text-lora with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir qwen3-4b-agentnet-text-lora rakesh0x/qwen3-4b-agentnet-text-lora
LoRA adapter for mlx-community/Qwen3-4B-4bit, trained on text-only Ubuntu steps from xlangai/AgentNet (agentnet_ubuntu_5k.jsonl). No screenshots were used.
This adapter teaches OpenCUA-style Thought / Action / Code (pyautogui) from a written screen observation. It does not add visual grounding.
mlx_lm.lora), rank 8, 8 layers, mask-promptpython3 -m mlx_lm generate \
--model mlx-community/Qwen3-4B-4bit \
--adapter-path rakesh0x/qwen3-4b-agentnet-text-lora \
--prompt "You are a GUI agent. Open LibreOffice Writer. Output Thought, Action, and Code."
from mlx_lm import load, generate
model, tokenizer = load(
"mlx-community/Qwen3-4B-4bit",
adapter_path="rakesh0x/qwen3-4b-agentnet-text-lora",
)
Final weights: adapters.safetensors. Checkpoints 0000100 … 0000400 are intermediate saves.
If you use AgentNet / OpenCUA, please cite Wang et al., 2025.
Quantized