Auto-GPT v0.4.5
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 #4946
- @mlejva made their first contribution in #4965
- @GECORegulatory made their first contribution in #4972
What's Changed 📜
- Organize the configuration args by @collijk in #4913
- Drop AbstractSingleton as a parent class of the vector memory by @collijk in #4901
- Remove dead agent manager by @collijk in #4900
- Fix test_browse_website by @Pwuts in #4925
- Rebase
MessageHistory
onChatSequence
by @Pwuts in #4922 - Fix type of
Config.plugins
asAutoGPTPluginTemplate
by @Pwuts in #4924 - Restructure logs.py into a module; include log_cycle by @Pwuts in #4921
- Improve token counting; account for functions by @Pwuts in #4919
- Move path argument sanitization for commands to a decorator by @Pwuts in #4918
- Speed up CI by @Pwuts in #4930
- Sync release v0.4.4 +
stable
back intomaster
by @Pwuts in #4947 - Disable proxy for internal pull requests by @Pwuts in #4953
- Add links to github issues in the README and clarify run instructions by @collijk in #4954
- Documentation/collate rearch notes by @collijk in #4958
- Refactor/move functions in app to agent by @collijk in #4957
- Refactor/rename agent subpackage to agents by @collijk in #4961
- Allow absolute paths when not restricting to workspace root by @antonovmaxim in #4946
- Add initial share logs page by @mlejva in #4965
- Replaced Fictitious color name Fore.ORANGE by @GECORegulatory in #4972
- Fix loading the plugins config by @Pwuts in #5000
Full Changelog: v0.4.4...v0.4.5