Infrastructure
⚠️This is an experimental AutoGPT agent that might take incorrect actions and could lead to serious consequences. Please use it at your own discretion⚠️
Chrome-GPT is an AutoGPT experiment that utilizes Langchain and Selenium to enable an AutoGPT agent take control of an entire Chrome session. With the ability to interactively scroll, click, and input text on web pages, the AutoGPT agent can navigate and manipulate web content.
Input Prompt: Find me a bar that can host a 20 person event near Chelsea, Manhattan evening of Apr 30th. Fill out contact us form if they have one with info: Name Richard, email he@hrichard.com.
Demo made by Richard He
python -m chromegpt -a auto-gpt -v -t "{your request}"
OPENAI_API_KEY
env variablepoetry install
poetry shell
python -m chromegpt
You can start in you own codespace here:
python -m chromegpt -v -t "{your request}"
python -m chromegpt -v -a auto-gpt -m gpt-4 -t "{your request}"
python -m chromegpt --help
Usage: python -m chromegpt [OPTIONS]
Run ChromeGPT: An AutoGPT agent that interacts with Chrome
Options:
-t, --task TEXT The task to execute [required]
-a, --agent [auto-gpt|baby-agi|zero-shot]
The agent type to use
-m, --model TEXT The model to use
--headless Run in headless mode
-v, --verbose Run in verbose mode
--human-in-loop Run in human-in-loop mode, only available
when using auto-gpt agent
--help Show this message and exit.
Or Just update .env and
source .env && docker-compose up