matigumma / babyagi-ui

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

Home Page:https://babyagi-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

๐Ÿงฐ 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)
  • Display the current task and task list
  • 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

About

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

https://babyagi-ui.vercel.app

License:MIT License


Languages

Language:TypeScript 84.8%Language:JavaScript 14.8%Language:Dockerfile 0.2%Language:CSS 0.2%