mirror of
https://github.com/tcsenpai/autogpt-gui.git
synced 2025-06-06 01:05:21 +00:00
53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
# 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
|
|
|
|

|
|
|
|
|
|
### 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)
|
|
|
|
- [x] Code architecture definition
|
|
- [x] All needed elements are in GUI
|
|
- [x] Defining the best way to integrate autogpt
|
|
- [x] Actual integeration of autogpt
|
|
- [x] 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](https://github.com/Torantulino/Auto-GPT#usage) to avoid risks and to learn the meaning of the various options.
|
|
|
|
### Credits
|
|
|
|
The original AutoGPT is by Torantulino and can be found [HERE](https://github.com/Torantulino/Auto-GPT).
|
|
|
|
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
|