ππ€Β Β Β 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 #604
- π Use parametrize instead of creating replicated test functions by @hibestil in #591
- π¨π³ Modify several subheadings in Chinese readme files by @ZhianLin in #598
- π§ͺ Parametrize Tests by @hibestil in #600
- ποΈ Add create date indexes by @awtkns in #606
- β»οΈ Improve database models by @awtkns in #601
- β¨ Setup script updates by @asim-shrestha in #611
- β»οΈ Refactor Error Handling by @awtkns in #619
- π¨ Make task parsing an output parser by @asim-shrestha in #624
- β»οΈ Improve Error Messages [Part 2] by @awtkns in #626
- π Add basic error wrapping [Part. 1] by @asim-shrestha in #628
- π Stream responses for task execution @awtkns in #631
- π Prompt updates by @asim-shrestha in #632
- π Key Rotation by @awtkns in #633
New Contributors
- @Yusadolat made their first contribution in #604
- @hibestil made their first contribution in #591
- @ZhianLin made their first contribution in #598
- @JPDucky made their first contribution in #406
Full Changelog: v.0.5.0-beta...v.0.6.0-beta