Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.14 KB

Computer Use Agent Generative UI

A Generative UI web app for interacting with Computer Use Agents (CUA) via the @langchain/langgraph-cua prebuilt package.

Gen UI Diagram

Quickstart

The following API keys are required to run this app:

Once you have both API keys, you can clone the repo:

git clone https://github.com/bracesproul/gen-ui-computer-use.git

Navigate to the project directory:

cd gen-ui-computer-use

Copy the .env.example file to .env and add your API keys:

cp .env.example .env

Add your OpenAI API key and Scrapybara API key to the .env file:

OPENAI_API_KEY=your_openai_api_key
SCrapybara_API_KEY=your_scrapybara_api_key

Install dependencies:

pnpm install

Run both the agent and the app:

# Run the web server
pnpm run dev

In another terminal window:

# Run the agent
pnpm run agent

The app will be available at http://localhost:3000.

License

MIT