v0.4.5
版本发布时间: 2023-07-20 02:18:47
Significant-Gravitas/AutoGPT最新发布版本:autogpt-v0.5.1(2024-04-27 04:15:57)
This maintenance release includes under-the-hood improvements and bug fixes, such as more accurate token counts for OpenAI functions, faster CI builds, improved plugin handling, and refactoring of the Config class for better maintainability.
Release Highlights 🌟
We have released some documentation updates, including:
How to share system logs
- Visit docs/share-your-logs.md to learn how to how to share logs with us via a log analysis tool graciously contributed by E2B.
Auto-GPT re-architecture documentation
- You can learn more about the inner-workings of the Auto-GPT re-architecture released in 0.4.4, via these links:
New Contributors & Notable Catalysts 🦾
- @antonovmaxim made their first contribution in https://github.com/Significant-Gravitas/Auto-GPT/pull/4946
- @mlejva made their first contribution in https://github.com/Significant-Gravitas/Auto-GPT/pull/4965
- @GECORegulatory made their first contribution in https://github.com/Significant-Gravitas/Auto-GPT/pull/4972
What's Changed 📜
- Organize the configuration args by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4913
- Drop AbstractSingleton as a parent class of the vector memory by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4901
- Remove dead agent manager by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4900
- Fix test_browse_website by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4925
- Rebase
MessageHistory
onChatSequence
by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4922 - Fix type of
Config.plugins
asAutoGPTPluginTemplate
by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4924 - Restructure logs.py into a module; include log_cycle by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4921
- Improve token counting; account for functions by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4919
- Move path argument sanitization for commands to a decorator by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4918
- Speed up CI by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4930
- Sync release v0.4.4 +
stable
back intomaster
by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4947 - Disable proxy for internal pull requests by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/4953
- Add links to github issues in the README and clarify run instructions by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4954
- Documentation/collate rearch notes by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4958
- Refactor/move functions in app to agent by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4957
- Refactor/rename agent subpackage to agents by @collijk in https://github.com/Significant-Gravitas/Auto-GPT/pull/4961
- Allow absolute paths when not restricting to workspace root by @antonovmaxim in https://github.com/Significant-Gravitas/Auto-GPT/pull/4946
- Add initial share logs page by @mlejva in https://github.com/Significant-Gravitas/Auto-GPT/pull/4965
- Replaced Fictitious color name Fore.ORANGE by @GECORegulatory in https://github.com/Significant-Gravitas/Auto-GPT/pull/4972
- Fix loading the plugins config by @Pwuts in https://github.com/Significant-Gravitas/Auto-GPT/pull/5000
Full Changelog: https://github.com/Significant-Gravitas/Auto-GPT/compare/v0.4.4...v0.4.5