• Stars
    star
    1,293
  • Rank 36,105 (Top 0.8 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

đŸ‘ļ🤖đŸ–Ĩī¸ 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. 📌
  • Collapsible Sidebar ⏊ī¸
  • User input & parallel tasking. (đŸĻŒ BabyDeerAGI)
  • API updates support (gpt-3.5-turbo-0613/gpt-3.5-turbo-16k-0613/gpt-4-0613)

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

🎗ī¸ Official Sponsor

  • The SerpApi team is providing the search API credits for requests made on the demo site of this project! ⭐ī¸
  • 🔍 SerpApi: Scrape Google and other search engines from our fast, easy, and complete API.

Credit

BabyAGI