thecookingsenpai / autogpt-gui

A graphical user interface for AutoGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoGPT GUI

WARNING: Currently discontinued, feel free to fork and work on this version but don't lean on it for production

A graphical user interface to AutoGPT

image

Status

Alpha has been tested with simple tasks, remember it will probably contains errors and please open issues about them

NOTE: Currently only continuous mode is supported

Current Version: Alpha Version (13 April 2023)

  • Code architecture definition
  • All needed elements are in GUI
  • Defining the best way to integrate autogpt
  • Actual integeration of autogpt
  • Alpha Version Release
  • Ability to work in non continuous mode
  • Debug of Alpha (issues are welcomed!)
  • Beta Version Release

Usage

    git clone https://github.com/thecookingsenpai/autogpt-gui
    cd autogpt-gui
    npm install

Then, place autogpt-gui in your autogpt folder (e.g. AutoGPT/autogpt_gui)

Finally, in your autogpt folder:

    cd autogpt-gui
    npm start

Important: please take a moment to read autogpt instructions to avoid risks and to learn the meaning of the various options.

Credits

The original AutoGPT is by Torantulino and can be found HERE.

All the credits included in the original AutoGPT are valid for this project as long as the single components are used.

This project is by TheCookingSenpai.

License

Distributed under the CC-BY-NC 4.0 License

About

A graphical user interface for AutoGPT


Languages

Language:JavaScript 47.6%Language:CSS 33.6%Language:HTML 18.8%