Skip to content
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

Computer use #710

Open
avaer opened this issue Dec 2, 2024 · 0 comments
Open

Computer use #710

avaer opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@avaer
Copy link
Contributor

avaer commented Dec 2, 2024

What do you want to see?

Allow agents to run on the desktop using electron. Automation courtesy of @nut-tree-fork/nut-js.

This is to support a live desktop control experience similar to the popular https://github.com/corbt/agent.exe

Docs:
https://docs.anthropic.com/en/docs/build-with-claude/computer-use

Example from Anthropic:
https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo

To make this work, we need to support a pipeline for Anthropic/Claude inference. We are already proxying these calls in the ai proxy.


The available tools are currently (per https://docs.anthropic.com/en/docs/build-with-claude/computer-use):

{ "type": "computer_20241022", "name": "computer" }
{ "type": "text_editor_20241022", "name": "str_replace_editor" }
{ "type": "bash_20241022", "name": "bash" }

Examples of these being used is here: https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo/computer_use_demo/tools

Link to original discussion

No response

@avaer avaer added the enhancement New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants