mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-21 23:14:24 +01:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# QUICK LINKS 🔗
|
|
# --------------
|
|
🌎 *Official Website*: https://agpt.co.
|
|
📖 *User Guide*: https://docs.agpt.co.
|
|
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing.
|
|
|
|
# v0.4.6 RELEASE HIGHLIGHTS! 🚀
|
|
# -----------------------------
|
|
This release includes under-the-hood improvements and bug fixes, including better UTF-8
|
|
special character support, workspace write access for sandboxed Python execution,
|
|
more robust path resolution for config files and the workspace, and a full restructure
|
|
of the Agent class, the "brain" of Auto-GPT, to make it more extensible.
|
|
|
|
We have also released some documentation updates, including:
|
|
|
|
- *How to share your system logs*
|
|
Visit [docs/share-your-logs.md] to learn how to how to share logs with us
|
|
via a log analyzer graciously contributed by https://www.e2b.dev/
|
|
|
|
- *Auto-GPT re-architecture documentation*
|
|
You can learn more about the inner-workings of the Auto-GPT re-architecture
|
|
released last cycle, via these links:
|
|
* [autogpt/core/README.md]
|
|
* [autogpt/core/ARCHITECTURE_NOTES.md]
|
|
|
|
Take a look at the Release Notes on Github for the full changelog!
|
|
https://github.com/Significant-Gravitas/Auto-GPT/releases.
|