Change8

autogpt-platform-beta-v0.6.20

📦 autogpt
7 features🐛 7 fixes🔧 2 symbols

Summary

Release v0.6.20 introduces support for new OpenAI and Anthropic models, standardizes health checks, and migrates the AgentExecutor to use ThreadPoolExecutor. This version also includes several bug fixes related to asynchronous operations and data persistence.

Migration Steps

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

✨ New Features

  • Added support for OpenAI's new opensource models.
  • Added GPT-5 models to the platform.
  • Added Anthropics new Claude Opus 4.1 model.
  • Standardized service health checks with UnhealthyServiceError.
  • Migrated AgentExecutor from ProcessPoolExecutor to ThreadPoolExecutor.
  • Time/date blocks now support ISO 8601 and custom formats.
  • Separated notification service from scheduler.

🐛 Bug Fixes

  • Persisted any non interruption error on node execution as output.
  • Migrated notification service to fully async to resolve RabbitMQ connection issues.
  • Fixed ID not being preserved through Airtable OAuth refresh.
  • Fixed executor running RabbitMQ operations on closed/closing connection.
  • Fixed marketplace top agents section.
  • Added graph validation before scheduling recurring jobs.
  • Resolved unclosed HTTP client session errors.

🔧 Affected Symbols

AgentExecutorUnhealthyServiceError