Skip to content

    BabyCatAGI

    Created by
    YoheiNakajima
    YoheiNakajima

    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 👇

    1. Fork this into a private Repl
    2. Add your OpenAI API Key (required) and SerpAPI Key (optional)
    3. Update the OBJECTIVE variable
    4. Press "Run" at the top.

    Made with love by @yoheinakajima

    Preview