Change8

autogpt-platform-beta-v0.4.10

📦 autogpt
9 features🐛 6 fixes

Summary

This release introduces several new features, including an XML Parser Block and RabbitMQ integration, alongside performance improvements and bug fixes, notably adding support for Python 3.10.

Migration Steps

  1. To update to this version, run: git pull origin autogpt-platform-beta-v0.4.10

✨ New Features

  • Added XML Parser Block.
  • Added batch matched result and count on ExtractTextInformationBlock.
  • Added RabbitMQ to docker compose.
  • Attached RabbitMQ to the AppService.
  • Enabled scheduling for specific agent versions.
  • Added support for opening graphs with version and execution id.
  • Show toast notification on low credit balance and renamed the 'Credits' page to 'Billing'.
  • Improved the Market featured agent card.
  • Updated user profile navigation from the marketplace to the appropriate profile route.

🐛 Bug Fixes

  • Improved performance of the builder.
  • Prevented an exception when the Stripe environment variable is missing.
  • Fixed beads when the output is an array.
  • Fixed an issue when pasting blocks.
  • Added support for Python 3.10.
  • Updated the PublishAgentAwaitingReview router push path.