v.0.6.0-beta
版本发布时间: 2023-05-31 11:05:11
reworkd/AgentGPT最新发布版本:v.1.0.0(2023-11-02 08:14:25)
🎉🤖 Beta 0.6.0 🤖🎉
Welcome to the Beta 6.0 release of AgentGPT! A lot of this week was spent dousing fires 🔥 that would pop up with things like subscription issues, increased latencies, refactoring, etc. With that being said though, we have two major features beyond refactoring ✨:
- ⚡️ Streaming model responses from @awtkns. GPT API latencies can get as high as 60 seconds which is more than the timeout window of things like our load balancer. This change is huge in making sure agents don't get stuck and make visible progress to users. Shoutout to @ajndkr and https://github.com/ajndkr/lanarky!
- 💻 A brand new interactive script to run AgentGPT locally started by @JPDucky. Fetch the repo, run
./setup.sh
, and you'll have a nice walkthrough of what to do
We also launched subscriptions last week to support costs and help drive AgentGPT forward and the feedback has been phenomenal. Thank you to all of our users and subscribers. This launch was a bit rocky and we appreciate your patience, your support means the world ❤️
What's Changed
- 🚨 Update faq.md to correct Typo error by @Yusadolat in https://github.com/reworkd/AgentGPT/pull/604
- 🐛 Use parametrize instead of creating replicated test functions by @hibestil in https://github.com/reworkd/AgentGPT/pull/591
- 🇨🇳 Modify several subheadings in Chinese readme files by @ZhianLin in https://github.com/reworkd/AgentGPT/pull/598
- 🧪 Parametrize Tests by @hibestil in https://github.com/reworkd/AgentGPT/pull/600
- 🏎️ Add create date indexes by @awtkns in https://github.com/reworkd/AgentGPT/pull/606
- ♻️ Improve database models by @awtkns in https://github.com/reworkd/AgentGPT/pull/601
- ✨ Setup script updates by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/611
- ♻️ Refactor Error Handling by @awtkns in https://github.com/reworkd/AgentGPT/pull/619
- 🚨 Make task parsing an output parser by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/624
- ♻️ Improve Error Messages [Part 2] by @awtkns in https://github.com/reworkd/AgentGPT/pull/626
- 🐍 Add basic error wrapping [Part. 1] by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/628
- 🌊 Stream responses for task execution @awtkns in https://github.com/reworkd/AgentGPT/pull/631
- 🌊 Prompt updates by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/632
- 🔑 Key Rotation by @awtkns in https://github.com/reworkd/AgentGPT/pull/633
New Contributors
- @Yusadolat made their first contribution in https://github.com/reworkd/AgentGPT/pull/604
- @hibestil made their first contribution in https://github.com/reworkd/AgentGPT/pull/591
- @ZhianLin made their first contribution in https://github.com/reworkd/AgentGPT/pull/598
- @JPDucky made their first contribution in https://github.com/reworkd/AgentGPT/pull/406
Full Changelog: https://github.com/reworkd/AgentGPT/compare/v.0.5.0-beta...v.0.6.0-beta