Skip to content

Added Anchorbrowser computer implementation #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guybensimhon1
Copy link

We're adding Anchorbrowser as a new browser environment for CUA. This PR introduces the AnchorBrowser class as a new Computer implementation.

Key Changes:

  • Added AnchorBrowser class inheriting from BasePlaywrightComputer.
  • Implemented all required Computer interface methods.
  • Added configuration using ANCHOR_API_KEY.
  • Updated CLI to include the Anchor option.

Next Steps:
We already support OS-like features for viewing and clicking, similar to Operator, and plan to integrate these for a seamless Operator-like interface. We'll keep this integration updated with improvements from both CUA and Anchorbrowser.

Questions?
Let us know if you have any questions or need changes. You can reach us at [email protected].

@ibigio
Copy link
Collaborator

ibigio commented Apr 21, 2025

tl;dr please adhere to new computer structure and contributing process

Hi! Thanks for your contribution – we'd love to get it reviewed and merged. To better support custom CUA computers we've created a contrib directory to co-locate community contributions and automatically run basic smoke tests.

Please make sure you complete the three main steps:

  1. Move computers/contrib and update configs
  2. Pass tests & do manual testing
  3. Submit PR with required information

These are explained in detail in the contributing section of the README.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants