From b4eea2be31fa03f1247728dc64438bb80422fe83 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Sat, 20 Sep 2025 19:39:53 +0200 Subject: [PATCH] Update build-your-own-operator-on-macos-2.md --- blog/build-your-own-operator-on-macos-2.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/blog/build-your-own-operator-on-macos-2.md b/blog/build-your-own-operator-on-macos-2.md index 0df85b75..59844456 100644 --- a/blog/build-your-own-operator-on-macos-2.md +++ b/blog/build-your-own-operator-on-macos-2.md @@ -6,11 +6,9 @@ In our [previous post](build-your-own-operator-on-macos-1.md), we built a basic In this follow-up, we'll explore our [cua-agent](https://pypi.org/project/cua-agent) framework - a high-level abstraction that handles all the complexity of VM interaction, screenshot processing, model communication, and action execution automatically. - - +
+ +
## What You'll Learn @@ -652,4 +650,4 @@ With the basics covered, you might want to explore: - [OpenAI Agent SDK Specification](https://platform.openai.com/docs/api-reference/responses) - [Anthropic API Documentation](https://docs.anthropic.com/en/api/getting-started) - [UI-TARS GitHub](https://github.com/ByteDance/UI-TARS) -- [OmniParser GitHub](https://github.com/microsoft/OmniParser) \ No newline at end of file +- [OmniParser GitHub](https://github.com/microsoft/OmniParser)