From cda431db7f32a267941108f7591028a59d3fe4c1 Mon Sep 17 00:00:00 2001
From: Tom di Mino <93949958+tdimino@users.noreply.github.com>
Date: Fri, 25 Aug 2023 11:55:57 -0400
Subject: [PATCH] Update README.md
Added BabyElfAGI to the list of agents.
---
README.md | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c440b12..eb5050a 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,7 @@ BabyCatAGI is a mod of BabyBeeAGI, which is a mod of OG BabyAGI
## [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
### Description
@@ -321,6 +321,26 @@ Newest mod of BabyAGI, at ~350 lines of code
+## [BabyElfAGI](https://twitter.com/yoheinakajima/status/1678443482866933760)
+Newest mod of BabyDeerAGI, and the OG BabyAGI, at ~895 lines of code
+
+
+### 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)
+
+
+
## [BabyCommandAGI](https://github.com/saten-private/BabyCommandAGI)