BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT. This is a port of babyagi with Langchain.js and build a user interface.
- The BabyAGI can search and scrape the web. (๐ BabyBeeAGI)
- Exporting Execution Results
- Execution history
- Faster speeds and fewer errors. (๐บ BabyCatAGI)
- i18n support ( ๐ง๐ท, ๐ฉ๐ช, ๐บ๐ธ, ๐ช๐ธ, ๐ซ๐ท, ๐ฎ๐ณ, ๐ญ๐บ, ๐ฏ๐ต, ๐ท๐บ, ๐น๐ญ, ... and much more)
- User feedback
- Improv UX for task creation (only BabyCatAGI๐ฑ & Client request)
- Notification that all tasks have been completed. ๐
- Display the current task and task list. ๐
- Other LLM models support
and more ...
- Clone the repository
git clone https://github.com/miurla/babyagi-ui
- Go to the project holder
cd babyagi-ui
- Install packages with npm
npm install
- Setup your .env file. And set the variables.
- You need to create an index in advance with Pinecone.
- Set your SerpAPI Key, if you want to use the search tool with BabyBeeAGI.
cp .env.example .env
- Run the project
npm run dev
Host your own live version of BabyAGI UI with Vercel.
This script is designed to be run continuously as part of a task management system. Running this script continuously can result in high API usage, so please use it responsibly. Additionally, the script requires the OpenAI API to be set up correctly, so make sure you have set up the API before running the script.
- Github: https://github.com/yoheinakajima/babyagi
- Author: @yoheinakajima