AutoGPT
autogpt-platform-beta-v0.7.3 open-sourceAutoGPT is an autonomous AI agent that sets goals and executes tasks independently using GPT-4 without constant human prompting.
/resume /new cd autogpts/autogpt && ./autogpt.sh serve cd autogpts/autogpt && ./autogpt.sh run python -m autogpt --gpt3only python -m autogpt --ai_name 'ReconBot' --ai_role 'OSINT researcher' --ai_goals 'Enumerate subdomains of example.com' 'Summarise findings to report.md' DISABLED_COMMAND_CATEGORIES=autogpt.commands.execute_code DENY_COMMANDS=rm,curl,wget ALLOW_COMMANDS=ls,cat,echo
Summary
AutoGPT is an open-source AI agent framework that allows users to describe a desired outcome and have it build and run the necessary agent to achieve it. Access to the service requires an account sign-up, and it can be self-hosted. The project has accumulated over 185,000 GitHub stars.
AutoGPT is an autonomous AI agent that sets goals and executes tasks independently using GPT-4 without constant human prompting.
What AutoGPT answers
What kind of inputs can start an agent run?
on demand, on a schedule, or from a trigger
Can agents be built using plain English descriptions of a desired outcome?
yes
Does the platform support defining workflow steps visually?
yes
How do I deploy and run the agents?
build, deploy, and run them
Examples
Command line
No option matches that search.
| option | found in | since | description |
|---|
No option matches that search.
Values are placeholders taken from each option’s declared default. Nothing is executed here — the output shown is a recording of a run that already happened.
Release history
- autogpt-platform-beta-v0.7.3
AutoGPT Platform v0.7.3 adds a Briefing/Alert/Verdict/Ops email system, Copilot ask_question options, and live compaction progress in chat.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.3 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.3
- ›Replaces the email system with a Briefing/Alert/Verdict/Ops design for structured agent communications.
- ›Adds selectable
ask_questionoptions and a Needs-You prompting rule to Copilot so agents can surface decisions requiring human input. - ›Shows live compaction progress directly in the Copilot chat interface.
- ›Adds expert team tools and Copilot chat polish, gated behind feature flags.
- ›Commits the tool-chain UX as the default by dropping the
new-tool-uifeature flag.
+3 moreshow less
- ›Renames the adoptable list to 'Your workflows' in the UI.
- ›Shows budget values in dollars on run cards.
- ›Adds a dev-only token/context devtool in the composer tray for developer inspection.
└──▷ BREAKING ON UPGRADE- !The
new-tool-uiflag has been removed and the tool-chain UX is now permanent — any configuration or conditional logic depending on that flag will no longer work.
- autogpt-platform-beta-v0.7.2
AutoGPT Platform v0.7.2 adds a Microsoft Teams bot adapter, isolated expert memory, device code OAuth, and new incident/B2B/Stripe blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.2
- ›Adds Microsoft Teams bot adapter, enabling AutoGPT agents to send and receive messages through Teams.
- ›Adds device code OAuth flow for authenticating integrations that cannot use a browser redirect, alongside Stripe Link wallet blocks.
- ›Adds a user-facing memory settings page for managing what each expert remembers.
- ›Adds isolated expert memory so each expert's memory store is kept separate from others.
- ›Adds an expert memory admin viewer for inspecting and managing per-expert memory as an administrator.
+14 moreshow less
- ›Adds All Quiet incident management blocks for integrating AutoGPT workflows with All Quiet alerting.
- ›Adds a DataForB2B provider block for B2B data enrichment within workflows.
- ›Adds Stripe subscription webhook trigger blocks for automating workflows on Stripe subscription events.
- ›Adds Pods v1 — named expert groups for organizing experts into labeled collections.
- ›Adds 'Raise your own expert v1' — a flow for creating custom experts with attachments, budget, and skills configuration.
- ›Adds expert work surface v1 with work cards and a dedicated work tab per expert.
- ›Adds a day-one kickoff flow that activates automatically after hiring an expert.
- ›Adds writing-style capture during the hire flow so a new expert can match a user's communication style.
- ›Adds a launch roster with real workflow bundles for bootstrapping expert assignments.
- ›Adds per-expert spend tracking displayed on home team cards.
- ›Adds AI-voice narrative in the morning briefing.
- ›Adds sidebar team-member presence indicators and a create menu for quick expert actions.
- ›Makes the AutoPilot transport an explicit user choice rather than an automatic default.
- ›Adds a copilot tool chain UI for composing and managing copilot operations.
- autogpt-platform-beta-v0.7.1
AutoGPT Platform beta v0.7.1 adds Tavily search/crawl blocks, Claude Sonnet 5, expert scheduling, and single-container distribution.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.1
- ›Adds a new home dashboard aggregation endpoint to power the briefing-first home view.
- ›Adds Tavily provider blocks for search, extract, crawl, and map operations.
- ›Adds Claude Sonnet 5 support with Claude 5 tokenizer awareness.
- ›Adds expert scheduling with attribution, triggers, thread posts, and a credit guardrail.
- ›Adds expert scheduling UI including an expert page, chat schedules drawer, and team card polish.
+10 moreshow less
- ›Adds collapsible expert chat groups in the sidebar with per-group 'load more' pagination.
- ›Adds editable expert Soul documents.
- ›Adds a morning briefing and needs-attention unification with a briefing-first home layout.
- ›Adds status counts and duration totals to the execution cost summary.
- ›Adds single-container distribution with published single-container images.
- ›Adds a ChatGPT/Codex subscription transport preview.
- ›Adds chat-platform account linking.
- ›Adds first-visit tab intro cards for Agents, Marketplace, and Build sections.
- ›Adds a brain dump speech-to-text quality gate and evaluation corpus.
- ›Retires the brain dump greeting once a user has an established session.
- autogpt-platform-beta-v0.7.1
AutoGPT Platform v0.7.1 adds Tavily search/crawl blocks, Claude Sonnet 5, expert scheduling, and a single-container distribution.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.1
- ›Adds a new home dashboard aggregation endpoint to power the briefing-first home view.
- ›Adds Tavily provider blocks for search, extract, crawl, and map operations.
- ›Adds Claude Sonnet 5 support with Claude 5 tokenizer awareness.
- ›Adds a single-container distribution for simplified self-hosted deployment, with CI publishing of single-container images.
- ›Adds ChatGPT/Codex subscription transport preview.
+9 moreshow less
- ›Adds expert scheduling with attribution, triggers, thread posts, and a credit guardrail.
- ›Adds an expert scheduling UI including an expert page, chat schedules drawer, and team card polish.
- ›Adds collapsible expert chat groups in the sidebar with per-group 'load more' pagination.
- ›Adds editable expert Soul documents.
- ›Adds a morning briefing and needs-attention unification on the home dashboard.
- ›Adds first-visit tab intro cards for Agents, Marketplace, and Build sections.
- ›Adds status counts and duration totals in the execution cost summary.
- ›Adds chat-platform account linking to close the loop between chat and platform identities.
- ›Adds a brain dump speech-to-text quality gate and eval corpus.
- autogpt-platform-beta-v0.7.0
AutoGPT Platform v0.7.0 adds Experts marketplace, per-expert threads, voice onboarding, Better Auth, and expanded LLM model catalog including Kimi K3.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.0
- ›Replaces Supabase Auth with Better Auth for platform identity management.
- ›Introduces a single-source LLM model catalog with cutover support and adds Kimi K3 as a supported model.
- ›Adds expert-scoped sessions and identity context in the Copilot backend.
- ›Adds an Experts marketplace section, team page, and per-expert conversation threads.
- ›Adds a voice brain-dump onboarding step for new users.
+2 moreshow less
- ›Adds a compact wallet popover for the new platform layout.
- ›Replaces Phosphor icons with Hugeicons stroke-rounded across the UI.
- autogpt-platform-beta-v0.7.0
AutoGPT Platform v0.7.0 adds Experts marketplace, voice onboarding, Better Auth, and an expanded LLM model catalog including Kimi K3.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.7.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.7.0
- ›Replaces Supabase Auth with Better Auth for platform identity management.
- ›Introduces a single-source LLM model catalog with cutover and Kimi K3 support.
- ›Adds an Experts marketplace section, team page, and per-expert threads to the Copilot interface.
- ›Adds expert-scoped sessions and identity context in the Copilot backend.
- ›Adds a voice brain-dump onboarding step for new users.
+1 moreshow less
- ›Adds a compact wallet popover for the new platform layout.
- autogpt-platform-beta-v0.6.70
AutoGPT Platform v0.6.70 adds configurable transcription endpoints, clipboard image paste, Expert entity with hire/install API, and 'Most Recently Ran' library sorting.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.70 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.70
- ›Adds hire/install API and roster seeds for a new Expert entity, enabling programmatic management of expert agents.
- ›Adds configurable transcription endpoints in CoPilot, allowing operators to point speech-to-text at custom or self-hosted services.
- ›Adds 'Most Recently Ran' sorting option in the Library for faster access to active agents.
- ›Enables pasting images directly from the clipboard into CoPilot chat.
- ›Surfaces skipped webhook presets when a trigger is swapped, making preset conflicts visible during trigger changes.
+2 moreshow less
- ›Surfaces clear file-size errors on image and logo uploads so users know exactly why an upload was rejected.
- ›Adds a described search command dialog, improving discoverability of the search interface.
- autogpt-platform-beta-v0.6.70
AutoGPT Platform v0.6.70 adds configurable transcription endpoints, clipboard image paste, Expert entity with hire/install API, and 'Most Recently Ran' library sorting.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.70 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.70
- ›Adds hire/install API and roster seeds for a new Expert entity, enabling programmatic management of experts on the platform.
- ›Adds configurable transcription endpoints in CoPilot, allowing custom speech-to-text backend configuration.
- ›Adds 'Most Recently Ran' sorting option in the Library for faster access to recently executed agents.
- ›Enables pasting images directly from the clipboard into CoPilot chat.
- ›Surfaces skipped webhook presets when a trigger is swapped, making preset visibility more complete during trigger changes.
+3 moreshow less
- ›Accepts agent graph by reference in AutoPilot so edits no longer silently drop the graph.
- ›Surfaces clear file-size errors on image and logo uploads.
- ›Adds a described search command dialog, improving discoverability of the search UI.
- autogpt-platform-beta-v0.6.69
AutoGPT Platform adds proactive Slack/Telegram posting, Agent-Building Mode, named batch deploys, and GPT-5 model support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.69 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.69
- ›Adds support for GPT-5.6, GPT-5.5, GPT-5.4, and o-series OpenAI models as selectable options.
- ›Introduces multi-batch support for the batch-deploy bot with named batches, capped at 4 concurrent batches.
- ›Enables proactive posting to Slack and Telegram channels from the copilot bot, including DM delivery for proactive posts.
- ›Adds Agent-Building Mode with a compaction-proof guide and automatic engine switching.
- ›Streamlines AutoPilot agent creation flow.
+2 moreshow less
- ›Adds a redesigned app sidebar layout with a new profile menu, org switcher, and agent activity panel.
- ›Displays block name instead of block ID during
run_blockin the UI.
- autogpt-platform-beta-v0.6.69
AutoGPT Platform adds proactive Slack/Telegram posting, Agent-Building Mode, multi-batch deploy support, and new OpenAI models including GPT-5 variants.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.69 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.69
- ›Adds proactive posting and DM delivery for Slack and Telegram in the copilot bot, enabling unprompted outbound messages from agents.
- ›Introduces Agent-Building Mode with a compaction-proof guide and automatic engine switching to assist in constructing agents within the platform.
- ›Adds multi-batch support for the batch-deploy bot with named batches, capped at 4 concurrent named batches.
- ›Adds missing OpenAI models: GPT-5.6, GPT-5.5, GPT-5.4, and o-series models are now selectable in the platform.
- ›Streamlines AutoPilot agent creation workflow.
+2 moreshow less
- ›Redesigns the app sidebar with a new profile menu, org switcher, and agent activity panel.
- ›Shows block name instead of block ID during
run_blockoperations in the UI.
- autogpt-platform-beta-v0.6.67
AutoGPT Platform adds Slack and Telegram adapters, first-class org/workspace support, and a Copilot composer with guided creation flows.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.67 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.67
- ›Adds Slack adapter supporting webhook and Events API integration, with multi-workspace install via OAuth and visibility on the Bots settings and admin analytics pages.
- ›Adds Telegram adapter as a third platform on the chat bus, with live draft previews that stream replies in real time.
- ›Introduces first-class org/workspace support with new schema, auth, APIs, migration, and frontend.
- ›Adds Copilot composer and menu with Skills, Scheduled, and Integrations modals and guided creation flows.
- ›Splits adapter base into Socket/Webhook variants and extracts shared adapter helpers (attachments, mentions, history, chunking) to support additional platform integrations.
+2 moreshow less
- ›Adds LaunchDarkly per-platform visibility control for Settings → Bots.
- ›Removes built-in Revid credential — users must now provide their own key.
└──▷ BREAKING ON UPGRADE- !The built-in Revid credential has been removed; existing setups using it will break until a user-provided key is supplied.
- autogpt-platform-beta-v0.6.66
AutoGPT Platform adds Discord file uploads, copilot file picker, chat pinning, workspace folders, and batch-deploy bot commands.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.66 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.66
- ›Adds
/batch,/batch-remove, and/batch-mergecommands for batch-deploying bots. - ›Enables file uploads to AutoPilot via Discord, letting users attach files directly in Discord conversations.
- ›Adds a file picker and
@mentionsupport in copilot chat to attach workspace files to conversations. - ›Adds chat pinning to the copilot sidebar for quick access to important conversations.
- ›Adds workspace folders to the artifacts page for organized artifact management.
+5 moreshow less
- ›Adds a task progress bar above the copilot chat input (behind a feature flag).
- ›Adds a new layout sidebar for AutoGPT behind a feature flag.
- ›Preserves action history across task continuations in the classic mode.
- ›Enforces subscription paywall and rate limits on bot turns.
- ›Increases skill description character limit from 200 to 250 characters.
- ›Adds
- autogpt-platform-beta-v0.6.65
AutoGPT Platform v0.6.65 adds global Cmd+K search, read-only graph viewing, webhook triggers, and MCP argument expansion.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.65 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.65
- ›Adds
@@agptfilereference expansion inside MCP tool arguments, letting agents dynamically inject file content into MCP calls. - ›Adds webhook-trigger setup with preset lifecycle management for the Copilot, enabling event-driven automation flows.
- ›Adds a
post_to_discordtool for the Copilot bot, enabling proactive outbound message delivery to Discord channels and threads. - ›Adds outbound channel/thread delivery RPC for the Copilot bot to support proactive output routing.
- ›New AutoPilot Context Panel (v1) with Shell and Files tabs for in-platform agent context inspection.
+5 moreshow less
- ›Global Cmd+K command palette now available across all platform pages for fast navigation.
- ›Read-only Builder mode lets users view non-owned graphs in the Builder without editing rights.
- ›Background 'dream' pass added to the Copilot for asynchronous agent processing.
- ›Graph save is now atomic with clearer credential error surfacing in the Builder.
- ›Deployable entry point added for the BatchExecutor, enabling standalone batch execution deployments.
- ›Adds
- autogpt-platform-beta-v0.6.64
AutoGPT Platform adds AutoPilot context panel, Cmd+K global search, read-only graph builder, and webhook trigger presets in v0.6.64
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.64 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.64
- ›Adds a
post_to_discordtool for the copilot bot, enabling proactive outbound delivery to Discord channels and threads via RPC. - ›Supports
@@agptfilereference expansion inside MCP tool arguments, allowing file-path tokens to be resolved inline. - ›New AutoPilot Context Panel (v1) with Shell and Files tabs for in-platform context management.
- ›Global Cmd+K command palette now available across all platform pages for fast navigation.
- ›Read-only Builder mode lets users view non-owned graphs in the Builder without edit permissions.
+4 moreshow less
- ›Copilot Webhook Triggers: webhook-trigger setup with preset lifecycle management for automated agent activation.
- ›Background 'dream' pass added to the copilot for asynchronous processing.
- ›Deployable entry point introduced for the BatchExecutor, enabling standalone batch execution infrastructure.
- ›Adds baseline security response headers and enforces webhook ownership on the ping endpoint.
- ›Adds a
- autogpt-platform-beta-v0.6.63
AutoGPT v0.6.63 adds MCP auto-discovery, local-LLM AutoPilot, global search, file inputs for Replicate, and bot analytics.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.63 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.63
- ›Adds an
ARTIFACTS_PAGEfeature flag that gates a new Artifacts page in the frontend. - ›Adds file input support to the Replicate model block, enabling image and file passing to Replicate-hosted models.
- ›Adds variable inputs to the Execute Code block for dynamic parameterization at runtime.
- ›Adds a global search endpoint plus a bucketed command-palette modal with navigate and action sections for fast in-app navigation.
- ›Adds bot usage analytics (events and presence) to the backend, surfaced through a new bot analytics admin page and read API.
+10 moreshow less
- ›Introduces a goal decomposition step in the Copilot builder before agent construction begins, gated on a library-similarity check.
- ›Adds auto-discovery of MCP integrations when no native block exists in AutoPilot, broadening agent tool coverage without manual block wiring.
- ›Enables a local-LLM AutoPilot mode for self-hosted installs that have no API key configured.
- ›Adds an optimized file preview endpoint with rich artifact cards for workspace outputs.
- ›Adds bidirectional Stripe tier reconciliation with provenance tracking and a periodic sweep for subscription state consistency.
- ›Limits copilot-bot auto-replies to bot-created threads only, reducing noise in shared Discord channels.
- ›Attaches workspace artifacts to Discord bot replies so outputs are delivered inline in the thread.
- ›Adds a credit top-up prompt in the frontend when automation credits are exhausted.
- ›Optimizes the creator search experience on the platform.
- ›Adds a subscription pricing experiment to the frontend.
- ›Adds an
- autogpt-platform-beta-v0.6.62
AutoGPT Platform v0.6.62 adds public agent chat sharing, Copilot bot commands, a Bots settings page, chat search, and cost breakdown visibility.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.62 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.62
└──▷ HOW TO FIND ITEnable the chat search modal for users who need to find past Copilot conversations by keyword.📍Set theCHAT_SEARCHfeature flag to true in your platform feature-flag configuration to surface the chat search modal.Let a user pick up a previous Copilot conversation without scrolling through history.$ /resumeStart a clean Copilot session from within the bot without leaving the chat interface.$ /new- ›Adds
CHAT_SEARCHfeature flag to enable a chat search modal in the Copilot interface. - ›Adds
/resumecommand in the Copilot bot to pick and resume past chat sessions. - ›Adds
/newcommand in the Copilot bot to start a fresh conversation. - ›Adds a Bots settings page with per-platform link management for connected bot integrations.
- ›Enables sharing agent chat results via a public link.
+9 moreshow less
- ›Introduces a self-distilled skills registry with index injection for Copilot.
- ›Adds native scheduling for Copilot turn follow-ups.
- ›Shows cost breakdown in the agent briefing panel.
- ›Shows the source platform for each Copilot chat session.
- ›Posts an intro message automatically when a bot is added to a server.
- ›Requires a library similarity check before agent creation to surface related existing agents.
- ›Adds a unified Scheduled page and LD kill-switches for skills and follow-ups in the Autopilot UX.
- ›Paginates the session sidebar so threads beyond 50 remain reachable.
- ›Tracks subscription conversion events.
- ›Adds
- autogpt-platform-beta-v0.6.61
AutoGPT Platform v0.6.61 adds chat search, paginated session sidebar, and a redesigned profile popover.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.61 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.61
- ›Adds chat search modal behind the
CHAT_SEARCHfeature flag, enabling users to search across conversations. - ›Paginates the session sidebar so conversation threads beyond 50 remain reachable.
- ›Redesigns the profile popover, including display of the user's avatar image.
- ›Adds a 'Response stopped' banner in Copilot to surface clearer feedback when a response is interrupted.
- ›Retires deprecated LLM models with family-aware migration, automatically moving users to supported model families.
- ›Adds chat search modal behind the
- autogpt-platform-beta-v0.6.60
AutoGPT Platform adds Slack and Discord blocks, Markdown chat export, AutoPilot task queue, and smarter workflow triggers.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.60 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.60
- ›Adds Export Chat as Markdown option to the session menu for saving agent conversations.
- ›Adds
SendSlackMessageBlockfor direct Slack message integration within agent workflows. - ›Adds smart Discord thread support with a setup-link button, human mentions, and bot-to-bot communication.
- ›Introduces AutoPilot task queue capped at 5 running and 15 in-flight tasks per user for resource management.
- ›Adds 'Trigger On Anything' mode for enhanced flexibility in workflow trigger configuration.
+6 moreshow less
- ›Seeds dynamic-cost block preflight estimates from 30-day historical production usage averages for more accurate cost projection.
- ›Auto-opens the artifact panel when an agent creates a new artifact.
- ›Enables auto-rerouting of OpenAI models through OpenRouter when configured.
- ›Enables Stripe automatic tax on checkout sessions.
- ›Redesigns the publish agent flow modal and creator dashboard edit modal.
- ›Surfaces 15% yearly savings in the switch-to-yearly modal and defaults onboarding pricing to yearly with monthly-equivalent and charged-today display.
- autogpt-platform-beta-v0.6.59
AutoGPT Platform v0.6.59 adds tier-based file storage, admin CSV exports, yearly Stripe billing, and a new
get_platform_infotool for AutoPilot.└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.59 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.59
- ›Adds
get_platform_infotool for tier-aware AutoPilot, enabling agents to query platform tier information at runtime. - ›Adds dynamic
max_budget_usdfor the SDK with parity budget hint for baseline runs. - ›Introduces admin CSV exports for credit transactions and copilot weekly usage.
- ›Adds tier-based workspace file storage limits.
- ›Adds yearly Stripe billing with pricing and frontend hookup.
+7 moreshow less
- ›Connects onboarding SubscriptionStep to Stripe Checkout.
- ›Adds a frontend platform linking page at
/link/{token}. - ›Persists activity-status LLM cost to
PlatformCostLog. - ›Enables AutoPilot copilot to adopt mentioned Discord threads.
- ›Varies daily-limit popup call-to-action by subscription plan.
- ›Adds a new Settings v2 billing page covering subscription and automation credits.
- ›Adds empty state with build and marketplace CTAs to the agent library.
- ›Adds
- autogpt-platform-beta-v0.6.58
AutoGPT Platform adds Claude Opus 4.7, Redis Cluster, Web Push via VAPID, a Copilot Discord bot, and a redesigned Settings v2 UI.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.58 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.58
- ›Adds
SETTINGS_V2feature flag to enable the new Settings v2 page layout, with dedicated sub-pages for API keys, integrations, profile, preferences, and creator dashboard. - ›Adds
ENABLE_PLATFORM_PAYMENTflag to gate the new subscription plan selection step and credit-grant paywall dialog during onboarding. - ›Adds dynamic
BlockCostTypeenum supportingSECOND,ITEMS,COST_USD, andTOKENSbilling dimensions, with dynamicCOST_USDbilling and LaunchDarkly-configurable pricing tiers. - ›Adds LaunchDarkly-configurable rate-limit multipliers with relative display in the UI.
- ›Adds a MAX subscription tier with LD-configurable pricing; unconfigured tiers are hidden automatically.
+9 moreshow less
- ›Adds Redis Cluster client support for multi-node Redis deployments.
- ›Adds Web Push notifications via VAPID for background delivery to users.
- ›Adds a Copilot-bot integration (Python /
discord.py) for interacting with Copilot from Discord. - ›Adds Claude Opus 4.7 model support.
- ›Adds inline picker-backed inputs via
run_block, with support forAgentInputBlocksubclasses. - ›Adds message timestamps and accurate thought-duration timing display in Copilot.
- ›Adds a provider description SDK for the Settings v2 integrations page.
- ›Adds store creator filtering to show only creators with approved agents.
- ›Adds subscription credit grants, paywall gate, dialog UX, and cross-pod cache for subscription management.
- ›Adds
- autogpt-platform-beta-v0.6.57
AutoGPT Platform v0.6.57 adds Stripe billing, xAI Grok and Kimi K2.6 models, multi-platform server linking, and a flow-builder AI chat panel.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.57 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.57
- ›Adds
run_sub_sessionandAutoPilotblock to queue follow-up messages on busy sessions via new UI support. - ›Adds
extract_context_messagesutility and mode-gated--resumeflag with compaction-aware gap-fill for unified transcript context. - ›Adds
TodoWritetool for the baseline copilot. - ›Adds platform server linking API for multi-platform CoPilot orchestration.
- ›Introduces subscription tier billing via Stripe Checkout, including deferred paid-to-paid downgrade and cancel-pending flow.
+13 moreshow less
- ›Adds xAI Grok 4.20 models available via OpenRouter.
- ›Adds Kimi K2.6 as fast default with a 4-config matrix, coalesced reasoning, and
web_searchtool support; SDK fast tier also defaults to Kimi K2.6 via OpenRouter with vendor-aware cost tracking. - ›Adds Moonshot module with
cache_controlwidening and partial-messages enabled by default. - ›Enables live baseline streaming with a render flag, Sonar
web_searchintegration, and simulator cost tracking. - ›Streams
extended_thinkingon baseline via OpenRouter. - ›Adds LaunchDarkly per-user model routing.
- ›Registers 13 new paid blocks and documents the credit/microdollar wallet boundary.
- ›Adds real OpenRouter cost tracking and cost-based rate limits (percent-only on public API).
- ›Adds Agent Briefing Panel surfacing scheduled agents in the library and copilot briefings, including computed monthly spend.
- ›Adds AI chat panel directly inside the flow builder.
- ›Adds system diagnostics and execution management dashboard.
- ›Adds zip download for agent outputs on the share page.
- ›Allows greater zoom-out range in the flow builder.
- ›Adds
- autogpt-platform-beta-v0.6.56
AutoGPT Platform adds MemoryEnvelope metadata model with scoped retrieval and memory hardening.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.56 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.56
- ›Introduces
MemoryEnvelopemetadata model with scoped retrieval and memory hardening for more structured and reliable agent memory management.
- ›Introduces
- autogpt-platform-beta-v0.6.55
AutoGPT Platform v0.6.55 adds Graphiti temporal knowledge graph memory, multi-question support, per-model cost dashboards, and OpenRouter compatibility.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.55 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.55
- ›Adds
for_agent_generationflag tofind_blockin CoPilot to filter blocks by agent-generation suitability. - ›Adds standard/advanced model toggle with an Opus rate-limit multiplier for CoPilot sessions.
- ›Adds execution ID filter to the platform cost page for scoped cost queries.
- ›Adds per-model cost breakdown and cache token tracking in the platform admin cost dashboard.
- ›Enhances the platform admin cost dashboard with token breakdown and per-model averages.
+6 moreshow less
- ›Adds cross-user prompt caching via
SystemPromptPreset, with a fully static system prompt to maximize cache hit rates. - ›Adds LLM prompt caching and hardened
user_contextinjection in CoPilot. - ›Upgrades
claude-agent-sdkto 0.1.58 with OpenRouter compatibility and cost controls. - ›Adds Graphiti temporal knowledge graph memory for CoPilot, enabling time-aware context retrieval.
- ›Supports multiple questions in a single
ask_questiontool call for CoPilot. - ›Adds Playwright PR smoke suite with seeded QA accounts for automated integration testing.
- ›Adds
- autogpt-platform-beta-v0.6.54
AutoGPT Platform v0.6.54 adds dry-run agent loops, extended thinking, SQL analytics,
/orchestratefleet supervisor, and 12 new GLM models via OpenRouter.└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.54 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.54
- ›Adds
dry_runsession-level flag to autopilot sessions, enabling a create → dry-run → fix loop for agent generation without live execution. - ›Adds
include_graphoption to thefind_library_agentAPI call, letting callers retrieve the full agent graph alongside library results. - ›Adds extended thinking execution mode to
OrchestratorBlockfor deeper multi-step reasoning. - ›Adds a SQL query block with multi-database support for CoPilot analytics.
- ›Adds
/orchestrateskill — a Claude Code agent fleet supervisor with spare worktree lifecycle management.
+20 moreshow less
- ›Adds
/open-prand/setup-reposkills to the platform skill set. - ›Adds
ask_questionas a generic CoPilot tool for structured question-and-answer interactions. - ›Adds a generic managed credential system with AgentMail auto-provisioning.
- ›Adds cost tracking for system credentials.
- ›Adds all 12 Z.ai GLM models via OpenRouter.
- ›Adds a Fast/Thinking mode toggle with full tool parity in CoPilot.
- ›Adds a CoPilot artifact preview panel.
- ›Adds gitleaks secret scanning to pre-commit hooks.
- ›Adds a rate-limit tiering system for CoPilot, including the ability to spend credits to reset the daily rate limit.
- ›Adds shared admin user search and a rate-limit modal on the spending page, with LD-configurable global limits.
- ›Loads CoPilot messages newest-first with cursor-based pagination.
- ›Adds live timer stats with persisted duration display in CoPilot.
- ›Sets git committer identity from the user's GitHub profile when executing in E2B environments.
- ›Redesigns the onboarding wizard with an Autopilot-first flow.
- ›Auto-reconnects CoPilot chat after device sleep/wake cycles.
- ›Shows all agent outputs instead of only the last one in the UI.
- ›Replaces suggestion pills with themed prompt categories in the CoPilot interface.
- ›Adds a copy button to user prompt messages in CoPilot.
- ›Sets up Codecov coverage reporting across platform and classic, including Playwright E2E coverage.
- ›Sets up React integration testing with Vitest, React Testing Library, and MSW.
- ›Adds
- autogpt-platform-beta-v0.6.53
AutoGPT Platform adds workflow import from n8n/Make/Zapier, dry-run mode, parallel execution, and admin marketplace controls.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.53 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.53
- ›Adds dry-run execution mode with LLM block simulation, letting teams validate agent logic without live API calls.
- ›Adds workflow import from external automation tools (n8n, Make.com, Zapier), enabling migration of existing automations into AutoGPT Platform.
- ›Adds tool/block capability filtering to
AutoPilotBlock, giving operators fine-grained control over which blocks an autopilot session can invoke. - ›Enables parallel block execution via infrastructure-level pre-launch, unlocking concurrent step processing in agent graphs.
- ›Adds
/pr-testskill with subscription mode auto-provisioning for automated pull-request validation workflows.
+4 moreshow less
- ›Enables admin preview of marketplace submissions before approval, allowing review of agent behavior prior to publishing.
- ›Allows admins to download submitted agents that are pending review.
- ›Adds OAuth popup closed detection with a dismissible waiting modal, improving the OAuth connection UX.
- ›Reduces tool schema token cost by 34%, lowering LLM prompt overhead for tool-heavy agents.
└──▷ BREAKING ON UPGRADE- !
SmartDecisionMakerBlockis renamed toOrchestratorBlock; any agent graphs or configs referencing the old block name will break on upgrade.
- autogpt-platform-beta-v0.6.52
AutoGPT Platform adds AgentMail blocks, AutoPilotBlock, GitHub CLI integration, graph search, and rich media previews in v0.6.52
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.52 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.52
- ›Adds
AutoPilotBlockfor invoking AutoPilot directly from graphs, enabling nested automation workflows. - ›Adds GitHub CLI support by injecting
GH_TOKENand aconnect_integrationtool, enabling agent-driven GitHub operations. - ›Adds AgentMail integration blocks, extending email automation surfaces available in the builder.
- ›Adds graph search functionality to the new builder, allowing practitioners to locate nodes across large agent graphs.
- ›Adds rich media previews for Builder node outputs and file inputs, surfacing artifacts inline during graph authoring.
+19 moreshow less
- ›Supports Responses API in
SmartDecisionMakerBlock, expanding the decision-making block's LLM backend options. - ›Enables
SmartDecisionMakerBlockin the agent generator, making smarter decision logic available during agent creation. - ›Adds a read-only SQL views layer with an analytics schema, giving practitioners a structured query surface over platform data.
- ›Supports prompt-in-URL for shareable prompt links, letting users distribute pre-filled prompts via URL.
- ›Adds
@@agptfilebare-ref parsing by file extension, broadening file-reference resolution in agent graphs. - ›Adds direct ID lookup to
find_agentandfind_blocktools, enabling precise programmatic agent and block retrieval. - ›Adds
gh pr checks --watchto the pr-address loop, letting AutoPilot wait on CI status before proceeding. - ›Adds merge conflict detection and resolution to the pr-address skill.
- ›Adds polling for new PR comments while waiting for CI, keeping AutoPilot responsive to reviewer feedback mid-loop.
- ›Enables E2B
auto_resumeand reduces the safety-net timeout, improving reliability of sandboxed code execution. - ›Adds CoPilot credit charging, token rate limiting, and a usage UI, surfacing consumption metrics to operators.
- ›Adds whitelisting-backed beta user provisioning, giving operators a controlled onboarding gate for new users.
- ›Generates personalized quick-action prompts from Tally business-understanding data.
- ›Adds Nano Banana 2 model to image generator, customizer, and editor blocks.
- ›Adds a 'Run now' button to the schedule view, allowing immediate manual execution of scheduled agents.
- ›Adds a 'Jump Back In' button to the Library page for quick re-entry into recent agent sessions.
- ›Replaces suggestion pills with themed prompt categories in the UI.
- ›Comprehensive marketplace UI redesign.
- ›Collapses navbar text to icons below 1280px for a more compact layout on smaller screens.
- ›Adds
- autogpt-platform-beta-v0.6.51
AutoGPT Platform v0.6.51 adds HITL sensitive-block review, @@agptfile protocol, multimodal vision inputs, and six new LLM model families.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.51 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.51
- ›Introduces the
@@agptfilefile-ref protocol for tool call inputs, plus a block input toggle for controlling whether a block receives file references. - ›Adds Human-in-the-Loop (HITL) review gate for sensitive block execution, requiring approval before proceeding.
- ›Adds a credential type selector for multi-auth providers, letting users choose which credential type to apply per block.
- ›Supports attaching uploaded images and PDFs as multimodal vision blocks in the builder.
- ›Switches builder file inputs from base64 encoding to workspace uploads.
+19 moreshow less
- ›Adds folder management tools to CoPilot.
- ›Adds an autopilot notification system.
- ›Adds and hardens GitHub blocks for full-cycle development workflows.
- ›Adds local agent generation with validation, fixing, MCP integration, and sub-agent support.
- ›Persists large tool outputs to workspace with retrieval instructions, preventing context overflow.
- ›E2B sandbox now auto-pauses between turns to eliminate idle billing.
- ›Adds shared Claude Code skills as auto-triggered guidelines.
- ›Adds batch undo history for cascading operations in the builder.
- ›Supports Claude Code subscription auth for SDK mode.
- ›Adds output action buttons (upvote, downvote) with Langfuse feedback integration.
- ›Adds Langfuse tracing to the baseline LLM path.
- ›Adds per-turn work-done summary stats in the conversation view.
- ›Collapses repeated tool calls in the UI and pins interactive tool cards outside reasoning collapse.
- ›Adds Claude Sonnet 4.6 model support.
- ›Adds Mistral flagship models: Large 3, Medium 3.1, Small 3.2, and Codestral.
- ›Adds Grok 3 model support.
- ›Adds Perplexity Sonar Reasoning Pro model support.
- ›Adds Microsoft Phi-4 model support.
- ›Adds Cohere Command A Family models support.
- ›Introduces the
- autogpt-platform-beta-v0.6.50
AutoGPT Platform adds file upload to copilot chat, E2B cloud sandbox, multi-step browser automation, and MCP server discovery in Otto.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.50 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.50
- ›Enables OpenRouter broadcast for the SDK
/messagesendpoint, expanding model routing options. - ›Adds file upload support to copilot chat, allowing users to attach files within the chat interface.
- ›Introduces E2B cloud sandbox with unified file tools, persistent execution, and output truncation.
- ›Adds agent-browser multi-step browser automation tools for automated web interactions.
- ›Adds MCP server discovery and execution in Otto, enabling dynamic tool server integration.
+4 moreshow less
- ›Replaces the legacy copilot with a baseline non-SDK mode that includes tool calling support.
- ›Adds Langfuse SDK tracing for the Claude Agent SDK execution path.
- ›Adds text-to-speech and share output actions to the platform UI.
- ›Renders context compaction as tool-call UI events for improved observability.
- ›Enables OpenRouter broadcast for the SDK
- autogpt-platform-beta-v0.6.49
AutoGPT Platform adds MCP tool block with OAuth, a new flow editor, Telegram blocks, and a POST
/graphsexternal API endpoint.└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.49 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.49
- ›Adds
POST /graphsendpoint to the external API for programmatic agent graph creation. - ›Adds MCP tool block with OAuth support, tool discovery, and standard credential integration.
- ›Adds new Telegram blocks for Telegram-based automation workflows.
- ›Replaces the legacy builder with a new flow editor.
- ›Adds Claude Agent SDK integration for CoPilot interactions.
+13 moreshow less
- ›Introduces a CoPilot Executor Microservice for running CoPilot tasks.
- ›Adds workspace file tools, context reconstruction, and transcript upload protection.
- ›Adds a delete chat session endpoint and corresponding UI.
- ›Implements a folder organization system for agents.
- ›Adds
SuggestedGoalResponsefor handling vague or unachievable goals in CoPilot. - ›Adds feature request tools for CoPilot chat.
- ›Enables parallel tool calls to execute concurrently in CoPilot.
- ›Adds a stop button wired to cancel executor tasks.
- ›Adds PDF operations support in the CoPilot executor via
fpdf2dependency. - ›Enables WebSearch and consolidates tool constants for CoPilot tooling.
- ›Adds exact timestamp tooltip on run timestamps in the UI.
- ›Adds always-visible credentials, inputs, and login prompts in the builder UI.
- ›Supports
workspace://URLs in regular markdown links.
└──▷ BREAKING ON UPGRADE- !The environment variable
LINEAR_API_KEYis renamed toCOPILOT_LINEAR_API_KEY; any deployment settingLINEAR_API_KEYfor CoPilot will lose access until the variable is renamed.
- ›Adds
- autogpt-platform-beta-v0.6.47
AutoGPT Platform adds ClamAV file scanning, video editing blocks, Claude Opus 4.6 + extended thinking, and AI SDK streaming integration.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.47 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.47
- ›Adds ClamAV scanning for local file paths, enabling antivirus checks within agent workflows.
- ›Adds video editing blocks for use in agent pipelines.
- ›Adds a Text Encode block for encoding text within agent workflows.
- ›Adds Claude Opus 4.6 model support.
- ›Enables extended thinking mode for Claude models.
+4 moreshow less
- ›Implements AI SDK integration with custom streaming response handling.
- ›Adds a ready-to-test prompt displayed after agent creation.
- ›Adds a progress indicator shown during agent generation.
- ›Improves the Linear Search Block.
- autogpt-platform-beta-v0.6.46
AutoGPT Platform adds persistent CoPilot workspace, Whisper speech-to-text, Redis SSE reconnection, and a marketplace agent customization tool.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.46 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.46
- ›Adds
customize_agenttool enabling customization of marketplace agent templates directly within the platform. - ›Adds Redis-based SSE reconnection to keep long-running CoPilot operations alive across dropped connections.
- ›Adds User Workspace for persistent file storage across CoPilot sessions.
- ›Adds Whisper-model speech-to-text input for CoPilot conversations.
- ›Adds two-phase library agent fetching to support sub-agent discovery and selection.
+1 moreshow less
- ›Covers webhook ingress URL routing for inbound webhook handling.
└──▷ BREAKING ON UPGRADE- !The Claude 3.7 Sonnet model is removed; existing agents using it are migrated via the included migration and defensive handling.
- ›Adds
- v0.6.44
AutoGPT v0.6.44 adds Claude Code sandbox execution, external Agent Generator integration, and PostHog/OpenRouter observability for chat.
└──▷ GET THIS VERSION$ git clone --branch v0.6.44 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.6.44
- ›Adds
ClaudeCodeBlockfor executing tasks via Claude Code inside an E2B sandbox environment. - ›Integrates an external Agent Generator service for automated agent creation workflows.
- ›Adds PostHog analytics and OpenRouter tracing to the chat system for observability.
- ›Adds a clarification-questions UI during agent generation so users can refine agent intent before launch.
- ›Persists long-running tool results to survive SSE disconnects, enabling reliable async tool execution.
+6 moreshow less
- ›Adds SSE heartbeats to prevent tool execution timeouts during long-running operations.
- ›Auto-polls for long-running tool completion without requiring an active SSE connection.
- ›Supports multiple node execution results with accumulated data display in the graph UI.
- ›Implements node-specific auto-approval and a safety popup for agent node actions.
- ›Increases
max_agent_runsandmax_agent_schedulesplatform limits. - ›Adds a $5 signup bonus and disables onboarding redirects to streamline new-user flow.
- ›Adds
- autogpt-platform-beta-v0.6.43
AutoGPT Platform v0.6.43 adds hybrid search with BM25 reranking, a chat copilot with agent generator tools, safe mode toggles, and a new LLM Picker UI.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.43 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.43
- ›Adds explicit safe mode toggles for Human-in-the-Loop (HITL) and sensitive actions, giving operators direct control over when agent execution pauses for approval.
- ›Adds hybrid search across store listings, docs, and blocks — including embedding backfill for all content types and BM25 reranking for chat search.
- ›Adds a chat copilot with agent generator tools, enabling conversational agent creation from the builder interface.
- ›Adds a new LLM Picker UI for selecting language models directly in the platform.
- ›Adds a
ConcatenateListsBlockfor merging list outputs within agent graphs.
+4 moreshow less
- ›Adds a block documentation auto-generation system to keep block references current.
- ›Adds an interactive tutorial for the new builder interface to onboard new users.
- ›Adds an
endedAtfield to execution records for more accurate execution analytics timestamps. - ›Improves Langfuse tracing with v3 SDK patterns and
@observedecorators for better agent observability.
- autogpt-platform-beta-v0.6.42
AutoGPT Platform gains Reddit OAuth2, human-in-the-loop approvals, WordPress blocks, and richer form field components.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.42 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.42
- ›Adds Reddit OAuth2 integration and advanced Reddit blocks for automating Reddit workflows.
- ›Adds a human-in-the-loop review system for blocks that require human approval before execution.
- ›Adds optional credentials flag for blocks at the agent level, enabling per-agent credential control.
- ›Adds WordPress 'Get All Posts' block and a 'Publish Post' draft toggle block.
- ›Adds a Table component with
TableFieldrenderer for tabular data input in the builder.
+7 moreshow less
- ›Adds a
JsonTextFieldcomponent for complex nested form data input. - ›Adds a
MultiSelectFieldcomponent for multi-value selection in block forms. - ›Adds a
CustomSchemaFieldwrapper for dynamic form field routing. - ›Adds filters to the blocks menu for faster block discovery.
- ›Adds a context menu on right-click in the new agent builder.
- ›Adds sub-graph update UX for managing nested graph changes.
- ›Adds a Prisma types stub generator for Pyright compatibility in the backend.
- autogpt-platform-beta-v0.6.41
AutoGPT Platform v0.6.41 adds OAuth/SSO, Google Docs blocks, HITL redesign, and 256 MB file uploads.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.41 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.41
- ›Adds
GPT-5.2as an available model and updates default model selections. - ›Adds OAuth API and Single Sign-On (SSO) support for the platform.
- ›Adds Google Docs integration blocks for reading and writing documents.
- ›Adds auto-save Draft Recovery feature backed by IndexedDB persistence in the flow editor.
- ›Adds agent mode support to
SmartDecisionMakerBlockwith autonomous tool execution loops.
+7 moreshow less
- ›Implements redesigned Human-in-the-Loop (HITL) UI with an improved review flow.
- ›Adds delete key bindings to the ReactFlow editor for faster node/edge removal.
- ›Adds marketplace update notifications with an enhanced publishing workflow.
- ›Integrates Google Drive Picker into the new builder.
- ›Increases file upload size limit to 256 MB.
- ›Deduplicates insufficient-funds Discord and email notifications to reduce alert noise.
- ›Upgrades RJSF to v6 and introduces a new
FormRenderersystem.
- ›Adds
- autogpt-platform-beta-v0.6.40
AutoGPT Platform v0.6.40 adds GitHub webhook triggers, new spreadsheet blocks, execution accuracy alerts, and unified Google Sheets/Drive credentials.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.40 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.40
- ›Adds 4 new GitHub webhook trigger blocks for event-driven agent automation.
- ›Adds many new spreadsheet blocks expanding data manipulation capabilities in the flow builder.
- ›Adds an execution accuracy alert system to surface agent output quality issues.
- ›Improves Google Sheets and Google Drive integration with unified credentials, replacing separate credential flows.
- ›Adds a file input widget with variants and base64 support to flow editor nodes.
+10 moreshow less
- ›Adds host-scoped credentials support to
CredentialFieldfor per-host credential management. - ›Adds builder search history so previously searched terms are recalled in the flow builder.
- ›Adds an 'Agent Output Demo' field to the marketplace submission form for showcasing agent behavior.
- ›Adds templates and triggers to the new Library page view.
- ›Implements a new actions sidebar with summary panel in the UI.
- ›Switches copied graph storage from local storage to clipboard for cross-session paste support.
- ›Adds an expandable text input modal for editing long field values in the flow editor.
- ›Displays graph validation errors inline on node fields instead of as separate notifications.
- ›Adds automatic collision resolution for flow editor nodes to prevent overlapping on the canvas.
- ›Completes backend support for onboarding task tracking.
- autogpt-platform-beta-v0.6.39
AutoGPT Platform adds Human-in-the-Loop blocks, Safe Mode toggle, external API routes, and a Discord thread block.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.39 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.39
- ›Adds external API routes for store search and tool usage, plus integration management via external API.
- ›Adds a Human In The Loop block with a review workflow, letting agents pause for human approval mid-execution.
- ›Implements a graph-level Safe Mode toggle to control which HITL blocks require human review.
- ›Adds a Google Drive Picker field type for enhanced file selection in graph inputs.
- ›Adds a Discord 'create thread' block for automating Discord thread creation from flows.
+2 moreshow less
- ›Adds a trigger agent banner in the UI for webhook-based flows.
- ›Enhances BlockMenuSearch to support adding agents directly from the block menu.
- autogpt-platform-beta-v0.6.38
AutoGPT Platform v0.6.38 adds a Linear Issues block, agent output viewer, GPT-5.1, Claude Opus 4.5, Grok, and Gemini model support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.38 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.38
- ›Adds a Get Linear Issues Block for retrieving issues from Linear within agent workflows.
- ›Adds an agent outputs viewer in the new builder for inspecting agent run results, with UI/UX improvements.
- ›Adds support for GPT-5.1 and GPT-5.1-codex models.
- ›Adds support for Claude Opus 4.5 model.
- ›Adds support for the latest Grok models.
+7 moreshow less
- ›Adds support for Google Gemini 3 Pro Preview model.
- ›Adds support for Google Banana Pro model.
- ›Adds inline node title editing via double-click in the builder canvas.
- ›Adds a PR preview banner for previewing deployments directly from pull requests.
- ›Adds customizable prompts for activity status generation via parameterized configuration.
- ›Makes agent output clickable in the UI.
- ›Adds an environment-aware favicon to distinguish between deployment environments visually.
- autogpt-platform-beta-v0.6.37
AutoGPT Platform v0.6.37 adds WebSocket notifications, an execution analytics admin endpoint, and new builder UX capabilities.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.37 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.37
- ›Adds an execution analytics admin endpoint with feature flag bypass support.
- ›Introduces WebSocket-based notifications for real-time platform updates.
- ›Adds WebSocket-based onboarding notifications.
- ›Allows regex patterns on CORS allowed origins for more flexible cross-origin configuration.
- ›Adds copy-paste functionality in the new agent builder.
+5 moreshow less
- ›Adds a context menu on custom nodes in the new builder.
- ›Integrates drag-and-drop functionality in the new builder.
- ›Integrates Supabase with Zustand for improved platform speed.
- ›Adds a mobile warning banner to login and signup pages.
- ›Replaces the question mark icon with a 'Give Feedback' text button in the UI.
- autogpt-platform-beta-v0.6.36
AutoGPT Platform v0.6.36 adds a full chat system, Google Drive Picker, admin impersonation, cron scheduling, and undo/redo in the flow builder.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.36 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.36
- ›Adds cron-based scheduling to the new flow builder with support for inputs and credentials, enabling timed agent execution.
- ›Adds dynamic input dialog for agent execution with credential support, surfaced at agent run time.
- ›Implements admin user impersonation via header-based authentication for delegated management.
- ›Introduces a full chat system — backend and frontend — with a complete messaging interface for interacting with agents.
- ›Restricts chat access to authenticated users and limits agent runs per chat session.
+6 moreshow less
- ›Integrates a Google Drive Picker component for selecting Drive files directly within agent flows.
- ›Adds undo/redo functionality with keyboard shortcuts to the flow builder.
- ›Adds a cookie consent banner and settings UI.
- ›Removes deprecated LLM models and includes a migration script to transition existing configurations.
- ›Updates the Exa search block to match the latest Exa API specification.
- ›Adds a correctness score to execution activity generation for agent run summaries.
└──▷ BREAKING ON UPGRADE- !Deprecated LLM models are removed; a migration script is provided to update existing configurations.
- autogpt-platform-beta-v0.6.35
AutoGPT Platform v0.6.35 adds agent execution in the new builder and cascading stop for nested graph executions.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.35 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.35
- ›Adds agent execution functionality directly in the new builder UI.
- ›Standardizes error handling across blocks with new
BlockSchemaInputandBlockSchemaOutputbase classes. - ›Increases
max_field_sizein aiohttp requests to support larger payloads. - ›Adds cost configurations for Revid video blocks.
└──▷ BREAKING ON UPGRADE- !Claude 3.5 Sonnet and Haiku models have been removed from the platform.
- autogpt-platform-beta-v0.6.34
AutoGPT Platform v0.6.34 adds shared cache, language fallback for YouTube transcription, and LaunchDarkly payment flag
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.34 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.34
- ›Adds LaunchDarkly feature flag for the platform payment system, enabling controlled rollout of payment features.
- ›Implements shared cache functionality for agent execution.
- ›Adds language fallback support for the YouTube transcription block, improving resilience when a primary language transcript is unavailable.
- ›Adds extra information display for custom nodes in the new agent builder UI.
- ›Updates tooltip and alert styles in the builder UI.
- autogpt-platform-beta-v0.6.33
AutoGPT Platform v0.6.33 adds OAuth2 and password credentials, per-user graph execution rate limiting, sticky notes, and new Perplexity and Fact Checker blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.33 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.33
- ›Adds OAuth2 credential support in the new FlowEditor builder.
- ›Adds user password credential support in the new FlowEditor builder.
- ›Adds discriminator logic in the new builder's credential system for selecting among multiple credential types.
- ›Adds
channel IDsupport toSendDiscordMessageBlockfor consistency with other Discord blocks. - ›Implements per-user, per-graph concurrent execution rate limiting, capped at 25 simultaneous graph executions.
+13 moreshow less
- ›Implements a rate-limited Discord alerting system for platform-level operational alerts.
- ›Includes default input values in graph exports.
- ›Adds a dedicated Perplexity block for querying the Perplexity API.
- ›Adds a
referencesoutput pin to the Fact Checker block. - ›Adds sticky notes UI in the new builder canvas.
- ›Adds search functionality in the new block menu.
- ›Adds graph loading and saving capability in the new builder.
- ›Adds Claude Haiku 4.5 model support.
- ›Adds dynamic search terms support.
- ›Whitelists Onboarding Agents for streamlined new-user flows.
- ›Adds Sentry user and tag tracking to node execution for observability.
- ›Logs Marketplace search terms for analytics.
- ›Simplifies running of core Docker services.
└──▷ BREAKING ON UPGRADE- !Concurrent graph execution limit is now enforced per user per graph and reduced to 25; workloads relying on more than 25 concurrent executions for the same graph will be rate-limited.
- autogpt-platform-beta-v0.6.32
AutoGPT Platform v0.6.32 adds credential management UI, custom node selection, LaunchDarkly and Prometheus instrumentation to the new builder.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.32 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.32
- ›Instruments Prometheus metrics for internal services.
- ›Adds LaunchDarkly feature-flag tracking on the frontend browser.
- ›Adds Sentry user tracking on the client side.
- ›Adds an API key modal for adding credentials in the new builder.
- ›Adds a new credential field in the new builder.
+2 moreshow less
- ›Adds a selecting UI for custom nodes in the new builder.
- ›Adds a description field to the Upload Agent dialog.
- autogpt-platform-beta-v0.6.31
AutoGPT Platform v0.6.31 adds claude-sonnet-4.5 support, an AI Condition Block, and a table input UI builder block.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.31 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.31
- ›Adds
claude-sonnet-4.5model support across the platform. - ›Introduces an AI Condition Block for evaluating conditions expressed in natural language, enabling no-code branching logic in agent graphs.
- ›Adds a table input UI and builder block for structured tabular data entry in agent workflows.
- ›Adds
- autogpt-platform-beta-v0.6.30
AutoGPT Platform beta v0.6.30 adds a Notion page reader block, a DataForSEO depth parameter, and a store API caching layer.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.30 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.30
- ›Adds
depthparameter to the DataForSEO Related Keywords block, enabling control over keyword relationship traversal depth. - ›Adds a NotionReadPage block for reading Notion pages directly within agent workflows.
- ›Implements a caching layer for store API endpoints (Part 1), reducing latency on repeated store queries.
- ›Adds
- autogpt-platform-beta-v0.6.28
AutoGPT Platform v0.6.28 adds Prometheus observability, public agent run share links, agent favoriting, and a separate OpenAI key for internal AI calls.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.28 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.28
- ›Adds comprehensive Prometheus instrumentation for platform observability.
- ›Supports a separate OpenAI key for smart agent execution summary and internal AI calls, isolating them from user-facing calls.
- ›Adds an
instructionsfield to agent submissions. - ›Adds public share links for agent run results.
- ›Adds agent favoriting functionality.
+3 moreshow less
- ›Adds Vercel Analytics and Speed Insights to the platform.
- ›Adds an expandable view for block output in the builder.
- ›Disables Trigger Setup through the Builder UI.
- autogpt-platform-beta-v0.6.26
AutoGPT Platform adds Bannerbear, AI Image Customizer, and Gmail Draft Reply blocks alongside drag-and-drop canvas and sub-agent approval.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.26 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.26
- ›Adds Bannerbear API block for applying text overlays on images directly in the flow builder.
- ›Adds AI Image Customizer block powered by Google's Nano Banana for image manipulation.
- ›Adds Gmail Draft Reply block for creating draft email replies from within an agent flow.
- ›Implements sub-agent approval support, allowing human-in-the-loop gating of sub-agent execution.
- ›Adds API key authentication support in Swagger UI for direct API testing.
+11 moreshow less
- ›Adds drag-and-drop functionality from the blocks menu onto the flow canvas.
- ›Adds editable node titles with a hover pencil icon in the builder.
- ›Adds graph search functionality to the flow builder.
- ›Adds recommended run schedule for agent execution.
- ›Adds an admin button to the user profile dropdown.
- ›Enables 'Run Again' to work with saved credentials.
- ›Enables creation of presets directly from past runs.
- ›New run agent modal and redesigned block menu improve the builder interface.
- ›New agent library run page with timezone display.
- ›Enhanced output rendering system for agent runs.
- ›Adds comprehensive Block SDK guide to documentation.
- autogpt-platform-beta-v0.6.25
AutoGPT Platform v0.6.25 adds DataForSEO, BaaS, Stagehand, Ideogram V3, and Discord OAuth2 blocks plus admin agent rejection.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.25 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.25
- ›Adds
DiscordGetCurrentUserBlockfor retrieving OAuth2 user details from Discord within agent workflows. - ›Adds DataForSEO keyword research blocks for SEO data retrieval in agent pipelines.
- ›Adds BaaS (Backend-as-a-Service) integration blocks.
- ›Adds Stagehand integration blocks.
- ›Adds Ideogram V3 model support for image generation.
+5 moreshow less
- ›Adds ability for admins to reject previously approved agents in the admin dashboard.
- ›Implements infinite scroll in the Agent Runs list for easier navigation of large run histories.
- ›Adds user timezone support to the backend for accurate time-based scheduling and display.
- ›Adds low balance and insufficient funds notifications to alert users before credits run out.
- ›Adds applicant email notifications on agent review response, keeping submitters informed of approval decisions.
- ›Adds
- autogpt-platform-beta-v0.6.23
AutoGPT Platform adds Enrichlayer and v0 by Vercel integrations, LaunchDarkly feature flags, and editing for agent submissions.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.23 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.23
- ›Adds support for v0 by Vercel models and credentials as a new LLM provider integration.
- ›Adds Enrichlayer integration for data enrichment workflows.
- ›Implements LaunchDarkly feature flag support for the block menu redesign.
- ›Adds frontend service to docker-compose with environment config improvements.
- ›Streamlines Supabase to minimal essential services in the platform stack.
+4 moreshow less
- ›Enables editing for agent submissions.
- ›New library agent view setup.
- ›Adds a Line Tabs UI component.
- ›Adds a reusable component for the new block menu.
- autogpt-platform-beta-v0.6.22
AutoGPT Platform adds Discord blocks, AutoMod content moderation, and LaunchDarkly user context support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.22 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.22
- ›Integrates AutoMod content moderation as a new capability for agent workflows.
- ›Adds LaunchDarkly user context and metadata support for feature flag targeting.
- ›Expands Discord block support with additional Discord integration blocks.
- ›Updates Gmail blocks to unify architecture and improve email handling.
- autogpt-platform-beta-v0.6.21
AutoGPT Platform v0.6.21 adds TikTok publishing via Ayrshare, updated Exa websets, and five new GitHub integration blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.21 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.21
- ›Adds five new GitHub Integration blocks, expanding the range of GitHub automation workflows available on the platform.
- ›Enables TikTok support through the Ayrshare integration, allowing agents to publish content to TikTok.
- ›Updates the Exa websets implementation with revised block behavior for web research workflows.
- autogpt-platform-beta-v0.6.20
AutoGPT Platform adds GPT-5, Claude Opus 4.1, and new OpenAI open-source models, plus ISO 8601 support in time/date blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.20 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.20
- ›Time/date blocks now support ISO 8601 and custom date/time formats.
- ›Adds GPT-5 models to the platform.
- ›Adds OpenAI's new open-source models to the platform.
- ›Adds Anthropic's Claude Opus 4.1 model to the platform.
- ›Separates the notification service from the scheduler as an independent service.
+2 moreshow less
- ›Migrates AgentExecutor from ProcessPoolExecutor to ThreadPoolExecutor, changing the concurrency model for agent execution.
- ›Standardizes service health checks with a new
UnhealthyServiceErrorerror type.
- autogpt-platform-beta-v0.6.19
AutoGPT Platform adds Ayrshare YouTube/Instagram, Firecrawl scraping, new LLM models, and AI-generated agent activity status.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.19 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.19
- ›Adds Firecrawl integration for web scraping and data extraction as a new block/service connection.
- ›Enables Ayrshare YouTube support, allowing agents to publish or interact with YouTube via Ayrshare.
- ›Enables Ayrshare Instagram support, allowing agents to publish or interact with Instagram via Ayrshare.
- ›Adds new LLM models to the platform's model selection.
- ›Adds AI-generated activity status for agent executions, surfacing real-time descriptive status during runs.
+1 moreshow less
- ›Adds reusable infinite scroll component enabling consistent pagination across the platform UI.
└──▷ BREAKING ON UPGRADE- !Deprecated LLM models have been removed from the platform's model selection — agents configured to use a removed model will need to be updated.
- !
grok-betaLLM has been removed — agents usinggrok-betamust be reconfigured to use a supported model.
- autogpt-platform-beta-v0.6.18
AutoGPT Platform adds Airtable, Ayrshare, WordPress, and Wolfram Alpha blocks plus expanded Gmail capabilities.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.18 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.18
- ›Adds Airtable integration block with base management capabilities.
- ›Adds Ayrshare integration block for social media posting.
- ›Adds WordPress integration block with OAuth authentication and create-post functionality.
- ›Adds Wolfram Alpha LLM API block for computational knowledge queries.
- ›Expands Gmail blocks with user profile access, draft creation, and multiple-recipient support.
+1 moreshow less
- ›Adds pagination to the Agent Dialog Agent List for navigating large agent collections.
- autogpt-platform-beta-v0.6.17
AutoGPT Platform gains Excel support, Gmail thread blocks, Replicate model blocks, GCS file storage, and a new ReverseListOrderBlock.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.17 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.17
- ›Adds Excel file support to
ReadSpreadsheetBlockand introduces a newFileReadBlockfor reading files within agent workflows. - ›Adds Gmail thread blocks for reading and interacting with Gmail threads in agent pipelines.
- ›Adds Replicate model blocks, enabling agents to call Replicate-hosted AI models.
- ›Integrates GCS (Google Cloud Storage) file storage with automatic expiration for Agent File Input.
- ›Adds
ReverseListOrderBlockfor reversing the order of list elements in agent pipelines.
+6 moreshow less
- ›Enables Google blocks (previously disabled) via
.envconfiguration. - ›Adds beta block gating via LaunchDarkly feature flags.
- ›Registers agent subgraphs as library entries automatically during agent import.
- ›Adds an alert for notifying when a running agent has been stuck for more than a day.
- ›Moves
NotificationManagerservice from the rest-api pod to the scheduler pod, and movesDatabaseManagerto a standalone service separate from RestAPI. - ›Adds an agent activity dropdown to the UI for monitoring agent execution status.
└──▷ BREAKING ON UPGRADE- !
DatabaseManageris moved away from the RestAPI as a standalone service — self-hosted deployments that rely on the previous collocated architecture will need to account for the new service topology.
- ›Adds Excel file support to
- autogpt-platform-beta-v0.6.16
AutoGPT Platform adds a Block Development SDK with auto-registration, block error rate monitoring with Discord alerts, and builder credentials support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.16 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.16
- ›Adds a Block Development SDK with an auto-registration system for building and registering custom blocks.
- ›Adds block error rate monitoring with Discord alerts to surface runtime block failures.
- ›Adds builder credentials support with UX improvements for managing credentials in the builder.
- ›New navbar design and updated UI for logged-out pages.
- ›Optimizes StoreAgent and Creator views with database indexes and materialized views for improved query performance.
- autogpt-platform-beta-v0.6.15
AutoGPT Platform v0.6.15 adds KV storage blocks, context-aware prompt compaction, Perplexity Sonar models, and expanded data/media blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.15 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.15
- ›Adds
aiohttp.BasicAuthsupport inmake_requestfor blocks making HTTP requests with Basic Auth credentials. - ›Introduces
GetPersonDetailBlockand enrichesSearchPeopleBlockwith email enrichment for people-lookup workflows. - ›Implements KV data storage blocks, enabling key-value read/write operations within agent graphs.
- ›Introduces context-window-aware prompt compaction for LLM and SmartDecision blocks to handle large inputs without manual truncation.
- ›Improves
CreateListBlockto support batching based on token count, preventing LLM context overflows in list-generation workflows.
+8 moreshow less
- ›Adds host-scoped credentials support for blocks making HTTP requests, allowing per-host credential binding.
- ›Adds data manipulation blocks alongside a refactor of
basic.py, expanding the palette of built-in transformation primitives. - ›Adds Perplexity Sonar models as selectable LLM providers within agent blocks.
- ›Adds more Revid.ai media generation blocks for video/image generation workflows.
- ›Adds plural outputs for blocks that yield singular values inside loops, so loop iterations accumulate results automatically.
- ›Enhances Mem0 blocks with improved filtering and adds additional Google Sheets blocks.
- ›Adds scheduling UX improvements for configuring and managing triggered graph schedules.
- ›Adds OAuth security boundary documentation covering how credential scopes and isolation are enforced.
- ›Adds
- autogpt-platform-beta-v0.6.14
AutoGPT Platform adds triggered-agent support, ClamAV file-upload scanning, and cache control headers in v0.6.14
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.14 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.14
- ›Adds ClamAV anti-virus scanning on file upload, bringing malware detection to the platform's file-handling pipeline.
- ›Adds triggered-agent support to the platform and library, enabling agents to be launched by external events.
- ›Adds cache control headers to platform responses.
- ›Adds a custom OpenAPI generator for automated client generation.
- ›Enables auto type conversion on block input schema mismatch for nested inputs, reducing manual wiring errors.
+2 moreshow less
- ›Enables cloud Apollo integration cost tracking.
- ›Improves
SmartDecisionBlockandAIStructuredResponseGeneratorBlockcapabilities.
- autogpt-platform-beta-v0.6.13
AutoGPT Platform v0.6.13 adds Google Sign-in, AI/ML API for LLM blocks, VEO3 video generation, and async-first execution.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.13 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.13
- ›Adds AI/ML API as a supported provider in LLM blocks, expanding model access beyond existing integrations.
- ›Adds VEO3 as a supported model in the AI video generator block.
- ›Adds Google Sign-in support for user authentication.
- ›Makes the execution engine async-first, enabling deeper concurrency for agent graph runs.
- ›Adds depth-first execution ordering to the execution engine, changing how node dependencies are traversed.
+2 moreshow less
- ›Adds automatic request retry on block execution and RPC calls, improving resilience for transient failures.
- ›Enhances the security module implementation.
- autogpt-platform-beta-v0.6.12
AutoGPT Platform v0.6.12 adds an AI Image Editor block, file multipart uploads in web requests, and nested dynamic pin-name support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.12 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.12
- ›Adds file multipart upload support to
SendWebRequestBlock, enabling blocks to send binary file payloads in web requests. - ›Adds a new AI Image Editor block powered by Flux Kontext for in-platform image editing.
- ›Adds nested dynamic pin-name support, allowing more flexible dynamic wiring of block inputs and outputs.
- ›Enforces a minimum password length of 12 characters for platform accounts.
- ›Adds file multipart upload support to
- autogpt-platform-beta-v0.6.11
AutoGPT Platform adds Claude 4 Sonnet and Opus models, a 'Run 10 agents' wallet task, and WebSocket status notifications.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.11 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.11
- ›Adds Claude 4 Sonnet and Opus models as available LLM options on the platform.
- ›Adds toast notifications to surface WebSocket connection status changes in the UI.
- ›Adds page-specific browser titles for improved navigation context.
- ›Improves graph creation and update performance.
- autogpt-platform-beta-v0.6.10
AutoGPT Platform beta v0.6.10 adds Google Calendar integration and Llama API support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.10 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.10
- ›Adds initial Google Calendar integration block for use in AutoGPT platform workflows.
- ›Adds Llama API support as a new LLM provider option.
- ›Changes email notifications from an hourly to a daily schedule.
- autogpt-platform-beta-v0.6.9
AutoGPT Platform v0.6.9 adds agent execution continuity, scheduled late-execution checks, and CAPTCHA on auth pages.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.9 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.9
- ›Agents that were aborted or broken can now be continued rather than requiring a full retry, preserving execution state.
- ›Sub-graphs are now included in graph-level credentials support, extending credential scoping to nested graph structures.
- ›Introduces a scheduled job that performs late execution checks, with immediate alerting on job failure.
- ›Adds CAPTCHA to login, signup, and password reset pages to protect authentication flows.
- ›Requires a discriminator value on graph save, enforcing stricter graph validation at save time.
+2 moreshow less
- ›Updated Marketplace Agent listing buttons for improved agent discovery UX.
- ›Onboarding design and UX updated for new users.
└──▷ BREAKING ON UPGRADE- !Graph save now requires a discriminator value — graphs that omit this field will be rejected on save.
- autogpt-platform-beta-v0.6.8
AutoGPT Platform v0.6.8 adds admin agent downloads, a user spending dashboard, and restores the PrintConsoleBlock.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.8 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.8
- ›Adds an admin capability to download agents for review.
- ›Adds a user spending admin dashboard for monitoring platform credit usage.
- ›Adds optional multiselect support in the UI for block input fields.
- autogpt-platform-beta-v0.6.7
AutoGPT Platform v0.6.7 adds agent forking, Prometheus execution metrics, and a billing page toggle.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.7 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.7
- ›Exposes execution Prometheus metrics for monitoring agent runs.
- ›Adds a billing page toggle to the UI.
- ›Enables forking agents directly from the Library, creating editable copies of existing agents.
- ›Adds retry logic on executor process initialization to improve resilience.
- ›Uses
forkserverprocess creation strategy where available for improved executor process handling.
- autogpt-platform-beta-v0.6.6
AutoGPT Platform beta v0.6.6 adds the latest LLM models to the platform.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.6 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.6
- ›Adds the latest LLM models as selectable options for agents.
- autogpt-platform-beta-v0.6.5
AutoGPT Platform v0.6.5 adds wallet top-up, auto-refill, and credentials UX for library agents.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.5 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.5
- ›Adds credentials UX on the
/library/agents/[id]page, letting users manage agent credentials directly from the agent library. - ›Adds wallet top-up and auto-refill functionality to the platform's billing/credit system.
- ›Updates the completed task group design in the Wallet UI.
- ›Adds a retry mechanism for pika
publish_messageto improve message delivery reliability.
- ›Adds credentials UX on the
- autogpt-platform-beta-v0.6.4
AutoGPT Platform v0.6.4 migrates execution queue to RabbitMQ and adds onboarding phase 2.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.4 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.4
- ›Migrates the agent execution queue and cancel mechanism to RabbitMQ, replacing the previous RPC service in the Agent Executor.
- ›Implements Onboarding Phase 2 for new users.
- ›Adds Sentry environment tracking on the frontend and initializes Sentry in app services for observability.
- autogpt-platform-beta-v0.6.2
AutoGPT Platform v0.6.2 adds a generic webhook block, real-time execution updates, advanced block search, and Llama 4 model support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.2
- ›Adds a generic webhook block, enabling agents to trigger or receive arbitrary webhook events.
- ›Adds advanced block search with relevance ranking, making it faster to find the right block in large agent graphs.
- ›Adds support for Llama 4 Maverick and Llama 4 Scout models as available LLM options.
- ›Adds real-time execution updates for the platform library, surfacing live agent run status without manual refresh.
- ›Adds a real-time 'Steps' count to the agent run view so practitioners can monitor execution progress as it happens.
+4 moreshow less
- ›Adds an 'Open in builder' action on agent run views, enabling one-click navigation from a live run to the builder for inspection or editing.
- ›Adds UI for Agent Input subtypes, allowing more precise input configuration within the agent builder.
- ›Implements baseline Sentry logging for platform-level error tracking and observability.
- ›Makes agent store data publicly accessible to non-authenticated users, broadening discoverability of published agents.
- autogpt-platform-beta-v0.6.1
AutoGPT Platform beta v0.6.1 adds store listing submissions, agent input block subtypes, and usage-based billing by block execution count.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.1
- ›Adds backend support for store listing submissions, enabling agents to be submitted to the AutoGPT store.
- ›Adds agent input block subtypes, allowing finer-grained classification of agent input blocks.
- ›Adds capability to charge based on block execution count, enabling usage-based billing tied to individual block runs.
- ›Adds an admin agent review table for operators to review and manage agent submissions.
- ›Adds onboarding updates to improve the new-user setup flow.
+1 moreshow less
- ›Adds a toast notification when an agent execution request fails, surfacing errors directly in the UI.
- autogpt-platform-beta-v0.6.0
AutoGPT Platform v0.6.0 adds agent export/import with sub-agent support and a Supabase volume migration.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.6.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.6.0
- ›Adds 'Export agent to file' action, enabling agents to be saved and shared as files.
- ›Supports sub-agents in the export/import agent feature, preserving nested agent structures across environments.
- ›Makes agent input fields expandable in the UI for easier editing of longer inputs.
- ›Improves agent I/O rendering in the UI for clearer run output display.
└──▷ BREAKING ON UPGRADE- !The Supabase docker-compose setup is now locked to the repository (no longer loaded as a git submodule), and uses a different database volume location — existing database content will not carry over automatically. To preserve existing data, run
cp -r supabase/docker/volumes/db/data db/docker/volumes/db/datainside theautogpt_platformfolder before upgrading.
- autogpt-platform-beta-v0.5.1
AutoGPT Platform beta v0.5.1 adds one-click email unsubscribe, self-loop list input, and baseline summary processing.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.5.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.5.1
- ›Adds support for undefined self-loop link to
listinput pin onAddToListBlock, enabling a block to feed its own output back into a list without an explicit loopback connection. - ›Adds one-click unsubscribe functionality for platform emails.
- ›Implements baseline summary processing for agent runs.
- ›Makes the database configurable with a connection limit and timeout, reducing excessive application logging.
- ›Adds support for undefined self-loop link to
- autogpt-platform-beta-v0.5.0
AutoGPT Platform v0.5.0 adds a Smart Decision Maker block, redesigned Agent Library, onboarding flow, and safe URL redirect enforcement for web blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.5.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.5.0
- ›Enables safe URL redirect validation on web requests for blocks, preventing open-redirect abuse at the block execution layer.
- ›Adds a Smart Decision Maker block with Anthropic support, tool execution responses, conversation history output, and an agent-loop capability — giving automation builders an LLM-driven branching primitive.
- ›Adds low-balance notifications to alert users before credit exhaustion interrupts agent runs.
- ›Adds cost indication (credit usage) on agent runs, backed by per-node and per-graph execution cost tracking in the backend.
- ›Adds 'Stop' and 'Delete' controls for individual agent runs, and a 'Delete' action for library agents.
+5 moreshow less
- ›Integrates Ideogram to auto-generate thumbnail images for newly created agents.
- ›Adds GitHub 'list comments' and 'update comment' blocks.
- ›Adds an onboarding flow (frontend UI + backend) to guide new users through the platform.
- ›Replaces the Pyro RPC layer with a FastAPI-based HTTP RPC for microservice communication.
- ›Redesigns the Agent Library (v2) with improved status visibility and run output display.
- autogpt-platform-beta-v0.4.11
AutoGPT Platform adds Library v2 agents/presets, Smartlead/Apollo/ZeroBounce blocks, and a new email notification service
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.11 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.11
- ›Adds Library v2 Agents and Presets, introducing an updated agent library experience with preset management.
- ›Adds a Library v2 Agent Runs page for tracking agent execution history within the library.
- ›Adds integration blocks for Smartlead, Apollo, and ZeroBounce as new automation building blocks.
- ›Adds an Email Notification Service with schema, queries, and the ability to send emails from the notifications service.
- ›Adds a dead letter queue for failed messages in the notification pipeline.
+3 moreshow less
- ›Adds notification integration for the credits system, alerting users to credit-related events.
- ›Adds a Dispute and Refund resolution process to the platform.
- ›Reworks the user settings page with a form layout and loading skeleton.
└──▷ BREAKING ON UPGRADE- !Users on the dev branch must delete their RabbitMQ containers and allow Docker Compose to recreate them due to a misconfiguration introduced before this release.
- autogpt-platform-beta-v0.4.10
AutoGPT Platform v0.4.10 adds an XML Parser Block, RabbitMQ messaging, batch text extraction, and version-aware agent scheduling.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.10 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.10
- ›Adds a new XML Parser Block for parsing XML data within agent workflows.
- ›Adds batch matched result and count output to the
ExtractTextInformationBlock, enabling bulk text extraction results in a single pass. - ›Integrates RabbitMQ into the Docker Compose setup and attaches it to the AppService for message-queue-backed agent execution.
- ›Enables scheduling of a specific agent version, giving operators control over which version runs on a schedule.
- ›Supports opening graphs by version and execution ID, allowing direct deep-linking into a specific agent run.
+1 moreshow less
- ›Adds a low-credit-balance toast notification and renames the 'Credits' page to 'Billing' in the UI.
- autogpt-platform-beta-v0.4.9
AutoGPT Platform v0.4.9 enhances external API output for agent results.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.9 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.9
- ›Enhances output from the external API on agent output, improving the data returned when retrieving agent results programmatically.
- autogpt-platform-beta-v0.4.8
AutoGPT Platform adds Todoist integration blocks, ScreenshotOne block, text replace block, and user credit transaction history.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.8 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.8
- ›Adds Todoist REST API blocks with OAuth authentication, enabling Todoist task and project management as automation steps.
- ›Adds a ScreenshotOne block for capturing web screenshots within automation workflows.
- ›Adds a text replace block for string substitution operations inside agent pipelines.
- ›Adds user credit transaction history, giving users visibility into platform credit usage over time.
- ›Updates available LLM models in the platform model selector.
+2 moreshow less
- ›Sets the minimum auto top-up amount to 500 credits.
- ›Extends zoom-out range in the agent builder UI for working with larger graphs.
- autogpt-platform-beta-v0.4.4
AutoGPT Platform v0.4.4 adds an external API, store-agent execution, video blocks, Mem0 memory, Linear integration, and auto top-up credits.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.4 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.4
- ›Introduces an external API for the AutoGPT platform, enabling programmatic access to platform capabilities.
- ›Splits
CodeExecutionBlockintoInstantiationBlockandStepExecutionBlockfor finer-grained code execution control. - ›Adds new blocks for GitHub checks and statuses, enabling CI/CD status monitoring in agent workflows.
- ›Adds multimedia file support and basic Video blocks for processing video content in agent pipelines.
- ›Adds a Mem0 AI memory block for persistent, cross-agent memory via the Mem0 service.
+9 moreshow less
- ›Adds a Linear integration with dedicated blocks for interacting with Linear project management.
- ›Adds a username+password credentials type and restores email and Reddit blocks.
- ›Enables executing store agents without requiring agent ownership, broadening access to marketplace agents.
- ›Exposes the LLM prompt as an output pin on LLM blocks, making the constructed prompt inspectable and chainable.
- ›Implements Auto-Top-Up credits capability so agent runs are not interrupted by credit exhaustion.
- ›Adds a billing portal entry point for managing subscriptions and payment methods.
- ›Changes the
/store*URL to/marketplace*for the agent store. - ›Adds
graph/node idandexecution idfields to theCreditTransactiontable for per-execution credit tracking. - ›Adds default value support in
oneOffields in the block schema.
└──▷ BREAKING ON UPGRADE- !The
/store*URL path is renamed to/marketplace*; any bookmarks, webhooks, or integrations pointing to/store*routes will break.
- autogpt-platform-beta-v0.4.2
AutoGPT Platform v0.4.2 adds Twitter integration, API key generation, Nvidia deepfake detection, and new GitHub blocks.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.2
- ›Adds API key generation frontend, enabling users to create and manage API keys directly from the UI.
- ›Adds
TERMINATEDexecution status to the backend executor, providing a new distinct state for agent run lifecycle tracking. - ›Adds Twitter integration block, enabling agents to interact with Twitter as a connected service.
- ›Adds Nvidia Deepfake Detection block via
backend/blocks/nvidia, with Nvidia provided as a default backend. - ›Adds GitHub Create File block for automating file creation in repositories.
+3 moreshow less
- ›Adds GitHub Create Repo block for programmatic repository creation.
- ›Adds GitHub List Stargazers block for retrieving stargazer data from repositories.
- ›Supports multiple credentials inputs on blocks, allowing a single block to accept more than one set of credentials simultaneously.
└──▷ BREAKING ON UPGRADE- !Python.format and Jinja templating format backward compatibility has been removed; agents relying on either templating format must be updated.
- autogpt-platform-beta-v0.4.0
AutoGPT Platform beta v0.4.0 launches Marketplace V2 with agent ratings, AI-generated listing images, API key rate limiting, LaunchDarkly feature flags, and manual webhook setup.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.4.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.4.0
- ›Adds API key rate limit middleware to the platform backend, enabling per-key request throttling.
- ›Adds LaunchDarkly feature flagging UI, allowing operators to gate platform features via LaunchDarkly toggles.
- ›Supports manually setting up webhooks, giving users direct control over webhook configuration without relying on automatic provisioning.
- ›Adds field extraction handle for blocks with object output, enabling downstream blocks to consume individual fields from structured block results.
- ›Strips credentials from agent export and import, preventing accidental credential leakage when sharing agent definitions.
+7 moreshow less
- ›Introduces Marketplace V2 (Agent Store V2) with media-rich listings — icons, images, and YouTube video embeds — for richer agent discovery.
- ›Generates AI images automatically for store submissions, providing default listing artwork without manual uploads.
- ›Auto-populates the agent submission form when publishing to the store, reducing manual data entry.
- ›Adds a featured-creators schema, allowing specific creator profiles to be highlighted in the marketplace.
- ›Adds a personal agent library, letting users save and organize agents from the marketplace.
- ›Adds a reset password page to the platform UI.
- ›Adds a Jina fact-checker block for use in agent workflows.
- autogpt-platform-beta-v0.3.4
AutoGPT Platform v0.3.4 adds webhook-triggered blocks, AI video generation, HubSpot integration, and searchable block descriptions.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.3.4 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.3.4
- ›Adds webhook-triggered blocks, enabling agent workflows to be initiated by incoming webhooks.
- ›Introduces feature flagging to the platform, allowing controlled rollout of capabilities.
- ›Adds an AI video generation block powered by Fal txt2vid for generating video from text inside agent flows.
- ›Enables search over Block descriptions in the Block list palette, making it faster to discover the right block.
- ›Adds new HubSpot integration blocks for connecting agent workflows to HubSpot.
+1 moreshow less
- ›Adds a Word Character Count block for counting words and characters within a flow.
- autogpt-platform-beta-v0.3.3
AutoGPT Platform beta v0.3.3 adds Agent Output visibility on the Monitor page and Runner Output UI updates.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.3.3 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.3.3
- ›Displays agent output directly on the Monitor page, giving operators visibility into live agent results without leaving the monitoring view.
- ›Updates to the Runner Output UI improve how execution results are presented during agent runs.
- autogpt-platform-beta-v0.3.2
AutoGPT Platform v0.3.2 adds Open Router integration with expanded model selection and typed JSON parsing support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.3.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.3.2
- ›Adds Open Router integration block, giving agents access to a large selection of new models via the Open Router service.
- ›Enables JSON parsing with typing and type conversion support in the backend, allowing blocks to handle strongly-typed JSON data.
- autogpt-platform-beta-v0.3.1
AutoGPT Platform v0.3.1 adds Agent Execution Block, scheduling, AI image/music generation, and multi-language YouTube support.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.3.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.3.1
- ›Adds
AIImageGeneratorBlock— a unified block for generating images via multiple AI models inside AutoGPT workflows. - ›Introduces the Agent Execution Block, enabling agents to be used as composable blocks within other agents for modular, complex pipeline construction.
- ›Introduces Scheduling Agent Runner, letting users schedule agents to run at specific times and monitor them from a dedicated monitor page in the UI.
- ›Adds the AI Music Generator Block powered by Meta Music Gen, enabling audio generation directly within workflows.
- ›Expands the YouTube Video Block to support additional languages beyond the previous default.
+2 moreshow less
- ›Adds authentication checks to the frontend, preventing unauthorized users from triggering agent runs.
- ›Default credentials are now mapped to actual provider names (e.g.,
anthropic), and hidden credentials for default system keys are no longer visible in the user profile.
- ›Adds
- autogpt-platform-beta-v0.2.2
AutoGPT Platform v0.2.2 adds Pinecone integration blocks and an API key database table.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.2.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.2.2
- ›Introduces a dedicated API key database table for managing credential storage.
- ›Adds Pinecone integration blocks, enabling vector database operations within AutoGPT workflows.
- ›Adds default credentials support for Jina blocks, simplifying Jina AI service configuration.
- autogpt-platform-beta-v0.2.1
AutoGPT Platform v0.2.1 adds secret detection in pre-commit hooks and UI error toasts for graph creation failures.
└──▷ GET THIS VERSION$ git clone --branch autogpt-platform-beta-v0.2.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-platform-beta-v0.2.1
- ›Adds secret detection to pre-commit hooks to catch leaked credentials before they reach the repository.
- ›Adds toast notifications for graph creation errors in the build page UI, surfacing failures inline instead of silently.
- ›Reduces the number of services required to run local mode, simplifying self-hosted deployments.
└──▷ BREAKING ON UPGRADE- !Subgraph functionality has been removed;
GraphMetaand Graph are merged into a single model — workflows relying on subgraphs will break on upgrade.
- agpt-platform-beta-v0.2.0
AutoGPT platform beta v0.2.0 adds Pinecone and Jina blocks and overhauls secrets management with rotation and resealing.
└──▷ GET THIS VERSION$ git clone --branch agpt-platform-beta-v0.2.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout agpt-platform-beta-v0.2.0
- ›Adds support for Pinecone and Jina blocks to the blocks system, expanding integrations available for automation workflows.
- ›Introduces secret rotation and resealing in secrets management to reduce credential exposure risk.
- ›Removes dotenv dependency in favor of a streamlined platform configuration process with default secrets support.
└──▷ BREAKING ON UPGRADE- !Environment variable names were updated as part of the infrastructure configuration change — existing environment configs may need to be updated to match the new variable names.
- agpt-platform-beta-v0.1.1
AutoGPT Platform beta v0.1.1 adds Claude latest model support, LLM token usage tracking, and credit metering for Jina and LLM blocks.
└──▷ GET THIS VERSION$ git clone --branch agpt-platform-beta-v0.1.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout agpt-platform-beta-v0.1.1
- ›Tracks LLM token usage across LLM blocks, enabling consumption visibility for platform operators.
- ›Adds credit metering for Jina/Search and LLM blocks so usage costs are accounted per execution.
- ›Adds the latest Claude model version as a supported LLM option in the platform.
- ›Merges the login and sign-in flows into a single unified authentication screen.
- ›Improves block positioning logic in the flow editor to handle collisions and variable block dimensions when adding new blocks.
+1 moreshow less
- ›Implements a custom save keyboard shortcut in the
SaveControlcomponent.
- agpt-platform-beta-v0.1.0
AutoGPT Platform beta adds cross-flow block copy/paste, credential management, health endpoints, and sealed secrets.
└──▷ GET THIS VERSION$ git clone --branch agpt-platform-beta-v0.1.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout agpt-platform-beta-v0.1.0
- ›Adds a health endpoint to the Platform/Backend for monitoring and security checks.
- ›Adds a health router to the Platform for improved service monitoring.
- ›Introduces sealed secrets for protecting sensitive data in platform deployments.
- ›Introduces configmap support for builder configuration management.
- ›Adds copy-and-paste of blocks across different flows in the UI.
+3 moreshow less
- ›Adds credential listing and revocation in the user profile for account management.
- ›Introduces a shared DB connection for executors to optimize resource usage.
- ›Adds comprehensive documentation for all available blocks.
- autogpt-v0.5.1
AutoGPT v0.5.1 adds gpt-4-turbo as default, configurable API port, web browsing extraction, Sentry telemetry, and history compression.
└──▷ GET THIS VERSION$ git clone --branch autogpt-v0.5.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-v0.5.1
- ›Adds
AP_SERVER_PORTenvironment variable to make the Agent Protocol API server port configurable. - ›Adds
topics_of_interestandget_raw_contentparameters to theread_webpagecommand, backed by a newextract_informationfunction that pulls structured data from webpage content by topic. - ›Adds task cost tracking and logging inside
AgentProtocolServer. - ›Sets
gpt-4-turboas the new defaultSMART_LLMmodel (previously no turbo default), changes defaultFAST_LLMfromgpt-3.5-turbo-16ktogpt-3.5-turbo, and changes defaultEMBEDDING_MODELfromtext-embedding-ada-002totext-embedding-3-small. - ›Adds support for
gpt-4-0125-previewandgpt-4-turbomodels.
+6 moreshow less
- ›Integrates Sentry for opt-in telemetry and error tracking, with a configuration flow and opt-in prompt; distinguishes
productionvsdevenvironments by VCS state and captures LLM parsing errors and command failures. - ›Introduces
FileStorageclass fully abstracting file storage access, replacingFileWorkspaceacrossAgentManagerandAgentProtocolServer. - ›Implements history compression to reduce token usage and extend agent longevity on models with limited context windows.
- ›Adds browser extensions to handle cookie walls and ads when using Selenium for web browsing.
- ›Displays code execution enabled/disabled status on CLI startup.
- ›Adds a pre-flight check that verifies the specified API server port is available before launching the server.
└──▷ BREAKING ON UPGRADE- !
FileWorkspaceis renamed toFileStorage; any code or configuration referencingFileWorkspaceand its associated classes/methods must be updated to useFileStorage. - !Default
SMART_LLMis nowgpt-4-turbo; deployments that relied on the previous default will now consume gpt-4-turbo quota and pricing. - !Default
FAST_LLMis changed fromgpt-3.5-turbo-16ktogpt-3.5-turbo; workloads that depended on the 16k context window via the default will lose it. - !Default
EMBEDDING_MODELis changed fromtext-embedding-ada-002totext-embedding-3-small; existing vector stores built withtext-embedding-ada-002embeddings are incompatible with the new default model.
- ›Adds
- autogpt-v0.5.0
AutoGPT v0.5.0 adds Agent Protocol REST API, GCS/S3 workspace backends, agent state resumption, and a new multi-agent UI.
└──▷ GET THIS VERSION$ git clone --branch autogpt-v0.5.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout autogpt-v0.5.0
└──▷ TRY ITServe the AutoGPT agent with the new frontend and Agent Protocol REST API to run and monitor tasks from the UI.$ cd autogpts/autogpt && ./autogpt.sh serveRun the agent in TTY mode so its state is saved on exit and can be resumed in a later session.$ cd autogpts/autogpt && ./autogpt.sh run- ›Adds
autogpt.sh serve(run fromautogpts/autogpt) to start the agent with the new frontend via the Agent Protocol REST API, enabling task creation and step-by-step execution over HTTP. - ›Adds
autogpt.sh runto launch the agent in TTY (terminal) mode, with agent state now saved on quit and resumable in a later session. - ›Adds GCS and S3
FileWorkspaceproviders as workspace backends; configuration options are available inautogpts/autogpt/.env.template. - ›Implements the Agent Protocol REST API, allowing external applications to create tasks and drive the agent's step-by-step process programmatically.
- ›Launches a new open-source Agent UI (served by default from the project CLI) for creating, managing, and chatting with multiple agents from one interface, with benchmarking capabilities.
+4 moreshow less
- ›Adds a new project-level CLI entry point that orchestrates the AutoGPT agent, Forge-based agents, AGBenchmark (
benchmark/), and the frontend (frontend/) from a single interface. - ›Publishes a
latest-devDocker image (alongsidelatestandv0.5.0) that tracks the latest working build frommasterfor early access to unreleased changes. - ›Every agent task now creates its own isolated workspace folder instead of sharing a single workspace across all tasks.
- ›Adds support for new OpenAI models and features from the November 6 update.
└──▷ BREAKING ON UPGRADE- !
run.shhas been renamed toautogpt.sh— any scripts or aliases invokingrun.shwill break. - !The AutoGPT Agent has moved from the repo root to
autogpts/autogpt— paths, volume mounts, and tooling that reference the old location will break. - !The application no longer uses a single shared workspace for all tasks; each task now gets its own workspace folder, which may break workflows that assumed a persistent shared workspace path.
- ›Adds
- v0.4.7
AutoGPT v0.4.7 adds initial REST API via agent-protocol SDK, benchmarking integration, and command category registry.
└──▷ GET THIS VERSION$ git clone --branch v0.4.7 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.7
- ›Adds a REST API powered by e2b's agent-protocol SDK, enabling programmatic agent control over HTTP.
- ›Adds model compatibility verification when the
OPENAI_FUNCTIONSenvironment variable is set, preventing silent misconfiguration. - ›Integrates AutoGPT with the Auto-GPT-Benchmarks (
agbenchmark) benchmarking tool for automated performance measurement. - ›Adds category support to the command registry, allowing commands to be grouped and filtered by category.
- ›Skips loading disabled commands at startup, reducing execution overhead and speeding up benchmark runs.
+1 moreshow less
- ›Improves prompt generation infrastructure for more reliable agent prompting.
└──▷ BREAKING ON UPGRADE- !The workspace location has changed (see PR #5048); existing setups referencing the previous workspace path will need to be updated.
- !The
delete filecommand has been removed; agents or workflows relying on it will break. - !The
append to filecommand has been removed; agents or workflows relying on it will break.
- v0.4.6
AutoGPT v0.4.6 adds a plugin text-embedding hook and graceful plugin failure handling.
└──▷ GET THIS VERSION$ git clone --branch v0.4.6 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.6
- ›Adds
plugin.handle_text_embeddinghook, enabling plugins to intercept and override the text embedding pipeline. - ›Gracefully handles plugin loading failures so a single broken plugin no longer halts the agent.
- ›Adds
- v0.4.4
AutoGPT v0.4.4 defaults to GPT-4, adds CLI args for agent identity, command aliases, and ships the long-awaited core re-arch.
└──▷ GET THIS VERSION$ git clone --branch v0.4.4 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.4
└──▷ TRY ITForce GPT-3.5 across all tasks to control costs while experimenting with a new agent configuration.$ python -m autogpt --gpt3only
Bootstrap a fully defined agent non-interactively in CI or scripted pipelines without an interactive prompt.$ python -m autogpt --ai_name 'ReconBot' --ai_role 'OSINT researcher' --ai_goals 'Enumerate subdomains of example.com' 'Summarise findings to report.md'
- ›Adds
--gpt3onlyand--gpt4onlyCLI flags to override model selection at runtime without changing config. - ›Adds CLI args
ai_name,ai_role, andai_goalsto define agent identity directly from the command line. - ›
SMART_LLM(formerlySMART_LLM_MODEL) now defaults to GPT-4 for high-accuracy tasks such as agent command selection;FAST_LLM(formerlyFAST_LLM_MODEL) is used for lighter tasks like summarization. - ›Introduces the
autogpt/coremodule — the re-architecture project — now shipping in master and integrated starting with the Configuration subsystem. - ›Adds command aliases to the agent command system, reducing the need for exact command-name matching.
+1 moreshow less
- ›Agent key bindings are now configurable via environment variables.
└──▷ BREAKING ON UPGRADE- !
SMART_LLMnow defaults to GPT-4 instead of the previous default, which will increase API costs for users who have not explicitly set a model.
- ›Adds
- v0.4.3
AutoGPT v0.4.3 adds
replace_in_filecommand, GPT-3 16k support, OpenAI Functions groundwork, and JSON memory loading.└──▷ GET THIS VERSION$ git clone --branch v0.4.3 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.3
- ›Adds
replace_in_filecommand to modify files by replacing occurrences of text without loading the entire file into memory. - ›Adds support for OpenAI Functions, laying groundwork for function-calling-based command execution.
- ›Adds
run_taskPython hook to interface AutoGPT with benchmarks, with all challenges linked to it. - ›Extends supported OpenAI model info to include the GPT-3 16k model.
- ›Improves
JSONFileMemoryto support loadingMemoryItems from file, enabling persistent memory across sessions.
+4 moreshow less
- ›Switches token counting to use
tiktokenfor more precise cost estimates. - ›Prompts users for their OpenAI API key interactively if not already set in the environment.
- ›Automatically unregisters commands incompatible with the current configuration.
- ›Restricts plugin loading to subclasses of
AutoGPTPluginTemplate, tightening plugin validation.
└──▷ BREAKING ON UPGRADE- !The commands
analyze_code,write_tests,improve_code,audio_text,web_playwright, andweb_requestshave been removed from the core application and are no longer available without a plugin.
- ›Adds
- v0.4.1
AutoGPT v0.4.1 adds directory-based plugins, new
replace_in_fileand Python execution commands, keyboard navigation, and per-model token limits.└──▷ GET THIS VERSION$ git clone --branch v0.4.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.1
- ›Adds
replace_in_filecommand to change occurrences of text in a file without rewriting the whole file. - ›Adds a command for directly executing Python code, including within a Docker install.
- ›Implements directory-based plugin system — plugins can now be loaded from a subfolder or repository clone inside the plugins directory, no zip file required.
- ›Reworks plugin config to be file-based.
- ›Adds settings for a custom base URL for the OpenAI API endpoint.
+5 moreshow less
- ›Sets token limits automatically based on the model in use.
- ›Enables keyboard navigation in the CLI via
prompt_toolkit. - ›Implements batch summarization in the
MessageHistoryclass to keep context length within the model's token limit. - ›Streamlines shell command control configuration (allowed/denied commands) to reduce ambiguity.
- ›Automatically retries DuckDuckGo searches when rate limits are detected, improving search reliability.
- ›Adds
- v0.4.0
AutoGPT v0.4.0 adds document reading in
read_file, granular command-access controls viaDISABLED_COMMAND_CATEGORIES,DENY_COMMANDS, andALLOW_COMMANDS, and revamps the vector memory system.└──▷ GET THIS VERSION$ git clone --branch v0.4.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.4.0
└──▷ USE ITRestrict AutoGPT to only safe, pre-approved shell commands in a production or sandboxed environment.DISABLED_COMMAND_CATEGORIES=autogpt.commands.execute_code DENY_COMMANDS=rm,curl,wget ALLOW_COMMANDS=ls,cat,echo
- ›Adds
DISABLED_COMMAND_CATEGORIESto.envto disable entire categories of built-in commands from running. - ›Adds
DENY_COMMANDSto.envto block specific shell commands from execution. - ›Adds
ALLOW_COMMANDSto.envto selectively whitelist specific shell commands. - ›Expands
read_fileto extract text from PDF, doc, docx, CSV, HTML, TeX, and other document formats. - ›Revamps the vector memory storage system as a foundation for retrieval-augmented long-term memory, with
json_fileas the supported local backend.
+2 moreshow less
- ›Adds ability to interrupt continuous runs mid-execution.
- ›Enables enabling or disabling plugins in bulk from
.env.
└──▷ BREAKING ON UPGRADE- !The
send_tweetcommand is removed; Twitter functionality must now be handled via plugins. - !The Milvus, Pinecone, and Weaviate memory backends are removed and no longer functional.
- !The Redis memory backend is temporarily removed pending a new implementation.
- !The global configuration object is removed; configuration is now passed into components directly.
- ›Adds
- v0.3.1
AutoGPT v0.3.1 adds command disabling via .env, plugin denylist handling, Edge browser support, and user-input logging.
└──▷ GET THIS VERSION$ git clone --branch v0.3.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.3.1
- ›Enables disabling specific commands via the
.envfile, giving operators control over which capabilities the agent can invoke. - ›Adds denylist handling for plugins, allowing operators to block specific plugins from loading.
- ›Logs user input to the
logs/Debugfolder for audit and review. - ›Adds Edge browser support using
EdgeChromiumDriverManager. - ›Adds
--install-plugin-depsflag to the Docker entrypoint for automatic plugin dependency installation.
- ›Enables disabling specific commands via the
- v0.3.0
AutoGPT v0.3.0 adds a plugin system, automatic prompt generation, self-feedback mode, running-cost awareness, and authenticated Milvus memory backends.
└──▷ GET THIS VERSION$ git clone --branch v0.3.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.3.0
└──▷ HOW TO FIND ITTrigger self-feedback to let the agent critique and refine its own plan mid-run.📍When AutoGPT prompts for input, press: S- ›Adds
<reason>argument to thedo_nothingcommand, allowing the agent to record why it chose to take no action. - ›Supports secure and authenticated Milvus memory backends for production deployments.
- ›Introduces a third-party plugin system so developers can extend AutoGPT with new commands and integrations (note: plugin interface is marked unstable and may change in v0.3.1 and v0.4.0).
- ›Adds automatic initial prompt generation — describe a goal in plain language and AutoGPT generates its own structured prompt.
- ›Adds self-feedback mode: pressing
Sat the input prompt triggers the AI to reflect on and revise its own reasoning and plans.
+6 moreshow less
- ›Adds running-cost awareness so AutoGPT tracks and surfaces its accumulated API spend during a session.
- ›Adds a workspace abstraction to isolate and manage the agent's file operations.
- ›Adds OS info into the initial prompt so the agent is aware of the host environment.
- ›Includes memory challenge benchmarks (levels 1–10) in the test suite to objectively measure memory system improvements.
- ›Maintains a running summary of prior interactions after each step to improve long-session memory management.
- ›Handles API timeouts gracefully instead of crashing.
└──▷ BREAKING ON UPGRADE- !The
blacklistandwhitelistconfiguration terms are renamed todenylistandallowlistrespectively; existing configs using the old terms will need to be updated.
- ›Adds
- v0.2.2
AutoGPT v0.2.2 adds file downloading, Chrome headless mode, startup announcements, and an option to disable workspace restrictions.
└──▷ GET THIS VERSION$ git clone --branch v0.2.2 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.2.2
- ›Adds
RESTRICT_TO_WORKSPACEoption to disable working directory restrictions, allowing AutoGPT to operate on files outside the default sandbox. - ›Renames
evaluate_codetoanalyze_codecommand. - ›Adds file downloading capabilities as a new agent action.
- ›Adds support for running Chrome in headless mode for browser-based tasks.
- ›Adds startup announcement/news output capability, reading from an announcements file on launch.
+4 moreshow less
- ›Prints the current Git branch on startup and warns if the branch is unsupported.
- ›Adds Nix flakes support via direnv for reproducible development environments.
- ›Installs Chrome and Firefox in Docker containers to enable headless browser automation without additional setup.
- ›Switches CLI argument parsing to
click, enabling more structured command-line invocation.
└──▷ BREAKING ON UPGRADE- !The
evaluate_codecommand is renamed toanalyze_code; any automation or prompts referencingevaluate_codeby name will need to be updated.
- ›Adds
- v0.2.1
AutoGPT v0.2.1 adds Milvus and Weaviate memory backends, Twitter and GitHub commands, Playwright browsing, and audio transcription via Hugging Face.
└──▷ GET THIS VERSION$ git clone --branch v0.2.1 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.2.1
- ›Adds Milvus as a long-term memory backend, configurable via
.env.template. - ›Adds Weaviate as a long-term memory backend option.
- ›Adds persistent memory via SQLite3 as an additional memory backend.
- ›Adds a
twitter_send_tweets_commandso the agent can post tweets via the Twitter/Tweepy integration. - ›Adds a
clone github repositorycommand enabling the agent to clone repos directly.
+9 moreshow less
- ›Adds audio transcription using Hugging Face models as a new agent capability.
- ›Adds ElevenLabs Voice ID support, allowing selection of specific ElevenLabs voices via
ELEVENLABS_API_KEYin.env. - ›Switches web browsing to use Playwright instead of plain HTTP requests, making browser-based scraping more robust.
- ›Makes Selenium-based browsing browser-agnostic, no longer tied to a single browser engine.
- ›Adds a file logger that tracks changes to file operations to prevent the agent from looping on the same file writes.
- ›Adds a command synonym list so the agent can recover when it hallucinates slight variations of valid command names.
- ›Removes least-relevant items from memory first when the context window is full, improving long-running agent performance.
- ›Adds rate-limit error logging in debug mode so slow or failing API calls are surfaced in the log.
- ›Adds
run.batfor easy one-click Windows startup with automatic requirements check and installation.
- ›Adds Milvus as a long-term memory backend, configurable via
- v0.2.0
AutoGPT v0.2.0 adds Selenium-based web browsing and a module-wrapped launcher for better extensibility.
└──▷ GET THIS VERSION$ git clone --branch v0.2.0 https://github.com/Significant-Gravitas/AutoGPT.git # already have the repo? check out this version: $ git checkout v0.2.0
- ›Adds Selenium-based web browsing capability, enabling AutoGPT to browse the web autonomously (requires Chrome installed and updated dependencies via
pip install -r requirements.txt). - ›Wraps AutoGPT in a module for launch, improving testability and extensibility of the runtime.
└──▷ BREAKING ON UPGRADE- !AutoGPT is now launched as a module; the startup method has changed — see the updated README.md for new run instructions.
- !New dependencies (including Selenium) are required; existing installations must re-run
pip install -r requirements.txtor the tool will not function correctly.
- ›Adds Selenium-based web browsing capability, enabling AutoGPT to browse the web autonomously (requires Chrome installed and updated dependencies via