-
Notifications
You must be signed in to change notification settings - Fork 30
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
Refine ux again #150
Merged
Refine ux again #150
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
improve directory content retrieval with summary statistics
* displaying exp names in ray dashboard * fixing tests
- Updated `get_vision_agent` to append "_vision" to agent names. - Modified `BaseMessage.__str__` to include a no-warning option for logging. - Improved `make_study` function to accept single agent args and benchmark types. - Added detailed docstrings for better clarity on parameters and functionality. - Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class.
…sult analysis instructions
We could add some env variables, AGENTLAB_EXP_ROOT and x-ray stuff for example |
Megh-Thakkar
approved these changes
Nov 25, 2024
ThibaultLSDC
approved these changes
Nov 25, 2024
recursix
added a commit
that referenced
this pull request
Nov 25, 2024
* yet another way to kill timedout jobs * Improve timeout handling in task polling logic * Add method to override max_steps in Study class * add support for tab visibility in observation flags and update related components * fix tests * black * Improve timeout handling in task polling logic * yet another way to kill timedout jobs (#108) * Add method to override max_steps in Study class * add support for tab visibility in observation flags and update related components * fix tests * black * black * Fix sorting bug. improve directory content retrieval with summary statistics * fix test * black * tmp * add error report, add cum cost to summary and ray backend by default * displaying exp names in ray dashboard (#123) * displaying exp names in ray dashboard * fixing tests * enabling chat o_0 (#124) * sequential studies * little bug * more flexible requirement * imrove readme * Enhance agent configuration and logging in study setup - Updated `get_vision_agent` to append "_vision" to agent names. - Modified `BaseMessage.__str__` to include a no-warning option for logging. - Improved `make_study` function to accept single agent args and benchmark types. - Added detailed docstrings for better clarity on parameters and functionality. - Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class. * get_text was added by mistake * Update README and Jupyter notebook with improved documentation and result analysis instructions * Update requirements to include Jupyter support for black * Update README.md * Fix formatting and improve clarity in README.md * Update README.md to enhance visuals and improve navigation * Add badges to README.md for PyPI, GitHub stars, and CI status * Add video demonstration to AgentXray section in README.md * test video * xray video test * Update AgentXray section in README.md with new asset link * minor * fix setup link ... again * remove upper case letter before getting the benchmark * minor * Update ReproducibilityAgent link in README.md for better accessibility --------- Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com> Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com>
recursix
added a commit
that referenced
this pull request
Nov 25, 2024
* removing old code * playwright install in readme (#151) * Refine ux again (#150) * yet another way to kill timedout jobs * Improve timeout handling in task polling logic * Add method to override max_steps in Study class * add support for tab visibility in observation flags and update related components * fix tests * black * Improve timeout handling in task polling logic * yet another way to kill timedout jobs (#108) * Add method to override max_steps in Study class * add support for tab visibility in observation flags and update related components * fix tests * black * black * Fix sorting bug. improve directory content retrieval with summary statistics * fix test * black * tmp * add error report, add cum cost to summary and ray backend by default * displaying exp names in ray dashboard (#123) * displaying exp names in ray dashboard * fixing tests * enabling chat o_0 (#124) * sequential studies * little bug * more flexible requirement * imrove readme * Enhance agent configuration and logging in study setup - Updated `get_vision_agent` to append "_vision" to agent names. - Modified `BaseMessage.__str__` to include a no-warning option for logging. - Improved `make_study` function to accept single agent args and benchmark types. - Added detailed docstrings for better clarity on parameters and functionality. - Introduced `avg_step_timeout` and `demo_mode` attributes in the Study class. * get_text was added by mistake * Update README and Jupyter notebook with improved documentation and result analysis instructions * Update requirements to include Jupyter support for black * Update README.md * Fix formatting and improve clarity in README.md * Update README.md to enhance visuals and improve navigation * Add badges to README.md for PyPI, GitHub stars, and CI status * Add video demonstration to AgentXray section in README.md * test video * xray video test * Update AgentXray section in README.md with new asset link * minor * fix setup link ... again * remove upper case letter before getting the benchmark * minor * Update ReproducibilityAgent link in README.md for better accessibility --------- Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com> Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com> * black * remove dask --------- Co-authored-by: Thibault LSDC <78021491+ThibaultLSDC@users.noreply.github.com> Co-authored-by: Maxime Gasse <maxime.gasse@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.