chore: Bump version to 0.5.0 and update bulletin
- Updated the quick links and user guide URLs in the bulletin - Released v0.5.0 with cloud-readiness, a new UI, support for the newest Agent Protocol version, and other improvements See the release notes on Github for more details: https://github.com/Significant-Gravitas/AutoGPT/releasespull/6563/head
parent
9e9142aa8e
commit
d41963d5fa
|
@ -1,21 +1,13 @@
|
||||||
# QUICK LINKS 🔗
|
# QUICK LINKS 🔗
|
||||||
# --------------
|
# --------------
|
||||||
🌎 *Official Website*: https://agpt.co.
|
🌎 *Official Website*: https://agpt.co.
|
||||||
📖 *User Guide*: https://docs.agpt.co.
|
📖 *User Guide*: https://docs.agpt.co/autogpt.
|
||||||
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Nexus/wiki/Contributing.
|
👩 *Contributors Wiki*: https://github.com/Significant-Gravitas/Nexus/wiki/Contributing.
|
||||||
|
|
||||||
# v0.4.7 RELEASE HIGHLIGHTS! 🚀
|
# v0.5.0 RELEASE HIGHLIGHTS! 🚀🚀
|
||||||
# -----------------------------
|
# -------------------------------
|
||||||
This release introduces initial REST API support, powered by e2b's agent
|
Cloud-readiness, a new UI, support for the newest Agent Protocol version, and much more:
|
||||||
protocol SDK (https://github.com/e2b-dev/agent-protocol#sdk).
|
*v0.5.0 is our biggest release yet!*
|
||||||
|
|
||||||
It also includes improvements to prompt generation and support
|
|
||||||
for our new benchmarking tool, Auto-GPT-Benchmarks
|
|
||||||
(https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks).
|
|
||||||
|
|
||||||
We've also moved our documentation to Material Theme, at https://docs.agpt.co.
|
|
||||||
|
|
||||||
As usual, we've squashed a few bugs and made some under-the-hood improvements.
|
|
||||||
|
|
||||||
Take a look at the Release Notes on Github for the full changelog:
|
Take a look at the Release Notes on Github for the full changelog:
|
||||||
https://github.com/Significant-Gravitas/AutoGPT/releases.
|
https://github.com/Significant-Gravitas/AutoGPT/releases.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "agpt"
|
name = "agpt"
|
||||||
version = "0.4.7"
|
version = "0.5.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Significant Gravitas <support@agpt.co>",
|
"Significant Gravitas <support@agpt.co>",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue