autogpt-platform-beta-v0.4.4
📦 autogptView on GitHub →
✨ 16 features🐛 13 fixes🔧 6 symbols
Summary
This release introduces significant platform enhancements, including an external API, Auto-Top-Up credits, and new blocks for GitHub and multimedia support. It also addresses several bugs related to UI layout, agent saving, and dependency updates.
Migration Steps
- If you use URLs referencing agent stores, update them to use /marketplace* instead of /store*.
✨ New Features
- Create external API.
- Enable executing store agents without agent ownership.
- Add LLM prompt as the output pin.
- Implement Auto-Top-Up credits capability.
- Minimize non-caught error logic between graph exec creation and queueing.
- Added autocomplete on login.
- Implement top-up flow for PAYG System.
- Add graph/node id & execution id on CreditTransaction table.
- Add billing portal entry point.
- Add default support in oneOf field.
- Add blocks for GitHub checks & statuses.
- Split CodeExecutionBlock into InstantiationBlock & StepExecutionBlock.
- Add multimedia file support & basic Video blocks.
- Add Mem0 AI memory block.
- Add username+password credentials type; Bring Back email and Reddit blocks.
- Linear integration.
🐛 Bug Fixes
- Security upgrade next from 14.2.20 to 14.2.21.
- Unbreak save button after save error.
- Fix page layouts (sizing + padding).
- Make monthly top-up adjust the target balance.
- Fix "Select All" in Agent Dashboard.
- Remove TwitterUnblockUserBlock & TwitterBlockUserBlock.
- Check if Linear is enabled before showing blocks.
- Add ollama_host to AIConversationBlock.
- No longer require Ollama key.
- Fix broken connections when copying and pasting an agent.
- Fix failing test_block_credit_reset.
- Increase agent execution timeout to fix test_agent_execution flakiness.
- Update repo-close-stale-issues.yml.
🔧 Affected Symbols
CodeExecutionBlockInstantiationBlockStepExecutionBlockTwitterUnblockUserBlockTwitterBlockUserBlockAIConversationBlock