openai cua sample app
Basic Information
This repository is a sample application for developers who want to build and experiment with a Computer Using Agent (CUA) using the OpenAI Responses API. It demonstrates how a model can inspect screenshots of a computer interface, propose actions like clicks and typing via computer_call outputs, and receive resulting screenshots to continue a task loop. The repo provides a minimal, extensible demonstration rather than a production agent and emphasizes that computer use is in preview and should not be trusted in high-stakes or authenticated environments. It includes setup and run instructions for a local development environment, example scripts, and guidance for contributing new computer environments. The main goal is to show the end-to-end interaction pattern and practical integrations for executing model-suggested UI actions in different runtime environments.