This is a BabyAGI + SerpAPI tool embedded site that is hosted by Streamlit. The Agent creates a Todo list to complete tasks that are required by the user.
python -m venv venv
source venv/bin/activate
pip install langchain
pip install google-search-results
pip install faiss-cpu > /dev/null
pip install tiktoken
pip install streamlit
streamlit run BabyAGI.py
23-04-18
-
BabyAGI + serpapi Agent
-
Frontend UI on streamlit
- User input
- Download results as one .txt file
- Need to revise the prompts for more precise tasks