freshcrate
Skin:/
Home > Uncategorized > AutoGPT

AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

README

AutoGPT: Build, Deploy, and Run AI Agents

Discord Follow โ€‚ Twitter FollowDeutsch | Espaรฑol | franรงais | ๆ—ฅๆœฌ่ชž | ํ•œ๊ตญ์–ด | Portuguรชs | ะ ัƒััะบะธะน | ไธญๆ–‡

AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.

Hosting Options

  • Download to self-host (Free!)
  • Join the Waitlist for the cloud-hosted beta (Closed Beta - Public release Coming Soon!)

How to Self-Host the AutoGPT Platform

Note

Setting up and hosting the AutoGPT Platform yourself is a technical process. If you'd rather something that just works, we recommend joining the waitlist for the cloud-hosted beta.

System Requirements

Before proceeding with the installation, ensure your system meets the following requirements:

Hardware Requirements

  • CPU: 4+ cores recommended
  • RAM: Minimum 8GB, 16GB recommended
  • Storage: At least 10GB of free space

Software Requirements

  • Operating Systems:
    • Linux (Ubuntu 20.04 or newer recommended)
    • macOS (10.15 or newer)
    • Windows 10/11 with WSL2
  • Required Software (with minimum versions):
    • Docker Engine (20.10.0 or newer)
    • Docker Compose (2.0.0 or newer)
    • Git (2.30 or newer)
    • Node.js (16.x or newer)
    • npm (8.x or newer)
    • VSCode (1.60 or newer) or any modern code editor

Network Requirements

  • Stable internet connection
  • Access to required ports (will be configured in Docker)
  • Ability to make outbound HTTPS connections

Updated Setup Instructions:

We've moved to a fully maintained and regularly updated documentation site.

๐Ÿ‘‰ Follow the official self-hosting guide here

This tutorial assumes you have Docker, VSCode, git and npm installed.


โšก Quick Setup with One-Line Script (Recommended for Local Hosting)

Skip the manual steps and get started in minutes using our automatic setup script.

For macOS/Linux:

curl -fsSL https://setup.agpt.co/install.sh -o install.sh && bash install.sh

For Windows (PowerShell):

powershell -c "iwr https://setup.agpt.co/install.bat -o install.bat; ./install.bat"

This will install dependencies, configure Docker, and launch your local instance โ€” all in one go.

๐Ÿงฑ AutoGPT Frontend

The AutoGPT frontend is where users interact with our powerful AI automation platform. It offers multiple ways to engage with and leverage our AI agents. This is the interface where you'll bring your AI automation ideas to life:

Agent Builder: For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.

Workflow Management: Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.

Deployment Controls: Manage the lifecycle of your agents, from testing to production.

Ready-to-Use Agents: Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.

Agent Interaction: Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.

Monitoring and Analytics: Keep track of your agents' performance and gain insights to continually improve your automation processes.

Read this guide to learn how to build your own custom blocks.

๐Ÿ’ฝ AutoGPT Server

The AutoGPT Server is the powerhouse of our platform This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously. It contains all the essential components that make AutoGPT run smoothly.

Source Code: The core logic that drives our agents and automation processes.

Infrastructure: Robust systems that ensure reliable and scalable performance.

Marketplace: A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.

๐Ÿ™ Example Agents

Here are two examples of what you can do with AutoGPT:

  1. Generate Viral Videos from Trending Topics

    • This agent reads topics on Reddit.
    • It identifies trending topics.
    • It then automatically creates a short-form video based on the content.
  2. Identify Top Quotes from Videos for Social Media

    • This agent subscribes to your YouTube channel.
    • When you post a new video, it transcribes it.
    • It uses AI to identify the most impactful quotes to generate a summary.
    • Then, it writes a post to automatically publish to your social media.

These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.


License Overview:

๐Ÿ›ก๏ธ Polyform Shield License: All code and content within the autogpt_platform folder is licensed under the Polyform Shield License. This new project is our in-developlemt platform for building, deploying and managing agents.
Read more about this effort

๐Ÿฆ‰ MIT License: All other portions of the AutoGPT repository (i.e., everything outside the autogpt_platform folder) are licensed under the MIT License. This includes the original stand-alone AutoGPT Agent, along with projects such as Forge, agbenchmark and the AutoGPT Classic GUI.
We also publish additional work under the MIT Licence in other repositories, such as GravitasML which is developed for and used in the AutoGPT Platform. See also our MIT Licenced Code Ability project.


Mission

Our mission is to provide the tools, so that you can focus on what matters:

  • ๐Ÿ—๏ธ Building - Lay the foundation for something amazing.
  • ๐Ÿงช Testing - Fine-tune your agent to perfection.
  • ๐Ÿค Delegating - Let AI work for you, and have your ideas come to life.

Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.

๐Ÿ“– Documentation โ€‚|โ€‚ ๐Ÿš€ Contributing


๐Ÿค– AutoGPT Classic

Below is information about the classic version of AutoGPT.

๐Ÿ› ๏ธ Build your own Agent - Quickstart

๐Ÿ—๏ธ Forge

Forge your own agent! โ€“ Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from forge can also be used individually to speed up development and reduce boilerplate in your agent project.

๐Ÿš€ Getting Started with Forge โ€“ This guide will walk you through the process of creating your own agent and using the benchmark and user interface.

๐Ÿ“˜ Learn More about Forge

๐ŸŽฏ Benchmark

Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

๐Ÿ“ฆ agbenchmark on Pypi โ€‚|โ€‚ ๐Ÿ“˜ Learn More about the Benchmark

๐Ÿ’ป UI

Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.

The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!

๐Ÿ“˜ Learn More about the Frontend

โŒจ๏ธ CLI

To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:

$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  agent      Commands to create, start and stop agents
  benchmark  Commands to start the benchmark and list tests and categories
  setup      Installs dependencies needed for your system.

Just clone the repo, install dependencies with ./run setup, and you should be good to go!

๐Ÿค” Questions? Problems? Suggestions?

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn't created an issue for the same topic.

๐Ÿค Sister projects

๐Ÿ”„ Agent Protocol

To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.


Stars stats

Star History Chart

โšก Contributors

Contributors

Release History

VersionChangesUrgencyDate
autogpt-platform-beta-v0.6.62# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.62` **Date:** May 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#13081** - Share agent chat results via public link (by @ntindle) - **#13195** - Self-distilled skills registry with index injection for Copilot (by @majdyz) - **#13190** - Native scheduling for Copilot turn followups (by @majdyz) - **#13202** - Autopilot UX polish with skills/followups LD kill-switches and unified Scheduled page (by @majdyz) - **#13222** - Add Bots settiHigh5/28/2026
autogpt-platform-beta-v0.6.61# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.61` **Date:** May 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#13139** - Add chat search modal behind CHAT_SEARCH flag (by @Abhi1992002) - **#13128** - Paginate session sidebar so threads past 50 stay reachable (by @0ubbe) - **#13138** - Redesign profile popover (SECRT-2360) (by @Abhi1992002) - **#13114** - Add friendlier 'Response stopped' banner in Copilot (by @itsababseh) ### Enhancements - **#13089** - Retire deprecated LLM modHigh5/20/2026
autogpt-platform-beta-v0.6.60# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.60` **Date:** May 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12740** - Trigger On Anything - Enhanced flexibility for workflow triggers (by @Pwuts) - **#13008** - Add Slack SendSlackMessageBlock for direct Slack integration (by @omsharma0401) - **#13039** - Smart Discord threads, setup-link button, mention humans, and bot-to-bot communication (by @Bentlybro) - **#13031** - Seed dynamic-cost block preflight from historical averages foHigh5/13/2026
autogpt-platform-beta-v0.6.59# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.59` **Date:** May 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12942** - Settings v2 billing page (subscription + automation credits) (by @Abhi1992002) - **#12780** - Tier-based workspace file storage limits (by @ntindle) - **#12958** - Admin CSV exports โ€” credit transactions + copilot weekly usage (by @majdyz) - **#12978** - Connect onboarding SubscriptionStep to Stripe Checkout (by @0ubbe) - **#12985** - Vary daily-limit popup CTA bHigh5/7/2026
autogpt-platform-beta-v0.6.58# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.58` **Date:** April 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12890** - Add message timestamps + accurate thought-for time in Copilot (by @majdyz) - **#12894** - Dynamic BlockCostType (SECOND/ITEMS/COST_USD/TOKENS) + E2B/FAL migration (by @majdyz) - **#12903** - Add MAX tier + LD-configurable pricing + hide unconfigured tiers (by @majdyz) - **#12880** - Inline picker-backed inputs via run_block + accept AgentInputBlock subclasses High4/29/2026
autogpt-platform-beta-v0.6.57# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.57` **Date:** April 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12764** - Add Agent Briefing Panel (by @0ubbe) - **#12727** - Subscription tier billing via Stripe Checkout (by @majdyz) - **#12620** - Add xAI Grok 4.20 models from OpenRouter (by @Torantulino) - **#12818** - Surface scheduled agents in library & copilot briefings (by @0ubbe) - **#12841** - Queue follow-up messages on busy sessions (UI + run_sub_session + AutoPilot blocHigh4/22/2026
autogpt-platform-beta-v0.6.56## What's Changed * fix(backend/copilot): pre-create assistant msg before first yield to prevent last_role=tool by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/12797 * feat(backend): MemoryEnvelope metadata model, scoped retrieval, and memory hardening by @ntindle in https://github.com/Significant-Gravitas/AutoGPT/pull/12765 **Full Changelog**: https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.55...autogpt-platform-beta-v0.6.56High4/15/2026
autogpt-platform-beta-v0.6.55# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.55` **Date:** april 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12720** - Add Graphiti temporal knowledge graph memory for CoPilot (by @ntindle) - **#12711** - Hide session-level dry_run from LLM in CoPilot (by @majdyz) - **#12732** - Support multiple questions in ask_question tool for CoPilot (by @majdyz) - **#12726** - Per-model cost breakdown, cache token tracking, and OrchestratorBlock cost fix in platform admin (by @majdyz) - **High4/15/2026
autogpt-platform-beta-v0.6.54# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.54` **Date:** 9 April 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12515** - Replace suggestion pills with themed prompt categories (by @0ubbe) - **#12571** - Add copy button to user prompt messages in CoPilot (by @Otto-AGPT) - **#12526** - Spend credits to reset CoPilot daily rate limit (by @majdyz) - **#12577** - Add shared admin user search + rate-limit modal on spending page (by @majdyz) - **#12583** - Live timer stats with persHigh4/8/2026
autogpt-platform-beta-v0.6.53# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.53` **Date:** March 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12440** - Add workflow import from other tools (n8n, Make.com, Zapier) (by @majdyz) - **#12482** - Add tool/block capability filtering to AutoPilotBlock (by @majdyz) - **#12472** - Enable parallel block execution via infrastructure-level pre-launch (by @majdyz) - **#12483** - Add dry-run execution mode with LLM block simulation (by @majdyz) - **#12507** - Add /pr-test skMedium3/25/2026
autogpt-platform-beta-v0.6.52# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.52` **Date:** March 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12347** - Add whitelisting-backed beta user provisioning (by @Swiftyos) - **#12374** - Generate personalized quick-action prompts from Tally business understanding (by @Swiftyos) - **#12367** - Read-only SQL views layer with analytics schema (by @majdyz) - **#12406** - Support prompt-in-URL for shareable prompt links (by @Otto-AGPT) - **#12388** - Add "Run now" button Low3/20/2026
autogpt-platform-beta-v0.6.51## ๐Ÿ”ฅ What's New? ### New Features - **#12238** - Local agent generation with validation, fixing, MCP & sub-agent support (by @majdyz) - **#12332** - @@agptfile: file-ref protocol for tool call inputs + block input toggle (by @majdyz) - **#12226** - Switch builder file inputs from base64 to workspace uploads (by @Abhi1992002) - **#12273** - Attach uploaded images and PDFs as multimodal vision blocks (by @Otto-AGPT) - **#12290** - Add folder management tools to CoPilot (by @Abhi1992002)Low3/12/2026
autogpt-platform-beta-v0.6.50# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.50` **Date:** March 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12220** - Add file upload to copilot chat [SECRT-1788] (by @ntindle) - **#12212** - E2B cloud sandbox โ€” unified file tools, persistent execution, output truncation (by @majdyz) - **#12230** - Add agent-browser multi-step browser automation tools (by @majdyz) - **#12213** - MCP server discovery and execution in Otto (by @majdyz) - **#12276** - Remove legacy copilot, add bLow3/4/2026
autogpt-platform-beta-v0.6.49# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.49` **Date:** Feb 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#12011** - Add MCP tool block with OAuth, tool discovery, and standard credential integration (by @majdyz) - **#12081** - Replace legacy builder with new flow editor (by @Abhi1992002) - **#12073** - Store sandbox files to workspace (by @ntindle) - **#12102** - Add feature request tools for CoPilot chat (by @Swiftyos) - **#12103** - Claude Agent SDK integration for CoPilotLow2/26/2026
autogpt-platform-beta-v0.6.48# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.48` **Date:** Feb 2026 --- ## ๐Ÿ”ฅ What's New? ### Bug Fixes - **#12059** - Enforce disabled flag on blocks in graph validation for improved security (by @Otto-AGPT) ### Dependencies & Maintenance - **#12035** - Bump peter-evans/repository-dispatch from 3 to 4 (by @dependabot[bot]) - **#12043** - Bump aiofiles from 24.1.0 to 25.1.0 in backend (by @dependabot[bot]) - **#12034** - Bump actions/checkout from 4 to 6 (by @dependabot[bot]) -Low2/11/2026
autogpt-platform-beta-v0.6.47# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.47` **Date:** Feb 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11857** - Implement Text Encode block (by @Bentlybro) - **#11796** - Add video editing blocks (by @ntindle) - **#11983** - Add Claude Opus 4.6 model support (by @Bentlybro) - **#11988** - Add ClamAV scanning for local file paths (by @Otto-AGPT) - **#11975** - Add ready-to-test prompt after agent creation [SECRT-1882] (by @Swiftyos) - **#11974** - Add progress indicator duLow2/10/2026
autogpt-platform-beta-v0.6.46# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.46` **Date:** February 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11867** - Add User Workspace for persistent CoPilot file storage (by @ntindle) - **#11871** - Copilot speech to text via Whisper model (by @0ubbe) - **#11889** - Add library agent fetching with two-phase search for sub-agent support (by @majdyz) - **#11747** - Cover webhook ingress URL route (by @T1mn) - **#11877** - Add Redis-based SSE reconnection for long-running CLow2/4/2026
autogpt-platform-beta-v0.6.45## What's Changed * fix(platform): reduce Sentry alert spam for expected errors by @majdyz in https://github.com/Significant-Gravitas/AutoGPT/pull/11872 * fix(platform): evaluate chat flag after auth for correct redirect by @ntindle in https://github.com/Significant-Gravitas/AutoGPT/pull/11873 **Full Changelog**: https://github.com/Significant-Gravitas/AutoGPT/compare/v0.6.44...autogpt-platform-beta-v0.6.45Low1/28/2026
v0.6.44# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.44` **Date:** January 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11761** - Add ClaudeCodeBlock for executing tasks via Claude Code in E2B sandbox (by @Bentlybro) - **#11819** - Add external Agent Generator service integration (by @majdyz) - **#11828** - Add PostHog analytics and OpenRouter tracing to chat system (by @Swiftyos) - **#11833** - Implement clarification questions UI for agent generation (by @majdyz) - **#11856** - PersLow1/28/2026
autogpt-platform-beta-v0.6.43# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.43` **Date:** January 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11458** - Add interactive tutorial for the new builder interface (by @Abhi1992002) - **#11721** - Add hybrid search for store listings, docs and blocks (by @Swiftyos) - **#11767** - Add unified hybrid search with embedding backfill for all content types (by @majdyz) - **#11719** - Extract backend copilot/chat enhancements from hackathon (by @Swiftyos) - **#11717** - ExLow1/22/2026
autogpt-platform-beta-v0.6.42# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.42` **Date:** January 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11623** - Add Reddit OAuth2 integration and advanced Reddit blocks (by @ntindle) - **#11003** - Add WordPress Get All Posts block and Publish Post draft toggle (by @Torantulino) - **#11732** - Add human-in-the-loop review system for blocks requiring approval (by @majdyz) - **#11716** - Add optional credentials flag for blocks at agent level (by @ntindle) - **#11654** -Low1/14/2026
autogpt-platform-beta-v0.6.41# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.41` **Date:** January 2026 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11547** - Add agent mode support to SmartDecisionMakerBlock with autonomous tool execution loops (by @majdyz) - **#11617** - OAuth API & Single Sign-On (by @Pwuts) - **#11529** - Implement HITL UI redesign with improved review flow (by @majdyz) - **#11630** - Marketplace update notifications with enhanced publishing workflow (by @majdyz) - **#11672** - Deduplicate inLow1/7/2026
autogpt-platform-beta-v0.6.40# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.40` **Date:** December 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11375** - Backend completion of Onboarding tasks (by @kcze) - **#11457** - Builder search history (by @kcze) - **#11520** - Improve Google Sheets/Drive integration with unified credentials (by @ntindle) - **#11538** - Add Agent Output Demo field to marketplace submission form (by @majdyz) - **#11562** - Add execution accuracy alert system (by @majdyz) - **#11574** - AdLow12/11/2025
autogpt-platform-beta-v0.6.39# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.39` **Date:** January 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11311** - Add Google Drive Picker field type for enhanced file selection (by @ntindle) - **#11380** - Add Human In The Loop block with review workflow (by @majdyz) - **#11455** - Implement graph-level Safe Mode toggle for HITL blocks (by @majdyz) - **#11463** - Add external API routes for store search and tool usage (by @Swiftyos) - **#11472** - Integration management Low12/3/2025
autogpt-platform-beta-v0.6.38# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.38` **Date:** 26 November 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11415** - Add Get Linear Issues Block (by @Swiftyos) - **#11370** - Add inline node title editing with double-click (by @Abhi1992002) - **#11421** - Implement agent outputs viewer and improve UI/UX in new builder (by @Abhi1992002) - **#11407** - Parameterize activity status generation with customizable prompts (by @majdyz) - **#11412** - PR preview banner (by @0ubbLow11/26/2025
autogpt-platform-beta-v0.6.37## ๐Ÿ”ฅ What's New? ### New Features - **#11297** - WebSocket-based notifications (by @kcze) - **#11335** - WebSocket Onboarding notifications (by @kcze) - **#11327** - Add execution analytics admin endpoint with feature flag bypass (by @majdyz) - **#11333** - Supabase + Zustand integration for improved speed (by @0ubbe) - **#11339** - Add copy paste functionality in new builder (by @Abhi1992002) - **#11342** - Add context menu in custom node (by @Abhi1992002) - **#11341** - Integrate drLow11/17/2025
autogpt-platform-beta-v0.6.36# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.36` **Date:** November 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11230** - Chat system backend implementation (by @Swiftyos) - **#11290** - Chat UI frontend with full messaging interface (by @Swiftyos) - **#11330** - Limit chat access to authenticated users and restrict agent runs per chat (by @Swiftyos) - **#11301** - Add dynamic input dialog for agent execution with credential support (by @Abhi1992002) - **#11286** - Google DriveLow11/7/2025
autogpt-platform-beta-v0.6.35# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.35` **Date:** October 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11186** - Add agent execution functionality in new builder (by @Abhi1992002) - **#11277** - Implement cascading stop for nested graph executions (by @majdyz) - **#11257** - Standardize error handling with BlockSchemaInput & BlockSchemaOutput base class (by @majdyz) - **#11261** - Increase max_field_size in aiohttp requests (by @seer-by-sentry[bot]) ### Enhancements Low10/30/2025
autogpt-platform-beta-v0.6.34# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.34` **Date:** October 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11172** - Add extra information in custom node in new builder (by @Abhi1992002) - **#11181** - Add LaunchDarkly flag for platform payment system (by @majdyz) - **#11150** - Implement shared cache functionality (by @Swiftyos) - **#11057** - Add language fallback for YouTube transcription block (by @Copilot) - **#11212** - Update tooltip and alert styles (by @0ubbe) - *Low10/22/2025
autogpt-platform-beta-v0.6.33# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.33` **Date:** October 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11106** - Implement comprehensive rate-limited Discord alerting system (by @majdyz) - **#11107** - Add OAuth2 credential support in new builder (by @Abhi1992002) - **#11123** - Add UI for sticky notes on new builder (by @Abhi1992002) - **#11121** - Add search functionality in new block menu (by @Abhi1992002) - **#11122** - Add support for user password credentials in nLow10/16/2025
autogpt-platform-beta-v0.6.32# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.32` **Date:** October 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#11053** - Added description to Upload Agent dialog (by @seer-by-sentry) - **#11066** - Added new credential field for new builder (by @Abhi1992002) - **#11091** - Added selecting UI for custom node in new builder (by @Abhi1992002) - **#11076** - Implemented LaunchDarkly tracking on frontend browser (by @ntindle) - **#11105** - Added API key modal for adding credentialsLow10/8/2025
autogpt-platform-beta-v0.6.31# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.31` **Date:** October 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10978** - Implement clean k6 load testing infrastructure (by @majdyz) - **#10985** - Enhance database indexes for AgentGraph and AgentGraphExecution performance (by @majdyz) - **#11023** - Add claude-sonnet-4.5 model support (by @Bentlybro) - **#10829** - Add table input UI and builder block (by @ntindle) - **#10977** - New retention-focused tasks and wallet update (byLow10/2/2025
autogpt-platform-beta-v0.6.30# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.30` **Date:** September 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10760** - Add NotionReadPage block (by @aayush226) - **#10975** - Implement caching layer for store API endpoints (Part 1) (by @Swiftyos) - **#10983** - Add 'depth' parameter to DataForSEO Related Keywords block (by @Torantulino) ### Enhancements - **#10953** - Move old components to `__legacy__` folder (by @0ubbe) ### Bug Fixes - **#10957** - Force dynamic renLow9/25/2025
autogpt-platform-beta-v0.6.29## ๐Ÿ”ฅ What's New? ### Enhancements - **#10940** - Refactor and organize components folder - Part 1 (by @0ubbe) - **#10942** - Refactor and organize components folder - Part 2 (by @0ubbe) ### Bug Fixes - **#10952** - Update Redis image and amend configuration for compatibility (by @Pwuts) - **#10951** - Fix issue with moved blocks disappearing on save in workflow builder (by @Pwuts) --- ## ๐ŸŽ‰ Thanks to Our Contributors! A huge thank you to all contributors who made this releaseLow9/18/2025
autogpt-platform-beta-v0.6.28# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.28` **Date:** September 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10864** - Block menu redesign - part 3 (by @Abhi1992002) - **#10897** - New `<Avatar />` component using next/image (by @0ubbe) - **#10904** - Add Vercel Analytics and Speed Insights (by @Swiftyos) - **#10773** - Add expandable view for block output (by @ntindle) - **#10923** - Add comprehensive Prometheus instrumentation for observability (by @majdyz) - **#10930** Low9/17/2025
autogpt-platform-beta-v0.6.27**Full Changelog**: https://github.com/Significant-Gravitas/AutoGPT/compare/autogpt-platform-beta-v0.6.26...autogpt-platform-beta-v0.6.27Low9/12/2025
autogpt-platform-beta-v0.6.26# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.26` **Date:** September 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10777** - Add drag and drop functionality from blocks menu to flow canvas (by @Swiftyos) - **#10779** - Add editable node titles with hover pencil icon (by @Swiftyos) - **#10776** - Add graph search functionality to builder (by @Swiftyos) - **#10774** - Add admin button to user profile dropdown (by @ntindle) - **#10768** - Add Bannerbear API block for text overlay onLow9/10/2025
autogpt-platform-beta-v0.6.25# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.25` **Date:** August 27th, 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10708** - Enhanced GitHub Copilot agent setup with CI-aligned environment (by @Copilot) - **#10711** - Added DataForSEO keyword research blocks (by @Swiftyos) - **#10350** - Added BaaS integration blocks (by @Swiftyos) - **#10709** - Implemented infinite scroll in Agent Runs list (by @Pwuts) - **#10671** - Added ability to reject approved agents in admin dashboardLow8/27/2025
autogpt-platform-beta-v0.6.23# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.23` **Date:** 20th August 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10628** - Update settings form (by @0ubbe) - **#10615** - Add frontend service to docker-compose with env config improvements (by @majdyz) - **#10639** - Streamline Supabase to minimal essential services (by @majdyz) - **#9924** - Add Enrichlayer integration (by @ntindle) - **#10641** - Add support for v0 by Vercel models and credentials (by @ntindle) - **#10667**Low8/20/2025
autogpt-platform-beta-v0.6.22## ๐Ÿ”ฅ What's New? ### New Features - **#10586** - Add more Discord blocks support (by @ntindle) - **#10539** - Integrate AutoMod content moderation (by @Bentlybro) - **#10595** - Add LaunchDarkly user context and metadata support (by @majdyz) - **#10627** - Remove parallel tool-call system prompting (by @majdyz) ### Enhancements - **#10588** - Update Gmail blocks to unify architecture and improve email handling (by @ntindle) - **#10632** - Consolidate LaunchDarkly feature flag manageLow8/13/2025
autogpt-platform-beta-v0.6.21# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.21` **Date:** 8 August 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10537** - Enable Ayrshare TikTok support (by @Swiftyos) - **#10521** - Update Exa websets implementation (by @Swiftyos) - **#10561** - Add 5 additional GitHub Integration blocks (by @Swiftyos) ### Bug Fixes - **#10585** - Correct LLM configurations (by @Bentlybro) --- ## ๐ŸŽ‰ Thanks to Our Contributors! A huge thank you to everyone who contributed to this relLow8/8/2025
autogpt-platform-beta-v0.6.20# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.20` **Date:** 8 August 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10559** - Add OpenAI's new opensource models (by @Bentlybro) - **#10574** - Add GPT-5 models to the platform (by @Bentlybro) - **#10575** - Add Anthropics new Claude Opus 4.1 model (by @Bentlybro) - **#10584** - Standardize service health checks with UnhealthyServiceError (by @majdyz) - **#10540** - Migrate AgentExecutor from ProcessPoolExecutor to ThreadPoolExecutor Low8/8/2025
autogpt-platform-beta-v0.6.19# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.19` **Date:** August 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10505** - Enable Ayrshare YouTube support (by @Swiftyos) - **#10504** - Enable Ayrshare Instagram support (by @Swiftyos) - **#10494** - Add Firecrawl Integration for Web Scraping and Data Extraction (by @Swiftyos) - **#10512** - Add new LLM models (by @Bentlybro) - **#10487** - Add AI-generated activity status for agent executions (by @majdyz) - **#10530** - Add reusabLow8/6/2025
autogpt-platform-beta-v0.6.18## ๐Ÿ”ฅ What's New? ### New Features - **#10338** - Added Airtable Integration with base management capabilities (by @Swiftyos) - **#9946** - Added Ayrshare integration for social media posting (by @Swiftyos) - **#10464** - Added WordPress integration with OAuth and create post functionality (by @Swiftyos) - **#10486** - Added Wolfram Alpha LLM API Block (by @Swiftyos) - **#10023** - Implemented Agent Dialog Agent List Pagination (by @ntindle) - **#10482** - Enhanced Gmail functionality wLow7/30/2025
autogpt-platform-beta-v0.6.17 # ๐Ÿš€ Release `autogpt-platform-beta-v0.6.17` **Date:** July 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10393** - Add Excel support to ReadSpreadsheetBlock and introduced FileReadBlock (by @majdyz) - **#10394** - Add prefetch queries for various endpoints and enhance API configurations (by @Abhi1992002) - **#10368** - Add E2E test data creator script for comprehensive testing (by @Abhi1992002) - **#10395** - Truncate execution update payload on large data & Improve ReadSprLow7/25/2025
autogpt-platform-beta-v0.6.16# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.16` **Date:** July 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10074** - Add Block Development SDK with auto-registration system (by @Swiftyos) - **#10332** - Add block error rate monitoring and Discord alerts (by @majdyz) - **#10323** - Builder credentials support + UX improvements (by @Pwuts) - **#10347** - Add info about auto setup script to docs + readme (by @Bentlybro) ### Enhancements - **#10334** - Change to use Sonner toast Low7/16/2025
autogpt-platform-beta-v0.6.15# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.15` **Date:** Jul 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10251** - Add enriching email feature for SearchPeopleBlock & introduce GetPersonDetailBlock (by @majdyz) - **#10252** - Introduce context-window aware prompt compaction for LLM & SmartDecision blocks (by @majdyz) - **#10257** - Improve CreateListBlock to support batching based on token count (by @majdyz) - **#10294** - Implement KV data storage blocks (by @majdyz) - **#10Low7/8/2025
autogpt-platform-beta-v0.6.14# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.14` **Date:** June 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10167** - Added triggered-agent support to the platform/library (by @Pwuts) - **#10232** - Added ClamAV support for anti-virus scan on file upload (by @majdyz) - **#10190** - Added React Query for Data Fetching (by @Abhi1992002) - **#10194** - Added React Query DevTools and ESLint Rules (by @Abhi1992002) - **#10196** - Added new Input component (by @0ubbe) - **#10241** -Low6/25/2025
autogpt-platform-beta-v0.6.13# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.13` **Date:** June 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10117** - Added Google Sign-in support (by @0ubbe) - **#10142** - Improved execution ordering to allow depth-first execution (by @majdyz) - **#9996** - Added AI/ML API support to LLM blocks (by @D1m7asis) - **#10123** - Enhanced security module implementation (by @ntindle) - **#10138** - Made execution engine async-first (by @majdyz) - **#10183** - Added request retry onLow6/18/2025
autogpt-platform-beta-v0.6.12# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.12` **Date:** June 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10063** - Add AI Image Editor Block powered by flux kontext (by @Torantulino) - **#10058** - Add file multipart upload support for SendWebRequestBlock & Improve key-value input UI rendering (by @majdyz) - **#10082** - Add nested dynamic pin-name support (by @majdyz) - **#10061** - Require passwords to be minimum length of 12 characters (by @ntindle) - **#10042** - UpgradeLow6/5/2025
autogpt-platform-beta-v0.6.11# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.11` **Date:** March 2024 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#10018** - Added Claude 4 Sonnet and Opus models to platform (by @Bentlybro) - **#9937** - Added "Run 10 agents" wallet task (by @kcze) - **#9949** - Added toast notifications for WebSocket connection status (by @Pwuts) - **#9993** - Replaced "Loading..." with loading spinners (by @Pwuts) - **#9995** - Added page-specific titles (by @Pwuts) - **#10025** - Improved graph Low5/28/2025
autogpt-platform-beta-v0.6.10## ๐Ÿ”ฅ What's New? ### New Features - **#9920** - Added initial Google Calendar integration block (by @ntindle) - **#9899** - Added Llama API Support (by @cmodi-meta) ### Enhancements - **#9916** - Implemented Onboarding Updates 3 (by @kcze) - **#9917** - Enhanced login and signup feedback (by @kcze) - **#9927** - Changed email notifications from hourly to daily schedule (by @ntindle) - **#9933** - Migrated from remote loaded GTM to local (by @ntindle) - **#9932** - Updated library aLow5/15/2025
autogpt-platform-beta-v0.6.9## ๐Ÿ”ฅ What's New? ### New Features - **#9903** - Continue instead of retrying aborted/broken agent execution (by @majdyz) - **#9905** - Onboarding design & UX update (by @kcze) - **#9843** - Update Marketplace Agent listing buttons (by @kcze) - **#9862** - Include sub-graphs in graph-level credentials support (by @Pwuts) - **#9914** - Introduce late execution check scheduled job (by @majdyz) - **#9847** - Add captcha to login, signup and password reset pages (by @Bentlybro) - **#9858**Low5/9/2025
autogpt-platform-beta-v0.6.8# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.8` **Date:** April 30th, 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#9850** - Bring back PrintConsoleBlock (by [@ntindle](https://github.com/ntindle)) - **#9881** - Allow admins to download agents for review (by [@ntindle](https://github.com/ntindle)) - **#9751** - User spending admin dashboard (by [@ntindle](https://github.com/ntindle)) ### Enhancements - **#9889** - Improve cancel execution reliability (by [@majdyz](https://githLow4/30/2025
autogpt-platform-beta-v0.6.7# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.7` **Date:** April 24th, 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#9870** - Forking agent in Library (by [@kcze](https://github.com/kcze)) - **#9865** - Add retry on executor process initialization (by [@majdyz](https://github.com/majdyz)) - **#9864** - Use forkserver on process creation if possible (by [@majdyz](https://github.com/majdyz)) - **#9866** - Expose execution prometheus metrics (by [@majdyz](https://github.com/majdyz)) Low4/24/2025
autogpt-platform-beta-v0.6.6# ๐Ÿš€ Release `autogpt-platform-beta-v0.6.6` **Date:** April 22nd, 2025 --- ## ๐Ÿ”ฅ What's New? ### New Features - **#9856** - Adds latest llm models (by [@Bentlybro](https://github.com/Bentlybro)) ### Enhancements - **#9855** - Use route groups (by [@kcze](https://github.com/kcze)) ### UI/UX Improvements - **#9818** - Removing white borders from Avatar (by [@Abhi1992002](https://github.com/Abhi1992002)) ### Bug Fixes - **#9810** - Fix migrate llm models in existing agents Low4/22/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

DeepMCPAgentModel-agnostic plug-n-play LangChain/LangGraph agents powered entirely by MCP tools over HTTP/SSE.v1.0.0
samplesAgent samples built using the Strands Agents SDK.main@2026-06-04
consolidation-memoryStore, consolidate, and recall coding agent memories with provenance tracking using SQLite and FAISS for fast, structured knowledge access.main@2026-06-03
quickstart-streaming-agentsBuild, deploy, and orchestrate event-driven agents natively on Apache Flinkยฎ and Apache Kafkaยฎmaster@2026-06-02
sdk-pythonA model-driven approach to building AI agents in just a few lines of code.python/v1.42.0

More in Uncategorized

llama.cppLLM inference in C/C++
modal-clientSDK libraries for Modal
anolisaANOLISA - Agentic Nexus Operating Layer & Interface System Architecture