Update README.md

Added BabyElfAGI to the list of agents.
This commit is contained in:
Tom di Mino
2023-08-25 11:55:57 -04:00
committed by GitHub
parent 21a0ae3cef
commit cda431db7f

View File

@@ -301,7 +301,7 @@ BabyCatAGI is a mod of BabyBeeAGI, which is a mod of OG BabyAGI
</details>
## [BabyDeerAGI](https://twitter.com/yoheinakajima/status/1666313838868992001)
Newest mod of BabyAGI, at ~350 lines of code
BabyDeerAGI is a mod of BabyAGI, at ~350 lines of code
<details>
### Description
@@ -321,6 +321,26 @@ Newest mod of BabyAGI, at ~350 lines of code
</details>
## [BabyElfAGI](https://twitter.com/yoheinakajima/status/1678443482866933760)
Newest mod of BabyDeerAGI, and the OG BabyAGI, at ~895 lines of code
<details>
### Description
- Features
- Skills class allows for creation of new skills
- 'Dynamic task list' example with vector search
- Beta reflection agent
- Can read, write, and review its own code
### Links
- [Tweet](https://twitter.com/yoheinakajima/status/1678443482866933760)
- [GitHub](https://github.com/yoheinakajima/babyagi/blob/main/classic/BabyElfAGI/main.py)
- [Replit](https://replit.com/@YoheiNakajima/BabyElfAGI)
- Author: [@yoheinakajima](https://twitter.com/yoheinakajima) (Twitter)
</details>
## [BabyCommandAGI](https://github.com/saten-private/BabyCommandAGI)