Code Monkey home page Code Monkey logo

auto-gpt-webui's Introduction

Auto-GPT WebUI

This project is a frontend web application that runs and interacts with Auto-GPT. The backend application provides the core logic and functionality, while this frontend application wraps over it and offers a user-friendly interface.

๐ŸŒŸ Special thanks to the original Auto-GPT project and its creator, Torantulino, for his hard work and for making this project possible! ๐ŸŒŸ


Disclaimer: Limited Availability for Maintenance

Please note that I developed this project primarily for personal amusement and as a learning experience. My availability to address issues, review pull requests, or implement new features may be limited, as I have other full-time commitments.

If you find this project useful and would like to contribute, I welcome and highly appreciate community involvement. ๐Ÿ’›

Thank you for your understanding, and I hope you find this helpful!


๐Ÿ› ๏ธ Installation & Usage

Clone the repo, then enter the root directory and run the folling commands:

npm install
npm run setup-auto-gpt
  • The first command will install the required dependencies.
  • The second command will clone the Auto-GPT repository and install its dependencies.

Run the following command in order to start both the frontend application and the Node.js server, which will in turn start and stop the python script, and inform the frontend of the script's output:

npm start

When you first open up the web app, you will see a few alerts about missing API Keys. You need to fill these in in order for the application to work correctly. Look below for instructions.


โš™ Requirements and Configuration

OpenAI API key

Follow these steps to obtain an OpenAI API key:

  1. Visit the OpenAI Platform website.
  2. If you don't have an account yet, sign up by providing your email, name, and creating a password.
  3. After signing up or logging in, go to the API Keys section in your account.
  4. Click the Create an API key button to generate a new API key.
  5. Copy the API key and paste it in the WebUI to use it with Auto-GPT.
  • โš ๏ธ Keep your API key secure and never share it with anyone. Treat it like a password.

Pinecone API key

Follow these steps to obtain a Pinecone API key:

  1. Visit the Pinecone website.
  2. If you don't have an account yet, sign up by providing your email and creating a password.
  3. After signing up or logging in, go to the Projects page.
  4. Click on the default project, or create a new one if desired.
  5. In the left sidebar, click on the API Keys section.
  6. Create a new API key and copy-paste it in the WebUI to use it with Auto-GPT.
  • โš ๏ธ Keep your API key secure and never share it with anyone. Treat it like a password.

Python environment

You will also need both Python 3.8 or later and Node.js installed on your system.


๐Ÿ›  Tools and Libraries

  • Auto-GPT - As mentioned, the backend logic and the meat of this application is provided by the Auto-GPT project. Check out the repo for more information if you'd like to contribute to or sponsor the project.
  • Turborepo - A high-performance build system and repository organizer for JavaScript and TypeScript codebases.
  • Vite - A build tool and development server for web applications, designed to be fast and lightweight.
  • React - A JavaScript library for building user interfaces, developed and maintained by Facebook.
  • Chakra UI - A simple, modular, and accessible component library for React.
  • Zustand - A lightweight and easy-to-use state management library for React.
  • Express - A fast, unopinionated, minimalist web framework for Node.js.
  • dotenv - A library that loads environment variables from a .env file into your Node.js application.
  • Emotion - A library for CSS-in-JS, allowing you to style your React components using JavaScript.
  • TypeScript - A popular superset of JavaScript that adds static types and other features for better code maintainability.
  • ESLint - A tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
  • Prettier - A widely-used code formatter that enforces a consistent style by parsing your code and re-printing it with its own rules.

auto-gpt-webui's People

Contributors

choephix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.