-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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/rename agent subpackage to agents #4961
Refactor/rename agent subpackage to agents #4961
Conversation
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4961 +/- ##
=======================================
Coverage 51.00% 51.00%
=======================================
Files 118 118
Lines 4884 4884
Branches 643 643
=======================================
Hits 2491 2491
Misses 2212 2212
Partials 181 181
☔ View full report in Codecov by Sentry. |
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.
Thanks for this!
* Add links to github issues in the README and clarify run instructions * Rename agent subpackage to agents * Revert all unwanted changes * Use relative import in `agents/__init__.py` --------- Co-authored-by: Reinier van der Leer <[email protected]>
Background
#4799 is working on a bunch of important tasks, but includes a rename refactor which makes the PR hard to review for details.
Changes
agent
subpackage toagents
.Documentation
X
Test Plan
CI and manual testing
PR Quality Checklist