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

Complete "computer use" support #216

Open
ErikBjare opened this issue Oct 22, 2024 · 1 comment · Fixed by #225
Open

Complete "computer use" support #216

ErikBjare opened this issue Oct 22, 2024 · 1 comment · Fixed by #225
Labels
enhancement New feature or request

Comments

@ErikBjare
Copy link
Owner

ErikBjare commented Oct 22, 2024

Since Anthropic just announced their computer use stuff (see #50 (comment)), we should just finish ours as we already have the screenshots.

We can take screenshots, we just need to enable acting on them by clicking or making input.

To not burn tons of tokens we should probably put it in a loop where it doesn't stack tons view/interact steps, maybe use a looping subagent or some kind of context-efficient tool-use loop until goal is achieved (we might need some stuff like this generally for automation goals). Should study how they do it.

They run it in a Docker container and stream it in a webapp using VNC. We should make it possible to do it this way with gptme, but I think gptme should be able to control the local system first, and a Docker system second.

Milestones

@ErikBjare ErikBjare added the enhancement New feature or request label Oct 22, 2024
@ErikBjare
Copy link
Owner Author

Remaining tasks after merging #225

  • figure out what is causing the delays
    • I seem to have fixed some of the delay by removing a speed limit argument that I accidentally added? Maybe?
    • Still delays when starting new terminal windows
    • I don't remember seeing these delays on my macOS machine
  • share the original conversation where gptme wrote most of it as an example

@ErikBjare ErikBjare reopened this Nov 1, 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

Successfully merging a pull request may close this issue.

1 participant