github.com
Claude Computer Use Demo
An Anthropic example application demonstrating Claude's computer use capability.
https://github.com/anthropics/claude-quickstarts/tree/main/computer-use-demoAbout This Resource
An Anthropic example application demonstrating Claude's computer use capability. It connects the model to a desktop environment and tools for taking screenshots and performing interface actions.
Saved Notes
Original notes saved with this link. They may describe an earlier version.
anthropic-quickstarts/computer-use-demo at main · anthropics/anthropic-quickstarts
This repository helps you get started with computer use on Claude, with reference implementations of:
- Build files to create a Docker container with all necessary dependencies
- A computer use agent loop using the Anthropic API, Bedrock, or Vertex to access the updated Claude 3.5 Sonnet model
- Anthropic-defined computer use tools
- A streamlit app for interacting with the agent loop