Merge pull request #42 from tdimino/main

Added BabyElfAGI to the list of agents
This commit is contained in:
tizkovatereza
2023-08-28 23:19:28 +02:00
committed by GitHub

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)