Skip to content

[Agent] Implement left_mouse_down, left_mouse_up, and tool errors #333

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

Merged
merged 2 commits into from
Aug 7, 2025

Conversation

ddupont808
Copy link
Contributor

This PR implements 2 new anthropic computer actions, left_mouse_down and left_mouse_up. It also fixes a crash that would occur when calling not yet implemented computer actions (triple_click, hold_key), which will now present an error to the agent so it is aware of the missing action.

Changes Included

  • Implemented left_mouse_down, left_mouse_up from anthropic's Claude 4 computer tool
  • Fixed crashes from function call transformation errors, now the agent will be aware and be able to update its tool call

@ddupont808 ddupont808 merged commit a78a0e1 into main Aug 7, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant