-
Notifications
You must be signed in to change notification settings - Fork 10
Add comprehensive documentation (README + LICENSE) for all currently supported datasets and agents, complete mini-coder integration #162
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
Conversation
|
@OpenHands please fix the failing actions on PR #162 at branch |
|
I'm on it! yueqis can track my progress at all-hands.dev |
|
@OpenHands please fix the failing actions on PR #162 at branch |
|
I'm on it! yueqis can track my progress at all-hands.dev |
….json - Add pytest configuration to pyproject.toml to only run tests from tests/ directory - Regenerate mini-coder sample_sft.json to match all 5 samples in sample_std.json - Fix whitespace and formatting issues flagged by pre-commit hooks
|
I've successfully fixed the failing GitHub Actions on PR #162! Here's a summary of what was done: Changes Made1. Fixed Python Test Failures
2. Fixed mini-coder Dataset Issue
3. Fixed Pre-commit Check Failures
Verification Checklist✅ All pytest tests pass (128 passed, 12 skipped) The PR should now pass all CI checks when they re-run! You can view the updated PR at: #162 |
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
|
@OpenHands please fix the failing actions on PR #162 at branch |
|
I'm on it! yueqis can track my progress at all-hands.dev |
- Update string quotes to use double quotes for consistency - Remove trailing whitespace - Reformat code to match project style guidelines Co-authored-by: openhands <openhands@all-hands.dev>
✅ Successfully Fixed Failing GitHub Actions on PR #162I've successfully resolved the failing Pre-commit Checks action on PR #162 (branch Issue IdentifiedThe pre-commit checks were failing due to code formatting issues in
Changes MadeFixed formatting issues in
ResultsAll GitHub Actions are now passing ✅:
The fix has been committed and pushed to the |
neubig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for this!
Adds README and LICENSE files for 17 datasets, creates documentation for all 3 agent implementations, and completes the mini-coder dataset integration with sample data and SFT conversions. This improves repository organization, provides proper attribution, and enhances onboarding for new users.
• New documentation for OpenHands, AgentLab, and SWE-agent
• LICENSE files added for 17 datasets with proper attribution
• README files with citations, source URLs, and descriptions
• Complete mini-coder dataset with sample raw, std, and SFT data
• Enhanced main README with improved structure documentation