2023-09-06 13:47:49 +00:00
|
|
|
### Background
|
|
|
|
|
|
|
|
<!-- Clearly explain the need for these changes: -->
|
|
|
|
|
|
|
|
### Changes 🏗️
|
|
|
|
|
|
|
|
<!-- Concisely describe all of the changes made in this pull request: -->
|
|
|
|
|
|
|
|
### PR Quality Scorecard ✨
|
|
|
|
|
2023-09-06 13:35:53 +00:00
|
|
|
<!--
|
2023-09-06 13:47:49 +00:00
|
|
|
Check out our contribution guide:
|
2023-09-06 13:35:53 +00:00
|
|
|
https://github.com/Significant-Gravitas/Nexus/wiki/Contributing
|
|
|
|
|
|
|
|
1. Avoid duplicate work, issues, PRs etc.
|
|
|
|
2. Also consider contributing something other than code; see the [contribution guide]
|
|
|
|
for options.
|
|
|
|
3. Clearly explain your changes.
|
|
|
|
4. Avoid making unnecessary changes, especially if they're purely based on personal
|
|
|
|
preferences. Doing so is the maintainers' job. ;-)
|
2023-09-06 03:45:45 +00:00
|
|
|
-->
|
2023-07-24 20:57:44 +00:00
|
|
|
|
2023-09-06 13:47:49 +00:00
|
|
|
- [x] Have you used the PR description template?   `+2 pts`
|
2023-09-06 13:35:53 +00:00
|
|
|
- [ ] Is your pull request atomic, focusing on a single change?   `+5 pts`
|
2023-09-06 13:47:49 +00:00
|
|
|
- [ ] Have you linked the GitHub issue(s) that this PR addresses?   `+5 pts`
|
2023-09-06 13:35:53 +00:00
|
|
|
- [ ] Have you documented your changes clearly and comprehensively?   `+5 pts`
|
|
|
|
- [ ] Have you changed or added a feature?   `-4 pts`
|
2023-09-06 13:47:49 +00:00
|
|
|
- [ ] Have you added/updated corresponding documentation?   `+4 pts`
|
2023-09-06 13:35:53 +00:00
|
|
|
- [ ] Have you added/updated corresponding integration tests?   `+5 pts`
|
2023-09-22 22:49:29 +00:00
|
|
|
- [ ] Have you changed the behavior of AutoGPT?   `-5 pts`
|
2023-09-06 13:35:53 +00:00
|
|
|
- [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance?   `+10 pts`
|