-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Refactor I/O utils; allow 'task' command line parameter in cli.py #6187
base: main
Are you sure you want to change the base?
Conversation
openhands/core/utils/io.py
Outdated
@@ -0,0 +1,40 @@ | |||
import argparse |
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.
I'm hoping to get rid of the use of utils
in directory and filenames--it's a horrible descriptor 🙃
Maybe we can move this and json.py into openhands/io/
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.
Done!
…to enyst/task-cli
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions
This PR proposes:
utils/io.py
task
argument incli.py
Link of any specific issues this addresses
Fix #5719
To run this PR locally, use the following command: