Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1018 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 1018 Bytes

Overview

The Agent creates a Todo list to complete tasks that are required by the user and even searches Google for you. This is a BabyAGI + SerpAPI tool that uses Langchain's framework. The site is hosted by Streamlit.


image

To run

Then run the following commands:

python -m venv venv
source venv/bin/activate
pip install langchain
pip install openai
pip install google-search-results
pip install faiss-cpu > /dev/null
pip install tiktoken
pip install streamlit
pip install python-decouple
streamlit run agent.py

If streamlit is not working, checkout their installation page


Develop Log

23-04-18

  1. BabyAGI + serpapi Agent

  2. Frontend UI on streamlit

    • User input
    • Download results as one .txt file

TODO

  • Need to revise the prompts for more precise tasks