-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Clean up unused agent skills after function calling migration #6083
Comments
This is quite cool! Kinda verbose, like Sonnet is prone to do. |
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-6083' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. Additional details about the failure:
To fully resolve this issue, we need to:
The core code changes look promising, but the issue requirements go beyond just code removal and require additional work to be considered fully resolved. |
Background
During the review of PR #6064 (removing opencv-python dependency), it was noted that our codebase still contains legacy agent skills that are no longer used by default since we switched to function calling. This technical debt should be addressed to maintain a clean and efficient codebase.
Current State
opencv-python
#6064 highlighted the need for cleanup while removing unused dependenciesProposed Changes
Audit
Cleanup
Documentation
Benefits
Implementation Notes
Questions to Address
/cc @xingyaoww
The text was updated successfully, but these errors were encountered: