Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miurla/babyagi-ui
BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.
https://github.com/miurla/babyagi-ui
agent babyagi langchain-js nextjs openai-api pinecone radix-ui tailwindcss
Last synced: 4 months ago
JSON representation
BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.
- Host: GitHub
- URL: https://github.com/miurla/babyagi-ui
- Owner: miurla
- License: mit
- Created: 2023-04-20T05:26:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T17:37:48.000Z (11 months ago)
- Last Synced: 2024-09-27T04:02:31.821Z (4 months ago)
- Topics: agent, babyagi, langchain-js, nextjs, openai-api, pinecone, radix-ui, tailwindcss
- Language: TypeScript
- Homepage: https://babyagi-ui.vercel.app
- Size: 2.21 MB
- Stars: 1,311
- Watchers: 25
- Forks: 280
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-agents - BabyAGI UI - ui?style=social) (Conversational / General Agents)
- awesome-ChatGPT-repositories - babyagi-ui - BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT. (Others)
- ai-game-devtools - 👶🤖🖥️ BabyAGI UI
- awesome-langchain - BabyAGI UI - ui?style=social) (Tools / Agents)
- awesome-chatgpt - miurla/babyagi-ui - BabyAGI UI is a web-based user interface for running and developing with BabyAGI, a ChatGPT-like model. (UIs / Web applications)
- awesome-agents - babyagi-ui
- awesome-agents - babyagi-ui
- awesome-langchain-zh - BabyAGI UI - ui?style=social): 让在web应用中运行和开发babyagi变得更容易,就像ChatGPT一样 (工具 / 代理)
README
# 👶🤖🖥️ BabyAGI UI
[![GitHub last commit](https://img.shields.io/github/last-commit/miurla/babyagi-ui)](https://github.com/miurla/babyagi-ui/commit/main)
[![Discord](https://img.shields.io/discord/1111177037055529012)](https://discord.gg/8nMD4X6RJm)
[![Twitter Follow](https://img.shields.io/twitter/follow/miiura?style=social)](https://twitter.com/miiura)
[![GitHub Repo stars](https://img.shields.io/github/stars/miurla/babyagi-ui?style=social)](https://github.com/miurla/babyagi-ui/stargazers)BabyAGI UI is designed to make it easier to run and develop with [babyagi](https://github.com/yoheinakajima/babyagi) in a web app, like a ChatGPT.
This is a port of [babyagi](https://github.com/yoheinakajima/babyagi) with [Langchain.js](https://github.com/hwchase17/langchainjs) and build a user interface.![](./public/images/screenshot-230722.png)
[Demo](https://twitter.com/miiura/status/1653026609606320130)## 💡 Get help
- [Discord](https://discord.gg/8nMD4X6RJm) 💬
## 🧰 Stack
- [Next.js](https://nextjs.org/)
- [Pinecone](https://www.pinecone.io/)
- [LangChain.js](https://github.com/hwchase17/langchainjs)
- [Tailwind CSS](https://tailwindcss.com/)
- [Radix UI](https://www.radix-ui.com/)## 🚗 Roadmap
- [x] Collapsible Sidebar ⏩️
- [x] User input & parallel tasking. ([🦌 BabyDeerAGI](https://twitter.com/yoheinakajima/status/1666313838868992001))
- [x] API updates support (gpt-3.5-turbo-0613/gpt-3.5-turbo-16k-0613/gpt-4-0613)
- [x] Skills Class allows for easy skill creation ([🧝 BabyElfAGI](https://twitter.com/yoheinakajima/status/1678443482866933760))
- [x] Aggregate the logic of the agent in the backend.
- [x] Add hooks to make it easier to handle the agent on the frontend.
- [ ] Support the OpenAI GPT-4 Turbo model
- [ ] Support the Llama2 model 🦙and more ...
## 👉 Getting Started
1. Clone the repository
```sh
git clone https://github.com/miurla/babyagi-ui
```2. Go to the project holder
```sh
cd babyagi-ui
```3. Install packages with npm
```sh
npm install
```4. Setup your .env file. And set the variables.
- You need to create an index in advance with [Pinecone](https://www.pinecone.io/).
- [Reference setting](./public/pinecone-setup.png)
- Set your SerpAPI Key, if you want to use the search tool with BabyBeeAGI.```sh
cp .env.example .env
```5. Run the project
```sh
npm run dev
```## 🚀 Deploy
### Vercel
Host your own live version of BabyAGI UI with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmiurla%2Fbabyagi-ui)
## ⚠️ 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](https://github.com/yoheinakajima/babyagi#warning)
## 🎗️ Official Sponsor
[
](https://serpapi.com/)- The SerpApi team is providing the search API credits for requests made on [the demo site](https://babyagi-ui.vercel.app/) of this project! ⭐️
- 🔍 [SerpApi](https://serpapi.com/): Scrape Google and other search engines from our fast, easy, and complete API.## Credit
### BabyAGI
- Github: https://github.com/yoheinakajima/babyagi
- Author: [@yoheinakajima](https://github.com/yoheinakajima)