Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 359c861

Browse files
authored
Merge pull request #170 from miurla/0.2.0
Merge branch '0.2.0' into main
2 parents 58fed77 + 94382e3 commit 359c861

File tree

154 files changed

+3148
-4755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+3148
-4755
lines changed

.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ NEXT_PUBLIC_USE_USER_API_KEY="false"
1919
# GOOGLE_SEARCH_API_KEY="Your Google Search API Key"
2020
# GOOGLE_CUSTOM_INDEX_ID="Your Custom Index ID"
2121

22+
# 7. Set your BASE_URL, only used for production
23+
BASE_URL="https://your-project.vercel.app/"
24+
2225
# if you want to use the auto-translation feature, set the following variables
2326
# and npm run translate
2427
TRANSLATOR_SERVICE="google" # possible values: "google", "openai"

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,12 @@ This is a port of [babyagi](https://github.com/yoheinakajima/babyagi) with [Lang
2525

2626
## 🚗 Roadmap
2727

28-
- [x] The BabyAGI can search and scrape the web. ([🐝 BabyBeeAGI](https://twitter.com/yoheinakajima/status/1652732735344246784))
29-
- [x] Exporting Execution Results
30-
- [x] Execution history
31-
- [x] Faster speeds and fewer errors. ([😺 BabyCatAGI](https://twitter.com/yoheinakajima/status/1657448504112091136))
32-
- [x] i18n support ( 🇧🇷, 🇩🇪, 🇺🇸, 🇪🇸, 🇫🇷, 🇮🇳, 🇭🇺, 🇯🇵, 🇷🇺, 🇹🇭, ... and much more)
33-
- [x] User feedback
34-
- [x] Improv UX for task creation (only BabyCatAGI🐱 & Client request)
35-
- [x] Notification that all tasks have been completed. 🔔
36-
- [x] Display the current task and task list. 📌
3728
- [x] Collapsible Sidebar ⏩️
3829
- [x] User input & parallel tasking. ([🦌 BabyDeerAGI](https://twitter.com/yoheinakajima/status/1666313838868992001))
3930
- [x] API updates support (gpt-3.5-turbo-0613/gpt-3.5-turbo-16k-0613/gpt-4-0613)
4031
- [x] Skills Class allows for easy skill creation ([🧝 BabyElfAGI](https://twitter.com/yoheinakajima/status/1678443482866933760))
32+
- [x] Aggregate the logic of the agent in the backend.
33+
- [x] Add hooks to make it easier to handle the agent on the frontend.
4134
- [ ] Support the Llama2 model 🦙
4235

4336
and more ...

0 commit comments

Comments
 (0)