AutoGPT: Build, Deploy, and Run AI Agents

Discord Follow โ€‚ Twitter Follow โ€‚ License: MIT

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

Hosting Options

How to Setup for Self-Hosting

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.

AutoGPT.Tutorial.Sep.2024.mp4

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

๐Ÿงฑ 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.


Mission and Licencing

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

Licensing:

MIT License: The majority of the AutoGPT repository is under the MIT License.

Polyform Shield License: This license applies to the autogpt_platform folder.

For more information, see https://agpt.co/blog/introducing-the-autogpt-platform


๐Ÿค– 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

Significant-Gravitas/AutoGPT

{
"props": {
"initialPayload": {
"allShortcutsEnabled": false,
"path": "/",
"repo": {
"id": 614765452,
"defaultBranch": "master",
"name": "AutoGPT",
"ownerLogin": "Significant-Gravitas",
"currentUserCanPush": false,
"isFork": false,
"isEmpty": false,
"createdAt": "2023-03-16T09:21:07.000Z",
"ownerAvatar": "https://avatars.githubusercontent.com/u/130738209?v=4",
"public": true,
"private": false,
"isOrgOwned": true
},
"currentUser": null,
"refInfo": {
"name": "master",
"listCacheKey": "v0:1733528287.0",
"canEdit": false,
"refType": "branch",
"currentOid": "2121ffd06b26a438706bf642372cc46d81c94ddc"
},
"tree": {
"items": [
{
"name": ".github",
"path": ".github",
"contentType": "directory"
},
{
"name": ".vscode",
"path": ".vscode",
"contentType": "directory"
},
{
"name": "assets",
"path": "assets",
"contentType": "directory"
},
{
"name": "autogpt_platform",
"path": "autogpt_platform",
"contentType": "directory"
},
{
"name": "classic",
"path": "classic",
"contentType": "directory"
},
{
"name": "docs",
"path": "docs",
"contentType": "directory"
},
{
"name": ".dockerignore",
"path": ".dockerignore",
"contentType": "file"
},
{
"name": ".gitattributes",
"path": ".gitattributes",
"contentType": "file"
},
{
"name": ".gitignore",
"path": ".gitignore",
"contentType": "file"
},
{
"name": ".gitmodules",
"path": ".gitmodules",
"contentType": "file"
},
{
"name": ".pr_agent.toml",
"path": ".pr_agent.toml",
"contentType": "file"
},
{
"name": ".pre-commit-config.yaml",
"path": ".pre-commit-config.yaml",
"contentType": "file"
},
{
"name": "CITATION.cff",
"path": "CITATION.cff",
"contentType": "file"
},
{
"name": "CODE_OF_CONDUCT.md",
"path": "CODE_OF_CONDUCT.md",
"contentType": "file"
},
{
"name": "CONTRIBUTING.md",
"path": "CONTRIBUTING.md",
"contentType": "file"
},
{
"name": "LICENSE",
"path": "LICENSE",
"contentType": "file"
},
{
"name": "README.md",
"path": "README.md",
"contentType": "file"
},
{
"name": "SECURITY.md",
"path": "SECURITY.md",
"contentType": "file"
}
],
"templateDirectorySuggestionUrl": null,
"readme": null,
"totalCount": 18,
"showBranchInfobar": false
},
"fileTree": null,
"fileTreeProcessingTime": null,
"foldersToFetch": [],
"treeExpanded": false,
"symbolsExpanded": false,
"isOverview": true,
"overview": {
"banners": {
"shouldRecommendReadme": false,
"isPersonalRepo": false,
"showUseActionBanner": false,
"actionSlug": null,
"actionId": null,
"showProtectBranchBanner": false,
"publishBannersInfo": {
"dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo",
"releasePath": "/Significant-Gravitas/AutoGPT/releases/new?marketplace=true",
"showPublishActionBanner": false
},
"interactionLimitBanner": null,
"showInvitationBanner": false,
"inviterName": null,
"actionsMigrationBannerInfo": {
"releaseTags": [],
"showImmutableActionsMigrationBanner": false,
"initialMigrationStatus": null
}
},
"codeButton": {
"contactPath": "/contact",
"isEnterprise": false,
"local": {
"protocolInfo": {
"httpAvailable": true,
"sshAvailable": null,
"httpUrl": "https://github.com/Significant-Gravitas/AutoGPT.git",
"showCloneWarning": null,
"sshUrl": null,
"sshCertificatesRequired": null,
"sshCertificatesAvailable": null,
"ghCliUrl": "gh repo clone Significant-Gravitas/AutoGPT",
"defaultProtocol": "http",
"newSshKeyUrl": "/settings/ssh/new",
"setProtocolPath": "/users/set_protocol"
},
"platformInfo": {
"cloneUrl": "https://desktop.github.com",
"showVisualStudioCloneButton": false,
"visualStudioCloneUrl": "https://windows.github.com",
"showXcodeCloneButton": false,
"xcodeCloneUrl": "xcode://clone?repo=https%3A%2F%2Fgithub.com%2FSignificant-Gravitas%2FAutoGPT",
"zipballUrl": "/Significant-Gravitas/AutoGPT/archive/refs/heads/master.zip"
}
},
"newCodespacePath": "/codespaces/new?hide_repo_select=true&repo=614765452"
},
"popovers": {
"rename": null,
"renamedParentRepo": null
},
"commitCount": "6,140",
"overviewFiles": [
{
"displayName": "README.md",
"repoName": "AutoGPT",
"refName": "master",
"path": "README.md",
"preferredFileType": "readme",
"tabName": "README",
"richText": "<article class=\"markdown-body entry-content container-lg\" itemprop=\"text\"><div class=\"markdown-heading\" dir=\"auto\"><h1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">AutoGPT: Build, Deploy, and Run AI Agents</h1><a id=\"user-content-autogpt-build-deploy-and-run-ai-agents\" class=\"anchor\" aria-label=\"Permalink: AutoGPT: Build, Deploy, and Run AI Agents\" href=\"#autogpt-build-deploy-and-run-ai-agents\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><a href=\"https://discord.gg/autogpt\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/9cf379fd68984e66397f7693dc43526aa678c4f0d57bbf061f04a732830a7112/68747470733a2f2f646362616467652e76657263656c2e6170702f6170692f7365727665722f6175746f6770743f7374796c653d666c6174\" alt=\"Discord Follow\" data-canonical-src=\"https://dcbadge.vercel.app/api/server/autogpt?style=flat\" style=\"max-width: 100%;\"></a> โ€‚\n<a href=\"https://twitter.com/Auto_GPT\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/c7c29fc8df5bafcad73a9cd785955f302740687057f809fb49476bd711b8695f/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f4175746f5f4750543f7374796c653d736f6369616c\" alt=\"Twitter Follow\" data-canonical-src=\"https://img.shields.io/twitter/follow/Auto_GPT?style=social\" style=\"max-width: 100%;\"></a> โ€‚\n<a href=\"https://opensource.org/licenses/MIT\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/6cd0120cc4c5ac11d28b2c60f76033b52db98dac641de3b2644bb054b449d60c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667\" alt=\"License: MIT\" data-canonical-src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" style=\"max-width: 100%;\"></a></p>\n<p dir=\"auto\"><strong>AutoGPT</strong> is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Hosting Options</h2><a id=\"user-content-hosting-options\" class=\"anchor\" aria-label=\"Permalink: Hosting Options\" href=\"#hosting-options\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<ul dir=\"auto\">\n<li>Download to self-host</li>\n<li><a href=\"https://bit.ly/3ZDijAI\" rel=\"nofollow\">Join the Waitlist</a> for the cloud-hosted beta</li>\n</ul>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">How to Setup for Self-Hosting</h2><a id=\"user-content-how-to-setup-for-self-hosting\" class=\"anchor\" aria-label=\"Permalink: How to Setup for Self-Hosting\" href=\"#how-to-setup-for-self-hosting\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-alert markdown-alert-note\" dir=\"auto\"><p class=\"markdown-alert-title\" dir=\"auto\"><svg class=\"octicon octicon-info mr-2\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p><p dir=\"auto\">Setting up and hosting the AutoGPT Platform yourself is a technical process.\nIf you'd rather something that just works, we recommend <a href=\"https://bit.ly/3ZDijAI\" rel=\"nofollow\">joining the waitlist</a> for the cloud-hosted beta.</p>\n</div>\n<details open=\"\" class=\"details-reset border rounded-2\">\n <summary class=\"px-3 py-2\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-device-camera-video\">\n <path d=\"M16 3.75v8.5a.75.75 0 0 1-1.136.643L11 10.575v.675A1.75 1.75 0 0 1 9.25 13h-7.5A1.75 1.75 0 0 1 0 11.25v-6.5C0 3.784.784 3 1.75 3h7.5c.966 0 1.75.784 1.75 1.75v.675l3.864-2.318A.75.75 0 0 1 16 3.75Zm-6.5 1a.25.25 0 0 0-.25-.25h-7.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-6.5ZM11 8.825l3.5 2.1v-5.85l-3.5 2.1Z\"></path>\n</svg>\n <span aria-label=\"Video description AutoGPT.Tutorial.Sep.2024.mp4\" class=\"m-1\">AutoGPT.Tutorial.Sep.2024.mp4</span>\n <span class=\"dropdown-caret\"></span>\n </summary>\n\n <video src=\"https://private-user-images.githubusercontent.com/22963551/370430363-d04273a5-b36a-4a37-818e-f631ce72d603.mp4?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzM2OTcyMTUsIm5iZiI6MTczMzY5NjkxNSwicGF0aCI6Ii8yMjk2MzU1MS8zNzA0MzAzNjMtZDA0MjczYTUtYjM2YS00YTM3LTgxOGUtZjYzMWNlNzJkNjAzLm1wND9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjA4VDIyMjgzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0NmYxZTFkZDBmMTg4ZmExNDI4NzBmNGMxZTM2YzQ1MzIxOWNmYmY3MmM4YzI3OTFhNDhmNjVkMzc3YjE2Y2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.U5QXIX938IWtBTEwF9nkTLz6zTjvG3vqRtACCviy5AI\" data-canonical-src=\"https://private-user-images.githubusercontent.com/22963551/370430363-d04273a5-b36a-4a37-818e-f631ce72d603.mp4?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzM2OTcyMTUsIm5iZiI6MTczMzY5NjkxNSwicGF0aCI6Ii8yMjk2MzU1MS8zNzA0MzAzNjMtZDA0MjczYTUtYjM2YS00YTM3LTgxOGUtZjYzMWNlNzJkNjAzLm1wND9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMjA4VDIyMjgzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0NmYxZTFkZDBmMTg4ZmExNDI4NzBmNGMxZTM2YzQ1MzIxOWNmYmY3MmM4YzI3OTFhNDhmNjVkMzc3YjE2Y2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.U5QXIX938IWtBTEwF9nkTLz6zTjvG3vqRtACCviy5AI\" controls=\"controls\" muted=\"muted\" class=\"d-block rounded-bottom-2 border-top width-fit\" style=\"max-height:640px; min-height: 200px\">\n\n </video>\n</details>\n\n<p dir=\"auto\">This tutorial assumes you have Docker, VSCode, git and npm installed.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿงฑ AutoGPT Frontend</h3><a id=\"user-content--autogpt-frontend\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿงฑ AutoGPT Frontend\" href=\"#-autogpt-frontend\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">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:</p>\n<p dir=\"auto\"><strong>Agent Builder:</strong> For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.</p>\n<p dir=\"auto\"><strong>Workflow Management:</strong> Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.</p>\n<p dir=\"auto\"><strong>Deployment Controls:</strong> Manage the lifecycle of your agents, from testing to production.</p>\n<p dir=\"auto\"><strong>Ready-to-Use Agents:</strong> Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.</p>\n<p dir=\"auto\"><strong>Agent Interaction:</strong> Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.</p>\n<p dir=\"auto\"><strong>Monitoring and Analytics:</strong> Keep track of your agents' performance and gain insights to continually improve your automation processes.</p>\n<p dir=\"auto\"><a href=\"https://docs.agpt.co/platform/new_blocks/\" rel=\"nofollow\">Read this guide</a> to learn how to build your own custom blocks.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿ’ฝ AutoGPT Server</h3><a id=\"user-content--autogpt-server\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿ’ฝ AutoGPT Server\" href=\"#-autogpt-server\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">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.</p>\n<p dir=\"auto\"><strong>Source Code:</strong> The core logic that drives our agents and automation processes.</p>\n<p dir=\"auto\"><strong>Infrastructure:</strong> Robust systems that ensure reliable and scalable performance.</p>\n<p dir=\"auto\"><strong>Marketplace:</strong> A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿ™ Example Agents</h3><a id=\"user-content--example-agents\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿ™ Example Agents\" href=\"#-example-agents\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Here are two examples of what you can do with AutoGPT:</p>\n<ol dir=\"auto\">\n<li>\n<p dir=\"auto\"><strong>Generate Viral Videos from Trending Topics</strong></p>\n<ul dir=\"auto\">\n<li>This agent reads topics on Reddit.</li>\n<li>It identifies trending topics.</li>\n<li>It then automatically creates a short-form video based on the content.</li>\n</ul>\n</li>\n<li>\n<p dir=\"auto\"><strong>Identify Top Quotes from Videos for Social Media</strong></p>\n<ul dir=\"auto\">\n<li>This agent subscribes to your YouTube channel.</li>\n<li>When you post a new video, it transcribes it.</li>\n<li>It uses AI to identify the most impactful quotes to generate a summary.</li>\n<li>Then, it writes a post to automatically publish to your social media.</li>\n</ul>\n</li>\n</ol>\n<p dir=\"auto\">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.</p>\n<hr>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Mission and Licencing</h3><a id=\"user-content-mission-and-licencing\" class=\"anchor\" aria-label=\"Permalink: Mission and Licencing\" href=\"#mission-and-licencing\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">Our mission is to provide the tools, so that you can focus on what matters:</p>\n<ul dir=\"auto\">\n<li>๐Ÿ—๏ธ <strong>Building</strong> - Lay the foundation for something amazing.</li>\n<li>๐Ÿงช <strong>Testing</strong> - Fine-tune your agent to perfection.</li>\n<li>๐Ÿค <strong>Delegating</strong> - Let AI work for you, and have your ideas come to life.</li>\n</ul>\n<p dir=\"auto\">Be part of the revolution! <strong>AutoGPT</strong> is here to stay, at the forefront of AI innovation.</p>\n<p dir=\"auto\"><strong>๐Ÿ“– <a href=\"https://docs.agpt.co\" rel=\"nofollow\">Documentation</a></strong>\nโ€‚|โ€‚\n<strong>๐Ÿš€ <a href=\"/Significant-Gravitas/AutoGPT/blob/master/CONTRIBUTING.md\">Contributing</a></strong></p>\n<p dir=\"auto\"><strong>Licensing:</strong></p>\n<p dir=\"auto\">MIT License: The majority of the AutoGPT repository is under the MIT License.</p>\n<p dir=\"auto\">Polyform Shield License: This license applies to the autogpt_platform folder.</p>\n<p dir=\"auto\">For more information, see <a href=\"https://agpt.co/blog/introducing-the-autogpt-platform\" rel=\"nofollow\">https://agpt.co/blog/introducing-the-autogpt-platform</a></p>\n<hr>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿค– AutoGPT Classic</h2><a id=\"user-content--autogpt-classic\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿค– AutoGPT Classic\" href=\"#-autogpt-classic\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<blockquote>\n<p dir=\"auto\">Below is information about the classic version of AutoGPT.</p>\n</blockquote>\n<p dir=\"auto\"><strong>๐Ÿ› ๏ธ <a href=\"/Significant-Gravitas/AutoGPT/blob/master/classic/FORGE-QUICKSTART.md\">Build your own Agent - Quickstart</a></strong></p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿ—๏ธ Forge</h3><a id=\"user-content-๏ธ-forge\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿ—๏ธ Forge\" href=\"#๏ธ-forge\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><strong>Forge your own agent!</strong> โ€“ 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 <em>your</em> agent apart. All tutorials are located <a href=\"https://medium.com/@aiedge/autogpt-forge-e3de53cc58ec\" rel=\"nofollow\">here</a>. Components from <a href=\"/Significant-Gravitas/AutoGPT/blob/master/classic/forge\"><code>forge</code></a> can also be used individually to speed up development and reduce boilerplate in your agent project.</p>\n<p dir=\"auto\">๐Ÿš€ <a href=\"https://github.com/Significant-Gravitas/AutoGPT/blob/master/classic/forge/tutorials/001_getting_started.md\"><strong>Getting Started with Forge</strong></a> โ€“\nThis guide will walk you through the process of creating your own agent and using the benchmark and user interface.</p>\n<p dir=\"auto\">๐Ÿ“˜ <a href=\"https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/forge\">Learn More</a> about Forge</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐ŸŽฏ Benchmark</h3><a id=\"user-content--benchmark\" class=\"anchor\" aria-label=\"Permalink: ๐ŸŽฏ Benchmark\" href=\"#-benchmark\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><strong>Measure your agent's performance!</strong> The <code>agbenchmark</code> can be used with any agent that supports the agent protocol, and the integration with the project's <a href=\"#-cli\">CLI</a> 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.</p>\n\n<p dir=\"auto\">๐Ÿ“ฆ <a href=\"https://pypi.org/project/agbenchmark/\" rel=\"nofollow\"><code>agbenchmark</code></a> on Pypi\nโ€‚|โ€‚\n๐Ÿ“˜ <a href=\"https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/benchmark\">Learn More</a> about the Benchmark</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿ’ป UI</h3><a id=\"user-content--ui\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿ’ป UI\" href=\"#-ui\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><strong>Makes agents easy to use!</strong> The <code>frontend</code> gives you a user-friendly interface to control and monitor your agents. It connects to agents through the <a href=\"#-agent-protocol\">agent protocol</a>, ensuring compatibility with many agents from both inside and outside of our ecosystem.</p>\n\n<p dir=\"auto\">The frontend works out-of-the-box with all agents in the repo. Just use the <a href=\"#-cli\">CLI</a> to run your agent of choice!</p>\n<p dir=\"auto\">๐Ÿ“˜ <a href=\"https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/frontend\">Learn More</a> about the Frontend</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">โŒจ๏ธ CLI</h3><a id=\"user-content-๏ธ-cli\" class=\"anchor\" aria-label=\"Permalink: โŒจ๏ธ CLI\" href=\"#๏ธ-cli\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">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:</p>\n<div class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"$ ./run\nUsage: cli.py [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --help Show this message and exit.\n\nCommands:\n agent Commands to create, start and stop agents\n benchmark Commands to start the benchmark and list tests and categories\n setup Installs dependencies needed for your system.\"><pre>$ ./run\nUsage: cli.py [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --help Show this message and exit.\n\nCommands:\n agent Commands to create, start and stop agents\n benchmark Commands to start the benchmark and list tests and categories\n setup Installs dependencies needed <span class=\"pl-k\">for</span> your system.</pre></div>\n<p dir=\"auto\">Just clone the repo, install dependencies with <code>./run setup</code>, and you should be good to go!</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿค” Questions? Problems? Suggestions?</h2><a id=\"user-content--questions-problems-suggestions\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿค” Questions? Problems? Suggestions?\" href=\"#-questions-problems-suggestions\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Get help - <a href=\"https://discord.gg/autogpt\" rel=\"nofollow\">Discord ๐Ÿ’ฌ</a></h3><a id=\"user-content-get-help---discord-\" class=\"anchor\" aria-label=\"Permalink: Get help - Discord ๐Ÿ’ฌ\" href=\"#get-help---discord-\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\"><a href=\"https://discord.gg/autogpt\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/7f829233d3d3917bfdfe41dd6fd197e2df8191f0656d2b106ec24b5526fa177a/68747470733a2f2f696e7669646765742e737769746368626c6164652e78797a2f6175746f677074\" alt=\"Join us on Discord\" data-canonical-src=\"https://invidget.switchblade.xyz/autogpt\" style=\"max-width: 100%;\"></a></p>\n<p dir=\"auto\">To report a bug or request a feature, create a <a href=\"https://github.com/Significant-Gravitas/AutoGPT/issues/new/choose\">GitHub Issue</a>. Please ensure someone else hasnโ€™t created an issue for the same topic.</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿค Sister projects</h2><a id=\"user-content--sister-projects\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿค Sister projects\" href=\"#-sister-projects\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<div class=\"markdown-heading\" dir=\"auto\"><h3 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">๐Ÿ”„ Agent Protocol</h3><a id=\"user-content--agent-protocol\" class=\"anchor\" aria-label=\"Permalink: ๐Ÿ”„ Agent Protocol\" href=\"#-agent-protocol\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p dir=\"auto\">To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the <a href=\"https://agentprotocol.ai/\" rel=\"nofollow\">agent protocol</a> standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.</p>\n<hr>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">Stars stats</h2><a id=\"user-content-stars-stats\" class=\"anchor\" aria-label=\"Permalink: Stars stats\" href=\"#stars-stats\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<p align=\"center\" dir=\"auto\">\n<a href=\"https://star-history.com/#Significant-Gravitas/AutoGPT\" rel=\"nofollow\">\n <themed-picture data-catalyst-inline=\"true\"><picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://camo.githubusercontent.com/dadb3c800b7cea16051c8503c0dadc658921aaba871f27916d1b046466cda810/68747470733a2f2f6170692e737461722d686973746f72792e636f6d2f7376673f7265706f733d5369676e69666963616e742d47726176697461732f4175746f47505426747970653d44617465267468656d653d6461726b\" data-canonical-src=\"https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&amp;type=Date&amp;theme=dark\">\n <source media=\"(prefers-color-scheme: light)\" srcset=\"https://camo.githubusercontent.com/c96197032e1e3e32e4bf8a206ad307232256aa5025bf167e6aa6a08efcf5d314/68747470733a2f2f6170692e737461722d686973746f72792e636f6d2f7376673f7265706f733d5369676e69666963616e742d47726176697461732f4175746f47505426747970653d44617465\" data-canonical-src=\"https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&amp;type=Date\">\n <img alt=\"Star History Chart\" src=\"https://camo.githubusercontent.com/c96197032e1e3e32e4bf8a206ad307232256aa5025bf167e6aa6a08efcf5d314/68747470733a2f2f6170692e737461722d686973746f72792e636f6d2f7376673f7265706f733d5369676e69666963616e742d47726176697461732f4175746f47505426747970653d44617465\" data-canonical-src=\"https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&amp;type=Date\">\n </picture></themed-picture>\n</a>\n</p>\n<div class=\"markdown-heading\" dir=\"auto\"><h2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\">โšก Contributors</h2><a id=\"user-content--contributors\" class=\"anchor\" aria-label=\"Permalink: โšก Contributors\" href=\"#-contributors\"><svg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"><path d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"></path></svg></a></div>\n<a href=\"https://github.com/Significant-Gravitas/AutoGPT/graphs/contributors\" alt=\"View Contributors\">\n <img src=\"https://camo.githubusercontent.com/2bc6a1a77aeecbb84a638d86a2c8c95bbca60414196b9bfc222c0d5ce61c5e63/68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d5369676e69666963616e742d47726176697461732f4175746f475054266d61783d3130303026636f6c756d6e733d3130\" alt=\"Contributors\" data-canonical-src=\"https://contrib.rocks/image?repo=Significant-Gravitas/AutoGPT&amp;max=1000&amp;columns=10\" style=\"max-width: 100%;\">\n</a>\n</article>",
"loaded": true,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": [
{
"level": 1,
"text": "AutoGPT: Build, Deploy, and Run AI Agents",
"anchor": "autogpt-build-deploy-and-run-ai-agents",
"htmlText": "AutoGPT: Build, Deploy, and Run AI Agents"
},
{
"level": 2,
"text": "Hosting Options",
"anchor": "hosting-options",
"htmlText": "Hosting Options"
},
{
"level": 2,
"text": "How to Setup for Self-Hosting",
"anchor": "how-to-setup-for-self-hosting",
"htmlText": "How to Setup for Self-Hosting"
},
{
"level": 3,
"text": "๐Ÿงฑ AutoGPT Frontend",
"anchor": "-autogpt-frontend",
"htmlText": "๐Ÿงฑ AutoGPT Frontend"
},
{
"level": 3,
"text": "๐Ÿ’ฝ AutoGPT Server",
"anchor": "-autogpt-server",
"htmlText": "๐Ÿ’ฝ AutoGPT Server"
},
{
"level": 3,
"text": "๐Ÿ™ Example Agents",
"anchor": "-example-agents",
"htmlText": "๐Ÿ™ Example Agents"
},
{
"level": 3,
"text": "Mission and Licencing",
"anchor": "mission-and-licencing",
"htmlText": "Mission and Licencing"
},
{
"level": 2,
"text": "๐Ÿค– AutoGPT Classic",
"anchor": "-autogpt-classic",
"htmlText": "๐Ÿค– AutoGPT Classic"
},
{
"level": 3,
"text": "๐Ÿ—๏ธ Forge",
"anchor": "๏ธ-forge",
"htmlText": "๐Ÿ—๏ธ Forge"
},
{
"level": 3,
"text": "๐ŸŽฏ Benchmark",
"anchor": "-benchmark",
"htmlText": "๐ŸŽฏ Benchmark"
},
{
"level": 3,
"text": "๐Ÿ’ป UI",
"anchor": "-ui",
"htmlText": "๐Ÿ’ป UI"
},
{
"level": 3,
"text": "โŒจ๏ธ CLI",
"anchor": "๏ธ-cli",
"htmlText": "โŒจ๏ธ CLI"
},
{
"level": 2,
"text": "๐Ÿค” Questions? Problems? Suggestions?",
"anchor": "-questions-problems-suggestions",
"htmlText": "๐Ÿค” Questions? Problems? Suggestions?"
},
{
"level": 3,
"text": "Get help - Discord ๐Ÿ’ฌ",
"anchor": "get-help---discord-",
"htmlText": "Get help - Discord ๐Ÿ’ฌ"
},
{
"level": 2,
"text": "๐Ÿค Sister projects",
"anchor": "-sister-projects",
"htmlText": "๐Ÿค Sister projects"
},
{
"level": 3,
"text": "๐Ÿ”„ Agent Protocol",
"anchor": "-agent-protocol",
"htmlText": "๐Ÿ”„ Agent Protocol"
},
{
"level": 2,
"text": "Stars stats",
"anchor": "stars-stats",
"htmlText": "Stars stats"
},
{
"level": 2,
"text": "โšก Contributors",
"anchor": "-contributors",
"htmlText": "โšก Contributors"
}
],
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FSignificant-Gravitas%2FAutoGPT"
}
},
{
"displayName": "CODE_OF_CONDUCT.md",
"repoName": "AutoGPT",
"refName": "master",
"path": "CODE_OF_CONDUCT.md",
"preferredFileType": "code_of_conduct",
"tabName": "Code of conduct",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FSignificant-Gravitas%2FAutoGPT"
}
},
{
"displayName": "LICENSE",
"repoName": "AutoGPT",
"refName": "master",
"path": "LICENSE",
"preferredFileType": "license",
"tabName": "License",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FSignificant-Gravitas%2FAutoGPT"
}
},
{
"displayName": "SECURITY.md",
"repoName": "AutoGPT",
"refName": "master",
"path": "SECURITY.md",
"preferredFileType": "security",
"tabName": "Security",
"richText": null,
"loaded": false,
"timedOut": false,
"errorMessage": null,
"headerInfo": {
"toc": null,
"siteNavLoginPath": "/login?return_to=https%3A%2F%2Fgithub.com%2FSignificant-Gravitas%2FAutoGPT"
}
}
],
"overviewFilesProcessingTime": 0
}
},
"appPayload": {
"helpUrl": "https://docs.github.com",
"findFileWorkerPath": "/assets-cdn/worker/find-file-worker-9f8a877aa99f.js",
"findInFileWorkerPath": "/assets-cdn/worker/find-in-file-worker-eb3d353f90ce.js",
"githubDevUrl": null,
"enabled_features": {
"code_nav_ui_events": false,
"overview_shared_code_dropdown_button": false,
"react_blob_overlay": false,
"copilot_conversational_ux_embedding_update": false,
"copilot_smell_icebreaker_ux": true,
"copilot_workspace": false,
"accessible_code_button": true,
"github_models_prompt_link": false
}
}
}
}
{
"accept-ranges": "bytes",
"cache-control": "max-age=0, private, must-revalidate",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/",
"content-type": "text/html; charset=utf-8",
"date": "Sun, 08 Dec 2024 22:28:36 GMT",
"etag": "4feb873659f671d887b1b47a84940e37",
"referrer-policy": "no-referrer-when-downgrade",
"server": "GitHub.com",
"set-cookie": "logged_in=no; Path=/; Domain=github.com; Expires=Mon, 08 Dec 2025 22:28:35 GMT; HttpOnly; Secure; SameSite=Lax",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "AD2A:B5F45:1963B8F:20BD075:67561D8D",
"x-xss-protection": "0"
}