-
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
Syncing bugfixes and newer commits from master to release-v0.4.4 #4914
Conversation
* Fix summarize_text function usage * Update memory_item.py
…1296) * Document function get_memory in ./scripts/memory/init.py * Update get_memory docstring to current format --------- Co-authored-by: Reinier van der Leer <[email protected]>
Co-authored-by: Luke <[email protected]>
✅ Deploy Preview for auto-gpt-docs canceled.
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
* Command name supports multiple names * Separate CommandRegistry.commands and .command_aliases * Update test_commands.py * Add __contains__ operator to CommandRegistry * Update error message for unknown commands --------- Co-authored-by: Reinier van der Leer <[email protected]>
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR. |
Pull requests like this can be expected to run out of scope very quickly. When the objective is to pull a specific set of new commits from |
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release-v0.4.4 #4914 +/- ##
==================================================
+ Coverage 50.03% 50.52% +0.49%
==================================================
Files 116 116
Lines 4831 4857 +26
Branches 650 655 +5
==================================================
+ Hits 2417 2454 +37
+ Misses 2229 2219 -10
+ Partials 185 184 -1
☔ View full report in Codecov by Sentry. |
Some identified bugs/regressions have been fixed:
The following recent merges into master are also being pulled into v0.4.4: