-
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
Utilize environment variables for all agent key bindings #3774
Utilize environment variables for all agent key bindings #3774
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
b08c9c3
to
325d687
Compare
325d687
to
3687f4e
Compare
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
ee17982
to
9e50d03
Compare
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
… references. Added a new configuration key for: SELF_FEEDBACK_KEY.
9e50d03
to
9d6d01a
Compare
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Deployment failed with the following error:
|
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #3774 +/- ##
=======================================
Coverage 50.05% 50.05%
=======================================
Files 116 116
Lines 4799 4799
Branches 643 643
=======================================
Hits 2402 2402
Misses 2218 2218
Partials 179 179
☔ View full report in Codecov by Sentry. |
Deployment failed with the following error:
|
Deployment failed with the following error:
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Self feedback mode was removed due to breakage, but your other fixes are still good to have :) |
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…-Gravitas#3774) Co-authored-by: Reinier van der Leer <[email protected]>
Background
Support for using environment variables to store key bindings was incomplete. Hard-coded references to
y
,n
ands
keys were still included in console output. Additionally, there was no environment variable declared for the new SELF_FEEDBACK_KEY.Changes
Added
self_feedback_key
toconfig.py
andtest_plugins.py
. Updatedagent.py
to use configuration values for all references to "yes", "no" and "self-feedback" keys.Documentation
No documentation updates required.
Test Plan
Tested locally over several runs. Utilized all keys and verified output and behavior matched expectations.
PR Quality Checklist