lattmamb commited on
Commit
8c466cc
Β·
verified Β·
1 Parent(s): 6859d42

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -182
README.md DELETED
@@ -1,182 +0,0 @@
1
- # AutoGPT: Build, Deploy, and Run AI Agents
2
-
3
- [![Discord Follow](https://dcbadge.vercel.app/api/server/autogpt?style=flat)](https://discord.gg/autogpt)  
4
- [![Twitter Follow](https://img.shields.io/twitter/follow/Auto_GPT?style=social)](https://twitter.com/Auto_GPT)  
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
-
7
- **AutoGPT** is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.
8
-
9
- ## Hosting Options
10
- - Download to self-host
11
- - [Join the Waitlist](https://bit.ly/3ZDijAI) for the cloud-hosted beta
12
-
13
- ## How to Setup for Self-Hosting
14
- > [!NOTE]
15
- > Setting up and hosting the AutoGPT Platform yourself is a technical process.
16
- > If you'd rather something that just works, we recommend [joining the waitlist](https://bit.ly/3ZDijAI) for the cloud-hosted beta.
17
-
18
- ### Updated Setup Instructions:
19
- We’ve moved to a fully maintained and regularly updated documentation site.
20
-
21
- πŸ‘‰ [Follow the official self-hosting guide here](https://docs.agpt.co/platform/getting-started/)
22
-
23
-
24
- This tutorial assumes you have Docker, VSCode, git and npm installed.
25
-
26
- ### 🧱 AutoGPT Frontend
27
-
28
- 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:
29
-
30
- **Agent Builder:** For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.
31
-
32
- **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.
33
-
34
- **Deployment Controls:** Manage the lifecycle of your agents, from testing to production.
35
-
36
- **Ready-to-Use Agents:** Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.
37
-
38
- **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.
39
-
40
- **Monitoring and Analytics:** Keep track of your agents' performance and gain insights to continually improve your automation processes.
41
-
42
- [Read this guide](https://docs.agpt.co/platform/new_blocks/) to learn how to build your own custom blocks.
43
-
44
- ### πŸ’½ AutoGPT Server
45
-
46
- 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.
47
-
48
- **Source Code:** The core logic that drives our agents and automation processes.
49
-
50
- **Infrastructure:** Robust systems that ensure reliable and scalable performance.
51
-
52
- **Marketplace:** A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.
53
-
54
- ### πŸ™ Example Agents
55
-
56
- Here are two examples of what you can do with AutoGPT:
57
-
58
- 1. **Generate Viral Videos from Trending Topics**
59
- - This agent reads topics on Reddit.
60
- - It identifies trending topics.
61
- - It then automatically creates a short-form video based on the content.
62
-
63
- 2. **Identify Top Quotes from Videos for Social Media**
64
- - This agent subscribes to your YouTube channel.
65
- - When you post a new video, it transcribes it.
66
- - It uses AI to identify the most impactful quotes to generate a summary.
67
- - Then, it writes a post to automatically publish to your social media.
68
-
69
- 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.
70
-
71
- ---
72
- ### Mission and Licencing
73
- Our mission is to provide the tools, so that you can focus on what matters:
74
-
75
- - πŸ—οΈ **Building** - Lay the foundation for something amazing.
76
- - πŸ§ͺ **Testing** - Fine-tune your agent to perfection.
77
- - 🀝 **Delegating** - Let AI work for you, and have your ideas come to life.
78
-
79
- Be part of the revolution! **AutoGPT** is here to stay, at the forefront of AI innovation.
80
-
81
- **πŸ“– [Documentation](https://docs.agpt.co)**
82
-  | 
83
- **πŸš€ [Contributing](CONTRIBUTING.md)**
84
-
85
- **Licensing:**
86
-
87
- MIT License: The majority of the AutoGPT repository is under the MIT License.
88
-
89
- Polyform Shield License: This license applies to the autogpt_platform folder.
90
-
91
- For more information, see https://agpt.co/blog/introducing-the-autogpt-platform
92
-
93
- ---
94
- ## πŸ€– AutoGPT Classic
95
- > Below is information about the classic version of AutoGPT.
96
-
97
- **πŸ› οΈ [Build your own Agent - Quickstart](classic/FORGE-QUICKSTART.md)**
98
-
99
- ### πŸ—οΈ Forge
100
-
101
- **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](https://medium.com/@aiedge/autogpt-forge-e3de53cc58ec). Components from [`forge`](/classic/forge/) can also be used individually to speed up development and reduce boilerplate in your agent project.
102
-
103
- πŸš€ [**Getting Started with Forge**](https://github.com/Significant-Gravitas/AutoGPT/blob/master/classic/forge/tutorials/001_getting_started.md) –
104
- This guide will walk you through the process of creating your own agent and using the benchmark and user interface.
105
-
106
- πŸ“˜ [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/forge) about Forge
107
-
108
- ### 🎯 Benchmark
109
-
110
- **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.
111
-
112
- <!-- TODO: insert visual demonstrating the benchmark -->
113
-
114
- πŸ“¦ [`agbenchmark`](https://pypi.org/project/agbenchmark/) on Pypi
115
- &ensp;|&ensp;
116
- πŸ“˜ [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/benchmark) about the Benchmark
117
-
118
- ### πŸ’» UI
119
-
120
- **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](#-agent-protocol), ensuring compatibility with many agents from both inside and outside of our ecosystem.
121
-
122
- <!-- TODO: insert screenshot of front end -->
123
-
124
- The frontend works out-of-the-box with all agents in the repo. Just use the [CLI] to run your agent of choice!
125
-
126
- πŸ“˜ [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/frontend) about the Frontend
127
-
128
- ### ⌨️ CLI
129
-
130
- [CLI]: #-cli
131
-
132
- 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:
133
-
134
- ```shell
135
- $ ./run
136
- Usage: cli.py [OPTIONS] COMMAND [ARGS]...
137
-
138
- Options:
139
- --help Show this message and exit.
140
-
141
- Commands:
142
- agent Commands to create, start and stop agents
143
- benchmark Commands to start the benchmark and list tests and categories
144
- setup Installs dependencies needed for your system.
145
- ```
146
-
147
- Just clone the repo, install dependencies with `./run setup`, and you should be good to go!
148
-
149
- ## πŸ€” Questions? Problems? Suggestions?
150
-
151
- ### Get help - [Discord πŸ’¬](https://discord.gg/autogpt)
152
-
153
- [![Join us on Discord](https://invidget.switchblade.xyz/autogpt)](https://discord.gg/autogpt)
154
-
155
- To report a bug or request a feature, create a [GitHub Issue](https://github.com/Significant-Gravitas/AutoGPT/issues/new/choose). Please ensure someone else hasn’t created an issue for the same topic.
156
-
157
- ## 🀝 Sister projects
158
-
159
- ### πŸ”„ Agent Protocol
160
-
161
- To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the [agent protocol](https://agentprotocol.ai/) standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.
162
-
163
- ---
164
-
165
- ## Stars stats
166
-
167
- <p align="center">
168
- <a href="https://star-history.com/#Significant-Gravitas/AutoGPT">
169
- <picture>
170
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date&theme=dark" />
171
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
172
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
173
- </picture>
174
- </a>
175
- </p>
176
-
177
-
178
- ## ⚑ Contributors
179
-
180
- <a href="https://github.com/Significant-Gravitas/AutoGPT/graphs/contributors" alt="View Contributors">
181
- <img src="https://contrib.rocks/image?repo=Significant-Gravitas/AutoGPT&max=1000&columns=10" alt="Contributors" />
182
- </a>