A simple AI agent that uses your browser to execute instructions.
Tech Stack: Google Gemini, Browser-use, PlayWright
python -m venv agent_venv
source agent_venv/bin/activate
- Create a
.env
file. - Enter your GEMINI API Key in that file with the key named as 'GEMINI_API_KEY'
- Run
sh install.sh
in your ZSH terminal. - Run
agent_venv/bin/python -m streamlit run agent.py