We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow agents to run on the desktop using electron. Automation courtesy of @nut-tree-fork/nut-js.
electron
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
No response
The text was updated successfully, but these errors were encountered:
SaadBazaz
No branches or pull requests
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):
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
The text was updated successfully, but these errors were encountered: