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.
Access app here: https://agentgpt.streamlit.app/
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
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