BabyCatAGI
Created by
YoheiNakajima
Remixed from
BabyCatAGI is a mod of BabyBeeAGI, which is a mod of OG BabyAGI. BabyCatAGI is at 300 lines of code.
This was built as a continued iteration on the original BabyAGI code in a lightweight way. Differences to BabyAGI include the following:
- Task Creation Agent runs once
- Execution Agent loops through tasks
- Task dependencies for pulling relevant results
- Two tools: search_tool and text_completion
- “Mini-agent” as tool
- Search tool combines search, scrape, chunking, and extraction.
- Results combined to create summary_report
See BabyAGI on Github here: https://github.com/yoheinakajima/babyagi Follow BabyAGI on Twitter: http://twitter.com/babyAGI_
HOW TO USE 👇
- Fork this into a private Repl
- Add your OpenAI API Key (required) and SerpAPI Key (optional)
- Update the OBJECTIVE variable
- Press "Run" at the top.
Made with love by @yoheinakajima
