/babyagi-ui

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.

Primary LanguageTypeScriptMIT LicenseMIT

๐Ÿ‘ถ๐Ÿค–๐Ÿ–ฅ๏ธ BabyAGI UI

GitHub last commit Discord Twitter Follow GitHub Repo stars

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.

Demo

๐Ÿ’ก Get help

๐Ÿงฐ Stack

๐Ÿš— Roadmap

  • 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. ๐Ÿ“Œ
  • Added our experimental agent. [๐Ÿงช BabyCatAGI (mod)]: Generate search queries, Check the sufficiency of task results.
  • Collapsible Sidebar โฉ๏ธ
  • Other LLM models support

and more ...

๐Ÿ‘‰ Getting Started

  1. Clone the repository
git clone https://github.com/miurla/babyagi-ui
  1. Go to the project holder
cd babyagi-ui
  1. Install packages with npm
npm install
  1. 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
  1. Run the project
npm run dev

๐Ÿš€ Deploy

Vercel

Host your own live version of BabyAGI UI with Vercel.

Deploy with Vercel

โš ๏ธ Warning

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.

original

Credit

BabyAGI