From 67e2fcf9d645ef8d6aeef1b5696d6b8d556448b3 Mon Sep 17 00:00:00 2001
From: Silen Naihin
Date: Thu, 7 Sep 2023 14:26:16 -0700
Subject: [PATCH] read me changes
---
README.md | 113 +++++--------------------------------
README1.md | 31 ++++++++++
autogpts/autogpt/README.md | 24 ++++----
3 files changed, 56 insertions(+), 112 deletions(-)
create mode 100644 README1.md
diff --git a/README.md b/README.md
index 223e189e..35faaf4b 100644
--- a/README.md
+++ b/README.md
@@ -1,39 +1,15 @@
-# Auto-GPT: An Autonomous GPT-4 Experiment
-[](https://agpt.co)
-[](https://github.com/Significant-Gravitas/Auto-GPT/actions/workflows/ci.yml)
+# Auto-GPT: An open-source agent ecosystem
+
+https://lablab.ai/event/autogpt-arena-hacks
+
[](https://discord.gg/autogpt)
[](https://github.com/Significant-Gravitas/Auto-GPT/stargazers)
-[](https://twitter.com/SigGravitas)
+[](https://twitter.com/Auto_GPT)
-## 💡 Get help - [Q&A](https://github.com/Significant-Gravitas/Auto-GPT/discussions/categories/q-a) or [Discord 💬](https://discord.gg/autogpt)
+## 💡 Get help - [Discord 💬](https://discord.gg/autogpt)
-### 🔴 USE `stable` not `master` 🔴
-
-**Download the latest `stable` release from here: https://github.com/Significant-Gravitas/Auto-GPT/releases/latest.**
-The `master` branch is under heavy development and may often be in a **broken** state.
-
-
-
-
-Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, chains together LLM "thoughts", to autonomously achieve whatever goal you set. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.
-
- Demo April 16th 2023
-
-https://user-images.githubusercontent.com/70048414/232352935-55c6bf7c-3958-406e-8610-0913475a0b05.mp4
-
-Demo made by Blake Werlinger
-
-## 🚀 Features
-
-- 🌐 Internet access for searches and information gathering
-- 💾 Long-term and short-term memory management
-- 🧠 GPT-4 instances for text generation
-- 🔗 Access to popular websites and platforms
-- 🗃️ File storage and summarization with GPT-3.5
-- 🔌 Extensibility with Plugins
-
## Quickstart
0. Check out the [wiki](https://github.com/Significant-Gravitas/Nexus/wiki)
@@ -48,79 +24,20 @@ Please see the [documentation][docs] for full setup instructions and configurati
[docs]: https://docs.agpt.co/
## 📖 Documentation
-* [⚙️ Setup][docs/setup]
-* [💻 Usage][docs/usage]
-* [🔌 Plugins][docs/plugins]
-* Configuration
- * [🔍 Web Search](https://docs.agpt.co/configuration/search/)
- * [🧠 Memory](https://docs.agpt.co/configuration/memory/)
- * [🗣️ Voice (TTS)](https://docs.agpt.co/configuration/voice/)
- * [🖼️ Image Generation](https://docs.agpt.co/configuration/imagegen/)
+
+- [⚙️ Setup][docs/setup]
+- [💻 Usage][docs/usage]
+- [🔌 Plugins][docs/plugins]
+- Configuration
+ - [🔍 Web Search](https://docs.agpt.co/configuration/search/)
+ - [🧠 Memory](https://docs.agpt.co/configuration/memory/)
+ - [🗣️ Voice (TTS)](https://docs.agpt.co/configuration/voice/)
+ - [🖼️ Image Generation](https://docs.agpt.co/configuration/imagegen/)
[docs/setup]: https://docs.agpt.co/setup/
[docs/usage]: https://docs.agpt.co/usage/
[docs/plugins]: https://docs.agpt.co/plugins/
- 💖 Help Fund Auto-GPT's Development 💖
-
-If you can spare a coffee, you can help to cover the costs of developing Auto-GPT and help to push the boundaries of fully autonomous AI!
-Your support is greatly appreciated. Development of this free, open-source project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here.
-
-
-
-
-
-
-
-
-
-
-
-## ⚠️ Limitations
-
-This experiment aims to showcase the potential of GPT-4 but comes with some limitations:
-
-1. Not a polished application or product, just an experiment
-2. May not perform well in complex, real-world business scenarios. In fact, if it actually does, please share your results!
-3. Quite expensive to run, so set and monitor your API key limits with OpenAI!
-
## 🛡 Disclaimer
This project, Auto-GPT, is an experimental application and is provided "as-is" without any warranty, express or implied. By using this software, you agree to assume all risks associated with its use, including but not limited to data loss, system failure, or any other issues that may arise.
diff --git a/README1.md b/README1.md
new file mode 100644
index 00000000..195838a5
--- /dev/null
+++ b/README1.md
@@ -0,0 +1,31 @@
+# Auto-GPT: An open-source agent ecosystem
+Quick links
+
+Hackathon link: https://lablab.ai/event/autogpt-arena-hacks
+
+AutoGPT stands at the cutting edge of artificial intelligence, leveraging the capabilities of large language models to refine what's possible in the field. AutoGPT is creating a world where everyone, from a solo entrepreneur to corporate giants, has the same cutting edge resources at their disposal. For developers, the ecosystem removes routine complexities, focusing on the core task of intelligent system design. AutoGPT also sets a new standard in AI performance assessment, offering automated, objective metrics that drive innovation across multiple dimensions. For end-users, AutoGPT delivers an intuitive interface that makes complex tasks accessible without sacrificing depth or functionality. This holistic approach puts AutoGPT on a unique trajectory that aligns seamlessly with the long-term objective of achieving safe AGI.
+
+
+Quickstart
+
+
+Best Current Agent
+
+
+Forge
+
+
+Benchmark
+
+
+UI
+
+
+Disclaimer
+
+
+
+
+
+
+
diff --git a/autogpts/autogpt/README.md b/autogpts/autogpt/README.md
index 223e189e..78931c89 100644
--- a/autogpts/autogpt/README.md
+++ b/autogpts/autogpt/README.md
@@ -1,6 +1,5 @@
# Auto-GPT: An Autonomous GPT-4 Experiment
-[](https://agpt.co)
-[](https://github.com/Significant-Gravitas/Auto-GPT/actions/workflows/ci.yml)
+
[](https://discord.gg/autogpt)
[](https://github.com/Significant-Gravitas/Auto-GPT/stargazers)
[](https://twitter.com/SigGravitas)
@@ -16,7 +15,6 @@ The `master` branch is under heavy development and may often be in a **broken**
-
Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, chains together LLM "thoughts", to autonomously achieve whatever goal you set. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.
Demo April 16th 2023
@@ -48,14 +46,15 @@ Please see the [documentation][docs] for full setup instructions and configurati
[docs]: https://docs.agpt.co/
## 📖 Documentation
-* [⚙️ Setup][docs/setup]
-* [💻 Usage][docs/usage]
-* [🔌 Plugins][docs/plugins]
-* Configuration
- * [🔍 Web Search](https://docs.agpt.co/configuration/search/)
- * [🧠 Memory](https://docs.agpt.co/configuration/memory/)
- * [🗣️ Voice (TTS)](https://docs.agpt.co/configuration/voice/)
- * [🖼️ Image Generation](https://docs.agpt.co/configuration/imagegen/)
+
+- [⚙️ Setup][docs/setup]
+- [💻 Usage][docs/usage]
+- [🔌 Plugins][docs/plugins]
+- Configuration
+ - [🔍 Web Search](https://docs.agpt.co/configuration/search/)
+ - [🧠 Memory](https://docs.agpt.co/configuration/memory/)
+ - [🗣️ Voice (TTS)](https://docs.agpt.co/configuration/voice/)
+ - [🖼️ Image Generation](https://docs.agpt.co/configuration/imagegen/)
[docs/setup]: https://docs.agpt.co/setup/
[docs/usage]: https://docs.agpt.co/usage/
@@ -67,7 +66,6 @@ If you can spare a coffee, you can help to cover the costs of developing Auto-GP
Your support is greatly appreciated. Development of this free, open-source project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here.
-
-
-
## ⚠️ Limitations