-
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
Enabling/disabling none/all of plugins from .env file #4036
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Ive had this done with my copy for a while, just an ease of use thing for plugins. Not a big deal |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4036 +/- ##
=======================================
Coverage 62.94% 62.94%
=======================================
Files 74 74
Lines 3400 3400
Branches 495 495
=======================================
Hits 2140 2140
Misses 1111 1111
Partials 149 149
☔ 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.
Add to docs/
Will do ASAP, wanted to do some work on docs anyways. I think we should consider adding a "for devs" sections that explains the internals and architecture, or at least the principals that AUTOGPT uses to function. |
…avitas#4036) Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]>
Background
Changes
Small quality of life change to plugins.py that makes it so you can put "all" or "none" in the disabled or the enabled plugins and it will work.
Documentation
Small change.
Test Plan
PR Quality Checklist
Its litterally like half a line of code x2, just an ease of use thing I had in my local copy for a while.