autogpt-platform-beta-v0.6.5
Significant-Gravitas/AutoGPTautogpt-platform-beta-v0.6.5Apr 18, 2025by ntindle
AI Summary
This release focuses on wallet functionality, execution reliability, and RabbitMQ integration to prevent concurrent access issues.
Key Highlights
- Wallet top-up and auto-refill functionality
- Migrate execution queue and cancel mechanism to RabbitMQ
- Fix pika multithreaded access
- Disable LLM blocks parallel tool calls
New Features
- Wallet top-up and auto-refill
- Migrate execution queue and cancel mechanism to RabbitMQ
- Fix pika publish_message retry mechanism
- Disable LLM blocks parallel tool calls
Full Release Notes
# 🚀 Release `autogpt-platform-beta-v0.6.5` **Date:** April 2024 --- ## 🔥 What's New? ### New Features - **#9819** - Wallet top-up and auto-refill functionality (by @kcze) - **#9820** - Updated completed task group design in Wallet (by @kcze) - **#9789** - Added credentials UX on `/library/agents/[id]` (by @Pwuts) - **#9839** - Added retry mechanism for pika publish_message (by @majdyz) ### Bug Fixes - **#9821** - Fixed Input value mixup on Library page (by @majdyz) - **#9825** - Fixed cancel_execution functionality to work multiple times (by @majdyz) - **#9826** - Fixed key-value pair input for non-string types (by @majdyz) - **#9829** - Fixed execution manager message consuming pattern (by @majdyz) - **#9832** - Avoided multithreaded pika access (by @majdyz) - **#9834** - Disabled LLM blocks parallel tool calls (by @majdyz) - **#9835** - Prevented execution updates mixing between library agents (by @Pwuts) - **#9828** - Fixed array types in database (by @kcze) - **#9822** - Fixed onboarding agent execution (by @kcze) - **#9838** - Handled add execution API request failure (by @majdyz) ### Enhancements - **#9830** - Changed node data logging to debug level from info (by @Torantulino) - **#9831** - Changed node output logging type from info to debug (by @Torantulino) ### Documentation - **#9836** - Removed outdated submodule command from docs (by @Bentlybro) --- ## 🎉 Thanks to Our Contributors! A huge thank you to everyone who contributed to this release: - @majdyz - @Torantulino - @Pwuts - @Bentlybro - @kcze --- ## 📥 How to Get This Update To update to this version, run: ```bash git pull origin autogpt-platform-beta-v0.6.5 ``` Or download it directly from the [Releases page](https://github.com/Significant-Gravitas/AutoGPT/releases). For a complete list of changes, see the [Full Changelog](https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.4...autogpt-platform-beta-v0.6.5). --- ## 📝 **Feedback and Issues** If you encounter any issues or have suggestions, please [join our Discord](https://discord.gg/autogpt) and let us know!