supported loops

This commit is contained in:
Dillon DuPont
2025-05-10 17:05:21 -04:00
parent 09bff781de
commit ffcbacc86f
+8
View File
@@ -13,6 +13,8 @@
**c/ua** (pronounced "koo-ah") enables AI agents to control full operating systems in high-performance virtual containers with near-native speed on Apple Silicon.
<div align="center">
<video src="https://github.com/user-attachments/assets/06e1974f-8f73-477d-b18a-715d83148e45" width="800" controls></video></div>
@@ -32,6 +34,12 @@ This script will:
- Set up Python environment and install/update required packages
- Launch the Computer-Use Agent UI
#### Supported Agent Loops
- [UITARS-1.5](https://github.com/mlx-community/UI-TARS-1.5) - Run locally on Apple Silicon with MLX, or use cloud providers
- [OpenAI CUA](https://platform.openai.com/docs/models/computer-use-preview) - Use OpenAI's Computer-Use Preview model
- [Anthropic CUA](https://docs.anthropic.com/claude/docs/computer-use) - Use Anthropic's Computer-Use capabilities
- Any vision model through [OmniParser](https://github.com/microsoft/OmniParser) - Control UI with [Set-of-Marks prompting](https://som-gpt4v.github.io/)
### System Requirements
- Mac with Apple Silicon (M1/M2/M3/M4 series)