mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
1.8 KiB
1.8 KiB
Agent is a Computer Use (CUA) framework for running multi-app agentic workflows targeting macOS and Linux sandbox, supporting local (Ollama) and cloud model providers (OpenAI, Anthropic, Groq, DeepSeek, Qwen). The framework integrates with Microsoft's OmniParser for enhanced UI understanding and interaction.
While our north star is to create a 1-click experience, this preview of Agent might be still a bit rough around the edges. We appreciate your patience as we work to improve the experience.
Get started with Agent
Install
cua-agent
pip install "cua-agent[all]"
# or install specific loop providers
pip install "cua-agent[anthropic]"
pip install "cua-agent[omni]"
Run
Refer to these notebooks for step-by-step guides on how to use the Computer-Use Agent (CUA):
- Agent Notebook - Complete examples and workflows
