Home/AI Agents/AutoGPT
AutoGPT logo

AutoGPT

Significant-Gravitas/AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on.

GraphCanon updated 5d · GitHub synced 5d · 54 views this month

187k stars46k forksLast push 5d Python Other

Decision brief

AutoGPT is a Python-based tool for creating accessible autonomous AI agents that can leverage various LLM APIs including OpenAI's GPT and Anthropic's Claude.

Good fit when

  • When you need to rapidly prototype or deploy an autonomous agent using existing language models without deep AI expertise.
  • If your project specifically leverages OpenAI's GPT models or Anthropic's Claude for natural language processing tasks, AutoGPT offers a streamlined way of integration.

Avoid when

  • Avoid if you require absolute control over the underlying AI infrastructure and APIs used by your autonomous agents, as AutoGPT imposes its own framework.
  • If your project demands proprietary or specialized models that aren't supported by AutoGPT's API ecosystem (e.g., custom TensorFlow or PyTorch models), consider other tools.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 5d
Provenance
Not a fork · Organization account
As of 5d
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install AutoGPT
PyPI

How it fits your stack(74)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Alternative

Integrates

Related

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Provides tools for creating autonomous agents leveraging LLM APIs like OpenAI's GPT and Claude.

Capability facts

Languages
python

Source: github.language · Aug 16, 2026

Categories

Tags

README

Self-host AutoGPT

[!NOTE] Self-hosting is the free path. You provide the infrastructure and model API keys, and you maintain the deployment. If you want zero setup, use the managed Platform.

macOS and Linux:

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

Windows PowerShell:

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

Read the self-hosting guide →



Managed Platform vs. self-hosting

AutoGPT PlatformSelf-hosted
AccessPublic signupClone and install
CostPaid plan plus agent usageNo license fee; pay your own infrastructure and model providers
SetupManagedDocker and configuration required
Model accessBuilt inBring your own API keys
Updates and operationsManaged by AutoGPTManaged by you
Core builder and agent runtimeIncludedIncluded
Data and infrastructure controlHosted by AutoGPTRuns on your infrastructure
SupportPlan-dependentCommunity support

Both paths use the same repository. Choose the managed Platform when you want agents running immediately; self-host when infrastructure control matters more than operational convenience.



License

ComponentLicenseWhat it means
autogpt_platform/Polyform ShieldFree for personal and internal business use; cannot be sold as a competing hosted service
classic/ and everything elseMITPermissive open-source use

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.